@azure-rest/batch 1.0.0-beta.2 → 1.0.0-beta.3
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 +42 -2
- 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.d.ts +6 -1
- package/dist/browser/isUnexpected.js +11 -5
- package/dist/browser/isUnexpected.js.map +1 -1
- package/dist/browser/models.d.ts +199 -114
- package/dist/browser/models.js.map +1 -1
- package/dist/browser/outputModels.d.ts +196 -93
- 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 +444 -58
- package/dist/browser/parameters.js.map +1 -1
- package/dist/browser/responses.d.ts +113 -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 +42 -2
- 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.d.ts +6 -1
- package/dist/commonjs/isUnexpected.js +11 -5
- package/dist/commonjs/isUnexpected.js.map +1 -1
- package/dist/commonjs/models.d.ts +199 -114
- package/dist/commonjs/models.js.map +1 -1
- package/dist/commonjs/outputModels.d.ts +196 -93
- 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 +444 -58
- package/dist/commonjs/parameters.js.map +1 -1
- package/dist/commonjs/responses.d.ts +113 -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 +42 -2
- 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.d.ts +6 -1
- package/dist/esm/isUnexpected.js +11 -5
- package/dist/esm/isUnexpected.js.map +1 -1
- package/dist/esm/models.d.ts +199 -114
- package/dist/esm/models.js.map +1 -1
- package/dist/esm/outputModels.d.ts +196 -93
- 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 +444 -58
- package/dist/esm/parameters.js.map +1 -1
- package/dist/esm/responses.d.ts +113 -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 +42 -2
- 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.d.ts +6 -1
- package/dist/react-native/isUnexpected.js +11 -5
- package/dist/react-native/isUnexpected.js.map +1 -1
- package/dist/react-native/models.d.ts +199 -114
- package/dist/react-native/models.js.map +1 -1
- package/dist/react-native/outputModels.d.ts +196 -93
- 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 +444 -58
- package/dist/react-native/parameters.js.map +1 -1
- package/dist/react-native/responses.d.ts +113 -2
- package/dist/react-native/responses.js.map +1 -1
- package/package.json +26 -36
- 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
package/dist/esm/parameters.d.ts
CHANGED
|
@@ -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, BatchCertificate, 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;
|
|
@@ -1350,6 +1449,176 @@ export interface GetJobTaskCountsHeaderParam {
|
|
|
1350
1449
|
headers?: RawHttpHeadersInput & GetJobTaskCountsHeaders;
|
|
1351
1450
|
}
|
|
1352
1451
|
export type GetJobTaskCountsParameters = GetJobTaskCountsQueryParam & GetJobTaskCountsHeaderParam & RequestParameters;
|
|
1452
|
+
export interface CreateCertificateHeaders {
|
|
1453
|
+
/**
|
|
1454
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1455
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1456
|
+
*/
|
|
1457
|
+
"client-request-id"?: string;
|
|
1458
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1459
|
+
"return-client-request-id"?: boolean;
|
|
1460
|
+
/**
|
|
1461
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1462
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1463
|
+
* directly.
|
|
1464
|
+
*/
|
|
1465
|
+
"ocp-date"?: string;
|
|
1466
|
+
}
|
|
1467
|
+
export interface CreateCertificateBodyParam {
|
|
1468
|
+
/** The Certificate to be created. */
|
|
1469
|
+
body: BatchCertificate;
|
|
1470
|
+
}
|
|
1471
|
+
export interface CreateCertificateQueryParamProperties {
|
|
1472
|
+
/** 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.". */
|
|
1473
|
+
timeOut?: number;
|
|
1474
|
+
}
|
|
1475
|
+
export interface CreateCertificateQueryParam {
|
|
1476
|
+
queryParameters?: CreateCertificateQueryParamProperties;
|
|
1477
|
+
}
|
|
1478
|
+
export interface CreateCertificateHeaderParam {
|
|
1479
|
+
headers?: RawHttpHeadersInput & CreateCertificateHeaders;
|
|
1480
|
+
}
|
|
1481
|
+
export interface CreateCertificateMediaTypesParam {
|
|
1482
|
+
/** Type of content */
|
|
1483
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
1484
|
+
}
|
|
1485
|
+
export type CreateCertificateParameters = CreateCertificateQueryParam & CreateCertificateHeaderParam & CreateCertificateMediaTypesParam & CreateCertificateBodyParam & RequestParameters;
|
|
1486
|
+
export interface ListCertificatesHeaders {
|
|
1487
|
+
/**
|
|
1488
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1489
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1490
|
+
*/
|
|
1491
|
+
"client-request-id"?: string;
|
|
1492
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1493
|
+
"return-client-request-id"?: boolean;
|
|
1494
|
+
/**
|
|
1495
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1496
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1497
|
+
* directly.
|
|
1498
|
+
*/
|
|
1499
|
+
"ocp-date"?: string;
|
|
1500
|
+
}
|
|
1501
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
1502
|
+
export interface ListCertificatesSelectQueryParam {
|
|
1503
|
+
/** Value of the parameter */
|
|
1504
|
+
value: string[];
|
|
1505
|
+
/** Should we explode the value? */
|
|
1506
|
+
explode: false;
|
|
1507
|
+
/** Style of the value */
|
|
1508
|
+
style: "form";
|
|
1509
|
+
}
|
|
1510
|
+
export interface ListCertificatesQueryParamProperties {
|
|
1511
|
+
/** 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.". */
|
|
1512
|
+
timeOut?: number;
|
|
1513
|
+
/**
|
|
1514
|
+
* The maximum number of items to return in the response. A maximum of 1000
|
|
1515
|
+
* applications can be returned.
|
|
1516
|
+
*/
|
|
1517
|
+
maxresults?: number;
|
|
1518
|
+
/**
|
|
1519
|
+
* An OData $filter clause. For more information on constructing this filter, see
|
|
1520
|
+
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-certificates.
|
|
1521
|
+
*/
|
|
1522
|
+
$filter?: string;
|
|
1523
|
+
/** An OData $select clause. */
|
|
1524
|
+
$select?: string[] | ListCertificatesSelectQueryParam;
|
|
1525
|
+
}
|
|
1526
|
+
export interface ListCertificatesQueryParam {
|
|
1527
|
+
queryParameters?: ListCertificatesQueryParamProperties;
|
|
1528
|
+
}
|
|
1529
|
+
export interface ListCertificatesHeaderParam {
|
|
1530
|
+
headers?: RawHttpHeadersInput & ListCertificatesHeaders;
|
|
1531
|
+
}
|
|
1532
|
+
export type ListCertificatesParameters = ListCertificatesQueryParam & ListCertificatesHeaderParam & RequestParameters;
|
|
1533
|
+
export interface CancelCertificateDeletionHeaders {
|
|
1534
|
+
/**
|
|
1535
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1536
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1537
|
+
*/
|
|
1538
|
+
"client-request-id"?: string;
|
|
1539
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1540
|
+
"return-client-request-id"?: boolean;
|
|
1541
|
+
/**
|
|
1542
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1543
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1544
|
+
* directly.
|
|
1545
|
+
*/
|
|
1546
|
+
"ocp-date"?: string;
|
|
1547
|
+
}
|
|
1548
|
+
export interface CancelCertificateDeletionQueryParamProperties {
|
|
1549
|
+
/** 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.". */
|
|
1550
|
+
timeOut?: number;
|
|
1551
|
+
}
|
|
1552
|
+
export interface CancelCertificateDeletionQueryParam {
|
|
1553
|
+
queryParameters?: CancelCertificateDeletionQueryParamProperties;
|
|
1554
|
+
}
|
|
1555
|
+
export interface CancelCertificateDeletionHeaderParam {
|
|
1556
|
+
headers?: RawHttpHeadersInput & CancelCertificateDeletionHeaders;
|
|
1557
|
+
}
|
|
1558
|
+
export type CancelCertificateDeletionParameters = CancelCertificateDeletionQueryParam & CancelCertificateDeletionHeaderParam & RequestParameters;
|
|
1559
|
+
export interface DeleteCertificateHeaders {
|
|
1560
|
+
/**
|
|
1561
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1562
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1563
|
+
*/
|
|
1564
|
+
"client-request-id"?: string;
|
|
1565
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1566
|
+
"return-client-request-id"?: boolean;
|
|
1567
|
+
/**
|
|
1568
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1569
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1570
|
+
* directly.
|
|
1571
|
+
*/
|
|
1572
|
+
"ocp-date"?: string;
|
|
1573
|
+
}
|
|
1574
|
+
export interface DeleteCertificateQueryParamProperties {
|
|
1575
|
+
/** 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.". */
|
|
1576
|
+
timeOut?: number;
|
|
1577
|
+
}
|
|
1578
|
+
export interface DeleteCertificateQueryParam {
|
|
1579
|
+
queryParameters?: DeleteCertificateQueryParamProperties;
|
|
1580
|
+
}
|
|
1581
|
+
export interface DeleteCertificateHeaderParam {
|
|
1582
|
+
headers?: RawHttpHeadersInput & DeleteCertificateHeaders;
|
|
1583
|
+
}
|
|
1584
|
+
export type DeleteCertificateParameters = DeleteCertificateQueryParam & DeleteCertificateHeaderParam & RequestParameters;
|
|
1585
|
+
export interface GetCertificateHeaders {
|
|
1586
|
+
/**
|
|
1587
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1588
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1589
|
+
*/
|
|
1590
|
+
"client-request-id"?: string;
|
|
1591
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1592
|
+
"return-client-request-id"?: boolean;
|
|
1593
|
+
/**
|
|
1594
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1595
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1596
|
+
* directly.
|
|
1597
|
+
*/
|
|
1598
|
+
"ocp-date"?: string;
|
|
1599
|
+
}
|
|
1600
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
1601
|
+
export interface GetCertificateSelectQueryParam {
|
|
1602
|
+
/** Value of the parameter */
|
|
1603
|
+
value: string[];
|
|
1604
|
+
/** Should we explode the value? */
|
|
1605
|
+
explode: false;
|
|
1606
|
+
/** Style of the value */
|
|
1607
|
+
style: "form";
|
|
1608
|
+
}
|
|
1609
|
+
export interface GetCertificateQueryParamProperties {
|
|
1610
|
+
/** 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.". */
|
|
1611
|
+
timeOut?: number;
|
|
1612
|
+
/** An OData $select clause. */
|
|
1613
|
+
$select?: string[] | GetCertificateSelectQueryParam;
|
|
1614
|
+
}
|
|
1615
|
+
export interface GetCertificateQueryParam {
|
|
1616
|
+
queryParameters?: GetCertificateQueryParamProperties;
|
|
1617
|
+
}
|
|
1618
|
+
export interface GetCertificateHeaderParam {
|
|
1619
|
+
headers?: RawHttpHeadersInput & GetCertificateHeaders;
|
|
1620
|
+
}
|
|
1621
|
+
export type GetCertificateParameters = GetCertificateQueryParam & GetCertificateHeaderParam & RequestParameters;
|
|
1353
1622
|
export interface JobScheduleExistsHeaders {
|
|
1354
1623
|
/**
|
|
1355
1624
|
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
@@ -1491,13 +1760,31 @@ export interface GetJobScheduleHeaders {
|
|
|
1491
1760
|
*/
|
|
1492
1761
|
"If-None-Match"?: string;
|
|
1493
1762
|
}
|
|
1763
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
1764
|
+
export interface GetJobScheduleSelectQueryParam {
|
|
1765
|
+
/** Value of the parameter */
|
|
1766
|
+
value: string[];
|
|
1767
|
+
/** Should we explode the value? */
|
|
1768
|
+
explode: false;
|
|
1769
|
+
/** Style of the value */
|
|
1770
|
+
style: "form";
|
|
1771
|
+
}
|
|
1772
|
+
/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */
|
|
1773
|
+
export interface GetJobScheduleExpandQueryParam {
|
|
1774
|
+
/** Value of the parameter */
|
|
1775
|
+
value: string[];
|
|
1776
|
+
/** Should we explode the value? */
|
|
1777
|
+
explode: false;
|
|
1778
|
+
/** Style of the value */
|
|
1779
|
+
style: "form";
|
|
1780
|
+
}
|
|
1494
1781
|
export interface GetJobScheduleQueryParamProperties {
|
|
1495
1782
|
/** 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
1783
|
timeOut?: number;
|
|
1497
1784
|
/** An OData $select clause. */
|
|
1498
|
-
$select?: string[];
|
|
1785
|
+
$select?: string[] | GetJobScheduleSelectQueryParam;
|
|
1499
1786
|
/** An OData $expand clause. */
|
|
1500
|
-
$expand?: string[];
|
|
1787
|
+
$expand?: string[] | GetJobScheduleExpandQueryParam;
|
|
1501
1788
|
}
|
|
1502
1789
|
export interface GetJobScheduleQueryParam {
|
|
1503
1790
|
queryParameters?: GetJobScheduleQueryParamProperties;
|
|
@@ -1547,7 +1834,7 @@ export interface UpdateJobScheduleHeaders {
|
|
|
1547
1834
|
}
|
|
1548
1835
|
export interface UpdateJobScheduleBodyParam {
|
|
1549
1836
|
/** The options to use for updating the Job Schedule. */
|
|
1550
|
-
body:
|
|
1837
|
+
body: BatchJobScheduleUpdateOptions;
|
|
1551
1838
|
}
|
|
1552
1839
|
export interface UpdateJobScheduleQueryParamProperties {
|
|
1553
1840
|
/** 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 +2078,7 @@ export interface CreateJobScheduleHeaders {
|
|
|
1791
2078
|
}
|
|
1792
2079
|
export interface CreateJobScheduleBodyParam {
|
|
1793
2080
|
/** The Job Schedule to be created. */
|
|
1794
|
-
body:
|
|
2081
|
+
body: BatchJobScheduleCreateOptions;
|
|
1795
2082
|
}
|
|
1796
2083
|
export interface CreateJobScheduleQueryParamProperties {
|
|
1797
2084
|
/** 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 +2110,24 @@ export interface ListJobSchedulesHeaders {
|
|
|
1823
2110
|
*/
|
|
1824
2111
|
"ocp-date"?: string;
|
|
1825
2112
|
}
|
|
2113
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
2114
|
+
export interface ListJobSchedulesSelectQueryParam {
|
|
2115
|
+
/** Value of the parameter */
|
|
2116
|
+
value: string[];
|
|
2117
|
+
/** Should we explode the value? */
|
|
2118
|
+
explode: false;
|
|
2119
|
+
/** Style of the value */
|
|
2120
|
+
style: "form";
|
|
2121
|
+
}
|
|
2122
|
+
/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */
|
|
2123
|
+
export interface ListJobSchedulesExpandQueryParam {
|
|
2124
|
+
/** Value of the parameter */
|
|
2125
|
+
value: string[];
|
|
2126
|
+
/** Should we explode the value? */
|
|
2127
|
+
explode: false;
|
|
2128
|
+
/** Style of the value */
|
|
2129
|
+
style: "form";
|
|
2130
|
+
}
|
|
1826
2131
|
export interface ListJobSchedulesQueryParamProperties {
|
|
1827
2132
|
/** 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
2133
|
timeOut?: number;
|
|
@@ -1833,13 +2138,13 @@ export interface ListJobSchedulesQueryParamProperties {
|
|
|
1833
2138
|
maxresults?: number;
|
|
1834
2139
|
/**
|
|
1835
2140
|
* An OData $filter clause. For more information on constructing this filter, see
|
|
1836
|
-
* https://
|
|
2141
|
+
* https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-job-schedules.
|
|
1837
2142
|
*/
|
|
1838
2143
|
$filter?: string;
|
|
1839
2144
|
/** An OData $select clause. */
|
|
1840
|
-
$select?: string[];
|
|
2145
|
+
$select?: string[] | ListJobSchedulesSelectQueryParam;
|
|
1841
2146
|
/** An OData $expand clause. */
|
|
1842
|
-
$expand?: string[];
|
|
2147
|
+
$expand?: string[] | ListJobSchedulesExpandQueryParam;
|
|
1843
2148
|
}
|
|
1844
2149
|
export interface ListJobSchedulesQueryParam {
|
|
1845
2150
|
queryParameters?: ListJobSchedulesQueryParamProperties;
|
|
@@ -1865,7 +2170,7 @@ export interface CreateTaskHeaders {
|
|
|
1865
2170
|
}
|
|
1866
2171
|
export interface CreateTaskBodyParam {
|
|
1867
2172
|
/** The Task to be created. */
|
|
1868
|
-
body:
|
|
2173
|
+
body: BatchTaskCreateOptions;
|
|
1869
2174
|
}
|
|
1870
2175
|
export interface CreateTaskQueryParamProperties {
|
|
1871
2176
|
/** 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 +2202,24 @@ export interface ListTasksHeaders {
|
|
|
1897
2202
|
*/
|
|
1898
2203
|
"ocp-date"?: string;
|
|
1899
2204
|
}
|
|
2205
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
2206
|
+
export interface ListTasksSelectQueryParam {
|
|
2207
|
+
/** Value of the parameter */
|
|
2208
|
+
value: string[];
|
|
2209
|
+
/** Should we explode the value? */
|
|
2210
|
+
explode: false;
|
|
2211
|
+
/** Style of the value */
|
|
2212
|
+
style: "form";
|
|
2213
|
+
}
|
|
2214
|
+
/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */
|
|
2215
|
+
export interface ListTasksExpandQueryParam {
|
|
2216
|
+
/** Value of the parameter */
|
|
2217
|
+
value: string[];
|
|
2218
|
+
/** Should we explode the value? */
|
|
2219
|
+
explode: false;
|
|
2220
|
+
/** Style of the value */
|
|
2221
|
+
style: "form";
|
|
2222
|
+
}
|
|
1900
2223
|
export interface ListTasksQueryParamProperties {
|
|
1901
2224
|
/** 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
2225
|
timeOut?: number;
|
|
@@ -1907,13 +2230,13 @@ export interface ListTasksQueryParamProperties {
|
|
|
1907
2230
|
maxresults?: number;
|
|
1908
2231
|
/**
|
|
1909
2232
|
* An OData $filter clause. For more information on constructing this filter, see
|
|
1910
|
-
* https://
|
|
2233
|
+
* https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-tasks.
|
|
1911
2234
|
*/
|
|
1912
2235
|
$filter?: string;
|
|
1913
2236
|
/** An OData $select clause. */
|
|
1914
|
-
$select?: string[];
|
|
2237
|
+
$select?: string[] | ListTasksSelectQueryParam;
|
|
1915
2238
|
/** An OData $expand clause. */
|
|
1916
|
-
$expand?: string[];
|
|
2239
|
+
$expand?: string[] | ListTasksExpandQueryParam;
|
|
1917
2240
|
}
|
|
1918
2241
|
export interface ListTasksQueryParam {
|
|
1919
2242
|
queryParameters?: ListTasksQueryParamProperties;
|
|
@@ -2045,13 +2368,31 @@ export interface GetTaskHeaders {
|
|
|
2045
2368
|
*/
|
|
2046
2369
|
"If-None-Match"?: string;
|
|
2047
2370
|
}
|
|
2371
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
2372
|
+
export interface GetTaskSelectQueryParam {
|
|
2373
|
+
/** Value of the parameter */
|
|
2374
|
+
value: string[];
|
|
2375
|
+
/** Should we explode the value? */
|
|
2376
|
+
explode: false;
|
|
2377
|
+
/** Style of the value */
|
|
2378
|
+
style: "form";
|
|
2379
|
+
}
|
|
2380
|
+
/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */
|
|
2381
|
+
export interface GetTaskExpandQueryParam {
|
|
2382
|
+
/** Value of the parameter */
|
|
2383
|
+
value: string[];
|
|
2384
|
+
/** Should we explode the value? */
|
|
2385
|
+
explode: false;
|
|
2386
|
+
/** Style of the value */
|
|
2387
|
+
style: "form";
|
|
2388
|
+
}
|
|
2048
2389
|
export interface GetTaskQueryParamProperties {
|
|
2049
2390
|
/** 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
2391
|
timeOut?: number;
|
|
2051
2392
|
/** An OData $select clause. */
|
|
2052
|
-
$select?: string[];
|
|
2393
|
+
$select?: string[] | GetTaskSelectQueryParam;
|
|
2053
2394
|
/** An OData $expand clause. */
|
|
2054
|
-
$expand?: string[];
|
|
2395
|
+
$expand?: string[] | GetTaskExpandQueryParam;
|
|
2055
2396
|
}
|
|
2056
2397
|
export interface GetTaskQueryParam {
|
|
2057
2398
|
queryParameters?: GetTaskQueryParamProperties;
|
|
@@ -2133,11 +2474,20 @@ export interface ListSubTasksHeaders {
|
|
|
2133
2474
|
*/
|
|
2134
2475
|
"ocp-date"?: string;
|
|
2135
2476
|
}
|
|
2477
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
2478
|
+
export interface ListSubTasksSelectQueryParam {
|
|
2479
|
+
/** Value of the parameter */
|
|
2480
|
+
value: string[];
|
|
2481
|
+
/** Should we explode the value? */
|
|
2482
|
+
explode: false;
|
|
2483
|
+
/** Style of the value */
|
|
2484
|
+
style: "form";
|
|
2485
|
+
}
|
|
2136
2486
|
export interface ListSubTasksQueryParamProperties {
|
|
2137
2487
|
/** 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
2488
|
timeOut?: number;
|
|
2139
2489
|
/** An OData $select clause. */
|
|
2140
|
-
$select?: string[];
|
|
2490
|
+
$select?: string[] | ListSubTasksSelectQueryParam;
|
|
2141
2491
|
}
|
|
2142
2492
|
export interface ListSubTasksQueryParam {
|
|
2143
2493
|
queryParameters?: ListSubTasksQueryParamProperties;
|
|
@@ -2385,7 +2735,7 @@ export interface ListTaskFilesQueryParamProperties {
|
|
|
2385
2735
|
maxresults?: number;
|
|
2386
2736
|
/**
|
|
2387
2737
|
* An OData $filter clause. For more information on constructing this filter, see
|
|
2388
|
-
* https://
|
|
2738
|
+
* https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-task-files.
|
|
2389
2739
|
*/
|
|
2390
2740
|
$filter?: string;
|
|
2391
2741
|
/**
|
|
@@ -2418,7 +2768,7 @@ export interface CreateNodeUserHeaders {
|
|
|
2418
2768
|
}
|
|
2419
2769
|
export interface CreateNodeUserBodyParam {
|
|
2420
2770
|
/** The options to use for creating the user. */
|
|
2421
|
-
body:
|
|
2771
|
+
body: BatchNodeUserCreateOptions;
|
|
2422
2772
|
}
|
|
2423
2773
|
export interface CreateNodeUserQueryParamProperties {
|
|
2424
2774
|
/** 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 +2828,7 @@ export interface ReplaceNodeUserHeaders {
|
|
|
2478
2828
|
}
|
|
2479
2829
|
export interface ReplaceNodeUserBodyParam {
|
|
2480
2830
|
/** The options to use for updating the user. */
|
|
2481
|
-
body:
|
|
2831
|
+
body: BatchNodeUserUpdateOptions;
|
|
2482
2832
|
}
|
|
2483
2833
|
export interface ReplaceNodeUserQueryParamProperties {
|
|
2484
2834
|
/** 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 +2860,20 @@ export interface GetNodeHeaders {
|
|
|
2510
2860
|
*/
|
|
2511
2861
|
"ocp-date"?: string;
|
|
2512
2862
|
}
|
|
2863
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
2864
|
+
export interface GetNodeSelectQueryParam {
|
|
2865
|
+
/** Value of the parameter */
|
|
2866
|
+
value: string[];
|
|
2867
|
+
/** Should we explode the value? */
|
|
2868
|
+
explode: false;
|
|
2869
|
+
/** Style of the value */
|
|
2870
|
+
style: "form";
|
|
2871
|
+
}
|
|
2513
2872
|
export interface GetNodeQueryParamProperties {
|
|
2514
2873
|
/** 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
2874
|
timeOut?: number;
|
|
2516
2875
|
/** An OData $select clause. */
|
|
2517
|
-
$select?: string[];
|
|
2876
|
+
$select?: string[] | GetNodeSelectQueryParam;
|
|
2518
2877
|
}
|
|
2519
2878
|
export interface GetNodeQueryParam {
|
|
2520
2879
|
queryParameters?: GetNodeQueryParamProperties;
|
|
@@ -2540,7 +2899,7 @@ export interface RebootNodeHeaders {
|
|
|
2540
2899
|
}
|
|
2541
2900
|
export interface RebootNodeBodyParam {
|
|
2542
2901
|
/** The options to use for rebooting the Compute Node. */
|
|
2543
|
-
body?:
|
|
2902
|
+
body?: BatchNodeRebootOptions;
|
|
2544
2903
|
}
|
|
2545
2904
|
export interface RebootNodeQueryParamProperties {
|
|
2546
2905
|
/** 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 +2959,7 @@ export interface DeallocateNodeHeaders {
|
|
|
2600
2959
|
}
|
|
2601
2960
|
export interface DeallocateNodeBodyParam {
|
|
2602
2961
|
/** The options to use for deallocating the Compute Node. */
|
|
2603
|
-
body?:
|
|
2962
|
+
body?: BatchNodeDeallocateOptions;
|
|
2604
2963
|
}
|
|
2605
2964
|
export interface DeallocateNodeQueryParamProperties {
|
|
2606
2965
|
/** 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 +2993,7 @@ export interface ReimageNodeHeaders {
|
|
|
2634
2993
|
}
|
|
2635
2994
|
export interface ReimageNodeBodyParam {
|
|
2636
2995
|
/** The options to use for reimaging the Compute Node. */
|
|
2637
|
-
body?:
|
|
2996
|
+
body?: BatchNodeReimageOptions;
|
|
2638
2997
|
}
|
|
2639
2998
|
export interface ReimageNodeQueryParamProperties {
|
|
2640
2999
|
/** 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 +3027,7 @@ export interface DisableNodeSchedulingHeaders {
|
|
|
2668
3027
|
}
|
|
2669
3028
|
export interface DisableNodeSchedulingBodyParam {
|
|
2670
3029
|
/** The options to use for disabling scheduling on the Compute Node. */
|
|
2671
|
-
body?:
|
|
3030
|
+
body?: BatchNodeDisableSchedulingOptions;
|
|
2672
3031
|
}
|
|
2673
3032
|
export interface DisableNodeSchedulingQueryParamProperties {
|
|
2674
3033
|
/** 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 +3113,7 @@ export interface UploadNodeLogsHeaders {
|
|
|
2754
3113
|
}
|
|
2755
3114
|
export interface UploadNodeLogsBodyParam {
|
|
2756
3115
|
/** The Azure Batch service log files upload options. */
|
|
2757
|
-
body:
|
|
3116
|
+
body: UploadBatchServiceLogsOptions;
|
|
2758
3117
|
}
|
|
2759
3118
|
export interface UploadNodeLogsQueryParamProperties {
|
|
2760
3119
|
/** 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 +3145,15 @@ export interface ListNodesHeaders {
|
|
|
2786
3145
|
*/
|
|
2787
3146
|
"ocp-date"?: string;
|
|
2788
3147
|
}
|
|
3148
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
3149
|
+
export interface ListNodesSelectQueryParam {
|
|
3150
|
+
/** Value of the parameter */
|
|
3151
|
+
value: string[];
|
|
3152
|
+
/** Should we explode the value? */
|
|
3153
|
+
explode: false;
|
|
3154
|
+
/** Style of the value */
|
|
3155
|
+
style: "form";
|
|
3156
|
+
}
|
|
2789
3157
|
export interface ListNodesQueryParamProperties {
|
|
2790
3158
|
/** 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
3159
|
timeOut?: number;
|
|
@@ -2796,11 +3164,11 @@ export interface ListNodesQueryParamProperties {
|
|
|
2796
3164
|
maxresults?: number;
|
|
2797
3165
|
/**
|
|
2798
3166
|
* An OData $filter clause. For more information on constructing this filter, see
|
|
2799
|
-
* https://
|
|
3167
|
+
* https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-nodes-in-a-pool.
|
|
2800
3168
|
*/
|
|
2801
3169
|
$filter?: string;
|
|
2802
3170
|
/** An OData $select clause. */
|
|
2803
|
-
$select?: string[];
|
|
3171
|
+
$select?: string[] | ListNodesSelectQueryParam;
|
|
2804
3172
|
}
|
|
2805
3173
|
export interface ListNodesQueryParam {
|
|
2806
3174
|
queryParameters?: ListNodesQueryParamProperties;
|
|
@@ -2824,11 +3192,20 @@ export interface GetNodeExtensionHeaders {
|
|
|
2824
3192
|
*/
|
|
2825
3193
|
"ocp-date"?: string;
|
|
2826
3194
|
}
|
|
3195
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
3196
|
+
export interface GetNodeExtensionSelectQueryParam {
|
|
3197
|
+
/** Value of the parameter */
|
|
3198
|
+
value: string[];
|
|
3199
|
+
/** Should we explode the value? */
|
|
3200
|
+
explode: false;
|
|
3201
|
+
/** Style of the value */
|
|
3202
|
+
style: "form";
|
|
3203
|
+
}
|
|
2827
3204
|
export interface GetNodeExtensionQueryParamProperties {
|
|
2828
3205
|
/** 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
3206
|
timeOut?: number;
|
|
2830
3207
|
/** An OData $select clause. */
|
|
2831
|
-
$select?: string[];
|
|
3208
|
+
$select?: string[] | GetNodeExtensionSelectQueryParam;
|
|
2832
3209
|
}
|
|
2833
3210
|
export interface GetNodeExtensionQueryParam {
|
|
2834
3211
|
queryParameters?: GetNodeExtensionQueryParamProperties;
|
|
@@ -2852,6 +3229,15 @@ export interface ListNodeExtensionsHeaders {
|
|
|
2852
3229
|
*/
|
|
2853
3230
|
"ocp-date"?: string;
|
|
2854
3231
|
}
|
|
3232
|
+
/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
|
|
3233
|
+
export interface ListNodeExtensionsSelectQueryParam {
|
|
3234
|
+
/** Value of the parameter */
|
|
3235
|
+
value: string[];
|
|
3236
|
+
/** Should we explode the value? */
|
|
3237
|
+
explode: false;
|
|
3238
|
+
/** Style of the value */
|
|
3239
|
+
style: "form";
|
|
3240
|
+
}
|
|
2855
3241
|
export interface ListNodeExtensionsQueryParamProperties {
|
|
2856
3242
|
/** 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
3243
|
timeOut?: number;
|
|
@@ -2861,7 +3247,7 @@ export interface ListNodeExtensionsQueryParamProperties {
|
|
|
2861
3247
|
*/
|
|
2862
3248
|
maxresults?: number;
|
|
2863
3249
|
/** An OData $select clause. */
|
|
2864
|
-
$select?: string[];
|
|
3250
|
+
$select?: string[] | ListNodeExtensionsSelectQueryParam;
|
|
2865
3251
|
}
|
|
2866
3252
|
export interface ListNodeExtensionsQueryParam {
|
|
2867
3253
|
queryParameters?: ListNodeExtensionsQueryParamProperties;
|
|
@@ -3009,7 +3395,7 @@ export interface ListNodeFilesQueryParamProperties {
|
|
|
3009
3395
|
maxresults?: number;
|
|
3010
3396
|
/**
|
|
3011
3397
|
* An OData $filter clause. For more information on constructing this filter, see
|
|
3012
|
-
* https://
|
|
3398
|
+
* https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-compute-node-files.
|
|
3013
3399
|
*/
|
|
3014
3400
|
$filter?: string;
|
|
3015
3401
|
/** Whether to list children of a directory. */
|