WebAppsOperationsExtensions.CreateOrUpdateVnetConnectionGateway Método

Definição

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

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

Retornos

Comentários

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

Aplica-se a