GroupOperationsExtensions.ListByServiceAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Listet eine Auflistung der in einer Dienstinstanz definierten Gruppen auf https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-create-groups
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.GroupContract>> ListByServiceAsync (this Microsoft.Azure.Management.ApiManagement.IGroupOperations operations, string resourceGroupName, string serviceName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.GroupContract> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceAsync : Microsoft.Azure.Management.ApiManagement.IGroupOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.GroupContract> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.GroupContract>>
<Extension()>
Public Function ListByServiceAsync (operations As IGroupOperations, resourceGroupName As String, serviceName As String, Optional odataQuery As ODataQuery(Of GroupContract) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of GroupContract))
Parameter
- operations
- IGroupOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- serviceName
- String
Der Name des API Management-Diensts.
- odataQuery
- ODataQuery<GroupContract>
OData-Parameter, die auf den Vorgang angewendet werden sollen.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET