Freigeben über


IssueOperationsExtensions.ListByServiceAsync Methode

Definition

Listet eine Auflistung von Problemen in der angegebenen Dienstinstanz auf

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

Parameter

operations
IIssueOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

odataQuery
ODataQuery<IssueContract>

OData-Parameter, die auf den Vorgang angewendet werden sollen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: