Compartilhar via


IGatewayOperations.BeginDeletingGatewayConnectionAsync Método

Definição

A conexão Iniciar Exclusão Rede Virtual Gateway exclui uma conexão de gateway de rede.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginDeletingGatewayConnectionAsync (string gatewayId, string connectedentityId, System.Threading.CancellationToken cancellationToken);
abstract member BeginDeletingGatewayConnectionAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>
Public Function BeginDeletingGatewayConnectionAsync (gatewayId As String, connectedentityId As String, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)

Parâmetros

gatewayId
String

A ID do gateway de rede virtual.

connectedentityId
String

A ID da entidade conectada.

cancellationToken
CancellationToken

Token de cancelamento.

Retornos

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

Aplica-se a