TenantAccessOperationsExtensions.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.
Retourne la liste des informations d’accès pour les points de terminaison Git et De gestion.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.AccessInformationContract> ListByService (this Microsoft.Azure.Management.ApiManagement.ITenantAccessOperations operations, string resourceGroupName, string serviceName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.AccessInformationContract> odataQuery = default);
static member ListByService : Microsoft.Azure.Management.ApiManagement.ITenantAccessOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.AccessInformationContract> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.AccessInformationContract>
<Extension()>
Public Function ListByService (operations As ITenantAccessOperations, resourceGroupName As String, serviceName As String, Optional odataQuery As ODataQuery(Of AccessInformationContract) = Nothing) As IPage(Of AccessInformationContract)
Paramètres
- operations
- ITenantAccessOperations
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.
- odataQuery
- ODataQuery<AccessInformationContract>
Paramètres OData à appliquer à l’opération.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET