Freigeben über


ApiIssueCommentOperationsExtensions.ListByServiceAsync Methode

Definition

Listet alle Kommentare zu dem der angegebenen API zugeordneten Problem auf

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

Parameter

operations
IApiIssueCommentOperations

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.

issueId
String

Problembezeichner. Muss im aktuellen API Management-Dienst instance eindeutig sein.

odataQuery
ODataQuery<IssueCommentContract>

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: