İngilizce dilinde oku

Aracılığıyla paylaş


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);

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