-
Notifications
You must be signed in to change notification settings - Fork 264
/
PrivateLinkResourcesOperationsExtensions.xml
267 lines (267 loc) · 19.7 KB
/
PrivateLinkResourcesOperationsExtensions.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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<Type Name="PrivateLinkResourcesOperationsExtensions" FullName="Microsoft.Azure.Management.Purview.PrivateLinkResourcesOperationsExtensions">
<TypeSignature Language="C#" Value="public static class PrivateLinkResourcesOperationsExtensions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit PrivateLinkResourcesOperationsExtensions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Purview.PrivateLinkResourcesOperationsExtensions" />
<TypeSignature Language="VB.NET" Value="Public Module PrivateLinkResourcesOperationsExtensions" />
<TypeSignature Language="F#" Value="type PrivateLinkResourcesOperationsExtensions = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Purview</AssemblyName>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Extension methods for PrivateLinkResourcesOperations.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="GetByGroupId">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Purview.Models.PrivateLinkResource GetByGroupId (this Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations operations, string resourceGroupName, string accountName, string groupId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Purview.Models.PrivateLinkResource GetByGroupId(class Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations operations, string resourceGroupName, string accountName, string groupId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Purview.PrivateLinkResourcesOperationsExtensions.GetByGroupId(Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetByGroupId (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, accountName As String, groupId As String) As PrivateLinkResource" />
<MemberSignature Language="F#" Value="static member GetByGroupId : Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations * string * string * string -> Microsoft.Azure.Management.Purview.Models.PrivateLinkResource" Usage="Microsoft.Azure.Management.Purview.PrivateLinkResourcesOperationsExtensions.GetByGroupId (operations, resourceGroupName, accountName, groupId)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Purview</AssemblyName>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Purview.Models.PrivateLinkResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="groupId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The resource group name.
</param>
<param name="accountName">
The name of the account.
</param>
<param name="groupId">
The group identifier.
</param>
<summary>
Gets a privately linkable resources for an account with given group
identifier.
</summary>
<returns>To be added.</returns>
<remarks>
Gets a privately linkable resources for an account with given group
identifier
</remarks>
</Docs>
</Member>
<Member MemberName="GetByGroupIdAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Purview.Models.PrivateLinkResource> GetByGroupIdAsync (this Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations operations, string resourceGroupName, string accountName, string groupId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Purview.Models.PrivateLinkResource> GetByGroupIdAsync(class Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations operations, string resourceGroupName, string accountName, string groupId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Purview.PrivateLinkResourcesOperationsExtensions.GetByGroupIdAsync(Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetByGroupIdAsync (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, accountName As String, groupId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResource)" />
<MemberSignature Language="F#" Value="static member GetByGroupIdAsync : Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Purview.Models.PrivateLinkResource>" Usage="Microsoft.Azure.Management.Purview.PrivateLinkResourcesOperationsExtensions.GetByGroupIdAsync (operations, resourceGroupName, accountName, groupId, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Purview</AssemblyName>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Purview.Models.PrivateLinkResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="groupId" 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 resource group name.
</param>
<param name="accountName">
The name of the account.
</param>
<param name="groupId">
The group identifier.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a privately linkable resources for an account with given group
identifier.
</summary>
<returns>To be added.</returns>
<remarks>
Gets a privately linkable resources for an account with given group
identifier
</remarks>
</Docs>
</Member>
<Member MemberName="ListByAccount">
<MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Purview.Models.PrivateLinkResource> ListByAccount (this Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations operations, string resourceGroupName, string accountName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Purview.Models.PrivateLinkResource> ListByAccount(class Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations operations, string resourceGroupName, string accountName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Purview.PrivateLinkResourcesOperationsExtensions.ListByAccount(Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByAccount (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, accountName As String) As IPage(Of PrivateLinkResource)" />
<MemberSignature Language="F#" Value="static member ListByAccount : Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Purview.Models.PrivateLinkResource>" Usage="Microsoft.Azure.Management.Purview.PrivateLinkResourcesOperationsExtensions.ListByAccount (operations, resourceGroupName, accountName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Purview</AssemblyName>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Purview.Models.PrivateLinkResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="accountName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The resource group name.
</param>
<param name="accountName">
The name of the account.
</param>
<summary>
Gets a list of privately linkable resources for an account.
</summary>
<returns>To be added.</returns>
<remarks>
Gets a list of privately linkable resources for an account
</remarks>
</Docs>
</Member>
<Member MemberName="ListByAccountAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Purview.Models.PrivateLinkResource>> ListByAccountAsync (this Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations operations, string resourceGroupName, string accountName, 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.Purview.Models.PrivateLinkResource>> ListByAccountAsync(class Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations operations, string resourceGroupName, string accountName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Purview.PrivateLinkResourcesOperationsExtensions.ListByAccountAsync(Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByAccountAsync (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PrivateLinkResource))" />
<MemberSignature Language="F#" Value="static member ListByAccountAsync : Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Purview.Models.PrivateLinkResource>>" Usage="Microsoft.Azure.Management.Purview.PrivateLinkResourcesOperationsExtensions.ListByAccountAsync (operations, resourceGroupName, accountName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Purview</AssemblyName>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Purview.Models.PrivateLinkResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="accountName" 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 resource group name.
</param>
<param name="accountName">
The name of the account.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a list of privately linkable resources for an account.
</summary>
<returns>To be added.</returns>
<remarks>
Gets a list of privately linkable resources for an account
</remarks>
</Docs>
</Member>
<Member MemberName="ListByAccountNext">
<MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Purview.Models.PrivateLinkResource> ListByAccountNext (this Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Purview.Models.PrivateLinkResource> ListByAccountNext(class Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations operations, string nextPageLink) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Purview.PrivateLinkResourcesOperationsExtensions.ListByAccountNext(Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByAccountNext (operations As IPrivateLinkResourcesOperations, nextPageLink As String) As IPage(Of PrivateLinkResource)" />
<MemberSignature Language="F#" Value="static member ListByAccountNext : Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Purview.Models.PrivateLinkResource>" Usage="Microsoft.Azure.Management.Purview.PrivateLinkResourcesOperationsExtensions.ListByAccountNext (operations, nextPageLink)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Purview</AssemblyName>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Purview.Models.PrivateLinkResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations" 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>
Gets a list of privately linkable resources for an account.
</summary>
<returns>To be added.</returns>
<remarks>
Gets a list of privately linkable resources for an account
</remarks>
</Docs>
</Member>
<Member MemberName="ListByAccountNextAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Purview.Models.PrivateLinkResource>> ListByAccountNextAsync (this Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations 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.Purview.Models.PrivateLinkResource>> ListByAccountNextAsync(class Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Purview.PrivateLinkResourcesOperationsExtensions.ListByAccountNextAsync(Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByAccountNextAsync (operations As IPrivateLinkResourcesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PrivateLinkResource))" />
<MemberSignature Language="F#" Value="static member ListByAccountNextAsync : Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Purview.Models.PrivateLinkResource>>" Usage="Microsoft.Azure.Management.Purview.PrivateLinkResourcesOperationsExtensions.ListByAccountNextAsync (operations, nextPageLink, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Purview</AssemblyName>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Purview.Models.PrivateLinkResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations" 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 privately linkable resources for an account.
</summary>
<returns>To be added.</returns>
<remarks>
Gets a list of privately linkable resources for an account
</remarks>
</Docs>
</Member>
</Members>
</Type>