Condividi tramite


WebAppsOperationsExtensions.GetVnetConnectionGatewayAsync Metodo

Definizione

Ottiene il gateway Rete virtuale di un'app.

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

Parametri

operations
IWebAppsOperations

Gruppo di operazioni per questo metodo di estensione.

resourceGroupName
String

Nome del gruppo di risorse a cui appartiene la risorsa.

name
String

Nome dell'applicazione.

vnetName
String

Nome dell'Rete virtuale.

gatewayName
String

Nome del gateway. Attualmente, l'unica stringa supportata è "primaria".

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Commenti

Descrizione per Ottiene il gateway di Rete virtuale di un'app.

Si applica a