AppServicePlansOperationsExtensions.UpdateVnetGatewayAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Atualize 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 esse método de extensão.
- resourceGroupName
- String
Nome do grupo de recursos ao qual pertence o recurso.
- name
- String
O nome do plano do Serviço de Aplicativo.
- vnetName
- String
Nome do Rede Virtual.
- gatewayName
- String
Nome do gateway. Há suporte apenas para o gateway 'primário'.
- connectionEnvelope
- VnetGatewayInner
Definição do gateway.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Comentários
Descrição para Atualizar um gateway de Rede Virtual.
Aplica-se a
Azure SDK for .NET