-
Notifications
You must be signed in to change notification settings - Fork 264
/
OperationsExtensions.xml
153 lines (153 loc) · 11 KB
/
OperationsExtensions.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<Type Name="OperationsExtensions" FullName="Microsoft.Azure.Management.StorageSync.OperationsExtensions">
<TypeSignature Language="C#" Value="public static class OperationsExtensions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit OperationsExtensions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.StorageSync.OperationsExtensions" />
<TypeSignature Language="VB.NET" Value="Public Module OperationsExtensions" />
<TypeSignature Language="F#" Value="type OperationsExtensions = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.StorageSync</AssemblyName>
<AssemblyVersion>5.0.1.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Extension methods for Operations.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="List">
<MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorageSync.Models.OperationEntity> List (this Microsoft.Azure.Management.StorageSync.IOperations operations);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.StorageSync.Models.OperationEntity> List(class Microsoft.Azure.Management.StorageSync.IOperations operations) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.StorageSync.OperationsExtensions.List(Microsoft.Azure.Management.StorageSync.IOperations)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function List (operations As IOperations) As IPage(Of OperationEntity)" />
<MemberSignature Language="F#" Value="static member List : Microsoft.Azure.Management.StorageSync.IOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorageSync.Models.OperationEntity>" Usage="Microsoft.Azure.Management.StorageSync.OperationsExtensions.List operations" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.StorageSync</AssemblyName>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorageSync.Models.OperationEntity></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.StorageSync.IOperations" RefType="this" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<summary>
Lists all of the available Storage Sync Rest API operations.
</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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorageSync.Models.OperationEntity>> ListAsync (this Microsoft.Azure.Management.StorageSync.IOperations operations, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.StorageSync.Models.OperationEntity>> ListAsync(class Microsoft.Azure.Management.StorageSync.IOperations operations, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.StorageSync.OperationsExtensions.ListAsync(Microsoft.Azure.Management.StorageSync.IOperations,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListAsync (operations As IOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of OperationEntity))" />
<MemberSignature Language="F#" Value="static member ListAsync : Microsoft.Azure.Management.StorageSync.IOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorageSync.Models.OperationEntity>>" Usage="Microsoft.Azure.Management.StorageSync.OperationsExtensions.ListAsync (operations, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.StorageSync</AssemblyName>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorageSync.Models.OperationEntity>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.StorageSync.IOperations" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Lists all of the available Storage Sync Rest API operations.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListNext">
<MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorageSync.Models.OperationEntity> ListNext (this Microsoft.Azure.Management.StorageSync.IOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.StorageSync.Models.OperationEntity> ListNext(class Microsoft.Azure.Management.StorageSync.IOperations operations, string nextPageLink) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.StorageSync.OperationsExtensions.ListNext(Microsoft.Azure.Management.StorageSync.IOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListNext (operations As IOperations, nextPageLink As String) As IPage(Of OperationEntity)" />
<MemberSignature Language="F#" Value="static member ListNext : Microsoft.Azure.Management.StorageSync.IOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorageSync.Models.OperationEntity>" Usage="Microsoft.Azure.Management.StorageSync.OperationsExtensions.ListNext (operations, nextPageLink)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.StorageSync</AssemblyName>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorageSync.Models.OperationEntity></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.StorageSync.IOperations" RefType="this" />
<Parameter Name="nextPageLink" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<summary>
Lists all of the available Storage Sync Rest API operations.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListNextAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorageSync.Models.OperationEntity>> ListNextAsync (this Microsoft.Azure.Management.StorageSync.IOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.StorageSync.Models.OperationEntity>> ListNextAsync(class Microsoft.Azure.Management.StorageSync.IOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.StorageSync.OperationsExtensions.ListNextAsync(Microsoft.Azure.Management.StorageSync.IOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListNextAsync (operations As IOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of OperationEntity))" />
<MemberSignature Language="F#" Value="static member ListNextAsync : Microsoft.Azure.Management.StorageSync.IOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorageSync.Models.OperationEntity>>" Usage="Microsoft.Azure.Management.StorageSync.OperationsExtensions.ListNextAsync (operations, nextPageLink, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.StorageSync</AssemblyName>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorageSync.Models.OperationEntity>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.StorageSync.IOperations" RefType="this" />
<Parameter Name="nextPageLink" 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="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Lists all of the available Storage Sync Rest API operations.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>