Partager via


ApiIssueCommentOperationsExtensions.ListByService Méthode

Définition

Répertorie tous les commentaires pour le problème associé à l’API spécifiée.

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

Paramètres

operations
IApiIssueCommentOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

serviceName
String

Nom du service Gestion des API.

apiId
String

Identificateur d'API. Doit être unique dans le instance de service Gestion des API actuel.

issueId
String

Identificateur du problème. Doit être unique dans le instance de service Gestion des API actuel.

odataQuery
ODataQuery<IssueCommentContract>

Paramètres OData à appliquer à l’opération.

Retours

S’applique à