Udostępnij za pośrednictwem


AppServiceEnvironmentsOperationsExtensions.GetAsync Metoda

Definicja

Pobierz właściwości App Service Environment.

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

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 właściwości App Service Environment.

Dotyczy