DiagnosticOperationsExtensions.ListByServiceAsync Method

Definition

Lists all diagnostics of the API Management service instance.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.DiagnosticContract>> ListByServiceAsync (this Microsoft.Azure.Management.ApiManagement.IDiagnosticOperations operations, string resourceGroupName, string serviceName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.DiagnosticContract> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceAsync : Microsoft.Azure.Management.ApiManagement.IDiagnosticOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.DiagnosticContract> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.DiagnosticContract>>
<Extension()>
Public Function ListByServiceAsync (operations As IDiagnosticOperations, resourceGroupName As String, serviceName As String, Optional odataQuery As ODataQuery(Of DiagnosticContract) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DiagnosticContract))

Parameters

operations
IDiagnosticOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the API Management service.

odataQuery
ODataQuery<DiagnosticContract>

OData parameters to apply to the operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to