WebAppsOperationsExtensions.CreateOrUpdateVnetConnectionGatewaySlot Método

Definição

Adiciona um gateway a um REDE VIRTUAL conectado (PUT) ou o atualiza (PATCH).

public static Microsoft.Azure.Management.WebSites.Models.VnetGateway CreateOrUpdateVnetConnectionGatewaySlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string vnetName, string gatewayName, Microsoft.Azure.Management.WebSites.Models.VnetGateway connectionEnvelope, string slot);
static member CreateOrUpdateVnetConnectionGatewaySlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * string * Microsoft.Azure.Management.WebSites.Models.VnetGateway * string -> Microsoft.Azure.Management.WebSites.Models.VnetGateway
<Extension()>
Public Function CreateOrUpdateVnetConnectionGatewaySlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, vnetName As String, gatewayName As String, connectionEnvelope As VnetGateway, slot As String) As VnetGateway

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
VnetGateway

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 a Rede Virtual do slot de produção.

Retornos

Comentários

Descrição de Adicionar um gateway a um REDE VIRTUAL conectado (PUT) ou atualizá-lo (PATCH).

Aplica-se a