ApiDiagnosticOperationsExtensions.ListByService Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Listet alle Diagnosen einer API auf
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.DiagnosticContract> ListByService (this Microsoft.Azure.Management.ApiManagement.IApiDiagnosticOperations operations, string resourceGroupName, string serviceName, string apiId, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.DiagnosticContract> odataQuery = default);
static member ListByService : Microsoft.Azure.Management.ApiManagement.IApiDiagnosticOperations * string * 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 IApiDiagnosticOperations, resourceGroupName As String, serviceName As String, apiId As String, Optional odataQuery As ODataQuery(Of DiagnosticContract) = Nothing) As IPage(Of DiagnosticContract)
Parameter
- operations
- IApiDiagnosticOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- serviceName
- String
Der Name des API Management-Diensts.
- apiId
- String
API-Bezeichner. Muss im aktuellen API Management-Dienst instance eindeutig sein.
- odataQuery
- ODataQuery<DiagnosticContract>
OData-Parameter, die auf den Vorgang angewendet werden sollen.
Gibt zurück
Gilt für:
Azure SDK for .NET