WebAppsOperationsExtensions.GetVnetConnectionGatewaySlotAsync Método

Definição

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.VnetGateway> GetVnetConnectionGatewaySlotAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string vnetName, string gatewayName, string slot, System.Threading.CancellationToken cancellationToken = default);
static member GetVnetConnectionGatewaySlotAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.VnetGateway>
<Extension()>
Public Function GetVnetConnectionGatewaySlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, vnetName As String, gatewayName As String, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

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

Aplica-se a