AppServiceEnvironmentsOperationsExtensions.GetDiagnosticsItemAsync Method

Definition

Get a diagnostics item for an 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)

Parameters

operations
IAppServiceEnvironmentsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

name
String

Name of the App Service Environment.

diagnosticsName
String

Name of the diagnostics item.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Description for Get a diagnostics item for an App Service Environment.

Applies to