Compartilhar via


IGatewayOperations.DeleteLocalNetworkGatewayAsync Método

Definição

A operação Excluir Gateway de Rede Local exclui um gateway de rede local

public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteLocalNetworkGatewayAsync (string gatewayId, System.Threading.CancellationToken cancellationToken);
abstract member DeleteLocalNetworkGatewayAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function DeleteLocalNetworkGatewayAsync (gatewayId As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)

Parâmetros

gatewayId
String

A ID do gateway de rede local.

cancellationToken
CancellationToken

Token de cancelamento.

Retornos

Task<Microsoft.Azure.AzureOperationResponse>

Uma resposta de serviço padrão, incluindo uma ID de solicitação e o código de status HTTP.

Aplica-se a