DomainsOperationsExtensions.List Method
Definition
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.Collections.Generic.IEnumerable<Microsoft.Azure.Graph.RBAC.Models.Domain> List (this Microsoft.Azure.Graph.RBAC.IDomainsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Models.User> odataQuery = default);
static member List : Microsoft.Azure.Graph.RBAC.IDomainsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Models.User> -> seq<Microsoft.Azure.Graph.RBAC.Models.Domain>
<Extension()>
Public Function List (operations As IDomainsOperations, Optional odataQuery As ODataQuery(Of User) = Nothing) As IEnumerable(Of Domain)
Parameters
- operations
- IDomainsOperations
The operations group for this extension method.
- odataQuery
- ODataQuery<User>
OData parameters to apply to the operation.
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET