-
Notifications
You must be signed in to change notification settings - Fork 264
/
ManagedInstanceEncryptionProtectorsOperationsExtensions.xml
233 lines (233 loc) · 20.8 KB
/
ManagedInstanceEncryptionProtectorsOperationsExtensions.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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<Type Name="ManagedInstanceEncryptionProtectorsOperationsExtensions" FullName="Microsoft.Azure.Management.Sql.Fluent.ManagedInstanceEncryptionProtectorsOperationsExtensions">
<TypeSignature Language="C#" Value="public static class ManagedInstanceEncryptionProtectorsOperationsExtensions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit ManagedInstanceEncryptionProtectorsOperationsExtensions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Sql.Fluent.ManagedInstanceEncryptionProtectorsOperationsExtensions" />
<TypeSignature Language="VB.NET" Value="Public Module ManagedInstanceEncryptionProtectorsOperationsExtensions" />
<TypeSignature Language="F#" Value="type ManagedInstanceEncryptionProtectorsOperationsExtensions = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.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 ManagedInstanceEncryptionProtectorsOperations.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="BeginCreateOrUpdateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations operations, string resourceGroupName, string managedInstanceName, Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner> BeginCreateOrUpdateAsync(class Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations operations, string resourceGroupName, string managedInstanceName, class Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.Fluent.ManagedInstanceEncryptionProtectorsOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations,System.String,System.String,Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IManagedInstanceEncryptionProtectorsOperations, resourceGroupName As String, managedInstanceName As String, parameters As ManagedInstanceEncryptionProtectorInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedInstanceEncryptionProtectorInner)" />
<MemberSignature Language="F#" Value="static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations * string * string * Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner>" Usage="Microsoft.Azure.Management.Sql.Fluent.ManagedInstanceEncryptionProtectorsOperationsExtensions.BeginCreateOrUpdateAsync (operations, resourceGroupName, managedInstanceName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="managedInstanceName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="managedInstanceName">
The name of the managed instance.
</param>
<param name="parameters">
The requested encryption protector resource state.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Updates an existing encryption protector.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateOrUpdateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner> CreateOrUpdateAsync (this Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations operations, string resourceGroupName, string managedInstanceName, Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner> CreateOrUpdateAsync(class Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations operations, string resourceGroupName, string managedInstanceName, class Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.Fluent.ManagedInstanceEncryptionProtectorsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations,System.String,System.String,Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateOrUpdateAsync (operations As IManagedInstanceEncryptionProtectorsOperations, resourceGroupName As String, managedInstanceName As String, parameters As ManagedInstanceEncryptionProtectorInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedInstanceEncryptionProtectorInner)" />
<MemberSignature Language="F#" Value="static member CreateOrUpdateAsync : Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations * string * string * Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner>" Usage="Microsoft.Azure.Management.Sql.Fluent.ManagedInstanceEncryptionProtectorsOperationsExtensions.CreateOrUpdateAsync (operations, resourceGroupName, managedInstanceName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="managedInstanceName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="managedInstanceName">
The name of the managed instance.
</param>
<param name="parameters">
The requested encryption protector resource state.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Updates an existing encryption protector.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner> GetAsync (this Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations operations, string resourceGroupName, string managedInstanceName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner> GetAsync(class Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations operations, string resourceGroupName, string managedInstanceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.Fluent.ManagedInstanceEncryptionProtectorsOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAsync (operations As IManagedInstanceEncryptionProtectorsOperations, resourceGroupName As String, managedInstanceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedInstanceEncryptionProtectorInner)" />
<MemberSignature Language="F#" Value="static member GetAsync : Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner>" Usage="Microsoft.Azure.Management.Sql.Fluent.ManagedInstanceEncryptionProtectorsOperationsExtensions.GetAsync (operations, resourceGroupName, managedInstanceName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="managedInstanceName" 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="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="managedInstanceName">
The name of the managed instance.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a managed instance encryption protector.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListByInstanceAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner>> ListByInstanceAsync (this Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations operations, string resourceGroupName, string managedInstanceName, 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.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner>> ListByInstanceAsync(class Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations operations, string resourceGroupName, string managedInstanceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.Fluent.ManagedInstanceEncryptionProtectorsOperationsExtensions.ListByInstanceAsync(Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByInstanceAsync (operations As IManagedInstanceEncryptionProtectorsOperations, resourceGroupName As String, managedInstanceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ManagedInstanceEncryptionProtectorInner))" />
<MemberSignature Language="F#" Value="static member ListByInstanceAsync : Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner>>" Usage="Microsoft.Azure.Management.Sql.Fluent.ManagedInstanceEncryptionProtectorsOperationsExtensions.ListByInstanceAsync (operations, resourceGroupName, managedInstanceName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="managedInstanceName" 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="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="managedInstanceName">
The name of the managed instance.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a list of managed instance encryption protectors
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListByInstanceNextAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner>> ListByInstanceNextAsync (this Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations 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.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner>> ListByInstanceNextAsync(class Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.Fluent.ManagedInstanceEncryptionProtectorsOperationsExtensions.ListByInstanceNextAsync(Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByInstanceNextAsync (operations As IManagedInstanceEncryptionProtectorsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ManagedInstanceEncryptionProtectorInner))" />
<MemberSignature Language="F#" Value="static member ListByInstanceNextAsync : Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner>>" Usage="Microsoft.Azure.Management.Sql.Fluent.ManagedInstanceEncryptionProtectorsOperationsExtensions.ListByInstanceNextAsync (operations, nextPageLink, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceEncryptionProtectorsOperations" 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>
Gets a list of managed instance encryption protectors
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>