共用方式為


GatewayOperationsExtensions.StopDiagnosticsV2 Method

Definition

The Stop Diagnostics V2 operation begins an asynchronous operation to stopa diagnostics session for the specified virtual network gateway.

public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse StopDiagnosticsV2 (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters parameters);
static member StopDiagnosticsV2 : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse
<Extension()>
Public Function StopDiagnosticsV2 (operations As IGatewayOperations, gatewayId As String, parameters As StopGatewayPublicDiagnosticsParameters) As GatewayOperationResponse

Parameters

operations
IGatewayOperations

Reference to the Microsoft.WindowsAzure.Management.Network.IGatewayOperations.

gatewayId
String

Required. The virtual network for this gateway Id.

parameters
StopGatewayPublicDiagnosticsParameters

Required. Parameters supplied to Stop Diagnostics V2 operation.

Returns

A standard service response including an HTTP status code and request ID.

Applies to