Partilhar via


AppServicePlansOperationsExtensions.UpdateVnetGatewayAsync Método

Definição

Atualizar um gateway de Rede Virtual.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.VnetGatewayInner> UpdateVnetGatewayAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations operations, string resourceGroupName, string name, string vnetName, string gatewayName, Microsoft.Azure.Management.AppService.Fluent.Models.VnetGatewayInner connectionEnvelope, System.Threading.CancellationToken cancellationToken = default);
static member UpdateVnetGatewayAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations * string * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.VnetGatewayInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.VnetGatewayInner>
<Extension()>
Public Function UpdateVnetGatewayAsync (operations As IAppServicePlansOperations, resourceGroupName As String, name As String, vnetName As String, gatewayName As String, connectionEnvelope As VnetGatewayInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VnetGatewayInner)

Parâmetros

operations
IAppServicePlansOperations

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

resourceGroupName
String

Nome do grupo de recursos ao qual o recurso pertence.

name
String

Nome do plano de serviço de aplicações.

vnetName
String

Nome do Rede Virtual.

gatewayName
String

Nome do gateway. Apenas o gateway "primário" é suportado.

connectionEnvelope
VnetGatewayInner

Definição do gateway.

cancellationToken
CancellationToken

O token de cancelamento.

Devoluções

Observações

Descrição para Atualizar um gateway de Rede Virtual.

Aplica-se a