Partager via


TenantAccessOperationsExtensions.ListByService Méthode

Définition

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 à