Compartilhar via


WebAppsOperationsExtensions.CreateOrUpdateVnetConnectionGatewaySlotAsync Método

Definição

Adiciona um gateway a um PUT (Rede Virtual conectado) ou o atualiza (PATCH).

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

Parâmetros

operations
IWebAppsOperations

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

Nome do aplicativo.

vnetName
String

Nome do Rede Virtual.

gatewayName
String

Nome do gateway. Atualmente, a única cadeia de caracteres com suporte é "primária".

connectionEnvelope
VnetGatewayInner

As propriedades com as qual atualizar esse gateway.

slot
String

Nome do slot de implantação. Se um slot não for especificado, a API adicionará ou atualizará um gateway para o Rede Virtual do slot de produção.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Descrição de Adiciona um gateway a um PUT (Rede Virtual conectado) ou o atualiza (PATCH).

Aplica-se a