GatewayOperationsExtensions.DeleteLocalNetworkGatewayAsync 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 Delete Local Network Gateway operation deletes a local network gateway
public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteLocalNetworkGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId);
static member DeleteLocalNetworkGatewayAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteLocalNetworkGatewayAsync (operations As IGatewayOperations, gatewayId As String) As Task(Of AzureOperationResponse)
Parameters
- operations
- IGatewayOperations
Reference to the Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
- gatewayId
- String
Required. The local network gateway id.
Returns
Task<Microsoft.Azure.AzureOperationResponse>
A standard service response including an HTTP status code and request ID.