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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET