AppServicePlansOperationsExtensions.GetVnetGatewayAsync Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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 este método de extensão.
- resourceGroupName
- String
Nome do grupo de recursos ao qual o recurso pertence.
- name
- String
Nome do plano de serviço de aplicações.
- vnetName
- String
Nome do Rede Virtual.
- gatewayName
- String
Nome do gateway. Apenas o gateway "primário" é suportado.
- cancellationToken
- CancellationToken
O token de cancelamento.
Devoluções
Observações
Descrição para Obter um gateway de Rede Virtual.
Aplica-se a
Azure SDK for .NET