Udostępnij za pośrednictwem


WebAppsOperationsExtensions.GetVnetConnectionGatewayAsync Metoda

Definicja

Pobiera bramę Virtual Network aplikacji.

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)

Parametry

operations
IWebAppsOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów, do której należy zasób.

name
String

Nazwa aplikacji.

vnetName
String

Nazwa Virtual Network.

gatewayName
String

Nazwa bramy. Obecnie jedynym obsługiwanym ciągiem jest "podstawowy".

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis pobierania bramy Virtual Network aplikacji.

Dotyczy