Udostępnij za pośrednictwem


GatewayOperationsExtensions.BeginResetSharedKeyV2Async Method

Definition

The Begin Reset Virtual Network Gateway Shared Key V2 operation resets the shared key used between the gateway and customer vpn.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResetSharedKeyV2Async (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters);
static member BeginResetSharedKeyV2Async : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>
<Extension()>
Public Function BeginResetSharedKeyV2Async (operations As IGatewayOperations, gatewayId As String, connectedentityId As String, parameters As GatewayResetSharedKeyParameters) As Task(Of GatewayOperationResponse)

Parameters

operations
IGatewayOperations

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

gatewayId
String

Required. The virtual network for this gateway Id.

connectedentityId
String

Required. The connected entity Id.

parameters
GatewayResetSharedKeyParameters

Required. Parameters supplied to the Begin Virtual Network Gateway Reset Shared Key V2 request.

Returns

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

Applies to