-
Notifications
You must be signed in to change notification settings - Fork 265
/
StorageSyncManagementClientExtensions.xml
99 lines (99 loc) · 7.1 KB
/
StorageSyncManagementClientExtensions.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
<Type Name="StorageSyncManagementClientExtensions" FullName="Microsoft.Azure.Management.StorageSync.StorageSyncManagementClientExtensions">
<TypeSignature Language="C#" Value="public static class StorageSyncManagementClientExtensions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit StorageSyncManagementClientExtensions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.StorageSync.StorageSyncManagementClientExtensions" />
<TypeSignature Language="VB.NET" Value="Public Module StorageSyncManagementClientExtensions" />
<TypeSignature Language="F#" Value="type StorageSyncManagementClientExtensions = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.StorageSync</AssemblyName>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Extension methods for StorageSyncManagementClient.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="LocationOperationStatusMethod">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.StorageSync.Models.LocationOperationStatus LocationOperationStatusMethod (this Microsoft.Azure.Management.StorageSync.IStorageSyncManagementClient operations, string locationName, string operationId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.StorageSync.Models.LocationOperationStatus LocationOperationStatusMethod(class Microsoft.Azure.Management.StorageSync.IStorageSyncManagementClient operations, string locationName, string operationId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.StorageSync.StorageSyncManagementClientExtensions.LocationOperationStatusMethod(Microsoft.Azure.Management.StorageSync.IStorageSyncManagementClient,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function LocationOperationStatusMethod (operations As IStorageSyncManagementClient, locationName As String, operationId As String) As LocationOperationStatus" />
<MemberSignature Language="F#" Value="static member LocationOperationStatusMethod : Microsoft.Azure.Management.StorageSync.IStorageSyncManagementClient * string * string -> Microsoft.Azure.Management.StorageSync.Models.LocationOperationStatus" Usage="Microsoft.Azure.Management.StorageSync.StorageSyncManagementClientExtensions.LocationOperationStatusMethod (operations, locationName, operationId)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.StorageSync</AssemblyName>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.StorageSync.Models.LocationOperationStatus</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.StorageSync.IStorageSyncManagementClient" RefType="this" />
<Parameter Name="locationName" Type="System.String" />
<Parameter Name="operationId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="locationName">
The desired region to obtain information from.
</param>
<param name="operationId">
operation Id
</param>
<summary>
Get Operation status
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="LocationOperationStatusMethodAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.LocationOperationStatus> LocationOperationStatusMethodAsync (this Microsoft.Azure.Management.StorageSync.IStorageSyncManagementClient operations, string locationName, string operationId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.StorageSync.Models.LocationOperationStatus> LocationOperationStatusMethodAsync(class Microsoft.Azure.Management.StorageSync.IStorageSyncManagementClient operations, string locationName, string operationId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.StorageSync.StorageSyncManagementClientExtensions.LocationOperationStatusMethodAsync(Microsoft.Azure.Management.StorageSync.IStorageSyncManagementClient,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function LocationOperationStatusMethodAsync (operations As IStorageSyncManagementClient, locationName As String, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of LocationOperationStatus)" />
<MemberSignature Language="F#" Value="static member LocationOperationStatusMethodAsync : Microsoft.Azure.Management.StorageSync.IStorageSyncManagementClient * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.LocationOperationStatus>" Usage="Microsoft.Azure.Management.StorageSync.StorageSyncManagementClientExtensions.LocationOperationStatusMethodAsync (operations, locationName, operationId, 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.Azure.Management.StorageSync.Models.LocationOperationStatus></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.StorageSync.IStorageSyncManagementClient" RefType="this" />
<Parameter Name="locationName" Type="System.String" />
<Parameter Name="operationId" 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="locationName">
The desired region to obtain information from.
</param>
<param name="operationId">
operation Id
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Get Operation status
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>