Compartilhar via


AppServicePlansOperationsExtensions.GetVnetGatewayAsync Método

Definição

Obtenha um gateway de Rede Virtual.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.VnetGatewayInner> GetVnetGatewayAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations operations, string resourceGroupName, string name, string vnetName, string gatewayName, System.Threading.CancellationToken cancellationToken = default);
static member GetVnetGatewayAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.VnetGatewayInner>
<Extension()>
Public Function GetVnetGatewayAsync (operations As IAppServicePlansOperations, resourceGroupName As String, name As String, vnetName As String, gatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VnetGatewayInner)

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

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

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

Aplica-se a