WebAppsOperationsExtensions.GetVnetConnectionGateway Método

Definição

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

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

Retornos

Comentários

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

Aplica-se a