IGatewayOperations.BeginStartDiagnosticsAsync Method (String, StartGatewayPublicDiagnosticsParameters, CancellationToken)
The Begin Start Diagnostics operation begins an asynchronous operation to starta diagnostics session for the specified virtual network gateway in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx for more information)
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Function BeginStartDiagnosticsAsync ( networkName As String, parameters As StartGatewayPublicDiagnosticsParameters, cancellationToken As CancellationToken ) As Task(Of GatewayOperationResponse)
Parameters
- networkName
-
Type:
System.String
The name of the virtual network for this gateway.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters
Parameters supplied to the Begin Start Diagnostics operation.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of GatewayOperationResponse)A standard service response including an HTTP status code and request ID.
Show: