-
Notifications
You must be signed in to change notification settings - Fork 264
/
PoolRemoveNodesOptions.xml
377 lines (377 loc) · 22.1 KB
/
PoolRemoveNodesOptions.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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<Type Name="PoolRemoveNodesOptions" FullName="Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions">
<TypeSignature Language="C#" Value="public class PoolRemoveNodesOptions : Microsoft.Azure.Batch.Protocol.Models.ITimeoutOptions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit PoolRemoveNodesOptions extends System.Object implements class Microsoft.Azure.Batch.Protocol.Models.IOptions, class Microsoft.Azure.Batch.Protocol.Models.ITimeoutOptions" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions" />
<TypeSignature Language="VB.NET" Value="Public Class PoolRemoveNodesOptions
Implements ITimeoutOptions" />
<TypeSignature Language="F#" Value="type PoolRemoveNodesOptions = class
 interface ITimeoutOptions
 interface IOptions" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
<AssemblyVersion>15.1.0.0</AssemblyVersion>
<AssemblyVersion>15.3.0.0</AssemblyVersion>
<AssemblyVersion>15.4.0.0</AssemblyVersion>
<AssemblyVersion>16.0.0.0</AssemblyVersion>
<AssemblyVersion>16.1.0.0</AssemblyVersion>
<AssemblyVersion>16.2.0.0</AssemblyVersion>
<AssemblyVersion>16.3.0.0</AssemblyVersion>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>Microsoft.Azure.Batch.Protocol.Models.IOptions</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Azure.Batch.Protocol.Models.ITimeoutOptions</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<summary>
Additional parameters for RemoveNodes operation.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public PoolRemoveNodesOptions ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the PoolRemoveNodesOptions class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public PoolRemoveNodesOptions (int? timeout = default, Guid? clientRequestId = default, bool? returnClientRequestId = default, DateTime? ocpDate = default, string ifMatch = default, string ifNoneMatch = default, DateTime? ifModifiedSince = default, DateTime? ifUnmodifiedSince = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Nullable`1<int32> timeout, valuetype System.Nullable`1<valuetype System.Guid> clientRequestId, valuetype System.Nullable`1<bool> returnClientRequestId, valuetype System.Nullable`1<valuetype System.DateTime> ocpDate, string ifMatch, string ifNoneMatch, valuetype System.Nullable`1<valuetype System.DateTime> ifModifiedSince, valuetype System.Nullable`1<valuetype System.DateTime> ifUnmodifiedSince) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions.#ctor(System.Nullable{System.Int32},System.Nullable{System.Guid},System.Nullable{System.Boolean},System.Nullable{System.DateTime},System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional timeout As Nullable(Of Integer) = Nothing, Optional clientRequestId As Nullable(Of Guid) = Nothing, Optional returnClientRequestId As Nullable(Of Boolean) = Nothing, Optional ocpDate As Nullable(Of DateTime) = Nothing, Optional ifMatch As String = Nothing, Optional ifNoneMatch As String = Nothing, Optional ifModifiedSince As Nullable(Of DateTime) = Nothing, Optional ifUnmodifiedSince As Nullable(Of DateTime) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions : Nullable<int> * Nullable<Guid> * Nullable<bool> * Nullable<DateTime> * string * string * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions" Usage="new Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions (timeout, clientRequestId, returnClientRequestId, ocpDate, ifMatch, ifNoneMatch, ifModifiedSince, ifUnmodifiedSince)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="timeout" Type="System.Nullable<System.Int32>" />
<Parameter Name="clientRequestId" Type="System.Nullable<System.Guid>" />
<Parameter Name="returnClientRequestId" Type="System.Nullable<System.Boolean>" />
<Parameter Name="ocpDate" Type="System.Nullable<System.DateTime>" />
<Parameter Name="ifMatch" Type="System.String" />
<Parameter Name="ifNoneMatch" Type="System.String" />
<Parameter Name="ifModifiedSince" Type="System.Nullable<System.DateTime>" />
<Parameter Name="ifUnmodifiedSince" Type="System.Nullable<System.DateTime>" />
</Parameters>
<Docs>
<param name="timeout">The maximum time that the server can spend
processing the request, in seconds. The default is 30 seconds. If
the value is larger than 30, the default will be used
instead.</param>
<param name="clientRequestId">The caller-generated request
identity, in the form of a GUID with no decoration such as curly
braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.</param>
<param name="returnClientRequestId">Whether the server should
return the client-request-id in the response.</param>
<param name="ocpDate">The time the request was issued. Client
libraries typically set this to the current system clock time; set
it explicitly if you are calling the REST API directly.</param>
<param name="ifMatch">An ETag value associated with the version of
the resource known to the client. The operation will be performed
only if the resource's current ETag on the service exactly matches
the value specified by the client.</param>
<param name="ifNoneMatch">An ETag value associated with the version
of the resource known to the client. The operation will be
performed only if the resource's current ETag on the service does
not match the value specified by the client.</param>
<param name="ifModifiedSince">A timestamp indicating the last
modified time of the resource known to the client. The operation
will be performed only if the resource on the service has been
modified since the specified time.</param>
<param name="ifUnmodifiedSince">A timestamp indicating the last
modified time of the resource known to the client. The operation
will be performed only if the resource on the service has not been
modified since the specified time.</param>
<summary>
Initializes a new instance of the PoolRemoveNodesOptions class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ClientRequestId">
<MemberSignature Language="C#" Value="public Guid? ClientRequestId { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype System.Guid> ClientRequestId" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions.ClientRequestId" />
<MemberSignature Language="VB.NET" Value="Public Property ClientRequestId As Nullable(Of Guid)" />
<MemberSignature Language="F#" Value="member this.ClientRequestId : Nullable<Guid> with get, set" Usage="Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions.ClientRequestId" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Batch.Protocol.Models.IOptions.ClientRequestId</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonIgnore]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonIgnore>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Guid></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the caller-generated request identity, in the form of
a GUID with no decoration such as curly braces, e.g.
9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="IfMatch">
<MemberSignature Language="C#" Value="public string IfMatch { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string IfMatch" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions.IfMatch" />
<MemberSignature Language="VB.NET" Value="Public Property IfMatch As String" />
<MemberSignature Language="F#" Value="member this.IfMatch : string with get, set" Usage="Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions.IfMatch" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonIgnore]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonIgnore>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets an ETag value associated with the version of the
resource known to the client. The operation will be performed only
if the resource's current ETag on the service exactly matches the
value specified by the client.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="IfModifiedSince">
<MemberSignature Language="C#" Value="public DateTime? IfModifiedSince { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype System.DateTime> IfModifiedSince" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions.IfModifiedSince" />
<MemberSignature Language="VB.NET" Value="Public Property IfModifiedSince As Nullable(Of DateTime)" />
<MemberSignature Language="F#" Value="member this.IfModifiedSince : Nullable<DateTime> with get, set" Usage="Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions.IfModifiedSince" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonIgnore]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonIgnore>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.DateTime></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets a timestamp indicating the last modified time of the
resource known to the client. The operation will be performed only
if the resource on the service has been modified since the
specified time.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="IfNoneMatch">
<MemberSignature Language="C#" Value="public string IfNoneMatch { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string IfNoneMatch" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions.IfNoneMatch" />
<MemberSignature Language="VB.NET" Value="Public Property IfNoneMatch As String" />
<MemberSignature Language="F#" Value="member this.IfNoneMatch : string with get, set" Usage="Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions.IfNoneMatch" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonIgnore]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonIgnore>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets an ETag value associated with the version of the
resource known to the client. The operation will be performed only
if the resource's current ETag on the service does not match the
value specified by the client.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="IfUnmodifiedSince">
<MemberSignature Language="C#" Value="public DateTime? IfUnmodifiedSince { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype System.DateTime> IfUnmodifiedSince" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions.IfUnmodifiedSince" />
<MemberSignature Language="VB.NET" Value="Public Property IfUnmodifiedSince As Nullable(Of DateTime)" />
<MemberSignature Language="F#" Value="member this.IfUnmodifiedSince : Nullable<DateTime> with get, set" Usage="Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions.IfUnmodifiedSince" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonIgnore]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonIgnore>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.DateTime></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets a timestamp indicating the last modified time of the
resource known to the client. The operation will be performed only
if the resource on the service has not been modified since the
specified time.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="OcpDate">
<MemberSignature Language="C#" Value="public DateTime? OcpDate { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype System.DateTime> OcpDate" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions.OcpDate" />
<MemberSignature Language="VB.NET" Value="Public Property OcpDate As Nullable(Of DateTime)" />
<MemberSignature Language="F#" Value="member this.OcpDate : Nullable<DateTime> with get, set" Usage="Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions.OcpDate" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonIgnore]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonIgnore>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.DateTime></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the time the request was issued. Client libraries
typically set this to the current system clock time; set it
explicitly if you are calling the REST API directly.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReturnClientRequestId">
<MemberSignature Language="C#" Value="public bool? ReturnClientRequestId { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<bool> ReturnClientRequestId" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions.ReturnClientRequestId" />
<MemberSignature Language="VB.NET" Value="Public Property ReturnClientRequestId As Nullable(Of Boolean)" />
<MemberSignature Language="F#" Value="member this.ReturnClientRequestId : Nullable<bool> with get, set" Usage="Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions.ReturnClientRequestId" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Batch.Protocol.Models.IOptions.ReturnClientRequestId</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonIgnore]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonIgnore>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Boolean></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets whether the server should return the client-request-id
in the response.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Timeout">
<MemberSignature Language="C#" Value="public int? Timeout { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int32> Timeout" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions.Timeout" />
<MemberSignature Language="VB.NET" Value="Public Property Timeout As Nullable(Of Integer)" />
<MemberSignature Language="F#" Value="member this.Timeout : Nullable<int> with get, set" Usage="Microsoft.Azure.Batch.Protocol.Models.PoolRemoveNodesOptions.Timeout" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Batch.Protocol.Models.ITimeoutOptions.Timeout</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonIgnore]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonIgnore>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Int32></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the maximum time that the server can spend processing
the request, in seconds. The default is 30 seconds. If the value is
larger than 30, the default will be used instead.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>