DomainsOperationsExtensions.ListAsync Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);
static member ListAsync : Microsoft.Azure.Graph.RBAC.IDomainsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Models.User> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Graph.RBAC.Models.Domain>>
<Extension()>
Public Function ListAsync (operations As IDomainsOperations, Optional odataQuery As ODataQuery(Of User) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of Domain))
- operations
- IDomainsOperations
The operations group for this extension method.
- odataQuery
- ODataQuery<User>
OData parameters to apply to the operation.
- cancellationToken
- CancellationToken
The cancellation token.
Azure SDK for .NET geri bildirimi
Azure SDK for .NET, açık kaynak bir projedir. Geri bildirim sağlamak için bir bağlantı seçin: