AppServicePlansOperationsExtensions.GetVnetGatewayAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenir une passerelle Réseau virtuel.
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)
Paramètres
- operations
- IAppServicePlansOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources auquel appartient la ressource.
- name
- String
Nom du plan App Service.
- vnetName
- String
Nom du Réseau virtuel.
- gatewayName
- String
Nom de la passerelle. Seule la passerelle « primaire » est prise en charge.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Description pour Obtenir une passerelle Réseau virtuel.
S’applique à
Azure SDK for .NET