Share via


DiagnosticOperationsExtensions.ListByService Method

Definition

Lists all diagnostics of the API Management service instance.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.DiagnosticContract> ListByService (this Microsoft.Azure.Management.ApiManagement.IDiagnosticOperations operations, string resourceGroupName, string serviceName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.DiagnosticContract> odataQuery = default);
static member ListByService : Microsoft.Azure.Management.ApiManagement.IDiagnosticOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.DiagnosticContract> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.DiagnosticContract>
<Extension()>
Public Function ListByService (operations As IDiagnosticOperations, resourceGroupName As String, serviceName As String, Optional odataQuery As ODataQuery(Of DiagnosticContract) = Nothing) As 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.

Returns

Applies to