GatewayOperationsExtensions.BeginResetSharedKeyV2 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Begin Reset Virtual Network Gateway Shared Key V2 operation resets the shared key used between the gateway and customer vpn.
public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginResetSharedKeyV2 (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters);
static member BeginResetSharedKeyV2 : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse
<Extension()>
Public Function BeginResetSharedKeyV2 (operations As IGatewayOperations, gatewayId As String, connectedentityId As String, parameters As GatewayResetSharedKeyParameters) As 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.