WebAppsOperationsExtensions.GetVnetConnectionGatewaySlot Método

Definição

Obtém o gateway de Rede Virtual de um aplicativo.

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

slot
String

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

Retornos

Comentários

Descrição de Obtém o gateway de Rede Virtual de um aplicativo.

Aplica-se a