@azure-rest/batch 1.0.0-beta.2 → 1.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +4 -4
- package/README.md +4 -4
- package/dist/browser/batchClient.js +17 -22
- package/dist/browser/batchClient.js.map +1 -1
- package/dist/browser/clientDefinitions.d.ts +1 -1
- package/dist/browser/clientDefinitions.js.map +1 -1
- package/dist/browser/index.d.ts +0 -1
- package/dist/browser/index.js +0 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/isUnexpected.js +4 -5
- package/dist/browser/isUnexpected.js.map +1 -1
- package/dist/browser/models.d.ts +216 -178
- package/dist/browser/models.js.map +1 -1
- package/dist/browser/outputModels.d.ts +254 -202
- package/dist/browser/outputModels.js.map +1 -1
- package/dist/browser/paginateHelper.d.ts +27 -2
- package/dist/browser/paginateHelper.js +69 -2
- package/dist/browser/paginateHelper.js.map +1 -1
- package/dist/browser/parameters.d.ts +274 -58
- package/dist/browser/parameters.js.map +1 -1
- package/dist/browser/responses.d.ts +2 -2
- package/dist/browser/responses.js.map +1 -1
- package/dist/commonjs/batchClient.js +17 -22
- package/dist/commonjs/batchClient.js.map +1 -1
- package/dist/commonjs/clientDefinitions.d.ts +1 -1
- package/dist/commonjs/clientDefinitions.js.map +1 -1
- package/dist/commonjs/credentials/batchSharedKeyCredentials.js +1 -2
- package/dist/commonjs/credentials/batchSharedKeyCredentials.js.map +1 -1
- package/dist/commonjs/index.d.ts +0 -1
- package/dist/commonjs/index.js +0 -1
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/isUnexpected.js +4 -5
- package/dist/commonjs/isUnexpected.js.map +1 -1
- package/dist/commonjs/models.d.ts +216 -178
- package/dist/commonjs/models.js.map +1 -1
- package/dist/commonjs/outputModels.d.ts +254 -202
- package/dist/commonjs/outputModels.js.map +1 -1
- package/dist/commonjs/paginateHelper.d.ts +27 -2
- package/dist/commonjs/paginateHelper.js +70 -3
- package/dist/commonjs/paginateHelper.js.map +1 -1
- package/dist/commonjs/parameters.d.ts +274 -58
- package/dist/commonjs/parameters.js.map +1 -1
- package/dist/commonjs/responses.d.ts +2 -2
- package/dist/commonjs/responses.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/batchClient.js +17 -22
- package/dist/esm/batchClient.js.map +1 -1
- package/dist/esm/clientDefinitions.d.ts +1 -1
- package/dist/esm/clientDefinitions.js.map +1 -1
- package/dist/esm/credentials/batchSharedKeyCredentials.js +1 -2
- package/dist/esm/credentials/batchSharedKeyCredentials.js.map +1 -1
- package/dist/esm/index.d.ts +0 -1
- package/dist/esm/index.js +0 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/isUnexpected.js +4 -5
- package/dist/esm/isUnexpected.js.map +1 -1
- package/dist/esm/models.d.ts +216 -178
- package/dist/esm/models.js.map +1 -1
- package/dist/esm/outputModels.d.ts +254 -202
- package/dist/esm/outputModels.js.map +1 -1
- package/dist/esm/paginateHelper.d.ts +27 -2
- package/dist/esm/paginateHelper.js +69 -2
- package/dist/esm/paginateHelper.js.map +1 -1
- package/dist/esm/parameters.d.ts +274 -58
- package/dist/esm/parameters.js.map +1 -1
- package/dist/esm/responses.d.ts +2 -2
- package/dist/esm/responses.js.map +1 -1
- package/dist/react-native/batchClient.js +17 -22
- package/dist/react-native/batchClient.js.map +1 -1
- package/dist/react-native/clientDefinitions.d.ts +1 -1
- package/dist/react-native/clientDefinitions.js.map +1 -1
- package/dist/react-native/index.d.ts +0 -1
- package/dist/react-native/index.js +0 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/isUnexpected.js +4 -5
- package/dist/react-native/isUnexpected.js.map +1 -1
- package/dist/react-native/models.d.ts +216 -178
- package/dist/react-native/models.js.map +1 -1
- package/dist/react-native/outputModels.d.ts +254 -202
- package/dist/react-native/outputModels.js.map +1 -1
- package/dist/react-native/paginateHelper.d.ts +27 -2
- package/dist/react-native/paginateHelper.js +69 -2
- package/dist/react-native/paginateHelper.js.map +1 -1
- package/dist/react-native/parameters.d.ts +274 -58
- package/dist/react-native/parameters.js.map +1 -1
- package/dist/react-native/responses.d.ts +2 -2
- package/dist/react-native/responses.js.map +1 -1
- package/package.json +52 -53
- package/dist/browser/batchClient.d.ts.map +0 -1
- package/dist/browser/clientDefinitions.d.ts.map +0 -1
- package/dist/browser/credentials/batchSharedKeyCredentials-browser.d.mts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/isUnexpected.d.ts.map +0 -1
- package/dist/browser/logger.d.ts.map +0 -1
- package/dist/browser/models.d.ts.map +0 -1
- package/dist/browser/outputModels.d.ts.map +0 -1
- package/dist/browser/paginateHelper.d.ts.map +0 -1
- package/dist/browser/parameters.d.ts.map +0 -1
- package/dist/browser/replacePoolPropertiesPolicy.d.ts +0 -11
- package/dist/browser/replacePoolPropertiesPolicy.d.ts.map +0 -1
- package/dist/browser/replacePoolPropertiesPolicy.js +0 -33
- package/dist/browser/replacePoolPropertiesPolicy.js.map +0 -1
- package/dist/browser/responses.d.ts.map +0 -1
- package/dist/commonjs/batchClient.d.ts.map +0 -1
- package/dist/commonjs/clientDefinitions.d.ts.map +0 -1
- package/dist/commonjs/credentials/batchSharedKeyCredentials.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/isUnexpected.d.ts.map +0 -1
- package/dist/commonjs/logger.d.ts.map +0 -1
- package/dist/commonjs/models.d.ts.map +0 -1
- package/dist/commonjs/outputModels.d.ts.map +0 -1
- package/dist/commonjs/paginateHelper.d.ts.map +0 -1
- package/dist/commonjs/parameters.d.ts.map +0 -1
- package/dist/commonjs/replacePoolPropertiesPolicy.d.ts +0 -11
- package/dist/commonjs/replacePoolPropertiesPolicy.d.ts.map +0 -1
- package/dist/commonjs/replacePoolPropertiesPolicy.js +0 -36
- package/dist/commonjs/replacePoolPropertiesPolicy.js.map +0 -1
- package/dist/commonjs/responses.d.ts.map +0 -1
- package/dist/esm/batchClient.d.ts.map +0 -1
- package/dist/esm/clientDefinitions.d.ts.map +0 -1
- package/dist/esm/credentials/batchSharedKeyCredentials.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/isUnexpected.d.ts.map +0 -1
- package/dist/esm/logger.d.ts.map +0 -1
- package/dist/esm/models.d.ts.map +0 -1
- package/dist/esm/outputModels.d.ts.map +0 -1
- package/dist/esm/paginateHelper.d.ts.map +0 -1
- package/dist/esm/parameters.d.ts.map +0 -1
- package/dist/esm/replacePoolPropertiesPolicy.d.ts +0 -11
- package/dist/esm/replacePoolPropertiesPolicy.d.ts.map +0 -1
- package/dist/esm/replacePoolPropertiesPolicy.js +0 -33
- package/dist/esm/replacePoolPropertiesPolicy.js.map +0 -1
- package/dist/esm/responses.d.ts.map +0 -1
- package/dist/react-native/batchClient.d.ts.map +0 -1
- package/dist/react-native/clientDefinitions.d.ts.map +0 -1
- package/dist/react-native/credentials/batchSharedKeyCredentials-react-native.d.mts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/isUnexpected.d.ts.map +0 -1
- package/dist/react-native/logger.d.ts.map +0 -1
- package/dist/react-native/models.d.ts.map +0 -1
- package/dist/react-native/outputModels.d.ts.map +0 -1
- package/dist/react-native/paginateHelper.d.ts.map +0 -1
- package/dist/react-native/parameters.d.ts.map +0 -1
- package/dist/react-native/replacePoolPropertiesPolicy.d.ts +0 -11
- package/dist/react-native/replacePoolPropertiesPolicy.d.ts.map +0 -1
- package/dist/react-native/replacePoolPropertiesPolicy.js +0 -33
- package/dist/react-native/replacePoolPropertiesPolicy.js.map +0 -1
- package/dist/react-native/responses.d.ts.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { RawHttpHeadersInput } from "@azure/core-rest-pipeline";
|
|
2
2
|
import type { RequestParameters } from "@azure-rest/core-client";
|
|
3
|
-
import type {
|
|
3
|
+
import type { BatchPoolCreateOptions, BatchPoolUpdateOptions, BatchPoolEnableAutoScaleOptions, BatchPoolEvaluateAutoScaleOptions, BatchPoolResizeOptions, BatchPoolReplaceOptions, BatchNodeRemoveOptions, BatchJobUpdateOptions, BatchJob, BatchJobDisableOptions, BatchJobTerminateOptions, BatchJobCreateOptions, BatchJobScheduleUpdateOptions, BatchJobSchedule, BatchJobScheduleCreateOptions, BatchTaskCreateOptions, BatchTaskGroup, BatchTask, BatchNodeUserCreateOptions, BatchNodeUserUpdateOptions, BatchNodeRebootOptions, BatchNodeDeallocateOptions, BatchNodeReimageOptions, BatchNodeDisableSchedulingOptions, UploadBatchServiceLogsOptions } from "./models.js";
|
|
4
4
|
export interface ListApplicationsHeaders {
|
|
5
5
|
/**
|
|
6
6
|
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
@@ -95,7 +95,7 @@ export interface ListPoolUsageMetricsQueryParamProperties {
|
|
|
95
95
|
endtime?: Date | string;
|
|
96
96
|
/**
|
|
97
97
|
* An OData $filter clause. For more information on constructing this filter, see
|
|
98
|
-
* https://
|
|
98
|
+
* https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-account-usage-metrics.
|
|
99
99
|
*/
|
|
100
100
|
$filter?: string;
|
|
101
101
|
}
|
|
@@ -123,7 +123,7 @@ export interface CreatePoolHeaders {
|
|
|
123
123
|
}
|
|
124
124
|
export interface CreatePoolBodyParam {
|
|
125
125
|
/** The Pool to be created. */
|
|
126
|
-
body:
|
|
126
|
+
body: BatchPoolCreateOptions;
|
|
127
127
|
}
|
|
128
128
|
export interface CreatePoolQueryParamProperties {
|
|
129
129
|
/** 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.". */
|
|
@@ -155,6 +155,24 @@ export interface ListPoolsHeaders {
|
|
|
155
155
|
*/
|
|
156
156
|
"ocp-date"?: string;
|
|
157
157
|
}
|
|
158
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
159
|
+
export interface ListPoolsSelectQueryParam {
|
|
160
|
+
/** Value of the parameter */
|
|
161
|
+
value: string[];
|
|
162
|
+
/** Should we explode the value? */
|
|
163
|
+
explode: false;
|
|
164
|
+
/** Style of the value */
|
|
165
|
+
style: "form";
|
|
166
|
+
}
|
|
167
|
+
/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */
|
|
168
|
+
export interface ListPoolsExpandQueryParam {
|
|
169
|
+
/** Value of the parameter */
|
|
170
|
+
value: string[];
|
|
171
|
+
/** Should we explode the value? */
|
|
172
|
+
explode: false;
|
|
173
|
+
/** Style of the value */
|
|
174
|
+
style: "form";
|
|
175
|
+
}
|
|
158
176
|
export interface ListPoolsQueryParamProperties {
|
|
159
177
|
/** 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.". */
|
|
160
178
|
timeOut?: number;
|
|
@@ -165,13 +183,13 @@ export interface ListPoolsQueryParamProperties {
|
|
|
165
183
|
maxresults?: number;
|
|
166
184
|
/**
|
|
167
185
|
* An OData $filter clause. For more information on constructing this filter, see
|
|
168
|
-
* https://
|
|
186
|
+
* https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-pools.
|
|
169
187
|
*/
|
|
170
188
|
$filter?: string;
|
|
171
189
|
/** An OData $select clause. */
|
|
172
|
-
$select?: string[];
|
|
190
|
+
$select?: string[] | ListPoolsSelectQueryParam;
|
|
173
191
|
/** An OData $expand clause. */
|
|
174
|
-
$expand?: string[];
|
|
192
|
+
$expand?: string[] | ListPoolsExpandQueryParam;
|
|
175
193
|
}
|
|
176
194
|
export interface ListPoolsQueryParam {
|
|
177
195
|
queryParameters?: ListPoolsQueryParamProperties;
|
|
@@ -319,13 +337,31 @@ export interface GetPoolHeaders {
|
|
|
319
337
|
*/
|
|
320
338
|
"If-None-Match"?: string;
|
|
321
339
|
}
|
|
340
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
341
|
+
export interface GetPoolSelectQueryParam {
|
|
342
|
+
/** Value of the parameter */
|
|
343
|
+
value: string[];
|
|
344
|
+
/** Should we explode the value? */
|
|
345
|
+
explode: false;
|
|
346
|
+
/** Style of the value */
|
|
347
|
+
style: "form";
|
|
348
|
+
}
|
|
349
|
+
/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */
|
|
350
|
+
export interface GetPoolExpandQueryParam {
|
|
351
|
+
/** Value of the parameter */
|
|
352
|
+
value: string[];
|
|
353
|
+
/** Should we explode the value? */
|
|
354
|
+
explode: false;
|
|
355
|
+
/** Style of the value */
|
|
356
|
+
style: "form";
|
|
357
|
+
}
|
|
322
358
|
export interface GetPoolQueryParamProperties {
|
|
323
359
|
/** 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.". */
|
|
324
360
|
timeOut?: number;
|
|
325
361
|
/** An OData $select clause. */
|
|
326
|
-
$select?: string[];
|
|
362
|
+
$select?: string[] | GetPoolSelectQueryParam;
|
|
327
363
|
/** An OData $expand clause. */
|
|
328
|
-
$expand?: string[];
|
|
364
|
+
$expand?: string[] | GetPoolExpandQueryParam;
|
|
329
365
|
}
|
|
330
366
|
export interface GetPoolQueryParam {
|
|
331
367
|
queryParameters?: GetPoolQueryParamProperties;
|
|
@@ -375,7 +411,7 @@ export interface UpdatePoolHeaders {
|
|
|
375
411
|
}
|
|
376
412
|
export interface UpdatePoolBodyParam {
|
|
377
413
|
/** The pool properties to update. */
|
|
378
|
-
body:
|
|
414
|
+
body: BatchPoolUpdateOptions;
|
|
379
415
|
}
|
|
380
416
|
export interface UpdatePoolQueryParamProperties {
|
|
381
417
|
/** 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.". */
|
|
@@ -459,7 +495,7 @@ export interface EnablePoolAutoScaleHeaders {
|
|
|
459
495
|
}
|
|
460
496
|
export interface EnablePoolAutoScaleBodyParam {
|
|
461
497
|
/** The options to use for enabling automatic scaling. */
|
|
462
|
-
body:
|
|
498
|
+
body: BatchPoolEnableAutoScaleOptions;
|
|
463
499
|
}
|
|
464
500
|
export interface EnablePoolAutoScaleQueryParamProperties {
|
|
465
501
|
/** 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.". */
|
|
@@ -493,7 +529,7 @@ export interface EvaluatePoolAutoScaleHeaders {
|
|
|
493
529
|
}
|
|
494
530
|
export interface EvaluatePoolAutoScaleBodyParam {
|
|
495
531
|
/** The options to use for evaluating the automatic scaling formula. */
|
|
496
|
-
body:
|
|
532
|
+
body: BatchPoolEvaluateAutoScaleOptions;
|
|
497
533
|
}
|
|
498
534
|
export interface EvaluatePoolAutoScaleQueryParamProperties {
|
|
499
535
|
/** 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.". */
|
|
@@ -551,7 +587,7 @@ export interface ResizePoolHeaders {
|
|
|
551
587
|
}
|
|
552
588
|
export interface ResizePoolBodyParam {
|
|
553
589
|
/** The options to use for resizing the pool. */
|
|
554
|
-
body:
|
|
590
|
+
body: BatchPoolResizeOptions;
|
|
555
591
|
}
|
|
556
592
|
export interface ResizePoolQueryParamProperties {
|
|
557
593
|
/** 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.". */
|
|
@@ -635,7 +671,7 @@ export interface ReplacePoolPropertiesHeaders {
|
|
|
635
671
|
}
|
|
636
672
|
export interface ReplacePoolPropertiesBodyParam {
|
|
637
673
|
/** The options to use for replacing properties on the pool. */
|
|
638
|
-
body:
|
|
674
|
+
body: BatchPoolReplaceOptions;
|
|
639
675
|
}
|
|
640
676
|
export interface ReplacePoolPropertiesQueryParamProperties {
|
|
641
677
|
/** 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.". */
|
|
@@ -693,7 +729,7 @@ export interface RemoveNodesHeaders {
|
|
|
693
729
|
}
|
|
694
730
|
export interface RemoveNodesBodyParam {
|
|
695
731
|
/** The options to use for removing the node. */
|
|
696
|
-
body:
|
|
732
|
+
body: BatchNodeRemoveOptions;
|
|
697
733
|
}
|
|
698
734
|
export interface RemoveNodesQueryParamProperties {
|
|
699
735
|
/** 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.". */
|
|
@@ -735,7 +771,7 @@ export interface ListSupportedImagesQueryParamProperties {
|
|
|
735
771
|
maxresults?: number;
|
|
736
772
|
/**
|
|
737
773
|
* An OData $filter clause. For more information on constructing this filter, see
|
|
738
|
-
* https://
|
|
774
|
+
* https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-support-images.
|
|
739
775
|
*/
|
|
740
776
|
$filter?: string;
|
|
741
777
|
}
|
|
@@ -771,7 +807,7 @@ export interface ListPoolNodeCountsQueryParamProperties {
|
|
|
771
807
|
maxresults?: number;
|
|
772
808
|
/**
|
|
773
809
|
* An OData $filter clause. For more information on constructing this filter, see
|
|
774
|
-
* https://
|
|
810
|
+
* https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-support-images.
|
|
775
811
|
*/
|
|
776
812
|
$filter?: string;
|
|
777
813
|
}
|
|
@@ -873,13 +909,31 @@ export interface GetJobHeaders {
|
|
|
873
909
|
*/
|
|
874
910
|
"If-None-Match"?: string;
|
|
875
911
|
}
|
|
912
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
913
|
+
export interface GetJobSelectQueryParam {
|
|
914
|
+
/** Value of the parameter */
|
|
915
|
+
value: string[];
|
|
916
|
+
/** Should we explode the value? */
|
|
917
|
+
explode: false;
|
|
918
|
+
/** Style of the value */
|
|
919
|
+
style: "form";
|
|
920
|
+
}
|
|
921
|
+
/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */
|
|
922
|
+
export interface GetJobExpandQueryParam {
|
|
923
|
+
/** Value of the parameter */
|
|
924
|
+
value: string[];
|
|
925
|
+
/** Should we explode the value? */
|
|
926
|
+
explode: false;
|
|
927
|
+
/** Style of the value */
|
|
928
|
+
style: "form";
|
|
929
|
+
}
|
|
876
930
|
export interface GetJobQueryParamProperties {
|
|
877
931
|
/** 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.". */
|
|
878
932
|
timeOut?: number;
|
|
879
933
|
/** An OData $select clause. */
|
|
880
|
-
$select?: string[];
|
|
934
|
+
$select?: string[] | GetJobSelectQueryParam;
|
|
881
935
|
/** An OData $expand clause. */
|
|
882
|
-
$expand?: string[];
|
|
936
|
+
$expand?: string[] | GetJobExpandQueryParam;
|
|
883
937
|
}
|
|
884
938
|
export interface GetJobQueryParam {
|
|
885
939
|
queryParameters?: GetJobQueryParamProperties;
|
|
@@ -929,7 +983,7 @@ export interface UpdateJobHeaders {
|
|
|
929
983
|
}
|
|
930
984
|
export interface UpdateJobBodyParam {
|
|
931
985
|
/** The options to use for updating the Job. */
|
|
932
|
-
body:
|
|
986
|
+
body: BatchJobUpdateOptions;
|
|
933
987
|
}
|
|
934
988
|
export interface UpdateJobQueryParamProperties {
|
|
935
989
|
/** 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.". */
|
|
@@ -1045,7 +1099,7 @@ export interface DisableJobHeaders {
|
|
|
1045
1099
|
}
|
|
1046
1100
|
export interface DisableJobBodyParam {
|
|
1047
1101
|
/** The options to use for disabling the Job. */
|
|
1048
|
-
body:
|
|
1102
|
+
body: BatchJobDisableOptions;
|
|
1049
1103
|
}
|
|
1050
1104
|
export interface DisableJobQueryParamProperties {
|
|
1051
1105
|
/** 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.". */
|
|
@@ -1153,7 +1207,7 @@ export interface TerminateJobHeaders {
|
|
|
1153
1207
|
}
|
|
1154
1208
|
export interface TerminateJobBodyParam {
|
|
1155
1209
|
/** The options to use for terminating the Job. */
|
|
1156
|
-
body?:
|
|
1210
|
+
body?: BatchJobTerminateOptions;
|
|
1157
1211
|
}
|
|
1158
1212
|
export interface TerminateJobQueryParamProperties {
|
|
1159
1213
|
/** 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.". */
|
|
@@ -1189,7 +1243,7 @@ export interface CreateJobHeaders {
|
|
|
1189
1243
|
}
|
|
1190
1244
|
export interface CreateJobBodyParam {
|
|
1191
1245
|
/** The Job to be created. */
|
|
1192
|
-
body:
|
|
1246
|
+
body: BatchJobCreateOptions;
|
|
1193
1247
|
}
|
|
1194
1248
|
export interface CreateJobQueryParamProperties {
|
|
1195
1249
|
/** 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.". */
|
|
@@ -1221,6 +1275,24 @@ export interface ListJobsHeaders {
|
|
|
1221
1275
|
*/
|
|
1222
1276
|
"ocp-date"?: string;
|
|
1223
1277
|
}
|
|
1278
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
1279
|
+
export interface ListJobsSelectQueryParam {
|
|
1280
|
+
/** Value of the parameter */
|
|
1281
|
+
value: string[];
|
|
1282
|
+
/** Should we explode the value? */
|
|
1283
|
+
explode: false;
|
|
1284
|
+
/** Style of the value */
|
|
1285
|
+
style: "form";
|
|
1286
|
+
}
|
|
1287
|
+
/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */
|
|
1288
|
+
export interface ListJobsExpandQueryParam {
|
|
1289
|
+
/** Value of the parameter */
|
|
1290
|
+
value: string[];
|
|
1291
|
+
/** Should we explode the value? */
|
|
1292
|
+
explode: false;
|
|
1293
|
+
/** Style of the value */
|
|
1294
|
+
style: "form";
|
|
1295
|
+
}
|
|
1224
1296
|
export interface ListJobsQueryParamProperties {
|
|
1225
1297
|
/** 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.". */
|
|
1226
1298
|
timeOut?: number;
|
|
@@ -1231,13 +1303,13 @@ export interface ListJobsQueryParamProperties {
|
|
|
1231
1303
|
maxresults?: number;
|
|
1232
1304
|
/**
|
|
1233
1305
|
* An OData $filter clause. For more information on constructing this filter, see
|
|
1234
|
-
* https://
|
|
1306
|
+
* https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-jobs.
|
|
1235
1307
|
*/
|
|
1236
1308
|
$filter?: string;
|
|
1237
1309
|
/** An OData $select clause. */
|
|
1238
|
-
$select?: string[];
|
|
1310
|
+
$select?: string[] | ListJobsSelectQueryParam;
|
|
1239
1311
|
/** An OData $expand clause. */
|
|
1240
|
-
$expand?: string[];
|
|
1312
|
+
$expand?: string[] | ListJobsExpandQueryParam;
|
|
1241
1313
|
}
|
|
1242
1314
|
export interface ListJobsQueryParam {
|
|
1243
1315
|
queryParameters?: ListJobsQueryParamProperties;
|
|
@@ -1261,6 +1333,24 @@ export interface ListJobsFromScheduleHeaders {
|
|
|
1261
1333
|
*/
|
|
1262
1334
|
"ocp-date"?: string;
|
|
1263
1335
|
}
|
|
1336
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
1337
|
+
export interface ListJobsFromScheduleSelectQueryParam {
|
|
1338
|
+
/** Value of the parameter */
|
|
1339
|
+
value: string[];
|
|
1340
|
+
/** Should we explode the value? */
|
|
1341
|
+
explode: false;
|
|
1342
|
+
/** Style of the value */
|
|
1343
|
+
style: "form";
|
|
1344
|
+
}
|
|
1345
|
+
/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */
|
|
1346
|
+
export interface ListJobsFromScheduleExpandQueryParam {
|
|
1347
|
+
/** Value of the parameter */
|
|
1348
|
+
value: string[];
|
|
1349
|
+
/** Should we explode the value? */
|
|
1350
|
+
explode: false;
|
|
1351
|
+
/** Style of the value */
|
|
1352
|
+
style: "form";
|
|
1353
|
+
}
|
|
1264
1354
|
export interface ListJobsFromScheduleQueryParamProperties {
|
|
1265
1355
|
/** 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.". */
|
|
1266
1356
|
timeOut?: number;
|
|
@@ -1271,13 +1361,13 @@ export interface ListJobsFromScheduleQueryParamProperties {
|
|
|
1271
1361
|
maxresults?: number;
|
|
1272
1362
|
/**
|
|
1273
1363
|
* An OData $filter clause. For more information on constructing this filter, see
|
|
1274
|
-
* https://
|
|
1364
|
+
* https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-jobs-in-a-job-schedule.
|
|
1275
1365
|
*/
|
|
1276
1366
|
$filter?: string;
|
|
1277
1367
|
/** An OData $select clause. */
|
|
1278
|
-
$select?: string[];
|
|
1368
|
+
$select?: string[] | ListJobsFromScheduleSelectQueryParam;
|
|
1279
1369
|
/** An OData $expand clause. */
|
|
1280
|
-
$expand?: string[];
|
|
1370
|
+
$expand?: string[] | ListJobsFromScheduleExpandQueryParam;
|
|
1281
1371
|
}
|
|
1282
1372
|
export interface ListJobsFromScheduleQueryParam {
|
|
1283
1373
|
queryParameters?: ListJobsFromScheduleQueryParamProperties;
|
|
@@ -1301,6 +1391,15 @@ export interface ListJobPreparationAndReleaseTaskStatusHeaders {
|
|
|
1301
1391
|
*/
|
|
1302
1392
|
"ocp-date"?: string;
|
|
1303
1393
|
}
|
|
1394
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
1395
|
+
export interface ListJobPreparationAndReleaseTaskStatusSelectQueryParam {
|
|
1396
|
+
/** Value of the parameter */
|
|
1397
|
+
value: string[];
|
|
1398
|
+
/** Should we explode the value? */
|
|
1399
|
+
explode: false;
|
|
1400
|
+
/** Style of the value */
|
|
1401
|
+
style: "form";
|
|
1402
|
+
}
|
|
1304
1403
|
export interface ListJobPreparationAndReleaseTaskStatusQueryParamProperties {
|
|
1305
1404
|
/** 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.". */
|
|
1306
1405
|
timeOut?: number;
|
|
@@ -1311,11 +1410,11 @@ export interface ListJobPreparationAndReleaseTaskStatusQueryParamProperties {
|
|
|
1311
1410
|
maxresults?: number;
|
|
1312
1411
|
/**
|
|
1313
1412
|
* An OData $filter clause. For more information on constructing this filter, see
|
|
1314
|
-
* https://
|
|
1413
|
+
* https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-job-preparation-and-release-status.
|
|
1315
1414
|
*/
|
|
1316
1415
|
$filter?: string;
|
|
1317
1416
|
/** An OData $select clause. */
|
|
1318
|
-
$select?: string[];
|
|
1417
|
+
$select?: string[] | ListJobPreparationAndReleaseTaskStatusSelectQueryParam;
|
|
1319
1418
|
}
|
|
1320
1419
|
export interface ListJobPreparationAndReleaseTaskStatusQueryParam {
|
|
1321
1420
|
queryParameters?: ListJobPreparationAndReleaseTaskStatusQueryParamProperties;
|
|
@@ -1491,13 +1590,31 @@ export interface GetJobScheduleHeaders {
|
|
|
1491
1590
|
*/
|
|
1492
1591
|
"If-None-Match"?: string;
|
|
1493
1592
|
}
|
|
1593
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
1594
|
+
export interface GetJobScheduleSelectQueryParam {
|
|
1595
|
+
/** Value of the parameter */
|
|
1596
|
+
value: string[];
|
|
1597
|
+
/** Should we explode the value? */
|
|
1598
|
+
explode: false;
|
|
1599
|
+
/** Style of the value */
|
|
1600
|
+
style: "form";
|
|
1601
|
+
}
|
|
1602
|
+
/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */
|
|
1603
|
+
export interface GetJobScheduleExpandQueryParam {
|
|
1604
|
+
/** Value of the parameter */
|
|
1605
|
+
value: string[];
|
|
1606
|
+
/** Should we explode the value? */
|
|
1607
|
+
explode: false;
|
|
1608
|
+
/** Style of the value */
|
|
1609
|
+
style: "form";
|
|
1610
|
+
}
|
|
1494
1611
|
export interface GetJobScheduleQueryParamProperties {
|
|
1495
1612
|
/** 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.". */
|
|
1496
1613
|
timeOut?: number;
|
|
1497
1614
|
/** An OData $select clause. */
|
|
1498
|
-
$select?: string[];
|
|
1615
|
+
$select?: string[] | GetJobScheduleSelectQueryParam;
|
|
1499
1616
|
/** An OData $expand clause. */
|
|
1500
|
-
$expand?: string[];
|
|
1617
|
+
$expand?: string[] | GetJobScheduleExpandQueryParam;
|
|
1501
1618
|
}
|
|
1502
1619
|
export interface GetJobScheduleQueryParam {
|
|
1503
1620
|
queryParameters?: GetJobScheduleQueryParamProperties;
|
|
@@ -1547,7 +1664,7 @@ export interface UpdateJobScheduleHeaders {
|
|
|
1547
1664
|
}
|
|
1548
1665
|
export interface UpdateJobScheduleBodyParam {
|
|
1549
1666
|
/** The options to use for updating the Job Schedule. */
|
|
1550
|
-
body:
|
|
1667
|
+
body: BatchJobScheduleUpdateOptions;
|
|
1551
1668
|
}
|
|
1552
1669
|
export interface UpdateJobScheduleQueryParamProperties {
|
|
1553
1670
|
/** 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.". */
|
|
@@ -1791,7 +1908,7 @@ export interface CreateJobScheduleHeaders {
|
|
|
1791
1908
|
}
|
|
1792
1909
|
export interface CreateJobScheduleBodyParam {
|
|
1793
1910
|
/** The Job Schedule to be created. */
|
|
1794
|
-
body:
|
|
1911
|
+
body: BatchJobScheduleCreateOptions;
|
|
1795
1912
|
}
|
|
1796
1913
|
export interface CreateJobScheduleQueryParamProperties {
|
|
1797
1914
|
/** 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.". */
|
|
@@ -1823,6 +1940,24 @@ export interface ListJobSchedulesHeaders {
|
|
|
1823
1940
|
*/
|
|
1824
1941
|
"ocp-date"?: string;
|
|
1825
1942
|
}
|
|
1943
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
1944
|
+
export interface ListJobSchedulesSelectQueryParam {
|
|
1945
|
+
/** Value of the parameter */
|
|
1946
|
+
value: string[];
|
|
1947
|
+
/** Should we explode the value? */
|
|
1948
|
+
explode: false;
|
|
1949
|
+
/** Style of the value */
|
|
1950
|
+
style: "form";
|
|
1951
|
+
}
|
|
1952
|
+
/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */
|
|
1953
|
+
export interface ListJobSchedulesExpandQueryParam {
|
|
1954
|
+
/** Value of the parameter */
|
|
1955
|
+
value: string[];
|
|
1956
|
+
/** Should we explode the value? */
|
|
1957
|
+
explode: false;
|
|
1958
|
+
/** Style of the value */
|
|
1959
|
+
style: "form";
|
|
1960
|
+
}
|
|
1826
1961
|
export interface ListJobSchedulesQueryParamProperties {
|
|
1827
1962
|
/** 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.". */
|
|
1828
1963
|
timeOut?: number;
|
|
@@ -1833,13 +1968,13 @@ export interface ListJobSchedulesQueryParamProperties {
|
|
|
1833
1968
|
maxresults?: number;
|
|
1834
1969
|
/**
|
|
1835
1970
|
* An OData $filter clause. For more information on constructing this filter, see
|
|
1836
|
-
* https://
|
|
1971
|
+
* https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-job-schedules.
|
|
1837
1972
|
*/
|
|
1838
1973
|
$filter?: string;
|
|
1839
1974
|
/** An OData $select clause. */
|
|
1840
|
-
$select?: string[];
|
|
1975
|
+
$select?: string[] | ListJobSchedulesSelectQueryParam;
|
|
1841
1976
|
/** An OData $expand clause. */
|
|
1842
|
-
$expand?: string[];
|
|
1977
|
+
$expand?: string[] | ListJobSchedulesExpandQueryParam;
|
|
1843
1978
|
}
|
|
1844
1979
|
export interface ListJobSchedulesQueryParam {
|
|
1845
1980
|
queryParameters?: ListJobSchedulesQueryParamProperties;
|
|
@@ -1865,7 +2000,7 @@ export interface CreateTaskHeaders {
|
|
|
1865
2000
|
}
|
|
1866
2001
|
export interface CreateTaskBodyParam {
|
|
1867
2002
|
/** The Task to be created. */
|
|
1868
|
-
body:
|
|
2003
|
+
body: BatchTaskCreateOptions;
|
|
1869
2004
|
}
|
|
1870
2005
|
export interface CreateTaskQueryParamProperties {
|
|
1871
2006
|
/** 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.". */
|
|
@@ -1897,6 +2032,24 @@ export interface ListTasksHeaders {
|
|
|
1897
2032
|
*/
|
|
1898
2033
|
"ocp-date"?: string;
|
|
1899
2034
|
}
|
|
2035
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
2036
|
+
export interface ListTasksSelectQueryParam {
|
|
2037
|
+
/** Value of the parameter */
|
|
2038
|
+
value: string[];
|
|
2039
|
+
/** Should we explode the value? */
|
|
2040
|
+
explode: false;
|
|
2041
|
+
/** Style of the value */
|
|
2042
|
+
style: "form";
|
|
2043
|
+
}
|
|
2044
|
+
/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */
|
|
2045
|
+
export interface ListTasksExpandQueryParam {
|
|
2046
|
+
/** Value of the parameter */
|
|
2047
|
+
value: string[];
|
|
2048
|
+
/** Should we explode the value? */
|
|
2049
|
+
explode: false;
|
|
2050
|
+
/** Style of the value */
|
|
2051
|
+
style: "form";
|
|
2052
|
+
}
|
|
1900
2053
|
export interface ListTasksQueryParamProperties {
|
|
1901
2054
|
/** 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.". */
|
|
1902
2055
|
timeOut?: number;
|
|
@@ -1907,13 +2060,13 @@ export interface ListTasksQueryParamProperties {
|
|
|
1907
2060
|
maxresults?: number;
|
|
1908
2061
|
/**
|
|
1909
2062
|
* An OData $filter clause. For more information on constructing this filter, see
|
|
1910
|
-
* https://
|
|
2063
|
+
* https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-tasks.
|
|
1911
2064
|
*/
|
|
1912
2065
|
$filter?: string;
|
|
1913
2066
|
/** An OData $select clause. */
|
|
1914
|
-
$select?: string[];
|
|
2067
|
+
$select?: string[] | ListTasksSelectQueryParam;
|
|
1915
2068
|
/** An OData $expand clause. */
|
|
1916
|
-
$expand?: string[];
|
|
2069
|
+
$expand?: string[] | ListTasksExpandQueryParam;
|
|
1917
2070
|
}
|
|
1918
2071
|
export interface ListTasksQueryParam {
|
|
1919
2072
|
queryParameters?: ListTasksQueryParamProperties;
|
|
@@ -2045,13 +2198,31 @@ export interface GetTaskHeaders {
|
|
|
2045
2198
|
*/
|
|
2046
2199
|
"If-None-Match"?: string;
|
|
2047
2200
|
}
|
|
2201
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
2202
|
+
export interface GetTaskSelectQueryParam {
|
|
2203
|
+
/** Value of the parameter */
|
|
2204
|
+
value: string[];
|
|
2205
|
+
/** Should we explode the value? */
|
|
2206
|
+
explode: false;
|
|
2207
|
+
/** Style of the value */
|
|
2208
|
+
style: "form";
|
|
2209
|
+
}
|
|
2210
|
+
/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */
|
|
2211
|
+
export interface GetTaskExpandQueryParam {
|
|
2212
|
+
/** Value of the parameter */
|
|
2213
|
+
value: string[];
|
|
2214
|
+
/** Should we explode the value? */
|
|
2215
|
+
explode: false;
|
|
2216
|
+
/** Style of the value */
|
|
2217
|
+
style: "form";
|
|
2218
|
+
}
|
|
2048
2219
|
export interface GetTaskQueryParamProperties {
|
|
2049
2220
|
/** 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.". */
|
|
2050
2221
|
timeOut?: number;
|
|
2051
2222
|
/** An OData $select clause. */
|
|
2052
|
-
$select?: string[];
|
|
2223
|
+
$select?: string[] | GetTaskSelectQueryParam;
|
|
2053
2224
|
/** An OData $expand clause. */
|
|
2054
|
-
$expand?: string[];
|
|
2225
|
+
$expand?: string[] | GetTaskExpandQueryParam;
|
|
2055
2226
|
}
|
|
2056
2227
|
export interface GetTaskQueryParam {
|
|
2057
2228
|
queryParameters?: GetTaskQueryParamProperties;
|
|
@@ -2133,11 +2304,20 @@ export interface ListSubTasksHeaders {
|
|
|
2133
2304
|
*/
|
|
2134
2305
|
"ocp-date"?: string;
|
|
2135
2306
|
}
|
|
2307
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
2308
|
+
export interface ListSubTasksSelectQueryParam {
|
|
2309
|
+
/** Value of the parameter */
|
|
2310
|
+
value: string[];
|
|
2311
|
+
/** Should we explode the value? */
|
|
2312
|
+
explode: false;
|
|
2313
|
+
/** Style of the value */
|
|
2314
|
+
style: "form";
|
|
2315
|
+
}
|
|
2136
2316
|
export interface ListSubTasksQueryParamProperties {
|
|
2137
2317
|
/** 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.". */
|
|
2138
2318
|
timeOut?: number;
|
|
2139
2319
|
/** An OData $select clause. */
|
|
2140
|
-
$select?: string[];
|
|
2320
|
+
$select?: string[] | ListSubTasksSelectQueryParam;
|
|
2141
2321
|
}
|
|
2142
2322
|
export interface ListSubTasksQueryParam {
|
|
2143
2323
|
queryParameters?: ListSubTasksQueryParamProperties;
|
|
@@ -2385,7 +2565,7 @@ export interface ListTaskFilesQueryParamProperties {
|
|
|
2385
2565
|
maxresults?: number;
|
|
2386
2566
|
/**
|
|
2387
2567
|
* An OData $filter clause. For more information on constructing this filter, see
|
|
2388
|
-
* https://
|
|
2568
|
+
* https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-task-files.
|
|
2389
2569
|
*/
|
|
2390
2570
|
$filter?: string;
|
|
2391
2571
|
/**
|
|
@@ -2418,7 +2598,7 @@ export interface CreateNodeUserHeaders {
|
|
|
2418
2598
|
}
|
|
2419
2599
|
export interface CreateNodeUserBodyParam {
|
|
2420
2600
|
/** The options to use for creating the user. */
|
|
2421
|
-
body:
|
|
2601
|
+
body: BatchNodeUserCreateOptions;
|
|
2422
2602
|
}
|
|
2423
2603
|
export interface CreateNodeUserQueryParamProperties {
|
|
2424
2604
|
/** 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.". */
|
|
@@ -2478,7 +2658,7 @@ export interface ReplaceNodeUserHeaders {
|
|
|
2478
2658
|
}
|
|
2479
2659
|
export interface ReplaceNodeUserBodyParam {
|
|
2480
2660
|
/** The options to use for updating the user. */
|
|
2481
|
-
body:
|
|
2661
|
+
body: BatchNodeUserUpdateOptions;
|
|
2482
2662
|
}
|
|
2483
2663
|
export interface ReplaceNodeUserQueryParamProperties {
|
|
2484
2664
|
/** 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.". */
|
|
@@ -2510,11 +2690,20 @@ export interface GetNodeHeaders {
|
|
|
2510
2690
|
*/
|
|
2511
2691
|
"ocp-date"?: string;
|
|
2512
2692
|
}
|
|
2693
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
2694
|
+
export interface GetNodeSelectQueryParam {
|
|
2695
|
+
/** Value of the parameter */
|
|
2696
|
+
value: string[];
|
|
2697
|
+
/** Should we explode the value? */
|
|
2698
|
+
explode: false;
|
|
2699
|
+
/** Style of the value */
|
|
2700
|
+
style: "form";
|
|
2701
|
+
}
|
|
2513
2702
|
export interface GetNodeQueryParamProperties {
|
|
2514
2703
|
/** 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.". */
|
|
2515
2704
|
timeOut?: number;
|
|
2516
2705
|
/** An OData $select clause. */
|
|
2517
|
-
$select?: string[];
|
|
2706
|
+
$select?: string[] | GetNodeSelectQueryParam;
|
|
2518
2707
|
}
|
|
2519
2708
|
export interface GetNodeQueryParam {
|
|
2520
2709
|
queryParameters?: GetNodeQueryParamProperties;
|
|
@@ -2540,7 +2729,7 @@ export interface RebootNodeHeaders {
|
|
|
2540
2729
|
}
|
|
2541
2730
|
export interface RebootNodeBodyParam {
|
|
2542
2731
|
/** The options to use for rebooting the Compute Node. */
|
|
2543
|
-
body?:
|
|
2732
|
+
body?: BatchNodeRebootOptions;
|
|
2544
2733
|
}
|
|
2545
2734
|
export interface RebootNodeQueryParamProperties {
|
|
2546
2735
|
/** 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.". */
|
|
@@ -2600,7 +2789,7 @@ export interface DeallocateNodeHeaders {
|
|
|
2600
2789
|
}
|
|
2601
2790
|
export interface DeallocateNodeBodyParam {
|
|
2602
2791
|
/** The options to use for deallocating the Compute Node. */
|
|
2603
|
-
body?:
|
|
2792
|
+
body?: BatchNodeDeallocateOptions;
|
|
2604
2793
|
}
|
|
2605
2794
|
export interface DeallocateNodeQueryParamProperties {
|
|
2606
2795
|
/** 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.". */
|
|
@@ -2634,7 +2823,7 @@ export interface ReimageNodeHeaders {
|
|
|
2634
2823
|
}
|
|
2635
2824
|
export interface ReimageNodeBodyParam {
|
|
2636
2825
|
/** The options to use for reimaging the Compute Node. */
|
|
2637
|
-
body?:
|
|
2826
|
+
body?: BatchNodeReimageOptions;
|
|
2638
2827
|
}
|
|
2639
2828
|
export interface ReimageNodeQueryParamProperties {
|
|
2640
2829
|
/** 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.". */
|
|
@@ -2668,7 +2857,7 @@ export interface DisableNodeSchedulingHeaders {
|
|
|
2668
2857
|
}
|
|
2669
2858
|
export interface DisableNodeSchedulingBodyParam {
|
|
2670
2859
|
/** The options to use for disabling scheduling on the Compute Node. */
|
|
2671
|
-
body?:
|
|
2860
|
+
body?: BatchNodeDisableSchedulingOptions;
|
|
2672
2861
|
}
|
|
2673
2862
|
export interface DisableNodeSchedulingQueryParamProperties {
|
|
2674
2863
|
/** 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.". */
|
|
@@ -2754,7 +2943,7 @@ export interface UploadNodeLogsHeaders {
|
|
|
2754
2943
|
}
|
|
2755
2944
|
export interface UploadNodeLogsBodyParam {
|
|
2756
2945
|
/** The Azure Batch service log files upload options. */
|
|
2757
|
-
body:
|
|
2946
|
+
body: UploadBatchServiceLogsOptions;
|
|
2758
2947
|
}
|
|
2759
2948
|
export interface UploadNodeLogsQueryParamProperties {
|
|
2760
2949
|
/** 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.". */
|
|
@@ -2786,6 +2975,15 @@ export interface ListNodesHeaders {
|
|
|
2786
2975
|
*/
|
|
2787
2976
|
"ocp-date"?: string;
|
|
2788
2977
|
}
|
|
2978
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
2979
|
+
export interface ListNodesSelectQueryParam {
|
|
2980
|
+
/** Value of the parameter */
|
|
2981
|
+
value: string[];
|
|
2982
|
+
/** Should we explode the value? */
|
|
2983
|
+
explode: false;
|
|
2984
|
+
/** Style of the value */
|
|
2985
|
+
style: "form";
|
|
2986
|
+
}
|
|
2789
2987
|
export interface ListNodesQueryParamProperties {
|
|
2790
2988
|
/** 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.". */
|
|
2791
2989
|
timeOut?: number;
|
|
@@ -2796,11 +2994,11 @@ export interface ListNodesQueryParamProperties {
|
|
|
2796
2994
|
maxresults?: number;
|
|
2797
2995
|
/**
|
|
2798
2996
|
* An OData $filter clause. For more information on constructing this filter, see
|
|
2799
|
-
* https://
|
|
2997
|
+
* https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-nodes-in-a-pool.
|
|
2800
2998
|
*/
|
|
2801
2999
|
$filter?: string;
|
|
2802
3000
|
/** An OData $select clause. */
|
|
2803
|
-
$select?: string[];
|
|
3001
|
+
$select?: string[] | ListNodesSelectQueryParam;
|
|
2804
3002
|
}
|
|
2805
3003
|
export interface ListNodesQueryParam {
|
|
2806
3004
|
queryParameters?: ListNodesQueryParamProperties;
|
|
@@ -2824,11 +3022,20 @@ export interface GetNodeExtensionHeaders {
|
|
|
2824
3022
|
*/
|
|
2825
3023
|
"ocp-date"?: string;
|
|
2826
3024
|
}
|
|
3025
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
3026
|
+
export interface GetNodeExtensionSelectQueryParam {
|
|
3027
|
+
/** Value of the parameter */
|
|
3028
|
+
value: string[];
|
|
3029
|
+
/** Should we explode the value? */
|
|
3030
|
+
explode: false;
|
|
3031
|
+
/** Style of the value */
|
|
3032
|
+
style: "form";
|
|
3033
|
+
}
|
|
2827
3034
|
export interface GetNodeExtensionQueryParamProperties {
|
|
2828
3035
|
/** 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.". */
|
|
2829
3036
|
timeOut?: number;
|
|
2830
3037
|
/** An OData $select clause. */
|
|
2831
|
-
$select?: string[];
|
|
3038
|
+
$select?: string[] | GetNodeExtensionSelectQueryParam;
|
|
2832
3039
|
}
|
|
2833
3040
|
export interface GetNodeExtensionQueryParam {
|
|
2834
3041
|
queryParameters?: GetNodeExtensionQueryParamProperties;
|
|
@@ -2852,6 +3059,15 @@ export interface ListNodeExtensionsHeaders {
|
|
|
2852
3059
|
*/
|
|
2853
3060
|
"ocp-date"?: string;
|
|
2854
3061
|
}
|
|
3062
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
3063
|
+
export interface ListNodeExtensionsSelectQueryParam {
|
|
3064
|
+
/** Value of the parameter */
|
|
3065
|
+
value: string[];
|
|
3066
|
+
/** Should we explode the value? */
|
|
3067
|
+
explode: false;
|
|
3068
|
+
/** Style of the value */
|
|
3069
|
+
style: "form";
|
|
3070
|
+
}
|
|
2855
3071
|
export interface ListNodeExtensionsQueryParamProperties {
|
|
2856
3072
|
/** 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.". */
|
|
2857
3073
|
timeOut?: number;
|
|
@@ -2861,7 +3077,7 @@ export interface ListNodeExtensionsQueryParamProperties {
|
|
|
2861
3077
|
*/
|
|
2862
3078
|
maxresults?: number;
|
|
2863
3079
|
/** An OData $select clause. */
|
|
2864
|
-
$select?: string[];
|
|
3080
|
+
$select?: string[] | ListNodeExtensionsSelectQueryParam;
|
|
2865
3081
|
}
|
|
2866
3082
|
export interface ListNodeExtensionsQueryParam {
|
|
2867
3083
|
queryParameters?: ListNodeExtensionsQueryParamProperties;
|
|
@@ -3009,7 +3225,7 @@ export interface ListNodeFilesQueryParamProperties {
|
|
|
3009
3225
|
maxresults?: number;
|
|
3010
3226
|
/**
|
|
3011
3227
|
* An OData $filter clause. For more information on constructing this filter, see
|
|
3012
|
-
* https://
|
|
3228
|
+
* https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-compute-node-files.
|
|
3013
3229
|
*/
|
|
3014
3230
|
$filter?: string;
|
|
3015
3231
|
/** Whether to list children of a directory. */
|