次の方法で共有


GatewayOperationsExtensions.DeleteLocalNetworkGateway メソッド

定義

ローカル ネットワーク ゲートウェイの削除操作では、ローカル ネットワーク ゲートウェイが削除されます

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

パラメーター

operations
IGatewayOperations

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

gatewayId
String

必須。 ローカル ネットワーク ゲートウェイ ID。

戻り値

Microsoft.Azure.AzureOperationResponse

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

適用対象