Udostępnij za pośrednictwem


AppServiceEnvironmentsOperationsExtensions.GetDiagnosticsItemAsync Metoda

Definicja

Pobierz element diagnostyczny dla App Service Environment.

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

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.

diagnosticsName
String

Nazwa elementu diagnostyki.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis elementu diagnostyki dla App Service Environment.

Dotyczy