Compartilhar via


VpnLinkConnectionsOperationsExtensions.ResetConnectionAsync Método

Definição

Redefine a conexão VpnLink especificada.

public static System.Threading.Tasks.Task ResetConnectionAsync (this Microsoft.Azure.Management.Network.IVpnLinkConnectionsOperations operations, string resourceGroupName, string gatewayName, string connectionName, string linkConnectionName, System.Threading.CancellationToken cancellationToken = default);
static member ResetConnectionAsync : Microsoft.Azure.Management.Network.IVpnLinkConnectionsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function ResetConnectionAsync (operations As IVpnLinkConnectionsOperations, resourceGroupName As String, gatewayName As String, connectionName As String, linkConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parâmetros

operations
IVpnLinkConnectionsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

gatewayName
String

O nome do gateway.

connectionName
String

O nome da conexão vpn.

linkConnectionName
String

O nome da conexão de link vpn.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a