次の方法で共有


GatewayOperationsExtensions.BeginDeletingVirtualNetworkGateway メソッド

定義

ゲートウェイの削除Virtual Network開始操作では、ネットワーク ゲートウェイが削除されます

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

パラメーター

operations
IGatewayOperations

Microsoft.WindowsAzure.Management.Network.IGatewayOperations への参照。

gatewayId
String

必須。 仮想ネットワーク ゲートウェイ ID。

戻り値

HTTP 状態コードと要求 ID を含む標準のサービス応答。

適用対象