Udostępnij za pośrednictwem


GatewayOperationsExtensions.DeleteLocalNetworkGateway Method

Definition

The Delete Local Network Gateway operation deletes a local network gateway

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

Parameters

operations
IGatewayOperations

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

gatewayId
String

Required. The local network gateway id.

Returns

Microsoft.Azure.AzureOperationResponse

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

Applies to