ApiIssueAttachmentOperationsExtensions.ListByService Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Répertorie toutes les pièces jointes pour le problème associé à l’API spécifiée.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.IssueAttachmentContract> ListByService (this Microsoft.Azure.Management.ApiManagement.IApiIssueAttachmentOperations operations, string resourceGroupName, string serviceName, string apiId, string issueId, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.IssueAttachmentContract> odataQuery = default);
static member ListByService : Microsoft.Azure.Management.ApiManagement.IApiIssueAttachmentOperations * string * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.IssueAttachmentContract> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.IssueAttachmentContract>
<Extension()>
Public Function ListByService (operations As IApiIssueAttachmentOperations, resourceGroupName As String, serviceName As String, apiId As String, issueId As String, Optional odataQuery As ODataQuery(Of IssueAttachmentContract) = Nothing) As IPage(Of IssueAttachmentContract)
Paramètres
- operations
- IApiIssueAttachmentOperations
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<IssueAttachmentContract>
Paramètres OData à appliquer à l’opération.
Retours
S’applique à
Azure SDK for .NET