İngilizce dilinde oku

Aracılığıyla paylaş


DomainsOperationsExtensions.ListAsync Method

Definition

Gets a list of domains for the current tenant.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Graph.RBAC.Models.Domain>> ListAsync (this Microsoft.Azure.Graph.RBAC.IDomainsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Models.User> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);

Parameters

operations
IDomainsOperations

The operations group for this extension method.

odataQuery
ODataQuery<User>

OData parameters to apply to the operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to