Udostępnij za pośrednictwem


AppServiceEnvironmentsOperationsExtensions.GetVipInfoAsync Metoda

Definicja

Uzyskiwanie adresów IP przypisanych do App Service Environment.

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

Parametry

operations
IAppServiceEnvironmentsOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

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

name
String

Nazwa App Service Environment.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis pobierania adresów IP przypisanych do App Service Environment.

Dotyczy