Compartilhar via


AppServicePlansOperationsExtensions.GetVnetGateway Método

Definição

Obtenha um gateway de Rede Virtual.

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

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'.

Retornos

Comentários

Descrição para Obter um gateway de Rede Virtual.

Aplica-se a