AppServiceEnvironmentsOperationsExtensions.GetDiagnosticsItemAsync(IAppServiceEnvironmentsOperations, String, String, String, CancellationToken) 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 = null);
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>
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
Get a diagnostics item for an App Service Environment.