-
Notifications
You must be signed in to change notification settings - Fork 264
/
PrivateLinkResourceOperationsExtensions.xml
261 lines (261 loc) · 20.3 KB
/
PrivateLinkResourceOperationsExtensions.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
<Type Name="PrivateLinkResourceOperationsExtensions" FullName="Microsoft.Azure.Management.Batch.PrivateLinkResourceOperationsExtensions">
<TypeSignature Language="C#" Value="public static class PrivateLinkResourceOperationsExtensions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit PrivateLinkResourceOperationsExtensions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Batch.PrivateLinkResourceOperationsExtensions" />
<TypeSignature Language="VB.NET" Value="Public Module PrivateLinkResourceOperationsExtensions" />
<TypeSignature Language="F#" Value="type PrivateLinkResourceOperationsExtensions = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Batch</AssemblyName>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
<AssemblyVersion>14.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Extension methods for PrivateLinkResourceOperations.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="Get">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Batch.Models.PrivateLinkResource Get (this Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations operations, string resourceGroupName, string accountName, string privateLinkResourceName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Batch.Models.PrivateLinkResource Get(class Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations operations, string resourceGroupName, string accountName, string privateLinkResourceName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Batch.PrivateLinkResourceOperationsExtensions.Get(Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Get (operations As IPrivateLinkResourceOperations, resourceGroupName As String, accountName As String, privateLinkResourceName As String) As PrivateLinkResource" />
<MemberSignature Language="F#" Value="static member Get : Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations * string * string * string -> Microsoft.Azure.Management.Batch.Models.PrivateLinkResource" Usage="Microsoft.Azure.Management.Batch.PrivateLinkResourceOperationsExtensions.Get (operations, resourceGroupName, accountName, privateLinkResourceName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Batch</AssemblyName>
<AssemblyVersion>14.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Batch.Models.PrivateLinkResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="privateLinkResourceName" Type="System.String" />
</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 Batch account.
</param>
<param name="accountName">
The name of the Batch account.
</param>
<param name="privateLinkResourceName">
The private link resource name. This must be unique within the account.
</param>
<summary>
Gets information about the specified private link resource.
</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.Batch.Models.PrivateLinkResource> GetAsync (this Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations operations, string resourceGroupName, string accountName, string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Batch.Models.PrivateLinkResource> GetAsync(class Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations operations, string resourceGroupName, string accountName, string privateLinkResourceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Batch.PrivateLinkResourceOperationsExtensions.GetAsync(Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAsync (operations As IPrivateLinkResourceOperations, resourceGroupName As String, accountName As String, privateLinkResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResource)" />
<MemberSignature Language="F#" Value="static member GetAsync : Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.PrivateLinkResource>" Usage="Microsoft.Azure.Management.Batch.PrivateLinkResourceOperationsExtensions.GetAsync (operations, resourceGroupName, accountName, privateLinkResourceName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Batch</AssemblyName>
<AssemblyVersion>14.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.PrivateLinkResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="privateLinkResourceName" 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 Batch account.
</param>
<param name="accountName">
The name of the Batch account.
</param>
<param name="privateLinkResourceName">
The private link resource name. This must be unique within the account.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets information about the specified private link resource.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListByBatchAccount">
<MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateLinkResource> ListByBatchAccount (this Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations operations, string resourceGroupName, string accountName, int? maxresults = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Batch.Models.PrivateLinkResource> ListByBatchAccount(class Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations operations, string resourceGroupName, string accountName, valuetype System.Nullable`1<int32> maxresults) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Batch.PrivateLinkResourceOperationsExtensions.ListByBatchAccount(Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations,System.String,System.String,System.Nullable{System.Int32})" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByBatchAccount (operations As IPrivateLinkResourceOperations, resourceGroupName As String, accountName As String, Optional maxresults As Nullable(Of Integer) = Nothing) As IPage(Of PrivateLinkResource)" />
<MemberSignature Language="F#" Value="static member ListByBatchAccount : Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations * string * string * Nullable<int> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateLinkResource>" Usage="Microsoft.Azure.Management.Batch.PrivateLinkResourceOperationsExtensions.ListByBatchAccount (operations, resourceGroupName, accountName, maxresults)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Batch</AssemblyName>
<AssemblyVersion>14.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateLinkResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="maxresults" Type="System.Nullable<System.Int32>" />
</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 Batch account.
</param>
<param name="accountName">
The name of the Batch account.
</param>
<param name="maxresults">
The maximum number of items to return in the response.
</param>
<summary>
Lists all of the private link resources in the specified account.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListByBatchAccountAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateLinkResource>> ListByBatchAccountAsync (this Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations operations, string resourceGroupName, string accountName, int? maxresults = default, 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.Batch.Models.PrivateLinkResource>> ListByBatchAccountAsync(class Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations operations, string resourceGroupName, string accountName, valuetype System.Nullable`1<int32> maxresults, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Batch.PrivateLinkResourceOperationsExtensions.ListByBatchAccountAsync(Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations,System.String,System.String,System.Nullable{System.Int32},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByBatchAccountAsync (operations As IPrivateLinkResourceOperations, resourceGroupName As String, accountName As String, Optional maxresults As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PrivateLinkResource))" />
<MemberSignature Language="F#" Value="static member ListByBatchAccountAsync : Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateLinkResource>>" Usage="Microsoft.Azure.Management.Batch.PrivateLinkResourceOperationsExtensions.ListByBatchAccountAsync (operations, resourceGroupName, accountName, maxresults, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Batch</AssemblyName>
<AssemblyVersion>14.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateLinkResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="maxresults" Type="System.Nullable<System.Int32>" />
<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 Batch account.
</param>
<param name="accountName">
The name of the Batch account.
</param>
<param name="maxresults">
The maximum number of items to return in the response.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Lists all of the private link resources in the specified account.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListByBatchAccountNext">
<MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateLinkResource> ListByBatchAccountNext (this Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Batch.Models.PrivateLinkResource> ListByBatchAccountNext(class Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations operations, string nextPageLink) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Batch.PrivateLinkResourceOperationsExtensions.ListByBatchAccountNext(Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByBatchAccountNext (operations As IPrivateLinkResourceOperations, nextPageLink As String) As IPage(Of PrivateLinkResource)" />
<MemberSignature Language="F#" Value="static member ListByBatchAccountNext : Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateLinkResource>" Usage="Microsoft.Azure.Management.Batch.PrivateLinkResourceOperationsExtensions.ListByBatchAccountNext (operations, nextPageLink)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Batch</AssemblyName>
<AssemblyVersion>14.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateLinkResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations" 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 private link resources in the specified account.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListByBatchAccountNextAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateLinkResource>> ListByBatchAccountNextAsync (this Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations 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.Batch.Models.PrivateLinkResource>> ListByBatchAccountNextAsync(class Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Batch.PrivateLinkResourceOperationsExtensions.ListByBatchAccountNextAsync(Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByBatchAccountNextAsync (operations As IPrivateLinkResourceOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PrivateLinkResource))" />
<MemberSignature Language="F#" Value="static member ListByBatchAccountNextAsync : Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateLinkResource>>" Usage="Microsoft.Azure.Management.Batch.PrivateLinkResourceOperationsExtensions.ListByBatchAccountNextAsync (operations, nextPageLink, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Batch</AssemblyName>
<AssemblyVersion>14.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateLinkResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations" 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 private link resources in the specified account.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>