-
Notifications
You must be signed in to change notification settings - Fork 264
/
DomainsOperationsExtensions.xml
97 lines (97 loc) · 7.52 KB
/
DomainsOperationsExtensions.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<Type Name="DomainsOperationsExtensions" FullName="Microsoft.Azure.Management.Graph.RBAC.Fluent.DomainsOperationsExtensions">
<TypeSignature Language="C#" Value="public static class DomainsOperationsExtensions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit DomainsOperationsExtensions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Graph.RBAC.Fluent.DomainsOperationsExtensions" />
<TypeSignature Language="VB.NET" Value="Public Module DomainsOperationsExtensions" />
<TypeSignature Language="F#" Value="type DomainsOperationsExtensions = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Graph.RBAC.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.69</AssemblyVersion>
<AssemblyVersion>1.0.0.70</AssemblyVersion>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Extension methods for DomainsOperations.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="GetAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DomainInner> GetAsync (this Microsoft.Azure.Management.Graph.RBAC.Fluent.IDomainsOperations operations, string domainName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DomainInner> GetAsync(class Microsoft.Azure.Management.Graph.RBAC.Fluent.IDomainsOperations operations, string domainName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Graph.RBAC.Fluent.DomainsOperationsExtensions.GetAsync(Microsoft.Azure.Management.Graph.RBAC.Fluent.IDomainsOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAsync (operations As IDomainsOperations, domainName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DomainInner)" />
<MemberSignature Language="F#" Value="static member GetAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.IDomainsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DomainInner>" Usage="Microsoft.Azure.Management.Graph.RBAC.Fluent.DomainsOperationsExtensions.GetAsync (operations, domainName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Graph.RBAC.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DomainInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Graph.RBAC.Fluent.IDomainsOperations" RefType="this" />
<Parameter Name="domainName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="domainName">
name of the domain.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a specific domain in the current tenant.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DomainInner>> ListAsync (this Microsoft.Azure.Management.Graph.RBAC.Fluent.IDomainsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.UserInner> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class System.Collections.Generic.IEnumerable`1<class Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DomainInner>> ListAsync(class Microsoft.Azure.Management.Graph.RBAC.Fluent.IDomainsOperations operations, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.UserInner> odataQuery, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Graph.RBAC.Fluent.DomainsOperationsExtensions.ListAsync(Microsoft.Azure.Management.Graph.RBAC.Fluent.IDomainsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.UserInner},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListAsync (operations As IDomainsOperations, Optional odataQuery As ODataQuery(Of UserInner) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of DomainInner))" />
<MemberSignature Language="F#" Value="static member ListAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.IDomainsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.UserInner> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DomainInner>>" Usage="Microsoft.Azure.Management.Graph.RBAC.Fluent.DomainsOperationsExtensions.ListAsync (operations, odataQuery, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Graph.RBAC.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DomainInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Graph.RBAC.Fluent.IDomainsOperations" RefType="this" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.UserInner>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="odataQuery">
OData parameters to apply to the operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a list of domains for the current tenant.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>