@azure-rest/batch 1.0.0-beta.1
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/README.md +75 -0
- package/dist/browser/batchClient.d.ts +16 -0
- package/dist/browser/batchClient.d.ts.map +1 -0
- package/dist/browser/batchClient.js +66 -0
- package/dist/browser/batchClient.js.map +1 -0
- package/dist/browser/clientDefinitions.d.ts +569 -0
- package/dist/browser/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/clientDefinitions.js +4 -0
- package/dist/browser/clientDefinitions.js.map +1 -0
- package/dist/browser/credentials/batchSharedKeyCredentials-browser.d.mts.map +1 -0
- package/dist/browser/credentials/batchSharedKeyCredentials-browser.mjs.map +1 -0
- package/dist/browser/credentials/batchSharedKeyCredentials.d.ts +3 -0
- package/dist/browser/credentials/batchSharedKeyCredentials.js +8 -0
- package/dist/browser/index.d.ts +12 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +14 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/isUnexpected.d.ts +71 -0
- package/dist/browser/isUnexpected.d.ts.map +1 -0
- package/dist/browser/isUnexpected.js +138 -0
- package/dist/browser/isUnexpected.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models.d.ts +1473 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js +4 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/outputModels.d.ts +2055 -0
- package/dist/browser/outputModels.d.ts.map +1 -0
- package/dist/browser/outputModels.js +4 -0
- package/dist/browser/outputModels.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/paginateHelper.d.ts +43 -0
- package/dist/browser/paginateHelper.d.ts.map +1 -0
- package/dist/browser/paginateHelper.js +103 -0
- package/dist/browser/paginateHelper.js.map +1 -0
- package/dist/browser/parameters.d.ts +2923 -0
- package/dist/browser/parameters.d.ts.map +1 -0
- package/dist/browser/parameters.js +4 -0
- package/dist/browser/parameters.js.map +1 -0
- package/dist/browser/replacePoolPropertiesPolicy.d.ts +11 -0
- package/dist/browser/replacePoolPropertiesPolicy.d.ts.map +1 -0
- package/dist/browser/replacePoolPropertiesPolicy.js +33 -0
- package/dist/browser/replacePoolPropertiesPolicy.js.map +1 -0
- package/dist/browser/responses.d.ts +1432 -0
- package/dist/browser/responses.d.ts.map +1 -0
- package/dist/browser/responses.js +4 -0
- package/dist/browser/responses.js.map +1 -0
- package/dist/commonjs/batchClient.d.ts +16 -0
- package/dist/commonjs/batchClient.d.ts.map +1 -0
- package/dist/commonjs/batchClient.js +69 -0
- package/dist/commonjs/batchClient.js.map +1 -0
- package/dist/commonjs/clientDefinitions.d.ts +569 -0
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/clientDefinitions.js +5 -0
- package/dist/commonjs/clientDefinitions.js.map +1 -0
- package/dist/commonjs/credentials/batchSharedKeyCredentials.d.ts +4 -0
- package/dist/commonjs/credentials/batchSharedKeyCredentials.d.ts.map +1 -0
- package/dist/commonjs/credentials/batchSharedKeyCredentials.js +129 -0
- package/dist/commonjs/credentials/batchSharedKeyCredentials.js.map +1 -0
- package/dist/commonjs/index.d.ts +12 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +17 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/isUnexpected.d.ts +71 -0
- package/dist/commonjs/isUnexpected.d.ts.map +1 -0
- package/dist/commonjs/isUnexpected.js +141 -0
- package/dist/commonjs/isUnexpected.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +1473 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/outputModels.d.ts +2055 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -0
- package/dist/commonjs/outputModels.js +5 -0
- package/dist/commonjs/outputModels.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/paginateHelper.d.ts +43 -0
- package/dist/commonjs/paginateHelper.d.ts.map +1 -0
- package/dist/commonjs/paginateHelper.js +106 -0
- package/dist/commonjs/paginateHelper.js.map +1 -0
- package/dist/commonjs/parameters.d.ts +2923 -0
- package/dist/commonjs/parameters.d.ts.map +1 -0
- package/dist/commonjs/parameters.js +5 -0
- package/dist/commonjs/parameters.js.map +1 -0
- package/dist/commonjs/replacePoolPropertiesPolicy.d.ts +11 -0
- package/dist/commonjs/replacePoolPropertiesPolicy.d.ts.map +1 -0
- package/dist/commonjs/replacePoolPropertiesPolicy.js +36 -0
- package/dist/commonjs/replacePoolPropertiesPolicy.js.map +1 -0
- package/dist/commonjs/responses.d.ts +1432 -0
- package/dist/commonjs/responses.d.ts.map +1 -0
- package/dist/commonjs/responses.js +5 -0
- package/dist/commonjs/responses.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/batchClient.d.ts +16 -0
- package/dist/esm/batchClient.d.ts.map +1 -0
- package/dist/esm/batchClient.js +66 -0
- package/dist/esm/batchClient.js.map +1 -0
- package/dist/esm/clientDefinitions.d.ts +569 -0
- package/dist/esm/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/clientDefinitions.js +4 -0
- package/dist/esm/clientDefinitions.js.map +1 -0
- package/dist/esm/credentials/batchSharedKeyCredentials.d.ts +4 -0
- package/dist/esm/credentials/batchSharedKeyCredentials.d.ts.map +1 -0
- package/dist/esm/credentials/batchSharedKeyCredentials.js +126 -0
- package/dist/esm/credentials/batchSharedKeyCredentials.js.map +1 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +14 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/isUnexpected.d.ts +71 -0
- package/dist/esm/isUnexpected.d.ts.map +1 -0
- package/dist/esm/isUnexpected.js +138 -0
- package/dist/esm/isUnexpected.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +1473 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/outputModels.d.ts +2055 -0
- package/dist/esm/outputModels.d.ts.map +1 -0
- package/dist/esm/outputModels.js +4 -0
- package/dist/esm/outputModels.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/paginateHelper.d.ts +43 -0
- package/dist/esm/paginateHelper.d.ts.map +1 -0
- package/dist/esm/paginateHelper.js +103 -0
- package/dist/esm/paginateHelper.js.map +1 -0
- package/dist/esm/parameters.d.ts +2923 -0
- package/dist/esm/parameters.d.ts.map +1 -0
- package/dist/esm/parameters.js +4 -0
- package/dist/esm/parameters.js.map +1 -0
- package/dist/esm/replacePoolPropertiesPolicy.d.ts +11 -0
- package/dist/esm/replacePoolPropertiesPolicy.d.ts.map +1 -0
- package/dist/esm/replacePoolPropertiesPolicy.js +33 -0
- package/dist/esm/replacePoolPropertiesPolicy.js.map +1 -0
- package/dist/esm/responses.d.ts +1432 -0
- package/dist/esm/responses.d.ts.map +1 -0
- package/dist/esm/responses.js +4 -0
- package/dist/esm/responses.js.map +1 -0
- package/dist/react-native/batchClient.d.ts +16 -0
- package/dist/react-native/batchClient.d.ts.map +1 -0
- package/dist/react-native/batchClient.js +66 -0
- package/dist/react-native/batchClient.js.map +1 -0
- package/dist/react-native/clientDefinitions.d.ts +569 -0
- package/dist/react-native/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/clientDefinitions.js +4 -0
- package/dist/react-native/clientDefinitions.js.map +1 -0
- package/dist/react-native/credentials/batchSharedKeyCredentials-react-native.d.mts.map +1 -0
- package/dist/react-native/credentials/batchSharedKeyCredentials-react-native.mjs.map +1 -0
- package/dist/react-native/credentials/batchSharedKeyCredentials.d.ts +3 -0
- package/dist/react-native/credentials/batchSharedKeyCredentials.js +8 -0
- package/dist/react-native/index.d.ts +12 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +14 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/isUnexpected.d.ts +71 -0
- package/dist/react-native/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/isUnexpected.js +138 -0
- package/dist/react-native/isUnexpected.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +1473 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/outputModels.d.ts +2055 -0
- package/dist/react-native/outputModels.d.ts.map +1 -0
- package/dist/react-native/outputModels.js +4 -0
- package/dist/react-native/outputModels.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/paginateHelper.d.ts +43 -0
- package/dist/react-native/paginateHelper.d.ts.map +1 -0
- package/dist/react-native/paginateHelper.js +103 -0
- package/dist/react-native/paginateHelper.js.map +1 -0
- package/dist/react-native/parameters.d.ts +2923 -0
- package/dist/react-native/parameters.d.ts.map +1 -0
- package/dist/react-native/parameters.js +4 -0
- package/dist/react-native/parameters.js.map +1 -0
- package/dist/react-native/replacePoolPropertiesPolicy.d.ts +11 -0
- package/dist/react-native/replacePoolPropertiesPolicy.d.ts.map +1 -0
- package/dist/react-native/replacePoolPropertiesPolicy.js +33 -0
- package/dist/react-native/replacePoolPropertiesPolicy.js.map +1 -0
- package/dist/react-native/responses.d.ts +1432 -0
- package/dist/react-native/responses.d.ts.map +1 -0
- package/dist/react-native/responses.js +4 -0
- package/dist/react-native/responses.js.map +1 -0
- package/package.json +142 -0
|
@@ -0,0 +1,2923 @@
|
|
|
1
|
+
import { RawHttpHeadersInput } from "@azure/core-rest-pipeline";
|
|
2
|
+
import { RequestParameters } from "@azure-rest/core-client";
|
|
3
|
+
import { BatchPoolCreateContent, BatchPoolUpdateContent, BatchPoolEnableAutoScaleContent, BatchPoolEvaluateAutoScaleContent, BatchPoolResizeContent, BatchPoolReplaceContent, BatchNodeRemoveContent, BatchJobUpdateContent, BatchJob, BatchJobDisableContent, BatchJobTerminateContent, BatchJobCreateContent, BatchJobScheduleUpdateContent, BatchJobSchedule, BatchJobScheduleCreateContent, BatchTaskCreateContent, BatchTaskGroup, BatchTask, BatchNodeUserCreateContent, BatchNodeUserUpdateContent, BatchNodeRebootContent, BatchNodeDisableSchedulingContent, UploadBatchServiceLogsContent } from "./models.js";
|
|
4
|
+
export interface ListApplicationsHeaders {
|
|
5
|
+
/**
|
|
6
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
7
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
8
|
+
*/
|
|
9
|
+
"client-request-id"?: string;
|
|
10
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
11
|
+
"return-client-request-id"?: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
14
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
15
|
+
* directly.
|
|
16
|
+
*/
|
|
17
|
+
"ocp-date"?: string;
|
|
18
|
+
}
|
|
19
|
+
export interface ListApplicationsQueryParamProperties {
|
|
20
|
+
/** 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.". */
|
|
21
|
+
timeOut?: number;
|
|
22
|
+
/**
|
|
23
|
+
* The maximum number of items to return in the response. A maximum of 1000
|
|
24
|
+
* applications can be returned.
|
|
25
|
+
*/
|
|
26
|
+
maxresults?: number;
|
|
27
|
+
}
|
|
28
|
+
export interface ListApplicationsQueryParam {
|
|
29
|
+
queryParameters?: ListApplicationsQueryParamProperties;
|
|
30
|
+
}
|
|
31
|
+
export interface ListApplicationsHeaderParam {
|
|
32
|
+
headers?: RawHttpHeadersInput & ListApplicationsHeaders;
|
|
33
|
+
}
|
|
34
|
+
export type ListApplicationsParameters = ListApplicationsQueryParam & ListApplicationsHeaderParam & RequestParameters;
|
|
35
|
+
export interface GetApplicationHeaders {
|
|
36
|
+
/**
|
|
37
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
38
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
39
|
+
*/
|
|
40
|
+
"client-request-id"?: string;
|
|
41
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
42
|
+
"return-client-request-id"?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
45
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
46
|
+
* directly.
|
|
47
|
+
*/
|
|
48
|
+
"ocp-date"?: string;
|
|
49
|
+
}
|
|
50
|
+
export interface GetApplicationQueryParamProperties {
|
|
51
|
+
/** 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.". */
|
|
52
|
+
timeOut?: number;
|
|
53
|
+
}
|
|
54
|
+
export interface GetApplicationQueryParam {
|
|
55
|
+
queryParameters?: GetApplicationQueryParamProperties;
|
|
56
|
+
}
|
|
57
|
+
export interface GetApplicationHeaderParam {
|
|
58
|
+
headers?: RawHttpHeadersInput & GetApplicationHeaders;
|
|
59
|
+
}
|
|
60
|
+
export type GetApplicationParameters = GetApplicationQueryParam & GetApplicationHeaderParam & RequestParameters;
|
|
61
|
+
export interface ListPoolUsageMetricsHeaders {
|
|
62
|
+
/**
|
|
63
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
64
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
65
|
+
*/
|
|
66
|
+
"client-request-id"?: string;
|
|
67
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
68
|
+
"return-client-request-id"?: boolean;
|
|
69
|
+
/**
|
|
70
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
71
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
72
|
+
* directly.
|
|
73
|
+
*/
|
|
74
|
+
"ocp-date"?: string;
|
|
75
|
+
}
|
|
76
|
+
export interface ListPoolUsageMetricsQueryParamProperties {
|
|
77
|
+
/** 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.". */
|
|
78
|
+
timeOut?: number;
|
|
79
|
+
/**
|
|
80
|
+
* The maximum number of items to return in the response. A maximum of 1000
|
|
81
|
+
* applications can be returned.
|
|
82
|
+
*/
|
|
83
|
+
maxresults?: number;
|
|
84
|
+
/**
|
|
85
|
+
* The earliest time from which to include metrics. This must be at least two and
|
|
86
|
+
* a half hours before the current time. If not specified this defaults to the
|
|
87
|
+
* start time of the last aggregation interval currently available.
|
|
88
|
+
*/
|
|
89
|
+
startTime?: Date | string;
|
|
90
|
+
/**
|
|
91
|
+
* The latest time from which to include metrics. This must be at least two hours
|
|
92
|
+
* before the current time. If not specified this defaults to the end time of the
|
|
93
|
+
* last aggregation interval currently available.
|
|
94
|
+
*/
|
|
95
|
+
endtime?: Date | string;
|
|
96
|
+
/**
|
|
97
|
+
* An OData $filter clause. For more information on constructing this filter, see
|
|
98
|
+
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-account-usage-metrics.
|
|
99
|
+
*/
|
|
100
|
+
$filter?: string;
|
|
101
|
+
}
|
|
102
|
+
export interface ListPoolUsageMetricsQueryParam {
|
|
103
|
+
queryParameters?: ListPoolUsageMetricsQueryParamProperties;
|
|
104
|
+
}
|
|
105
|
+
export interface ListPoolUsageMetricsHeaderParam {
|
|
106
|
+
headers?: RawHttpHeadersInput & ListPoolUsageMetricsHeaders;
|
|
107
|
+
}
|
|
108
|
+
export type ListPoolUsageMetricsParameters = ListPoolUsageMetricsQueryParam & ListPoolUsageMetricsHeaderParam & RequestParameters;
|
|
109
|
+
export interface CreatePoolHeaders {
|
|
110
|
+
/**
|
|
111
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
112
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
113
|
+
*/
|
|
114
|
+
"client-request-id"?: string;
|
|
115
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
116
|
+
"return-client-request-id"?: boolean;
|
|
117
|
+
/**
|
|
118
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
119
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
120
|
+
* directly.
|
|
121
|
+
*/
|
|
122
|
+
"ocp-date"?: string;
|
|
123
|
+
}
|
|
124
|
+
export interface CreatePoolBodyParam {
|
|
125
|
+
/** The Pool to be created. */
|
|
126
|
+
body: BatchPoolCreateContent;
|
|
127
|
+
}
|
|
128
|
+
export interface CreatePoolQueryParamProperties {
|
|
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.". */
|
|
130
|
+
timeOut?: number;
|
|
131
|
+
}
|
|
132
|
+
export interface CreatePoolQueryParam {
|
|
133
|
+
queryParameters?: CreatePoolQueryParamProperties;
|
|
134
|
+
}
|
|
135
|
+
export interface CreatePoolHeaderParam {
|
|
136
|
+
headers?: RawHttpHeadersInput & CreatePoolHeaders;
|
|
137
|
+
}
|
|
138
|
+
export interface CreatePoolMediaTypesParam {
|
|
139
|
+
/** Type of content */
|
|
140
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
141
|
+
}
|
|
142
|
+
export type CreatePoolParameters = CreatePoolQueryParam & CreatePoolHeaderParam & CreatePoolMediaTypesParam & CreatePoolBodyParam & RequestParameters;
|
|
143
|
+
export interface ListPoolsHeaders {
|
|
144
|
+
/**
|
|
145
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
146
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
147
|
+
*/
|
|
148
|
+
"client-request-id"?: string;
|
|
149
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
150
|
+
"return-client-request-id"?: boolean;
|
|
151
|
+
/**
|
|
152
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
153
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
154
|
+
* directly.
|
|
155
|
+
*/
|
|
156
|
+
"ocp-date"?: string;
|
|
157
|
+
}
|
|
158
|
+
export interface ListPoolsQueryParamProperties {
|
|
159
|
+
/** 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
|
+
timeOut?: number;
|
|
161
|
+
/**
|
|
162
|
+
* The maximum number of items to return in the response. A maximum of 1000
|
|
163
|
+
* applications can be returned.
|
|
164
|
+
*/
|
|
165
|
+
maxresults?: number;
|
|
166
|
+
/**
|
|
167
|
+
* An OData $filter clause. For more information on constructing this filter, see
|
|
168
|
+
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-pools.
|
|
169
|
+
*/
|
|
170
|
+
$filter?: string;
|
|
171
|
+
/** An OData $select clause. */
|
|
172
|
+
$select?: string[];
|
|
173
|
+
/** An OData $expand clause. */
|
|
174
|
+
$expand?: string[];
|
|
175
|
+
}
|
|
176
|
+
export interface ListPoolsQueryParam {
|
|
177
|
+
queryParameters?: ListPoolsQueryParamProperties;
|
|
178
|
+
}
|
|
179
|
+
export interface ListPoolsHeaderParam {
|
|
180
|
+
headers?: RawHttpHeadersInput & ListPoolsHeaders;
|
|
181
|
+
}
|
|
182
|
+
export type ListPoolsParameters = ListPoolsQueryParam & ListPoolsHeaderParam & RequestParameters;
|
|
183
|
+
export interface DeletePoolHeaders {
|
|
184
|
+
/**
|
|
185
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
186
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
187
|
+
*/
|
|
188
|
+
"client-request-id"?: string;
|
|
189
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
190
|
+
"return-client-request-id"?: boolean;
|
|
191
|
+
/**
|
|
192
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
193
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
194
|
+
* directly.
|
|
195
|
+
*/
|
|
196
|
+
"ocp-date"?: string;
|
|
197
|
+
/**
|
|
198
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
199
|
+
* client. The operation will be performed only if the resource on the service has
|
|
200
|
+
* been modified since the specified time.
|
|
201
|
+
*/
|
|
202
|
+
"If-Modified-Since"?: string;
|
|
203
|
+
/**
|
|
204
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
205
|
+
* client. The operation will be performed only if the resource on the service has
|
|
206
|
+
* not been modified since the specified time.
|
|
207
|
+
*/
|
|
208
|
+
"If-Unmodified-Since"?: string;
|
|
209
|
+
/**
|
|
210
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
211
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
212
|
+
* service exactly matches the value specified by the client.
|
|
213
|
+
*/
|
|
214
|
+
"If-Match"?: string;
|
|
215
|
+
/**
|
|
216
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
217
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
218
|
+
* service does not match the value specified by the client.
|
|
219
|
+
*/
|
|
220
|
+
"If-None-Match"?: string;
|
|
221
|
+
}
|
|
222
|
+
export interface DeletePoolQueryParamProperties {
|
|
223
|
+
/** 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.". */
|
|
224
|
+
timeOut?: number;
|
|
225
|
+
}
|
|
226
|
+
export interface DeletePoolQueryParam {
|
|
227
|
+
queryParameters?: DeletePoolQueryParamProperties;
|
|
228
|
+
}
|
|
229
|
+
export interface DeletePoolHeaderParam {
|
|
230
|
+
headers?: RawHttpHeadersInput & DeletePoolHeaders;
|
|
231
|
+
}
|
|
232
|
+
export type DeletePoolParameters = DeletePoolQueryParam & DeletePoolHeaderParam & RequestParameters;
|
|
233
|
+
export interface PoolExistsHeaders {
|
|
234
|
+
/**
|
|
235
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
236
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
237
|
+
*/
|
|
238
|
+
"client-request-id"?: string;
|
|
239
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
240
|
+
"return-client-request-id"?: boolean;
|
|
241
|
+
/**
|
|
242
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
243
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
244
|
+
* directly.
|
|
245
|
+
*/
|
|
246
|
+
"ocp-date"?: string;
|
|
247
|
+
/**
|
|
248
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
249
|
+
* client. The operation will be performed only if the resource on the service has
|
|
250
|
+
* been modified since the specified time.
|
|
251
|
+
*/
|
|
252
|
+
"If-Modified-Since"?: string;
|
|
253
|
+
/**
|
|
254
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
255
|
+
* client. The operation will be performed only if the resource on the service has
|
|
256
|
+
* not been modified since the specified time.
|
|
257
|
+
*/
|
|
258
|
+
"If-Unmodified-Since"?: string;
|
|
259
|
+
/**
|
|
260
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
261
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
262
|
+
* service exactly matches the value specified by the client.
|
|
263
|
+
*/
|
|
264
|
+
"If-Match"?: string;
|
|
265
|
+
/**
|
|
266
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
267
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
268
|
+
* service does not match the value specified by the client.
|
|
269
|
+
*/
|
|
270
|
+
"If-None-Match"?: string;
|
|
271
|
+
}
|
|
272
|
+
export interface PoolExistsQueryParamProperties {
|
|
273
|
+
/** 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.". */
|
|
274
|
+
timeOut?: number;
|
|
275
|
+
}
|
|
276
|
+
export interface PoolExistsQueryParam {
|
|
277
|
+
queryParameters?: PoolExistsQueryParamProperties;
|
|
278
|
+
}
|
|
279
|
+
export interface PoolExistsHeaderParam {
|
|
280
|
+
headers?: RawHttpHeadersInput & PoolExistsHeaders;
|
|
281
|
+
}
|
|
282
|
+
export type PoolExistsParameters = PoolExistsQueryParam & PoolExistsHeaderParam & RequestParameters;
|
|
283
|
+
export interface GetPoolHeaders {
|
|
284
|
+
/**
|
|
285
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
286
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
287
|
+
*/
|
|
288
|
+
"client-request-id"?: string;
|
|
289
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
290
|
+
"return-client-request-id"?: boolean;
|
|
291
|
+
/**
|
|
292
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
293
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
294
|
+
* directly.
|
|
295
|
+
*/
|
|
296
|
+
"ocp-date"?: string;
|
|
297
|
+
/**
|
|
298
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
299
|
+
* client. The operation will be performed only if the resource on the service has
|
|
300
|
+
* been modified since the specified time.
|
|
301
|
+
*/
|
|
302
|
+
"If-Modified-Since"?: string;
|
|
303
|
+
/**
|
|
304
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
305
|
+
* client. The operation will be performed only if the resource on the service has
|
|
306
|
+
* not been modified since the specified time.
|
|
307
|
+
*/
|
|
308
|
+
"If-Unmodified-Since"?: string;
|
|
309
|
+
/**
|
|
310
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
311
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
312
|
+
* service exactly matches the value specified by the client.
|
|
313
|
+
*/
|
|
314
|
+
"If-Match"?: string;
|
|
315
|
+
/**
|
|
316
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
317
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
318
|
+
* service does not match the value specified by the client.
|
|
319
|
+
*/
|
|
320
|
+
"If-None-Match"?: string;
|
|
321
|
+
}
|
|
322
|
+
export interface GetPoolQueryParamProperties {
|
|
323
|
+
/** 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
|
+
timeOut?: number;
|
|
325
|
+
/** An OData $select clause. */
|
|
326
|
+
$select?: string[];
|
|
327
|
+
/** An OData $expand clause. */
|
|
328
|
+
$expand?: string[];
|
|
329
|
+
}
|
|
330
|
+
export interface GetPoolQueryParam {
|
|
331
|
+
queryParameters?: GetPoolQueryParamProperties;
|
|
332
|
+
}
|
|
333
|
+
export interface GetPoolHeaderParam {
|
|
334
|
+
headers?: RawHttpHeadersInput & GetPoolHeaders;
|
|
335
|
+
}
|
|
336
|
+
export type GetPoolParameters = GetPoolQueryParam & GetPoolHeaderParam & RequestParameters;
|
|
337
|
+
export interface UpdatePoolHeaders {
|
|
338
|
+
/**
|
|
339
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
340
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
341
|
+
*/
|
|
342
|
+
"client-request-id"?: string;
|
|
343
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
344
|
+
"return-client-request-id"?: boolean;
|
|
345
|
+
/**
|
|
346
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
347
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
348
|
+
* directly.
|
|
349
|
+
*/
|
|
350
|
+
"ocp-date"?: string;
|
|
351
|
+
/**
|
|
352
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
353
|
+
* client. The operation will be performed only if the resource on the service has
|
|
354
|
+
* been modified since the specified time.
|
|
355
|
+
*/
|
|
356
|
+
"If-Modified-Since"?: string;
|
|
357
|
+
/**
|
|
358
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
359
|
+
* client. The operation will be performed only if the resource on the service has
|
|
360
|
+
* not been modified since the specified time.
|
|
361
|
+
*/
|
|
362
|
+
"If-Unmodified-Since"?: string;
|
|
363
|
+
/**
|
|
364
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
365
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
366
|
+
* service exactly matches the value specified by the client.
|
|
367
|
+
*/
|
|
368
|
+
"If-Match"?: string;
|
|
369
|
+
/**
|
|
370
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
371
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
372
|
+
* service does not match the value specified by the client.
|
|
373
|
+
*/
|
|
374
|
+
"If-None-Match"?: string;
|
|
375
|
+
}
|
|
376
|
+
export interface UpdatePoolBodyParam {
|
|
377
|
+
/** The pool properties to update. */
|
|
378
|
+
body: BatchPoolUpdateContent;
|
|
379
|
+
}
|
|
380
|
+
export interface UpdatePoolQueryParamProperties {
|
|
381
|
+
/** 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.". */
|
|
382
|
+
timeOut?: number;
|
|
383
|
+
}
|
|
384
|
+
export interface UpdatePoolQueryParam {
|
|
385
|
+
queryParameters?: UpdatePoolQueryParamProperties;
|
|
386
|
+
}
|
|
387
|
+
export interface UpdatePoolHeaderParam {
|
|
388
|
+
headers?: RawHttpHeadersInput & UpdatePoolHeaders;
|
|
389
|
+
}
|
|
390
|
+
export interface UpdatePoolMediaTypesParam {
|
|
391
|
+
/** Type of content */
|
|
392
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
393
|
+
}
|
|
394
|
+
export type UpdatePoolParameters = UpdatePoolQueryParam & UpdatePoolHeaderParam & UpdatePoolMediaTypesParam & UpdatePoolBodyParam & RequestParameters;
|
|
395
|
+
export interface DisablePoolAutoScaleHeaders {
|
|
396
|
+
/**
|
|
397
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
398
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
399
|
+
*/
|
|
400
|
+
"client-request-id"?: string;
|
|
401
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
402
|
+
"return-client-request-id"?: boolean;
|
|
403
|
+
/**
|
|
404
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
405
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
406
|
+
* directly.
|
|
407
|
+
*/
|
|
408
|
+
"ocp-date"?: string;
|
|
409
|
+
}
|
|
410
|
+
export interface DisablePoolAutoScaleQueryParamProperties {
|
|
411
|
+
/** 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.". */
|
|
412
|
+
timeOut?: number;
|
|
413
|
+
}
|
|
414
|
+
export interface DisablePoolAutoScaleQueryParam {
|
|
415
|
+
queryParameters?: DisablePoolAutoScaleQueryParamProperties;
|
|
416
|
+
}
|
|
417
|
+
export interface DisablePoolAutoScaleHeaderParam {
|
|
418
|
+
headers?: RawHttpHeadersInput & DisablePoolAutoScaleHeaders;
|
|
419
|
+
}
|
|
420
|
+
export type DisablePoolAutoScaleParameters = DisablePoolAutoScaleQueryParam & DisablePoolAutoScaleHeaderParam & RequestParameters;
|
|
421
|
+
export interface EnablePoolAutoScaleHeaders {
|
|
422
|
+
/**
|
|
423
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
424
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
425
|
+
*/
|
|
426
|
+
"client-request-id"?: string;
|
|
427
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
428
|
+
"return-client-request-id"?: boolean;
|
|
429
|
+
/**
|
|
430
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
431
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
432
|
+
* directly.
|
|
433
|
+
*/
|
|
434
|
+
"ocp-date"?: string;
|
|
435
|
+
/**
|
|
436
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
437
|
+
* client. The operation will be performed only if the resource on the service has
|
|
438
|
+
* been modified since the specified time.
|
|
439
|
+
*/
|
|
440
|
+
"If-Modified-Since"?: string;
|
|
441
|
+
/**
|
|
442
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
443
|
+
* client. The operation will be performed only if the resource on the service has
|
|
444
|
+
* not been modified since the specified time.
|
|
445
|
+
*/
|
|
446
|
+
"If-Unmodified-Since"?: string;
|
|
447
|
+
/**
|
|
448
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
449
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
450
|
+
* service exactly matches the value specified by the client.
|
|
451
|
+
*/
|
|
452
|
+
"If-Match"?: string;
|
|
453
|
+
/**
|
|
454
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
455
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
456
|
+
* service does not match the value specified by the client.
|
|
457
|
+
*/
|
|
458
|
+
"If-None-Match"?: string;
|
|
459
|
+
}
|
|
460
|
+
export interface EnablePoolAutoScaleBodyParam {
|
|
461
|
+
/** The options to use for enabling automatic scaling. */
|
|
462
|
+
body: BatchPoolEnableAutoScaleContent;
|
|
463
|
+
}
|
|
464
|
+
export interface EnablePoolAutoScaleQueryParamProperties {
|
|
465
|
+
/** 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.". */
|
|
466
|
+
timeOut?: number;
|
|
467
|
+
}
|
|
468
|
+
export interface EnablePoolAutoScaleQueryParam {
|
|
469
|
+
queryParameters?: EnablePoolAutoScaleQueryParamProperties;
|
|
470
|
+
}
|
|
471
|
+
export interface EnablePoolAutoScaleHeaderParam {
|
|
472
|
+
headers?: RawHttpHeadersInput & EnablePoolAutoScaleHeaders;
|
|
473
|
+
}
|
|
474
|
+
export interface EnablePoolAutoScaleMediaTypesParam {
|
|
475
|
+
/** Type of content */
|
|
476
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
477
|
+
}
|
|
478
|
+
export type EnablePoolAutoScaleParameters = EnablePoolAutoScaleQueryParam & EnablePoolAutoScaleHeaderParam & EnablePoolAutoScaleMediaTypesParam & EnablePoolAutoScaleBodyParam & RequestParameters;
|
|
479
|
+
export interface EvaluatePoolAutoScaleHeaders {
|
|
480
|
+
/**
|
|
481
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
482
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
483
|
+
*/
|
|
484
|
+
"client-request-id"?: string;
|
|
485
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
486
|
+
"return-client-request-id"?: boolean;
|
|
487
|
+
/**
|
|
488
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
489
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
490
|
+
* directly.
|
|
491
|
+
*/
|
|
492
|
+
"ocp-date"?: string;
|
|
493
|
+
}
|
|
494
|
+
export interface EvaluatePoolAutoScaleBodyParam {
|
|
495
|
+
/** The options to use for evaluating the automatic scaling formula. */
|
|
496
|
+
body: BatchPoolEvaluateAutoScaleContent;
|
|
497
|
+
}
|
|
498
|
+
export interface EvaluatePoolAutoScaleQueryParamProperties {
|
|
499
|
+
/** 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.". */
|
|
500
|
+
timeOut?: number;
|
|
501
|
+
}
|
|
502
|
+
export interface EvaluatePoolAutoScaleQueryParam {
|
|
503
|
+
queryParameters?: EvaluatePoolAutoScaleQueryParamProperties;
|
|
504
|
+
}
|
|
505
|
+
export interface EvaluatePoolAutoScaleHeaderParam {
|
|
506
|
+
headers?: RawHttpHeadersInput & EvaluatePoolAutoScaleHeaders;
|
|
507
|
+
}
|
|
508
|
+
export interface EvaluatePoolAutoScaleMediaTypesParam {
|
|
509
|
+
/** Type of content */
|
|
510
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
511
|
+
}
|
|
512
|
+
export type EvaluatePoolAutoScaleParameters = EvaluatePoolAutoScaleQueryParam & EvaluatePoolAutoScaleHeaderParam & EvaluatePoolAutoScaleMediaTypesParam & EvaluatePoolAutoScaleBodyParam & RequestParameters;
|
|
513
|
+
export interface ResizePoolHeaders {
|
|
514
|
+
/**
|
|
515
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
516
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
517
|
+
*/
|
|
518
|
+
"client-request-id"?: string;
|
|
519
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
520
|
+
"return-client-request-id"?: boolean;
|
|
521
|
+
/**
|
|
522
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
523
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
524
|
+
* directly.
|
|
525
|
+
*/
|
|
526
|
+
"ocp-date"?: string;
|
|
527
|
+
/**
|
|
528
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
529
|
+
* client. The operation will be performed only if the resource on the service has
|
|
530
|
+
* been modified since the specified time.
|
|
531
|
+
*/
|
|
532
|
+
"If-Modified-Since"?: string;
|
|
533
|
+
/**
|
|
534
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
535
|
+
* client. The operation will be performed only if the resource on the service has
|
|
536
|
+
* not been modified since the specified time.
|
|
537
|
+
*/
|
|
538
|
+
"If-Unmodified-Since"?: string;
|
|
539
|
+
/**
|
|
540
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
541
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
542
|
+
* service exactly matches the value specified by the client.
|
|
543
|
+
*/
|
|
544
|
+
"If-Match"?: string;
|
|
545
|
+
/**
|
|
546
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
547
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
548
|
+
* service does not match the value specified by the client.
|
|
549
|
+
*/
|
|
550
|
+
"If-None-Match"?: string;
|
|
551
|
+
}
|
|
552
|
+
export interface ResizePoolBodyParam {
|
|
553
|
+
/** The options to use for resizing the pool. */
|
|
554
|
+
body: BatchPoolResizeContent;
|
|
555
|
+
}
|
|
556
|
+
export interface ResizePoolQueryParamProperties {
|
|
557
|
+
/** 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.". */
|
|
558
|
+
timeOut?: number;
|
|
559
|
+
}
|
|
560
|
+
export interface ResizePoolQueryParam {
|
|
561
|
+
queryParameters?: ResizePoolQueryParamProperties;
|
|
562
|
+
}
|
|
563
|
+
export interface ResizePoolHeaderParam {
|
|
564
|
+
headers?: RawHttpHeadersInput & ResizePoolHeaders;
|
|
565
|
+
}
|
|
566
|
+
export interface ResizePoolMediaTypesParam {
|
|
567
|
+
/** Type of content */
|
|
568
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
569
|
+
}
|
|
570
|
+
export type ResizePoolParameters = ResizePoolQueryParam & ResizePoolHeaderParam & ResizePoolMediaTypesParam & ResizePoolBodyParam & RequestParameters;
|
|
571
|
+
export interface StopPoolResizeHeaders {
|
|
572
|
+
/**
|
|
573
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
574
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
575
|
+
*/
|
|
576
|
+
"client-request-id"?: string;
|
|
577
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
578
|
+
"return-client-request-id"?: boolean;
|
|
579
|
+
/**
|
|
580
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
581
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
582
|
+
* directly.
|
|
583
|
+
*/
|
|
584
|
+
"ocp-date"?: string;
|
|
585
|
+
/**
|
|
586
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
587
|
+
* client. The operation will be performed only if the resource on the service has
|
|
588
|
+
* been modified since the specified time.
|
|
589
|
+
*/
|
|
590
|
+
"If-Modified-Since"?: string;
|
|
591
|
+
/**
|
|
592
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
593
|
+
* client. The operation will be performed only if the resource on the service has
|
|
594
|
+
* not been modified since the specified time.
|
|
595
|
+
*/
|
|
596
|
+
"If-Unmodified-Since"?: string;
|
|
597
|
+
/**
|
|
598
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
599
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
600
|
+
* service exactly matches the value specified by the client.
|
|
601
|
+
*/
|
|
602
|
+
"If-Match"?: string;
|
|
603
|
+
/**
|
|
604
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
605
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
606
|
+
* service does not match the value specified by the client.
|
|
607
|
+
*/
|
|
608
|
+
"If-None-Match"?: string;
|
|
609
|
+
}
|
|
610
|
+
export interface StopPoolResizeQueryParamProperties {
|
|
611
|
+
/** 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.". */
|
|
612
|
+
timeOut?: number;
|
|
613
|
+
}
|
|
614
|
+
export interface StopPoolResizeQueryParam {
|
|
615
|
+
queryParameters?: StopPoolResizeQueryParamProperties;
|
|
616
|
+
}
|
|
617
|
+
export interface StopPoolResizeHeaderParam {
|
|
618
|
+
headers?: RawHttpHeadersInput & StopPoolResizeHeaders;
|
|
619
|
+
}
|
|
620
|
+
export type StopPoolResizeParameters = StopPoolResizeQueryParam & StopPoolResizeHeaderParam & RequestParameters;
|
|
621
|
+
export interface ReplacePoolPropertiesHeaders {
|
|
622
|
+
/**
|
|
623
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
624
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
625
|
+
*/
|
|
626
|
+
"client-request-id"?: string;
|
|
627
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
628
|
+
"return-client-request-id"?: boolean;
|
|
629
|
+
/**
|
|
630
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
631
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
632
|
+
* directly.
|
|
633
|
+
*/
|
|
634
|
+
"ocp-date"?: string;
|
|
635
|
+
}
|
|
636
|
+
export interface ReplacePoolPropertiesBodyParam {
|
|
637
|
+
/** The options to use for replacing properties on the pool. */
|
|
638
|
+
body: BatchPoolReplaceContent;
|
|
639
|
+
}
|
|
640
|
+
export interface ReplacePoolPropertiesQueryParamProperties {
|
|
641
|
+
/** 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.". */
|
|
642
|
+
timeOut?: number;
|
|
643
|
+
}
|
|
644
|
+
export interface ReplacePoolPropertiesQueryParam {
|
|
645
|
+
queryParameters?: ReplacePoolPropertiesQueryParamProperties;
|
|
646
|
+
}
|
|
647
|
+
export interface ReplacePoolPropertiesHeaderParam {
|
|
648
|
+
headers?: RawHttpHeadersInput & ReplacePoolPropertiesHeaders;
|
|
649
|
+
}
|
|
650
|
+
export interface ReplacePoolPropertiesMediaTypesParam {
|
|
651
|
+
/** Type of content */
|
|
652
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
653
|
+
}
|
|
654
|
+
export type ReplacePoolPropertiesParameters = ReplacePoolPropertiesQueryParam & ReplacePoolPropertiesHeaderParam & ReplacePoolPropertiesMediaTypesParam & ReplacePoolPropertiesBodyParam & RequestParameters;
|
|
655
|
+
export interface RemoveNodesHeaders {
|
|
656
|
+
/**
|
|
657
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
658
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
659
|
+
*/
|
|
660
|
+
"client-request-id"?: string;
|
|
661
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
662
|
+
"return-client-request-id"?: boolean;
|
|
663
|
+
/**
|
|
664
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
665
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
666
|
+
* directly.
|
|
667
|
+
*/
|
|
668
|
+
"ocp-date"?: string;
|
|
669
|
+
/**
|
|
670
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
671
|
+
* client. The operation will be performed only if the resource on the service has
|
|
672
|
+
* been modified since the specified time.
|
|
673
|
+
*/
|
|
674
|
+
"If-Modified-Since"?: string;
|
|
675
|
+
/**
|
|
676
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
677
|
+
* client. The operation will be performed only if the resource on the service has
|
|
678
|
+
* not been modified since the specified time.
|
|
679
|
+
*/
|
|
680
|
+
"If-Unmodified-Since"?: string;
|
|
681
|
+
/**
|
|
682
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
683
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
684
|
+
* service exactly matches the value specified by the client.
|
|
685
|
+
*/
|
|
686
|
+
"If-Match"?: string;
|
|
687
|
+
/**
|
|
688
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
689
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
690
|
+
* service does not match the value specified by the client.
|
|
691
|
+
*/
|
|
692
|
+
"If-None-Match"?: string;
|
|
693
|
+
}
|
|
694
|
+
export interface RemoveNodesBodyParam {
|
|
695
|
+
/** The options to use for removing the node. */
|
|
696
|
+
body: BatchNodeRemoveContent;
|
|
697
|
+
}
|
|
698
|
+
export interface RemoveNodesQueryParamProperties {
|
|
699
|
+
/** 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.". */
|
|
700
|
+
timeOut?: number;
|
|
701
|
+
}
|
|
702
|
+
export interface RemoveNodesQueryParam {
|
|
703
|
+
queryParameters?: RemoveNodesQueryParamProperties;
|
|
704
|
+
}
|
|
705
|
+
export interface RemoveNodesHeaderParam {
|
|
706
|
+
headers?: RawHttpHeadersInput & RemoveNodesHeaders;
|
|
707
|
+
}
|
|
708
|
+
export interface RemoveNodesMediaTypesParam {
|
|
709
|
+
/** Type of content */
|
|
710
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
711
|
+
}
|
|
712
|
+
export type RemoveNodesParameters = RemoveNodesQueryParam & RemoveNodesHeaderParam & RemoveNodesMediaTypesParam & RemoveNodesBodyParam & RequestParameters;
|
|
713
|
+
export interface ListSupportedImagesHeaders {
|
|
714
|
+
/**
|
|
715
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
716
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
717
|
+
*/
|
|
718
|
+
"client-request-id"?: string;
|
|
719
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
720
|
+
"return-client-request-id"?: boolean;
|
|
721
|
+
/**
|
|
722
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
723
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
724
|
+
* directly.
|
|
725
|
+
*/
|
|
726
|
+
"ocp-date"?: string;
|
|
727
|
+
}
|
|
728
|
+
export interface ListSupportedImagesQueryParamProperties {
|
|
729
|
+
/** 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.". */
|
|
730
|
+
timeOut?: number;
|
|
731
|
+
/**
|
|
732
|
+
* The maximum number of items to return in the response. A maximum of 1000
|
|
733
|
+
* applications can be returned.
|
|
734
|
+
*/
|
|
735
|
+
maxresults?: number;
|
|
736
|
+
/**
|
|
737
|
+
* An OData $filter clause. For more information on constructing this filter, see
|
|
738
|
+
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-support-images.
|
|
739
|
+
*/
|
|
740
|
+
$filter?: string;
|
|
741
|
+
}
|
|
742
|
+
export interface ListSupportedImagesQueryParam {
|
|
743
|
+
queryParameters?: ListSupportedImagesQueryParamProperties;
|
|
744
|
+
}
|
|
745
|
+
export interface ListSupportedImagesHeaderParam {
|
|
746
|
+
headers?: RawHttpHeadersInput & ListSupportedImagesHeaders;
|
|
747
|
+
}
|
|
748
|
+
export type ListSupportedImagesParameters = ListSupportedImagesQueryParam & ListSupportedImagesHeaderParam & RequestParameters;
|
|
749
|
+
export interface ListPoolNodeCountsHeaders {
|
|
750
|
+
/**
|
|
751
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
752
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
753
|
+
*/
|
|
754
|
+
"client-request-id"?: string;
|
|
755
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
756
|
+
"return-client-request-id"?: boolean;
|
|
757
|
+
/**
|
|
758
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
759
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
760
|
+
* directly.
|
|
761
|
+
*/
|
|
762
|
+
"ocp-date"?: string;
|
|
763
|
+
}
|
|
764
|
+
export interface ListPoolNodeCountsQueryParamProperties {
|
|
765
|
+
/** 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.". */
|
|
766
|
+
timeOut?: number;
|
|
767
|
+
/**
|
|
768
|
+
* The maximum number of items to return in the response. A maximum of 1000
|
|
769
|
+
* applications can be returned.
|
|
770
|
+
*/
|
|
771
|
+
maxresults?: number;
|
|
772
|
+
/**
|
|
773
|
+
* An OData $filter clause. For more information on constructing this filter, see
|
|
774
|
+
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-support-images.
|
|
775
|
+
*/
|
|
776
|
+
$filter?: string;
|
|
777
|
+
}
|
|
778
|
+
export interface ListPoolNodeCountsQueryParam {
|
|
779
|
+
queryParameters?: ListPoolNodeCountsQueryParamProperties;
|
|
780
|
+
}
|
|
781
|
+
export interface ListPoolNodeCountsHeaderParam {
|
|
782
|
+
headers?: RawHttpHeadersInput & ListPoolNodeCountsHeaders;
|
|
783
|
+
}
|
|
784
|
+
export type ListPoolNodeCountsParameters = ListPoolNodeCountsQueryParam & ListPoolNodeCountsHeaderParam & RequestParameters;
|
|
785
|
+
export interface DeleteJobHeaders {
|
|
786
|
+
/**
|
|
787
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
788
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
789
|
+
*/
|
|
790
|
+
"client-request-id"?: string;
|
|
791
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
792
|
+
"return-client-request-id"?: boolean;
|
|
793
|
+
/**
|
|
794
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
795
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
796
|
+
* directly.
|
|
797
|
+
*/
|
|
798
|
+
"ocp-date"?: string;
|
|
799
|
+
/**
|
|
800
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
801
|
+
* client. The operation will be performed only if the resource on the service has
|
|
802
|
+
* been modified since the specified time.
|
|
803
|
+
*/
|
|
804
|
+
"If-Modified-Since"?: string;
|
|
805
|
+
/**
|
|
806
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
807
|
+
* client. The operation will be performed only if the resource on the service has
|
|
808
|
+
* not been modified since the specified time.
|
|
809
|
+
*/
|
|
810
|
+
"If-Unmodified-Since"?: string;
|
|
811
|
+
/**
|
|
812
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
813
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
814
|
+
* service exactly matches the value specified by the client.
|
|
815
|
+
*/
|
|
816
|
+
"If-Match"?: string;
|
|
817
|
+
/**
|
|
818
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
819
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
820
|
+
* service does not match the value specified by the client.
|
|
821
|
+
*/
|
|
822
|
+
"If-None-Match"?: string;
|
|
823
|
+
}
|
|
824
|
+
export interface DeleteJobQueryParamProperties {
|
|
825
|
+
/** 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.". */
|
|
826
|
+
timeOut?: number;
|
|
827
|
+
}
|
|
828
|
+
export interface DeleteJobQueryParam {
|
|
829
|
+
queryParameters?: DeleteJobQueryParamProperties;
|
|
830
|
+
}
|
|
831
|
+
export interface DeleteJobHeaderParam {
|
|
832
|
+
headers?: RawHttpHeadersInput & DeleteJobHeaders;
|
|
833
|
+
}
|
|
834
|
+
export type DeleteJobParameters = DeleteJobQueryParam & DeleteJobHeaderParam & RequestParameters;
|
|
835
|
+
export interface GetJobHeaders {
|
|
836
|
+
/**
|
|
837
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
838
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
839
|
+
*/
|
|
840
|
+
"client-request-id"?: string;
|
|
841
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
842
|
+
"return-client-request-id"?: boolean;
|
|
843
|
+
/**
|
|
844
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
845
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
846
|
+
* directly.
|
|
847
|
+
*/
|
|
848
|
+
"ocp-date"?: string;
|
|
849
|
+
/**
|
|
850
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
851
|
+
* client. The operation will be performed only if the resource on the service has
|
|
852
|
+
* been modified since the specified time.
|
|
853
|
+
*/
|
|
854
|
+
"If-Modified-Since"?: string;
|
|
855
|
+
/**
|
|
856
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
857
|
+
* client. The operation will be performed only if the resource on the service has
|
|
858
|
+
* not been modified since the specified time.
|
|
859
|
+
*/
|
|
860
|
+
"If-Unmodified-Since"?: string;
|
|
861
|
+
/**
|
|
862
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
863
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
864
|
+
* service exactly matches the value specified by the client.
|
|
865
|
+
*/
|
|
866
|
+
"If-Match"?: string;
|
|
867
|
+
/**
|
|
868
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
869
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
870
|
+
* service does not match the value specified by the client.
|
|
871
|
+
*/
|
|
872
|
+
"If-None-Match"?: string;
|
|
873
|
+
}
|
|
874
|
+
export interface GetJobQueryParamProperties {
|
|
875
|
+
/** 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.". */
|
|
876
|
+
timeOut?: number;
|
|
877
|
+
/** An OData $select clause. */
|
|
878
|
+
$select?: string[];
|
|
879
|
+
/** An OData $expand clause. */
|
|
880
|
+
$expand?: string[];
|
|
881
|
+
}
|
|
882
|
+
export interface GetJobQueryParam {
|
|
883
|
+
queryParameters?: GetJobQueryParamProperties;
|
|
884
|
+
}
|
|
885
|
+
export interface GetJobHeaderParam {
|
|
886
|
+
headers?: RawHttpHeadersInput & GetJobHeaders;
|
|
887
|
+
}
|
|
888
|
+
export type GetJobParameters = GetJobQueryParam & GetJobHeaderParam & RequestParameters;
|
|
889
|
+
export interface UpdateJobHeaders {
|
|
890
|
+
/**
|
|
891
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
892
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
893
|
+
*/
|
|
894
|
+
"client-request-id"?: string;
|
|
895
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
896
|
+
"return-client-request-id"?: boolean;
|
|
897
|
+
/**
|
|
898
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
899
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
900
|
+
* directly.
|
|
901
|
+
*/
|
|
902
|
+
"ocp-date"?: string;
|
|
903
|
+
/**
|
|
904
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
905
|
+
* client. The operation will be performed only if the resource on the service has
|
|
906
|
+
* been modified since the specified time.
|
|
907
|
+
*/
|
|
908
|
+
"If-Modified-Since"?: string;
|
|
909
|
+
/**
|
|
910
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
911
|
+
* client. The operation will be performed only if the resource on the service has
|
|
912
|
+
* not been modified since the specified time.
|
|
913
|
+
*/
|
|
914
|
+
"If-Unmodified-Since"?: string;
|
|
915
|
+
/**
|
|
916
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
917
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
918
|
+
* service exactly matches the value specified by the client.
|
|
919
|
+
*/
|
|
920
|
+
"If-Match"?: string;
|
|
921
|
+
/**
|
|
922
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
923
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
924
|
+
* service does not match the value specified by the client.
|
|
925
|
+
*/
|
|
926
|
+
"If-None-Match"?: string;
|
|
927
|
+
}
|
|
928
|
+
export interface UpdateJobBodyParam {
|
|
929
|
+
/** The options to use for updating the Job. */
|
|
930
|
+
body: BatchJobUpdateContent;
|
|
931
|
+
}
|
|
932
|
+
export interface UpdateJobQueryParamProperties {
|
|
933
|
+
/** 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.". */
|
|
934
|
+
timeOut?: number;
|
|
935
|
+
}
|
|
936
|
+
export interface UpdateJobQueryParam {
|
|
937
|
+
queryParameters?: UpdateJobQueryParamProperties;
|
|
938
|
+
}
|
|
939
|
+
export interface UpdateJobHeaderParam {
|
|
940
|
+
headers?: RawHttpHeadersInput & UpdateJobHeaders;
|
|
941
|
+
}
|
|
942
|
+
export interface UpdateJobMediaTypesParam {
|
|
943
|
+
/** Type of content */
|
|
944
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
945
|
+
}
|
|
946
|
+
export type UpdateJobParameters = UpdateJobQueryParam & UpdateJobHeaderParam & UpdateJobMediaTypesParam & UpdateJobBodyParam & RequestParameters;
|
|
947
|
+
export interface ReplaceJobHeaders {
|
|
948
|
+
/**
|
|
949
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
950
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
951
|
+
*/
|
|
952
|
+
"client-request-id"?: string;
|
|
953
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
954
|
+
"return-client-request-id"?: boolean;
|
|
955
|
+
/**
|
|
956
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
957
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
958
|
+
* directly.
|
|
959
|
+
*/
|
|
960
|
+
"ocp-date"?: string;
|
|
961
|
+
/**
|
|
962
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
963
|
+
* client. The operation will be performed only if the resource on the service has
|
|
964
|
+
* been modified since the specified time.
|
|
965
|
+
*/
|
|
966
|
+
"If-Modified-Since"?: string;
|
|
967
|
+
/**
|
|
968
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
969
|
+
* client. The operation will be performed only if the resource on the service has
|
|
970
|
+
* not been modified since the specified time.
|
|
971
|
+
*/
|
|
972
|
+
"If-Unmodified-Since"?: string;
|
|
973
|
+
/**
|
|
974
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
975
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
976
|
+
* service exactly matches the value specified by the client.
|
|
977
|
+
*/
|
|
978
|
+
"If-Match"?: string;
|
|
979
|
+
/**
|
|
980
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
981
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
982
|
+
* service does not match the value specified by the client.
|
|
983
|
+
*/
|
|
984
|
+
"If-None-Match"?: string;
|
|
985
|
+
}
|
|
986
|
+
export interface ReplaceJobBodyParam {
|
|
987
|
+
/** A job with updated properties */
|
|
988
|
+
body: BatchJob;
|
|
989
|
+
}
|
|
990
|
+
export interface ReplaceJobQueryParamProperties {
|
|
991
|
+
/** 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.". */
|
|
992
|
+
timeOut?: number;
|
|
993
|
+
}
|
|
994
|
+
export interface ReplaceJobQueryParam {
|
|
995
|
+
queryParameters?: ReplaceJobQueryParamProperties;
|
|
996
|
+
}
|
|
997
|
+
export interface ReplaceJobHeaderParam {
|
|
998
|
+
headers?: RawHttpHeadersInput & ReplaceJobHeaders;
|
|
999
|
+
}
|
|
1000
|
+
export interface ReplaceJobMediaTypesParam {
|
|
1001
|
+
/** Type of content */
|
|
1002
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
1003
|
+
}
|
|
1004
|
+
export type ReplaceJobParameters = ReplaceJobQueryParam & ReplaceJobHeaderParam & ReplaceJobMediaTypesParam & ReplaceJobBodyParam & RequestParameters;
|
|
1005
|
+
export interface DisableJobHeaders {
|
|
1006
|
+
/**
|
|
1007
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1008
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1009
|
+
*/
|
|
1010
|
+
"client-request-id"?: string;
|
|
1011
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1012
|
+
"return-client-request-id"?: boolean;
|
|
1013
|
+
/**
|
|
1014
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1015
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1016
|
+
* directly.
|
|
1017
|
+
*/
|
|
1018
|
+
"ocp-date"?: string;
|
|
1019
|
+
/**
|
|
1020
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1021
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1022
|
+
* been modified since the specified time.
|
|
1023
|
+
*/
|
|
1024
|
+
"If-Modified-Since"?: string;
|
|
1025
|
+
/**
|
|
1026
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1027
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1028
|
+
* not been modified since the specified time.
|
|
1029
|
+
*/
|
|
1030
|
+
"If-Unmodified-Since"?: string;
|
|
1031
|
+
/**
|
|
1032
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1033
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1034
|
+
* service exactly matches the value specified by the client.
|
|
1035
|
+
*/
|
|
1036
|
+
"If-Match"?: string;
|
|
1037
|
+
/**
|
|
1038
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1039
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1040
|
+
* service does not match the value specified by the client.
|
|
1041
|
+
*/
|
|
1042
|
+
"If-None-Match"?: string;
|
|
1043
|
+
}
|
|
1044
|
+
export interface DisableJobBodyParam {
|
|
1045
|
+
/** The options to use for disabling the Job. */
|
|
1046
|
+
body: BatchJobDisableContent;
|
|
1047
|
+
}
|
|
1048
|
+
export interface DisableJobQueryParamProperties {
|
|
1049
|
+
/** 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.". */
|
|
1050
|
+
timeOut?: number;
|
|
1051
|
+
}
|
|
1052
|
+
export interface DisableJobQueryParam {
|
|
1053
|
+
queryParameters?: DisableJobQueryParamProperties;
|
|
1054
|
+
}
|
|
1055
|
+
export interface DisableJobHeaderParam {
|
|
1056
|
+
headers?: RawHttpHeadersInput & DisableJobHeaders;
|
|
1057
|
+
}
|
|
1058
|
+
export interface DisableJobMediaTypesParam {
|
|
1059
|
+
/** Type of content */
|
|
1060
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
1061
|
+
}
|
|
1062
|
+
export type DisableJobParameters = DisableJobQueryParam & DisableJobHeaderParam & DisableJobMediaTypesParam & DisableJobBodyParam & RequestParameters;
|
|
1063
|
+
export interface EnableJobHeaders {
|
|
1064
|
+
/**
|
|
1065
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1066
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1067
|
+
*/
|
|
1068
|
+
"client-request-id"?: string;
|
|
1069
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1070
|
+
"return-client-request-id"?: boolean;
|
|
1071
|
+
/**
|
|
1072
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1073
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1074
|
+
* directly.
|
|
1075
|
+
*/
|
|
1076
|
+
"ocp-date"?: string;
|
|
1077
|
+
/**
|
|
1078
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1079
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1080
|
+
* been modified since the specified time.
|
|
1081
|
+
*/
|
|
1082
|
+
"If-Modified-Since"?: string;
|
|
1083
|
+
/**
|
|
1084
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1085
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1086
|
+
* not been modified since the specified time.
|
|
1087
|
+
*/
|
|
1088
|
+
"If-Unmodified-Since"?: string;
|
|
1089
|
+
/**
|
|
1090
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1091
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1092
|
+
* service exactly matches the value specified by the client.
|
|
1093
|
+
*/
|
|
1094
|
+
"If-Match"?: string;
|
|
1095
|
+
/**
|
|
1096
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1097
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1098
|
+
* service does not match the value specified by the client.
|
|
1099
|
+
*/
|
|
1100
|
+
"If-None-Match"?: string;
|
|
1101
|
+
}
|
|
1102
|
+
export interface EnableJobQueryParamProperties {
|
|
1103
|
+
/** 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.". */
|
|
1104
|
+
timeOut?: number;
|
|
1105
|
+
}
|
|
1106
|
+
export interface EnableJobQueryParam {
|
|
1107
|
+
queryParameters?: EnableJobQueryParamProperties;
|
|
1108
|
+
}
|
|
1109
|
+
export interface EnableJobHeaderParam {
|
|
1110
|
+
headers?: RawHttpHeadersInput & EnableJobHeaders;
|
|
1111
|
+
}
|
|
1112
|
+
export type EnableJobParameters = EnableJobQueryParam & EnableJobHeaderParam & RequestParameters;
|
|
1113
|
+
export interface TerminateJobHeaders {
|
|
1114
|
+
/**
|
|
1115
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1116
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1117
|
+
*/
|
|
1118
|
+
"client-request-id"?: string;
|
|
1119
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1120
|
+
"return-client-request-id"?: boolean;
|
|
1121
|
+
/**
|
|
1122
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1123
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1124
|
+
* directly.
|
|
1125
|
+
*/
|
|
1126
|
+
"ocp-date"?: string;
|
|
1127
|
+
/**
|
|
1128
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1129
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1130
|
+
* been modified since the specified time.
|
|
1131
|
+
*/
|
|
1132
|
+
"If-Modified-Since"?: string;
|
|
1133
|
+
/**
|
|
1134
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1135
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1136
|
+
* not been modified since the specified time.
|
|
1137
|
+
*/
|
|
1138
|
+
"If-Unmodified-Since"?: string;
|
|
1139
|
+
/**
|
|
1140
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1141
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1142
|
+
* service exactly matches the value specified by the client.
|
|
1143
|
+
*/
|
|
1144
|
+
"If-Match"?: string;
|
|
1145
|
+
/**
|
|
1146
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1147
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1148
|
+
* service does not match the value specified by the client.
|
|
1149
|
+
*/
|
|
1150
|
+
"If-None-Match"?: string;
|
|
1151
|
+
}
|
|
1152
|
+
export interface TerminateJobBodyParam {
|
|
1153
|
+
/** The options to use for terminating the Job. */
|
|
1154
|
+
body?: BatchJobTerminateContent;
|
|
1155
|
+
}
|
|
1156
|
+
export interface TerminateJobQueryParamProperties {
|
|
1157
|
+
/** 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.". */
|
|
1158
|
+
timeOut?: number;
|
|
1159
|
+
}
|
|
1160
|
+
export interface TerminateJobQueryParam {
|
|
1161
|
+
queryParameters?: TerminateJobQueryParamProperties;
|
|
1162
|
+
}
|
|
1163
|
+
export interface TerminateJobHeaderParam {
|
|
1164
|
+
headers?: RawHttpHeadersInput & TerminateJobHeaders;
|
|
1165
|
+
}
|
|
1166
|
+
export interface TerminateJobMediaTypesParam {
|
|
1167
|
+
/** Type of content */
|
|
1168
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
1169
|
+
}
|
|
1170
|
+
export type TerminateJobParameters = TerminateJobQueryParam & TerminateJobHeaderParam & TerminateJobMediaTypesParam & TerminateJobBodyParam & RequestParameters;
|
|
1171
|
+
export interface CreateJobHeaders {
|
|
1172
|
+
/**
|
|
1173
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1174
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1175
|
+
*/
|
|
1176
|
+
"client-request-id"?: string;
|
|
1177
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1178
|
+
"return-client-request-id"?: boolean;
|
|
1179
|
+
/**
|
|
1180
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1181
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1182
|
+
* directly.
|
|
1183
|
+
*/
|
|
1184
|
+
"ocp-date"?: string;
|
|
1185
|
+
}
|
|
1186
|
+
export interface CreateJobBodyParam {
|
|
1187
|
+
/** The Job to be created. */
|
|
1188
|
+
body: BatchJobCreateContent;
|
|
1189
|
+
}
|
|
1190
|
+
export interface CreateJobQueryParamProperties {
|
|
1191
|
+
/** 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.". */
|
|
1192
|
+
timeOut?: number;
|
|
1193
|
+
}
|
|
1194
|
+
export interface CreateJobQueryParam {
|
|
1195
|
+
queryParameters?: CreateJobQueryParamProperties;
|
|
1196
|
+
}
|
|
1197
|
+
export interface CreateJobHeaderParam {
|
|
1198
|
+
headers?: RawHttpHeadersInput & CreateJobHeaders;
|
|
1199
|
+
}
|
|
1200
|
+
export interface CreateJobMediaTypesParam {
|
|
1201
|
+
/** Type of content */
|
|
1202
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
1203
|
+
}
|
|
1204
|
+
export type CreateJobParameters = CreateJobQueryParam & CreateJobHeaderParam & CreateJobMediaTypesParam & CreateJobBodyParam & RequestParameters;
|
|
1205
|
+
export interface ListJobsHeaders {
|
|
1206
|
+
/**
|
|
1207
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1208
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1209
|
+
*/
|
|
1210
|
+
"client-request-id"?: string;
|
|
1211
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1212
|
+
"return-client-request-id"?: boolean;
|
|
1213
|
+
/**
|
|
1214
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1215
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1216
|
+
* directly.
|
|
1217
|
+
*/
|
|
1218
|
+
"ocp-date"?: string;
|
|
1219
|
+
}
|
|
1220
|
+
export interface ListJobsQueryParamProperties {
|
|
1221
|
+
/** 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.". */
|
|
1222
|
+
timeOut?: number;
|
|
1223
|
+
/**
|
|
1224
|
+
* The maximum number of items to return in the response. A maximum of 1000
|
|
1225
|
+
* applications can be returned.
|
|
1226
|
+
*/
|
|
1227
|
+
maxresults?: number;
|
|
1228
|
+
/**
|
|
1229
|
+
* An OData $filter clause. For more information on constructing this filter, see
|
|
1230
|
+
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-jobs.
|
|
1231
|
+
*/
|
|
1232
|
+
$filter?: string;
|
|
1233
|
+
/** An OData $select clause. */
|
|
1234
|
+
$select?: string[];
|
|
1235
|
+
/** An OData $expand clause. */
|
|
1236
|
+
$expand?: string[];
|
|
1237
|
+
}
|
|
1238
|
+
export interface ListJobsQueryParam {
|
|
1239
|
+
queryParameters?: ListJobsQueryParamProperties;
|
|
1240
|
+
}
|
|
1241
|
+
export interface ListJobsHeaderParam {
|
|
1242
|
+
headers?: RawHttpHeadersInput & ListJobsHeaders;
|
|
1243
|
+
}
|
|
1244
|
+
export type ListJobsParameters = ListJobsQueryParam & ListJobsHeaderParam & RequestParameters;
|
|
1245
|
+
export interface ListJobsFromScheduleHeaders {
|
|
1246
|
+
/**
|
|
1247
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1248
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1249
|
+
*/
|
|
1250
|
+
"client-request-id"?: string;
|
|
1251
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1252
|
+
"return-client-request-id"?: boolean;
|
|
1253
|
+
/**
|
|
1254
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1255
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1256
|
+
* directly.
|
|
1257
|
+
*/
|
|
1258
|
+
"ocp-date"?: string;
|
|
1259
|
+
}
|
|
1260
|
+
export interface ListJobsFromScheduleQueryParamProperties {
|
|
1261
|
+
/** 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.". */
|
|
1262
|
+
timeOut?: number;
|
|
1263
|
+
/**
|
|
1264
|
+
* The maximum number of items to return in the response. A maximum of 1000
|
|
1265
|
+
* applications can be returned.
|
|
1266
|
+
*/
|
|
1267
|
+
maxresults?: number;
|
|
1268
|
+
/**
|
|
1269
|
+
* An OData $filter clause. For more information on constructing this filter, see
|
|
1270
|
+
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-jobs-in-a-job-schedule.
|
|
1271
|
+
*/
|
|
1272
|
+
$filter?: string;
|
|
1273
|
+
/** An OData $select clause. */
|
|
1274
|
+
$select?: string[];
|
|
1275
|
+
/** An OData $expand clause. */
|
|
1276
|
+
$expand?: string[];
|
|
1277
|
+
}
|
|
1278
|
+
export interface ListJobsFromScheduleQueryParam {
|
|
1279
|
+
queryParameters?: ListJobsFromScheduleQueryParamProperties;
|
|
1280
|
+
}
|
|
1281
|
+
export interface ListJobsFromScheduleHeaderParam {
|
|
1282
|
+
headers?: RawHttpHeadersInput & ListJobsFromScheduleHeaders;
|
|
1283
|
+
}
|
|
1284
|
+
export type ListJobsFromScheduleParameters = ListJobsFromScheduleQueryParam & ListJobsFromScheduleHeaderParam & RequestParameters;
|
|
1285
|
+
export interface ListJobPreparationAndReleaseTaskStatusHeaders {
|
|
1286
|
+
/**
|
|
1287
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1288
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1289
|
+
*/
|
|
1290
|
+
"client-request-id"?: string;
|
|
1291
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1292
|
+
"return-client-request-id"?: boolean;
|
|
1293
|
+
/**
|
|
1294
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1295
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1296
|
+
* directly.
|
|
1297
|
+
*/
|
|
1298
|
+
"ocp-date"?: string;
|
|
1299
|
+
}
|
|
1300
|
+
export interface ListJobPreparationAndReleaseTaskStatusQueryParamProperties {
|
|
1301
|
+
/** 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.". */
|
|
1302
|
+
timeOut?: number;
|
|
1303
|
+
/**
|
|
1304
|
+
* The maximum number of items to return in the response. A maximum of 1000
|
|
1305
|
+
* applications can be returned.
|
|
1306
|
+
*/
|
|
1307
|
+
maxresults?: number;
|
|
1308
|
+
/**
|
|
1309
|
+
* An OData $filter clause. For more information on constructing this filter, see
|
|
1310
|
+
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-job-preparation-and-release-status.
|
|
1311
|
+
*/
|
|
1312
|
+
$filter?: string;
|
|
1313
|
+
/** An OData $select clause. */
|
|
1314
|
+
$select?: string[];
|
|
1315
|
+
}
|
|
1316
|
+
export interface ListJobPreparationAndReleaseTaskStatusQueryParam {
|
|
1317
|
+
queryParameters?: ListJobPreparationAndReleaseTaskStatusQueryParamProperties;
|
|
1318
|
+
}
|
|
1319
|
+
export interface ListJobPreparationAndReleaseTaskStatusHeaderParam {
|
|
1320
|
+
headers?: RawHttpHeadersInput & ListJobPreparationAndReleaseTaskStatusHeaders;
|
|
1321
|
+
}
|
|
1322
|
+
export type ListJobPreparationAndReleaseTaskStatusParameters = ListJobPreparationAndReleaseTaskStatusQueryParam & ListJobPreparationAndReleaseTaskStatusHeaderParam & RequestParameters;
|
|
1323
|
+
export interface GetJobTaskCountsHeaders {
|
|
1324
|
+
/**
|
|
1325
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1326
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1327
|
+
*/
|
|
1328
|
+
"client-request-id"?: string;
|
|
1329
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1330
|
+
"return-client-request-id"?: boolean;
|
|
1331
|
+
/**
|
|
1332
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1333
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1334
|
+
* directly.
|
|
1335
|
+
*/
|
|
1336
|
+
"ocp-date"?: string;
|
|
1337
|
+
}
|
|
1338
|
+
export interface GetJobTaskCountsQueryParamProperties {
|
|
1339
|
+
/** 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.". */
|
|
1340
|
+
timeOut?: number;
|
|
1341
|
+
}
|
|
1342
|
+
export interface GetJobTaskCountsQueryParam {
|
|
1343
|
+
queryParameters?: GetJobTaskCountsQueryParamProperties;
|
|
1344
|
+
}
|
|
1345
|
+
export interface GetJobTaskCountsHeaderParam {
|
|
1346
|
+
headers?: RawHttpHeadersInput & GetJobTaskCountsHeaders;
|
|
1347
|
+
}
|
|
1348
|
+
export type GetJobTaskCountsParameters = GetJobTaskCountsQueryParam & GetJobTaskCountsHeaderParam & RequestParameters;
|
|
1349
|
+
export interface JobScheduleExistsHeaders {
|
|
1350
|
+
/**
|
|
1351
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1352
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1353
|
+
*/
|
|
1354
|
+
"client-request-id"?: string;
|
|
1355
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1356
|
+
"return-client-request-id"?: boolean;
|
|
1357
|
+
/**
|
|
1358
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1359
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1360
|
+
* directly.
|
|
1361
|
+
*/
|
|
1362
|
+
"ocp-date"?: string;
|
|
1363
|
+
/**
|
|
1364
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1365
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1366
|
+
* been modified since the specified time.
|
|
1367
|
+
*/
|
|
1368
|
+
"If-Modified-Since"?: string;
|
|
1369
|
+
/**
|
|
1370
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1371
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1372
|
+
* not been modified since the specified time.
|
|
1373
|
+
*/
|
|
1374
|
+
"If-Unmodified-Since"?: string;
|
|
1375
|
+
/**
|
|
1376
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1377
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1378
|
+
* service exactly matches the value specified by the client.
|
|
1379
|
+
*/
|
|
1380
|
+
"If-Match"?: string;
|
|
1381
|
+
/**
|
|
1382
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1383
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1384
|
+
* service does not match the value specified by the client.
|
|
1385
|
+
*/
|
|
1386
|
+
"If-None-Match"?: string;
|
|
1387
|
+
}
|
|
1388
|
+
export interface JobScheduleExistsQueryParamProperties {
|
|
1389
|
+
/** 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.". */
|
|
1390
|
+
timeOut?: number;
|
|
1391
|
+
}
|
|
1392
|
+
export interface JobScheduleExistsQueryParam {
|
|
1393
|
+
queryParameters?: JobScheduleExistsQueryParamProperties;
|
|
1394
|
+
}
|
|
1395
|
+
export interface JobScheduleExistsHeaderParam {
|
|
1396
|
+
headers?: RawHttpHeadersInput & JobScheduleExistsHeaders;
|
|
1397
|
+
}
|
|
1398
|
+
export type JobScheduleExistsParameters = JobScheduleExistsQueryParam & JobScheduleExistsHeaderParam & RequestParameters;
|
|
1399
|
+
export interface DeleteJobScheduleHeaders {
|
|
1400
|
+
/**
|
|
1401
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1402
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1403
|
+
*/
|
|
1404
|
+
"client-request-id"?: string;
|
|
1405
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1406
|
+
"return-client-request-id"?: boolean;
|
|
1407
|
+
/**
|
|
1408
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1409
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1410
|
+
* directly.
|
|
1411
|
+
*/
|
|
1412
|
+
"ocp-date"?: string;
|
|
1413
|
+
/**
|
|
1414
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1415
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1416
|
+
* been modified since the specified time.
|
|
1417
|
+
*/
|
|
1418
|
+
"If-Modified-Since"?: string;
|
|
1419
|
+
/**
|
|
1420
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1421
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1422
|
+
* not been modified since the specified time.
|
|
1423
|
+
*/
|
|
1424
|
+
"If-Unmodified-Since"?: string;
|
|
1425
|
+
/**
|
|
1426
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1427
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1428
|
+
* service exactly matches the value specified by the client.
|
|
1429
|
+
*/
|
|
1430
|
+
"If-Match"?: string;
|
|
1431
|
+
/**
|
|
1432
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1433
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1434
|
+
* service does not match the value specified by the client.
|
|
1435
|
+
*/
|
|
1436
|
+
"If-None-Match"?: string;
|
|
1437
|
+
}
|
|
1438
|
+
export interface DeleteJobScheduleQueryParamProperties {
|
|
1439
|
+
/** 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.". */
|
|
1440
|
+
timeOut?: number;
|
|
1441
|
+
}
|
|
1442
|
+
export interface DeleteJobScheduleQueryParam {
|
|
1443
|
+
queryParameters?: DeleteJobScheduleQueryParamProperties;
|
|
1444
|
+
}
|
|
1445
|
+
export interface DeleteJobScheduleHeaderParam {
|
|
1446
|
+
headers?: RawHttpHeadersInput & DeleteJobScheduleHeaders;
|
|
1447
|
+
}
|
|
1448
|
+
export type DeleteJobScheduleParameters = DeleteJobScheduleQueryParam & DeleteJobScheduleHeaderParam & RequestParameters;
|
|
1449
|
+
export interface GetJobScheduleHeaders {
|
|
1450
|
+
/**
|
|
1451
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1452
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1453
|
+
*/
|
|
1454
|
+
"client-request-id"?: string;
|
|
1455
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1456
|
+
"return-client-request-id"?: boolean;
|
|
1457
|
+
/**
|
|
1458
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1459
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1460
|
+
* directly.
|
|
1461
|
+
*/
|
|
1462
|
+
"ocp-date"?: string;
|
|
1463
|
+
/**
|
|
1464
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1465
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1466
|
+
* been modified since the specified time.
|
|
1467
|
+
*/
|
|
1468
|
+
"If-Modified-Since"?: string;
|
|
1469
|
+
/**
|
|
1470
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1471
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1472
|
+
* not been modified since the specified time.
|
|
1473
|
+
*/
|
|
1474
|
+
"If-Unmodified-Since"?: string;
|
|
1475
|
+
/**
|
|
1476
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1477
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1478
|
+
* service exactly matches the value specified by the client.
|
|
1479
|
+
*/
|
|
1480
|
+
"If-Match"?: string;
|
|
1481
|
+
/**
|
|
1482
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1483
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1484
|
+
* service does not match the value specified by the client.
|
|
1485
|
+
*/
|
|
1486
|
+
"If-None-Match"?: string;
|
|
1487
|
+
}
|
|
1488
|
+
export interface GetJobScheduleQueryParamProperties {
|
|
1489
|
+
/** 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.". */
|
|
1490
|
+
timeOut?: number;
|
|
1491
|
+
/** An OData $select clause. */
|
|
1492
|
+
$select?: string[];
|
|
1493
|
+
/** An OData $expand clause. */
|
|
1494
|
+
$expand?: string[];
|
|
1495
|
+
}
|
|
1496
|
+
export interface GetJobScheduleQueryParam {
|
|
1497
|
+
queryParameters?: GetJobScheduleQueryParamProperties;
|
|
1498
|
+
}
|
|
1499
|
+
export interface GetJobScheduleHeaderParam {
|
|
1500
|
+
headers?: RawHttpHeadersInput & GetJobScheduleHeaders;
|
|
1501
|
+
}
|
|
1502
|
+
export type GetJobScheduleParameters = GetJobScheduleQueryParam & GetJobScheduleHeaderParam & RequestParameters;
|
|
1503
|
+
export interface UpdateJobScheduleHeaders {
|
|
1504
|
+
/**
|
|
1505
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1506
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1507
|
+
*/
|
|
1508
|
+
"client-request-id"?: string;
|
|
1509
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1510
|
+
"return-client-request-id"?: boolean;
|
|
1511
|
+
/**
|
|
1512
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1513
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1514
|
+
* directly.
|
|
1515
|
+
*/
|
|
1516
|
+
"ocp-date"?: string;
|
|
1517
|
+
/**
|
|
1518
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1519
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1520
|
+
* been modified since the specified time.
|
|
1521
|
+
*/
|
|
1522
|
+
"If-Modified-Since"?: string;
|
|
1523
|
+
/**
|
|
1524
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1525
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1526
|
+
* not been modified since the specified time.
|
|
1527
|
+
*/
|
|
1528
|
+
"If-Unmodified-Since"?: string;
|
|
1529
|
+
/**
|
|
1530
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1531
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1532
|
+
* service exactly matches the value specified by the client.
|
|
1533
|
+
*/
|
|
1534
|
+
"If-Match"?: string;
|
|
1535
|
+
/**
|
|
1536
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1537
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1538
|
+
* service does not match the value specified by the client.
|
|
1539
|
+
*/
|
|
1540
|
+
"If-None-Match"?: string;
|
|
1541
|
+
}
|
|
1542
|
+
export interface UpdateJobScheduleBodyParam {
|
|
1543
|
+
/** The options to use for updating the Job Schedule. */
|
|
1544
|
+
body: BatchJobScheduleUpdateContent;
|
|
1545
|
+
}
|
|
1546
|
+
export interface UpdateJobScheduleQueryParamProperties {
|
|
1547
|
+
/** 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.". */
|
|
1548
|
+
timeOut?: number;
|
|
1549
|
+
}
|
|
1550
|
+
export interface UpdateJobScheduleQueryParam {
|
|
1551
|
+
queryParameters?: UpdateJobScheduleQueryParamProperties;
|
|
1552
|
+
}
|
|
1553
|
+
export interface UpdateJobScheduleHeaderParam {
|
|
1554
|
+
headers?: RawHttpHeadersInput & UpdateJobScheduleHeaders;
|
|
1555
|
+
}
|
|
1556
|
+
export interface UpdateJobScheduleMediaTypesParam {
|
|
1557
|
+
/** Type of content */
|
|
1558
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
1559
|
+
}
|
|
1560
|
+
export type UpdateJobScheduleParameters = UpdateJobScheduleQueryParam & UpdateJobScheduleHeaderParam & UpdateJobScheduleMediaTypesParam & UpdateJobScheduleBodyParam & RequestParameters;
|
|
1561
|
+
export interface ReplaceJobScheduleHeaders {
|
|
1562
|
+
/**
|
|
1563
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1564
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1565
|
+
*/
|
|
1566
|
+
"client-request-id"?: string;
|
|
1567
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1568
|
+
"return-client-request-id"?: boolean;
|
|
1569
|
+
/**
|
|
1570
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1571
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1572
|
+
* directly.
|
|
1573
|
+
*/
|
|
1574
|
+
"ocp-date"?: string;
|
|
1575
|
+
/**
|
|
1576
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1577
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1578
|
+
* been modified since the specified time.
|
|
1579
|
+
*/
|
|
1580
|
+
"If-Modified-Since"?: string;
|
|
1581
|
+
/**
|
|
1582
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1583
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1584
|
+
* not been modified since the specified time.
|
|
1585
|
+
*/
|
|
1586
|
+
"If-Unmodified-Since"?: string;
|
|
1587
|
+
/**
|
|
1588
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1589
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1590
|
+
* service exactly matches the value specified by the client.
|
|
1591
|
+
*/
|
|
1592
|
+
"If-Match"?: string;
|
|
1593
|
+
/**
|
|
1594
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1595
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1596
|
+
* service does not match the value specified by the client.
|
|
1597
|
+
*/
|
|
1598
|
+
"If-None-Match"?: string;
|
|
1599
|
+
}
|
|
1600
|
+
export interface ReplaceJobScheduleBodyParam {
|
|
1601
|
+
/** A Job Schedule with updated properties */
|
|
1602
|
+
body: BatchJobSchedule;
|
|
1603
|
+
}
|
|
1604
|
+
export interface ReplaceJobScheduleQueryParamProperties {
|
|
1605
|
+
/** 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.". */
|
|
1606
|
+
timeOut?: number;
|
|
1607
|
+
}
|
|
1608
|
+
export interface ReplaceJobScheduleQueryParam {
|
|
1609
|
+
queryParameters?: ReplaceJobScheduleQueryParamProperties;
|
|
1610
|
+
}
|
|
1611
|
+
export interface ReplaceJobScheduleHeaderParam {
|
|
1612
|
+
headers?: RawHttpHeadersInput & ReplaceJobScheduleHeaders;
|
|
1613
|
+
}
|
|
1614
|
+
export interface ReplaceJobScheduleMediaTypesParam {
|
|
1615
|
+
/** Type of content */
|
|
1616
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
1617
|
+
}
|
|
1618
|
+
export type ReplaceJobScheduleParameters = ReplaceJobScheduleQueryParam & ReplaceJobScheduleHeaderParam & ReplaceJobScheduleMediaTypesParam & ReplaceJobScheduleBodyParam & RequestParameters;
|
|
1619
|
+
export interface DisableJobScheduleHeaders {
|
|
1620
|
+
/**
|
|
1621
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1622
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1623
|
+
*/
|
|
1624
|
+
"client-request-id"?: string;
|
|
1625
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1626
|
+
"return-client-request-id"?: boolean;
|
|
1627
|
+
/**
|
|
1628
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1629
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1630
|
+
* directly.
|
|
1631
|
+
*/
|
|
1632
|
+
"ocp-date"?: string;
|
|
1633
|
+
/**
|
|
1634
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1635
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1636
|
+
* been modified since the specified time.
|
|
1637
|
+
*/
|
|
1638
|
+
"If-Modified-Since"?: string;
|
|
1639
|
+
/**
|
|
1640
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1641
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1642
|
+
* not been modified since the specified time.
|
|
1643
|
+
*/
|
|
1644
|
+
"If-Unmodified-Since"?: string;
|
|
1645
|
+
/**
|
|
1646
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1647
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1648
|
+
* service exactly matches the value specified by the client.
|
|
1649
|
+
*/
|
|
1650
|
+
"If-Match"?: string;
|
|
1651
|
+
/**
|
|
1652
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1653
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1654
|
+
* service does not match the value specified by the client.
|
|
1655
|
+
*/
|
|
1656
|
+
"If-None-Match"?: string;
|
|
1657
|
+
}
|
|
1658
|
+
export interface DisableJobScheduleQueryParamProperties {
|
|
1659
|
+
/** 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.". */
|
|
1660
|
+
timeOut?: number;
|
|
1661
|
+
}
|
|
1662
|
+
export interface DisableJobScheduleQueryParam {
|
|
1663
|
+
queryParameters?: DisableJobScheduleQueryParamProperties;
|
|
1664
|
+
}
|
|
1665
|
+
export interface DisableJobScheduleHeaderParam {
|
|
1666
|
+
headers?: RawHttpHeadersInput & DisableJobScheduleHeaders;
|
|
1667
|
+
}
|
|
1668
|
+
export type DisableJobScheduleParameters = DisableJobScheduleQueryParam & DisableJobScheduleHeaderParam & RequestParameters;
|
|
1669
|
+
export interface EnableJobScheduleHeaders {
|
|
1670
|
+
/**
|
|
1671
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1672
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1673
|
+
*/
|
|
1674
|
+
"client-request-id"?: string;
|
|
1675
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1676
|
+
"return-client-request-id"?: boolean;
|
|
1677
|
+
/**
|
|
1678
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1679
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1680
|
+
* directly.
|
|
1681
|
+
*/
|
|
1682
|
+
"ocp-date"?: string;
|
|
1683
|
+
/**
|
|
1684
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1685
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1686
|
+
* been modified since the specified time.
|
|
1687
|
+
*/
|
|
1688
|
+
"If-Modified-Since"?: string;
|
|
1689
|
+
/**
|
|
1690
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1691
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1692
|
+
* not been modified since the specified time.
|
|
1693
|
+
*/
|
|
1694
|
+
"If-Unmodified-Since"?: string;
|
|
1695
|
+
/**
|
|
1696
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1697
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1698
|
+
* service exactly matches the value specified by the client.
|
|
1699
|
+
*/
|
|
1700
|
+
"If-Match"?: string;
|
|
1701
|
+
/**
|
|
1702
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1703
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1704
|
+
* service does not match the value specified by the client.
|
|
1705
|
+
*/
|
|
1706
|
+
"If-None-Match"?: string;
|
|
1707
|
+
}
|
|
1708
|
+
export interface EnableJobScheduleQueryParamProperties {
|
|
1709
|
+
/** 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.". */
|
|
1710
|
+
timeOut?: number;
|
|
1711
|
+
}
|
|
1712
|
+
export interface EnableJobScheduleQueryParam {
|
|
1713
|
+
queryParameters?: EnableJobScheduleQueryParamProperties;
|
|
1714
|
+
}
|
|
1715
|
+
export interface EnableJobScheduleHeaderParam {
|
|
1716
|
+
headers?: RawHttpHeadersInput & EnableJobScheduleHeaders;
|
|
1717
|
+
}
|
|
1718
|
+
export type EnableJobScheduleParameters = EnableJobScheduleQueryParam & EnableJobScheduleHeaderParam & RequestParameters;
|
|
1719
|
+
export interface TerminateJobScheduleHeaders {
|
|
1720
|
+
/**
|
|
1721
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1722
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1723
|
+
*/
|
|
1724
|
+
"client-request-id"?: string;
|
|
1725
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1726
|
+
"return-client-request-id"?: boolean;
|
|
1727
|
+
/**
|
|
1728
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1729
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1730
|
+
* directly.
|
|
1731
|
+
*/
|
|
1732
|
+
"ocp-date"?: string;
|
|
1733
|
+
/**
|
|
1734
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1735
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1736
|
+
* been modified since the specified time.
|
|
1737
|
+
*/
|
|
1738
|
+
"If-Modified-Since"?: string;
|
|
1739
|
+
/**
|
|
1740
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1741
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1742
|
+
* not been modified since the specified time.
|
|
1743
|
+
*/
|
|
1744
|
+
"If-Unmodified-Since"?: string;
|
|
1745
|
+
/**
|
|
1746
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1747
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1748
|
+
* service exactly matches the value specified by the client.
|
|
1749
|
+
*/
|
|
1750
|
+
"If-Match"?: string;
|
|
1751
|
+
/**
|
|
1752
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1753
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1754
|
+
* service does not match the value specified by the client.
|
|
1755
|
+
*/
|
|
1756
|
+
"If-None-Match"?: string;
|
|
1757
|
+
}
|
|
1758
|
+
export interface TerminateJobScheduleQueryParamProperties {
|
|
1759
|
+
/** 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.". */
|
|
1760
|
+
timeOut?: number;
|
|
1761
|
+
}
|
|
1762
|
+
export interface TerminateJobScheduleQueryParam {
|
|
1763
|
+
queryParameters?: TerminateJobScheduleQueryParamProperties;
|
|
1764
|
+
}
|
|
1765
|
+
export interface TerminateJobScheduleHeaderParam {
|
|
1766
|
+
headers?: RawHttpHeadersInput & TerminateJobScheduleHeaders;
|
|
1767
|
+
}
|
|
1768
|
+
export type TerminateJobScheduleParameters = TerminateJobScheduleQueryParam & TerminateJobScheduleHeaderParam & RequestParameters;
|
|
1769
|
+
export interface CreateJobScheduleHeaders {
|
|
1770
|
+
/**
|
|
1771
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1772
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1773
|
+
*/
|
|
1774
|
+
"client-request-id"?: string;
|
|
1775
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1776
|
+
"return-client-request-id"?: boolean;
|
|
1777
|
+
/**
|
|
1778
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1779
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1780
|
+
* directly.
|
|
1781
|
+
*/
|
|
1782
|
+
"ocp-date"?: string;
|
|
1783
|
+
}
|
|
1784
|
+
export interface CreateJobScheduleBodyParam {
|
|
1785
|
+
/** The Job Schedule to be created. */
|
|
1786
|
+
body: BatchJobScheduleCreateContent;
|
|
1787
|
+
}
|
|
1788
|
+
export interface CreateJobScheduleQueryParamProperties {
|
|
1789
|
+
/** 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.". */
|
|
1790
|
+
timeOut?: number;
|
|
1791
|
+
}
|
|
1792
|
+
export interface CreateJobScheduleQueryParam {
|
|
1793
|
+
queryParameters?: CreateJobScheduleQueryParamProperties;
|
|
1794
|
+
}
|
|
1795
|
+
export interface CreateJobScheduleHeaderParam {
|
|
1796
|
+
headers?: RawHttpHeadersInput & CreateJobScheduleHeaders;
|
|
1797
|
+
}
|
|
1798
|
+
export interface CreateJobScheduleMediaTypesParam {
|
|
1799
|
+
/** Type of content */
|
|
1800
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
1801
|
+
}
|
|
1802
|
+
export type CreateJobScheduleParameters = CreateJobScheduleQueryParam & CreateJobScheduleHeaderParam & CreateJobScheduleMediaTypesParam & CreateJobScheduleBodyParam & RequestParameters;
|
|
1803
|
+
export interface ListJobSchedulesHeaders {
|
|
1804
|
+
/**
|
|
1805
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1806
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1807
|
+
*/
|
|
1808
|
+
"client-request-id"?: string;
|
|
1809
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1810
|
+
"return-client-request-id"?: boolean;
|
|
1811
|
+
/**
|
|
1812
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1813
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1814
|
+
* directly.
|
|
1815
|
+
*/
|
|
1816
|
+
"ocp-date"?: string;
|
|
1817
|
+
}
|
|
1818
|
+
export interface ListJobSchedulesQueryParamProperties {
|
|
1819
|
+
/** 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.". */
|
|
1820
|
+
timeOut?: number;
|
|
1821
|
+
/**
|
|
1822
|
+
* The maximum number of items to return in the response. A maximum of 1000
|
|
1823
|
+
* applications can be returned.
|
|
1824
|
+
*/
|
|
1825
|
+
maxresults?: number;
|
|
1826
|
+
/**
|
|
1827
|
+
* An OData $filter clause. For more information on constructing this filter, see
|
|
1828
|
+
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-job-schedules.
|
|
1829
|
+
*/
|
|
1830
|
+
$filter?: string;
|
|
1831
|
+
/** An OData $select clause. */
|
|
1832
|
+
$select?: string[];
|
|
1833
|
+
/** An OData $expand clause. */
|
|
1834
|
+
$expand?: string[];
|
|
1835
|
+
}
|
|
1836
|
+
export interface ListJobSchedulesQueryParam {
|
|
1837
|
+
queryParameters?: ListJobSchedulesQueryParamProperties;
|
|
1838
|
+
}
|
|
1839
|
+
export interface ListJobSchedulesHeaderParam {
|
|
1840
|
+
headers?: RawHttpHeadersInput & ListJobSchedulesHeaders;
|
|
1841
|
+
}
|
|
1842
|
+
export type ListJobSchedulesParameters = ListJobSchedulesQueryParam & ListJobSchedulesHeaderParam & RequestParameters;
|
|
1843
|
+
export interface CreateTaskHeaders {
|
|
1844
|
+
/**
|
|
1845
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1846
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1847
|
+
*/
|
|
1848
|
+
"client-request-id"?: string;
|
|
1849
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1850
|
+
"return-client-request-id"?: boolean;
|
|
1851
|
+
/**
|
|
1852
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1853
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1854
|
+
* directly.
|
|
1855
|
+
*/
|
|
1856
|
+
"ocp-date"?: string;
|
|
1857
|
+
}
|
|
1858
|
+
export interface CreateTaskBodyParam {
|
|
1859
|
+
/** The Task to be created. */
|
|
1860
|
+
body: BatchTaskCreateContent;
|
|
1861
|
+
}
|
|
1862
|
+
export interface CreateTaskQueryParamProperties {
|
|
1863
|
+
/** 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.". */
|
|
1864
|
+
timeOut?: number;
|
|
1865
|
+
}
|
|
1866
|
+
export interface CreateTaskQueryParam {
|
|
1867
|
+
queryParameters?: CreateTaskQueryParamProperties;
|
|
1868
|
+
}
|
|
1869
|
+
export interface CreateTaskHeaderParam {
|
|
1870
|
+
headers?: RawHttpHeadersInput & CreateTaskHeaders;
|
|
1871
|
+
}
|
|
1872
|
+
export interface CreateTaskMediaTypesParam {
|
|
1873
|
+
/** Type of content */
|
|
1874
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
1875
|
+
}
|
|
1876
|
+
export type CreateTaskParameters = CreateTaskQueryParam & CreateTaskHeaderParam & CreateTaskMediaTypesParam & CreateTaskBodyParam & RequestParameters;
|
|
1877
|
+
export interface ListTasksHeaders {
|
|
1878
|
+
/**
|
|
1879
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1880
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1881
|
+
*/
|
|
1882
|
+
"client-request-id"?: string;
|
|
1883
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1884
|
+
"return-client-request-id"?: boolean;
|
|
1885
|
+
/**
|
|
1886
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1887
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1888
|
+
* directly.
|
|
1889
|
+
*/
|
|
1890
|
+
"ocp-date"?: string;
|
|
1891
|
+
}
|
|
1892
|
+
export interface ListTasksQueryParamProperties {
|
|
1893
|
+
/** 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.". */
|
|
1894
|
+
timeOut?: number;
|
|
1895
|
+
/**
|
|
1896
|
+
* The maximum number of items to return in the response. A maximum of 1000
|
|
1897
|
+
* applications can be returned.
|
|
1898
|
+
*/
|
|
1899
|
+
maxresults?: number;
|
|
1900
|
+
/**
|
|
1901
|
+
* An OData $filter clause. For more information on constructing this filter, see
|
|
1902
|
+
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-tasks.
|
|
1903
|
+
*/
|
|
1904
|
+
$filter?: string;
|
|
1905
|
+
/** An OData $select clause. */
|
|
1906
|
+
$select?: string[];
|
|
1907
|
+
/** An OData $expand clause. */
|
|
1908
|
+
$expand?: string[];
|
|
1909
|
+
}
|
|
1910
|
+
export interface ListTasksQueryParam {
|
|
1911
|
+
queryParameters?: ListTasksQueryParamProperties;
|
|
1912
|
+
}
|
|
1913
|
+
export interface ListTasksHeaderParam {
|
|
1914
|
+
headers?: RawHttpHeadersInput & ListTasksHeaders;
|
|
1915
|
+
}
|
|
1916
|
+
export type ListTasksParameters = ListTasksQueryParam & ListTasksHeaderParam & RequestParameters;
|
|
1917
|
+
export interface CreateTaskCollectionHeaders {
|
|
1918
|
+
/**
|
|
1919
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1920
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1921
|
+
*/
|
|
1922
|
+
"client-request-id"?: string;
|
|
1923
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1924
|
+
"return-client-request-id"?: boolean;
|
|
1925
|
+
/**
|
|
1926
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1927
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1928
|
+
* directly.
|
|
1929
|
+
*/
|
|
1930
|
+
"ocp-date"?: string;
|
|
1931
|
+
}
|
|
1932
|
+
export interface CreateTaskCollectionBodyParam {
|
|
1933
|
+
/** The Tasks to be added. */
|
|
1934
|
+
body: BatchTaskGroup;
|
|
1935
|
+
}
|
|
1936
|
+
export interface CreateTaskCollectionQueryParamProperties {
|
|
1937
|
+
/** 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.". */
|
|
1938
|
+
timeOut?: number;
|
|
1939
|
+
}
|
|
1940
|
+
export interface CreateTaskCollectionQueryParam {
|
|
1941
|
+
queryParameters?: CreateTaskCollectionQueryParamProperties;
|
|
1942
|
+
}
|
|
1943
|
+
export interface CreateTaskCollectionHeaderParam {
|
|
1944
|
+
headers?: RawHttpHeadersInput & CreateTaskCollectionHeaders;
|
|
1945
|
+
}
|
|
1946
|
+
export interface CreateTaskCollectionMediaTypesParam {
|
|
1947
|
+
/** Type of content */
|
|
1948
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
1949
|
+
}
|
|
1950
|
+
export type CreateTaskCollectionParameters = CreateTaskCollectionQueryParam & CreateTaskCollectionHeaderParam & CreateTaskCollectionMediaTypesParam & CreateTaskCollectionBodyParam & RequestParameters;
|
|
1951
|
+
export interface DeleteTaskHeaders {
|
|
1952
|
+
/**
|
|
1953
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
1954
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
1955
|
+
*/
|
|
1956
|
+
"client-request-id"?: string;
|
|
1957
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
1958
|
+
"return-client-request-id"?: boolean;
|
|
1959
|
+
/**
|
|
1960
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
1961
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
1962
|
+
* directly.
|
|
1963
|
+
*/
|
|
1964
|
+
"ocp-date"?: string;
|
|
1965
|
+
/**
|
|
1966
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1967
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1968
|
+
* been modified since the specified time.
|
|
1969
|
+
*/
|
|
1970
|
+
"If-Modified-Since"?: string;
|
|
1971
|
+
/**
|
|
1972
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
1973
|
+
* client. The operation will be performed only if the resource on the service has
|
|
1974
|
+
* not been modified since the specified time.
|
|
1975
|
+
*/
|
|
1976
|
+
"If-Unmodified-Since"?: string;
|
|
1977
|
+
/**
|
|
1978
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1979
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1980
|
+
* service exactly matches the value specified by the client.
|
|
1981
|
+
*/
|
|
1982
|
+
"If-Match"?: string;
|
|
1983
|
+
/**
|
|
1984
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
1985
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
1986
|
+
* service does not match the value specified by the client.
|
|
1987
|
+
*/
|
|
1988
|
+
"If-None-Match"?: string;
|
|
1989
|
+
}
|
|
1990
|
+
export interface DeleteTaskQueryParamProperties {
|
|
1991
|
+
/** 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.". */
|
|
1992
|
+
timeOut?: number;
|
|
1993
|
+
}
|
|
1994
|
+
export interface DeleteTaskQueryParam {
|
|
1995
|
+
queryParameters?: DeleteTaskQueryParamProperties;
|
|
1996
|
+
}
|
|
1997
|
+
export interface DeleteTaskHeaderParam {
|
|
1998
|
+
headers?: RawHttpHeadersInput & DeleteTaskHeaders;
|
|
1999
|
+
}
|
|
2000
|
+
export type DeleteTaskParameters = DeleteTaskQueryParam & DeleteTaskHeaderParam & RequestParameters;
|
|
2001
|
+
export interface GetTaskHeaders {
|
|
2002
|
+
/**
|
|
2003
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2004
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2005
|
+
*/
|
|
2006
|
+
"client-request-id"?: string;
|
|
2007
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2008
|
+
"return-client-request-id"?: boolean;
|
|
2009
|
+
/**
|
|
2010
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2011
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2012
|
+
* directly.
|
|
2013
|
+
*/
|
|
2014
|
+
"ocp-date"?: string;
|
|
2015
|
+
/**
|
|
2016
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
2017
|
+
* client. The operation will be performed only if the resource on the service has
|
|
2018
|
+
* been modified since the specified time.
|
|
2019
|
+
*/
|
|
2020
|
+
"If-Modified-Since"?: string;
|
|
2021
|
+
/**
|
|
2022
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
2023
|
+
* client. The operation will be performed only if the resource on the service has
|
|
2024
|
+
* not been modified since the specified time.
|
|
2025
|
+
*/
|
|
2026
|
+
"If-Unmodified-Since"?: string;
|
|
2027
|
+
/**
|
|
2028
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
2029
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
2030
|
+
* service exactly matches the value specified by the client.
|
|
2031
|
+
*/
|
|
2032
|
+
"If-Match"?: string;
|
|
2033
|
+
/**
|
|
2034
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
2035
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
2036
|
+
* service does not match the value specified by the client.
|
|
2037
|
+
*/
|
|
2038
|
+
"If-None-Match"?: string;
|
|
2039
|
+
}
|
|
2040
|
+
export interface GetTaskQueryParamProperties {
|
|
2041
|
+
/** 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.". */
|
|
2042
|
+
timeOut?: number;
|
|
2043
|
+
/** An OData $select clause. */
|
|
2044
|
+
$select?: string[];
|
|
2045
|
+
/** An OData $expand clause. */
|
|
2046
|
+
$expand?: string[];
|
|
2047
|
+
}
|
|
2048
|
+
export interface GetTaskQueryParam {
|
|
2049
|
+
queryParameters?: GetTaskQueryParamProperties;
|
|
2050
|
+
}
|
|
2051
|
+
export interface GetTaskHeaderParam {
|
|
2052
|
+
headers?: RawHttpHeadersInput & GetTaskHeaders;
|
|
2053
|
+
}
|
|
2054
|
+
export type GetTaskParameters = GetTaskQueryParam & GetTaskHeaderParam & RequestParameters;
|
|
2055
|
+
export interface ReplaceTaskHeaders {
|
|
2056
|
+
/**
|
|
2057
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2058
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2059
|
+
*/
|
|
2060
|
+
"client-request-id"?: string;
|
|
2061
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2062
|
+
"return-client-request-id"?: boolean;
|
|
2063
|
+
/**
|
|
2064
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2065
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2066
|
+
* directly.
|
|
2067
|
+
*/
|
|
2068
|
+
"ocp-date"?: string;
|
|
2069
|
+
/**
|
|
2070
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
2071
|
+
* client. The operation will be performed only if the resource on the service has
|
|
2072
|
+
* been modified since the specified time.
|
|
2073
|
+
*/
|
|
2074
|
+
"If-Modified-Since"?: string;
|
|
2075
|
+
/**
|
|
2076
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
2077
|
+
* client. The operation will be performed only if the resource on the service has
|
|
2078
|
+
* not been modified since the specified time.
|
|
2079
|
+
*/
|
|
2080
|
+
"If-Unmodified-Since"?: string;
|
|
2081
|
+
/**
|
|
2082
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
2083
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
2084
|
+
* service exactly matches the value specified by the client.
|
|
2085
|
+
*/
|
|
2086
|
+
"If-Match"?: string;
|
|
2087
|
+
/**
|
|
2088
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
2089
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
2090
|
+
* service does not match the value specified by the client.
|
|
2091
|
+
*/
|
|
2092
|
+
"If-None-Match"?: string;
|
|
2093
|
+
}
|
|
2094
|
+
export interface ReplaceTaskBodyParam {
|
|
2095
|
+
/** The Task to update. */
|
|
2096
|
+
body: BatchTask;
|
|
2097
|
+
}
|
|
2098
|
+
export interface ReplaceTaskQueryParamProperties {
|
|
2099
|
+
/** 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.". */
|
|
2100
|
+
timeOut?: number;
|
|
2101
|
+
}
|
|
2102
|
+
export interface ReplaceTaskQueryParam {
|
|
2103
|
+
queryParameters?: ReplaceTaskQueryParamProperties;
|
|
2104
|
+
}
|
|
2105
|
+
export interface ReplaceTaskHeaderParam {
|
|
2106
|
+
headers?: RawHttpHeadersInput & ReplaceTaskHeaders;
|
|
2107
|
+
}
|
|
2108
|
+
export interface ReplaceTaskMediaTypesParam {
|
|
2109
|
+
/** Type of content */
|
|
2110
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
2111
|
+
}
|
|
2112
|
+
export type ReplaceTaskParameters = ReplaceTaskQueryParam & ReplaceTaskHeaderParam & ReplaceTaskMediaTypesParam & ReplaceTaskBodyParam & RequestParameters;
|
|
2113
|
+
export interface ListSubTasksHeaders {
|
|
2114
|
+
/**
|
|
2115
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2116
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2117
|
+
*/
|
|
2118
|
+
"client-request-id"?: string;
|
|
2119
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2120
|
+
"return-client-request-id"?: boolean;
|
|
2121
|
+
/**
|
|
2122
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2123
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2124
|
+
* directly.
|
|
2125
|
+
*/
|
|
2126
|
+
"ocp-date"?: string;
|
|
2127
|
+
}
|
|
2128
|
+
export interface ListSubTasksQueryParamProperties {
|
|
2129
|
+
/** 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.". */
|
|
2130
|
+
timeOut?: number;
|
|
2131
|
+
/** An OData $select clause. */
|
|
2132
|
+
$select?: string[];
|
|
2133
|
+
}
|
|
2134
|
+
export interface ListSubTasksQueryParam {
|
|
2135
|
+
queryParameters?: ListSubTasksQueryParamProperties;
|
|
2136
|
+
}
|
|
2137
|
+
export interface ListSubTasksHeaderParam {
|
|
2138
|
+
headers?: RawHttpHeadersInput & ListSubTasksHeaders;
|
|
2139
|
+
}
|
|
2140
|
+
export type ListSubTasksParameters = ListSubTasksQueryParam & ListSubTasksHeaderParam & RequestParameters;
|
|
2141
|
+
export interface TerminateTaskHeaders {
|
|
2142
|
+
/**
|
|
2143
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2144
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2145
|
+
*/
|
|
2146
|
+
"client-request-id"?: string;
|
|
2147
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2148
|
+
"return-client-request-id"?: boolean;
|
|
2149
|
+
/**
|
|
2150
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2151
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2152
|
+
* directly.
|
|
2153
|
+
*/
|
|
2154
|
+
"ocp-date"?: string;
|
|
2155
|
+
/**
|
|
2156
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
2157
|
+
* client. The operation will be performed only if the resource on the service has
|
|
2158
|
+
* been modified since the specified time.
|
|
2159
|
+
*/
|
|
2160
|
+
"If-Modified-Since"?: string;
|
|
2161
|
+
/**
|
|
2162
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
2163
|
+
* client. The operation will be performed only if the resource on the service has
|
|
2164
|
+
* not been modified since the specified time.
|
|
2165
|
+
*/
|
|
2166
|
+
"If-Unmodified-Since"?: string;
|
|
2167
|
+
/**
|
|
2168
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
2169
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
2170
|
+
* service exactly matches the value specified by the client.
|
|
2171
|
+
*/
|
|
2172
|
+
"If-Match"?: string;
|
|
2173
|
+
/**
|
|
2174
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
2175
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
2176
|
+
* service does not match the value specified by the client.
|
|
2177
|
+
*/
|
|
2178
|
+
"If-None-Match"?: string;
|
|
2179
|
+
}
|
|
2180
|
+
export interface TerminateTaskQueryParamProperties {
|
|
2181
|
+
/** 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.". */
|
|
2182
|
+
timeOut?: number;
|
|
2183
|
+
}
|
|
2184
|
+
export interface TerminateTaskQueryParam {
|
|
2185
|
+
queryParameters?: TerminateTaskQueryParamProperties;
|
|
2186
|
+
}
|
|
2187
|
+
export interface TerminateTaskHeaderParam {
|
|
2188
|
+
headers?: RawHttpHeadersInput & TerminateTaskHeaders;
|
|
2189
|
+
}
|
|
2190
|
+
export type TerminateTaskParameters = TerminateTaskQueryParam & TerminateTaskHeaderParam & RequestParameters;
|
|
2191
|
+
export interface ReactivateTaskHeaders {
|
|
2192
|
+
/**
|
|
2193
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2194
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2195
|
+
*/
|
|
2196
|
+
"client-request-id"?: string;
|
|
2197
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2198
|
+
"return-client-request-id"?: boolean;
|
|
2199
|
+
/**
|
|
2200
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2201
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2202
|
+
* directly.
|
|
2203
|
+
*/
|
|
2204
|
+
"ocp-date"?: string;
|
|
2205
|
+
/**
|
|
2206
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
2207
|
+
* client. The operation will be performed only if the resource on the service has
|
|
2208
|
+
* been modified since the specified time.
|
|
2209
|
+
*/
|
|
2210
|
+
"If-Modified-Since"?: string;
|
|
2211
|
+
/**
|
|
2212
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
2213
|
+
* client. The operation will be performed only if the resource on the service has
|
|
2214
|
+
* not been modified since the specified time.
|
|
2215
|
+
*/
|
|
2216
|
+
"If-Unmodified-Since"?: string;
|
|
2217
|
+
/**
|
|
2218
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
2219
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
2220
|
+
* service exactly matches the value specified by the client.
|
|
2221
|
+
*/
|
|
2222
|
+
"If-Match"?: string;
|
|
2223
|
+
/**
|
|
2224
|
+
* An ETag value associated with the version of the resource known to the client.
|
|
2225
|
+
* The operation will be performed only if the resource's current ETag on the
|
|
2226
|
+
* service does not match the value specified by the client.
|
|
2227
|
+
*/
|
|
2228
|
+
"If-None-Match"?: string;
|
|
2229
|
+
}
|
|
2230
|
+
export interface ReactivateTaskQueryParamProperties {
|
|
2231
|
+
/** 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.". */
|
|
2232
|
+
timeOut?: number;
|
|
2233
|
+
}
|
|
2234
|
+
export interface ReactivateTaskQueryParam {
|
|
2235
|
+
queryParameters?: ReactivateTaskQueryParamProperties;
|
|
2236
|
+
}
|
|
2237
|
+
export interface ReactivateTaskHeaderParam {
|
|
2238
|
+
headers?: RawHttpHeadersInput & ReactivateTaskHeaders;
|
|
2239
|
+
}
|
|
2240
|
+
export type ReactivateTaskParameters = ReactivateTaskQueryParam & ReactivateTaskHeaderParam & RequestParameters;
|
|
2241
|
+
export interface DeleteTaskFileHeaders {
|
|
2242
|
+
/**
|
|
2243
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2244
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2245
|
+
*/
|
|
2246
|
+
"client-request-id"?: string;
|
|
2247
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2248
|
+
"return-client-request-id"?: boolean;
|
|
2249
|
+
/**
|
|
2250
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2251
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2252
|
+
* directly.
|
|
2253
|
+
*/
|
|
2254
|
+
"ocp-date"?: string;
|
|
2255
|
+
}
|
|
2256
|
+
export interface DeleteTaskFileQueryParamProperties {
|
|
2257
|
+
/** 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.". */
|
|
2258
|
+
timeOut?: number;
|
|
2259
|
+
/**
|
|
2260
|
+
* Whether to delete children of a directory. If the filePath parameter represents
|
|
2261
|
+
* a directory instead of a file, you can set recursive to true to delete the
|
|
2262
|
+
* directory and all of the files and subdirectories in it. If recursive is false
|
|
2263
|
+
* then the directory must be empty or deletion will fail.
|
|
2264
|
+
*/
|
|
2265
|
+
recursive?: boolean;
|
|
2266
|
+
}
|
|
2267
|
+
export interface DeleteTaskFileQueryParam {
|
|
2268
|
+
queryParameters?: DeleteTaskFileQueryParamProperties;
|
|
2269
|
+
}
|
|
2270
|
+
export interface DeleteTaskFileHeaderParam {
|
|
2271
|
+
headers?: RawHttpHeadersInput & DeleteTaskFileHeaders;
|
|
2272
|
+
}
|
|
2273
|
+
export type DeleteTaskFileParameters = DeleteTaskFileQueryParam & DeleteTaskFileHeaderParam & RequestParameters;
|
|
2274
|
+
export interface GetTaskFileHeaders {
|
|
2275
|
+
/**
|
|
2276
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2277
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2278
|
+
*/
|
|
2279
|
+
"client-request-id"?: string;
|
|
2280
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2281
|
+
"return-client-request-id"?: boolean;
|
|
2282
|
+
/**
|
|
2283
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2284
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2285
|
+
* directly.
|
|
2286
|
+
*/
|
|
2287
|
+
"ocp-date"?: string;
|
|
2288
|
+
/**
|
|
2289
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
2290
|
+
* client. The operation will be performed only if the resource on the service has
|
|
2291
|
+
* been modified since the specified time.
|
|
2292
|
+
*/
|
|
2293
|
+
"If-Modified-Since"?: string;
|
|
2294
|
+
/**
|
|
2295
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
2296
|
+
* client. The operation will be performed only if the resource on the service has
|
|
2297
|
+
* not been modified since the specified time.
|
|
2298
|
+
*/
|
|
2299
|
+
"If-Unmodified-Since"?: string;
|
|
2300
|
+
/**
|
|
2301
|
+
* The byte range to be retrieved. The default is to retrieve the entire file. The
|
|
2302
|
+
* format is bytes=startRange-endRange.
|
|
2303
|
+
*/
|
|
2304
|
+
"ocp-range"?: string;
|
|
2305
|
+
}
|
|
2306
|
+
export interface GetTaskFileQueryParamProperties {
|
|
2307
|
+
/** 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.". */
|
|
2308
|
+
timeOut?: number;
|
|
2309
|
+
}
|
|
2310
|
+
export interface GetTaskFileQueryParam {
|
|
2311
|
+
queryParameters?: GetTaskFileQueryParamProperties;
|
|
2312
|
+
}
|
|
2313
|
+
export interface GetTaskFileHeaderParam {
|
|
2314
|
+
headers?: RawHttpHeadersInput & GetTaskFileHeaders;
|
|
2315
|
+
}
|
|
2316
|
+
export type GetTaskFileParameters = GetTaskFileQueryParam & GetTaskFileHeaderParam & RequestParameters;
|
|
2317
|
+
export interface GetTaskFilePropertiesHeaders {
|
|
2318
|
+
/**
|
|
2319
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2320
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2321
|
+
*/
|
|
2322
|
+
"client-request-id"?: string;
|
|
2323
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2324
|
+
"return-client-request-id"?: boolean;
|
|
2325
|
+
/**
|
|
2326
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2327
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2328
|
+
* directly.
|
|
2329
|
+
*/
|
|
2330
|
+
"ocp-date"?: string;
|
|
2331
|
+
/**
|
|
2332
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
2333
|
+
* client. The operation will be performed only if the resource on the service has
|
|
2334
|
+
* been modified since the specified time.
|
|
2335
|
+
*/
|
|
2336
|
+
"If-Modified-Since"?: string;
|
|
2337
|
+
/**
|
|
2338
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
2339
|
+
* client. The operation will be performed only if the resource on the service has
|
|
2340
|
+
* not been modified since the specified time.
|
|
2341
|
+
*/
|
|
2342
|
+
"If-Unmodified-Since"?: string;
|
|
2343
|
+
}
|
|
2344
|
+
export interface GetTaskFilePropertiesQueryParamProperties {
|
|
2345
|
+
/** 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.". */
|
|
2346
|
+
timeOut?: number;
|
|
2347
|
+
}
|
|
2348
|
+
export interface GetTaskFilePropertiesQueryParam {
|
|
2349
|
+
queryParameters?: GetTaskFilePropertiesQueryParamProperties;
|
|
2350
|
+
}
|
|
2351
|
+
export interface GetTaskFilePropertiesHeaderParam {
|
|
2352
|
+
headers?: RawHttpHeadersInput & GetTaskFilePropertiesHeaders;
|
|
2353
|
+
}
|
|
2354
|
+
export type GetTaskFilePropertiesParameters = GetTaskFilePropertiesQueryParam & GetTaskFilePropertiesHeaderParam & RequestParameters;
|
|
2355
|
+
export interface ListTaskFilesHeaders {
|
|
2356
|
+
/**
|
|
2357
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2358
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2359
|
+
*/
|
|
2360
|
+
"client-request-id"?: string;
|
|
2361
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2362
|
+
"return-client-request-id"?: boolean;
|
|
2363
|
+
/**
|
|
2364
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2365
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2366
|
+
* directly.
|
|
2367
|
+
*/
|
|
2368
|
+
"ocp-date"?: string;
|
|
2369
|
+
}
|
|
2370
|
+
export interface ListTaskFilesQueryParamProperties {
|
|
2371
|
+
/** 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.". */
|
|
2372
|
+
timeOut?: number;
|
|
2373
|
+
/**
|
|
2374
|
+
* The maximum number of items to return in the response. A maximum of 1000
|
|
2375
|
+
* applications can be returned.
|
|
2376
|
+
*/
|
|
2377
|
+
maxresults?: number;
|
|
2378
|
+
/**
|
|
2379
|
+
* An OData $filter clause. For more information on constructing this filter, see
|
|
2380
|
+
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-task-files.
|
|
2381
|
+
*/
|
|
2382
|
+
$filter?: string;
|
|
2383
|
+
/**
|
|
2384
|
+
* Whether to list children of the Task directory. This parameter can be used in
|
|
2385
|
+
* combination with the filter parameter to list specific type of files.
|
|
2386
|
+
*/
|
|
2387
|
+
recursive?: boolean;
|
|
2388
|
+
}
|
|
2389
|
+
export interface ListTaskFilesQueryParam {
|
|
2390
|
+
queryParameters?: ListTaskFilesQueryParamProperties;
|
|
2391
|
+
}
|
|
2392
|
+
export interface ListTaskFilesHeaderParam {
|
|
2393
|
+
headers?: RawHttpHeadersInput & ListTaskFilesHeaders;
|
|
2394
|
+
}
|
|
2395
|
+
export type ListTaskFilesParameters = ListTaskFilesQueryParam & ListTaskFilesHeaderParam & RequestParameters;
|
|
2396
|
+
export interface CreateNodeUserHeaders {
|
|
2397
|
+
/**
|
|
2398
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2399
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2400
|
+
*/
|
|
2401
|
+
"client-request-id"?: string;
|
|
2402
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2403
|
+
"return-client-request-id"?: boolean;
|
|
2404
|
+
/**
|
|
2405
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2406
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2407
|
+
* directly.
|
|
2408
|
+
*/
|
|
2409
|
+
"ocp-date"?: string;
|
|
2410
|
+
}
|
|
2411
|
+
export interface CreateNodeUserBodyParam {
|
|
2412
|
+
/** The options to use for creating the user. */
|
|
2413
|
+
body: BatchNodeUserCreateContent;
|
|
2414
|
+
}
|
|
2415
|
+
export interface CreateNodeUserQueryParamProperties {
|
|
2416
|
+
/** 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.". */
|
|
2417
|
+
timeOut?: number;
|
|
2418
|
+
}
|
|
2419
|
+
export interface CreateNodeUserQueryParam {
|
|
2420
|
+
queryParameters?: CreateNodeUserQueryParamProperties;
|
|
2421
|
+
}
|
|
2422
|
+
export interface CreateNodeUserHeaderParam {
|
|
2423
|
+
headers?: RawHttpHeadersInput & CreateNodeUserHeaders;
|
|
2424
|
+
}
|
|
2425
|
+
export interface CreateNodeUserMediaTypesParam {
|
|
2426
|
+
/** Type of content */
|
|
2427
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
2428
|
+
}
|
|
2429
|
+
export type CreateNodeUserParameters = CreateNodeUserQueryParam & CreateNodeUserHeaderParam & CreateNodeUserMediaTypesParam & CreateNodeUserBodyParam & RequestParameters;
|
|
2430
|
+
export interface DeleteNodeUserHeaders {
|
|
2431
|
+
/**
|
|
2432
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2433
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2434
|
+
*/
|
|
2435
|
+
"client-request-id"?: string;
|
|
2436
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2437
|
+
"return-client-request-id"?: boolean;
|
|
2438
|
+
/**
|
|
2439
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2440
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2441
|
+
* directly.
|
|
2442
|
+
*/
|
|
2443
|
+
"ocp-date"?: string;
|
|
2444
|
+
}
|
|
2445
|
+
export interface DeleteNodeUserQueryParamProperties {
|
|
2446
|
+
/** 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.". */
|
|
2447
|
+
timeOut?: number;
|
|
2448
|
+
}
|
|
2449
|
+
export interface DeleteNodeUserQueryParam {
|
|
2450
|
+
queryParameters?: DeleteNodeUserQueryParamProperties;
|
|
2451
|
+
}
|
|
2452
|
+
export interface DeleteNodeUserHeaderParam {
|
|
2453
|
+
headers?: RawHttpHeadersInput & DeleteNodeUserHeaders;
|
|
2454
|
+
}
|
|
2455
|
+
export type DeleteNodeUserParameters = DeleteNodeUserQueryParam & DeleteNodeUserHeaderParam & RequestParameters;
|
|
2456
|
+
export interface ReplaceNodeUserHeaders {
|
|
2457
|
+
/**
|
|
2458
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2459
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2460
|
+
*/
|
|
2461
|
+
"client-request-id"?: string;
|
|
2462
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2463
|
+
"return-client-request-id"?: boolean;
|
|
2464
|
+
/**
|
|
2465
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2466
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2467
|
+
* directly.
|
|
2468
|
+
*/
|
|
2469
|
+
"ocp-date"?: string;
|
|
2470
|
+
}
|
|
2471
|
+
export interface ReplaceNodeUserBodyParam {
|
|
2472
|
+
/** The options to use for updating the user. */
|
|
2473
|
+
body: BatchNodeUserUpdateContent;
|
|
2474
|
+
}
|
|
2475
|
+
export interface ReplaceNodeUserQueryParamProperties {
|
|
2476
|
+
/** 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.". */
|
|
2477
|
+
timeOut?: number;
|
|
2478
|
+
}
|
|
2479
|
+
export interface ReplaceNodeUserQueryParam {
|
|
2480
|
+
queryParameters?: ReplaceNodeUserQueryParamProperties;
|
|
2481
|
+
}
|
|
2482
|
+
export interface ReplaceNodeUserHeaderParam {
|
|
2483
|
+
headers?: RawHttpHeadersInput & ReplaceNodeUserHeaders;
|
|
2484
|
+
}
|
|
2485
|
+
export interface ReplaceNodeUserMediaTypesParam {
|
|
2486
|
+
/** Type of content */
|
|
2487
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
2488
|
+
}
|
|
2489
|
+
export type ReplaceNodeUserParameters = ReplaceNodeUserQueryParam & ReplaceNodeUserHeaderParam & ReplaceNodeUserMediaTypesParam & ReplaceNodeUserBodyParam & RequestParameters;
|
|
2490
|
+
export interface GetNodeHeaders {
|
|
2491
|
+
/**
|
|
2492
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2493
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2494
|
+
*/
|
|
2495
|
+
"client-request-id"?: string;
|
|
2496
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2497
|
+
"return-client-request-id"?: boolean;
|
|
2498
|
+
/**
|
|
2499
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2500
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2501
|
+
* directly.
|
|
2502
|
+
*/
|
|
2503
|
+
"ocp-date"?: string;
|
|
2504
|
+
}
|
|
2505
|
+
export interface GetNodeQueryParamProperties {
|
|
2506
|
+
/** 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.". */
|
|
2507
|
+
timeOut?: number;
|
|
2508
|
+
/** An OData $select clause. */
|
|
2509
|
+
$select?: string[];
|
|
2510
|
+
}
|
|
2511
|
+
export interface GetNodeQueryParam {
|
|
2512
|
+
queryParameters?: GetNodeQueryParamProperties;
|
|
2513
|
+
}
|
|
2514
|
+
export interface GetNodeHeaderParam {
|
|
2515
|
+
headers?: RawHttpHeadersInput & GetNodeHeaders;
|
|
2516
|
+
}
|
|
2517
|
+
export type GetNodeParameters = GetNodeQueryParam & GetNodeHeaderParam & RequestParameters;
|
|
2518
|
+
export interface RebootNodeHeaders {
|
|
2519
|
+
/**
|
|
2520
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2521
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2522
|
+
*/
|
|
2523
|
+
"client-request-id"?: string;
|
|
2524
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2525
|
+
"return-client-request-id"?: boolean;
|
|
2526
|
+
/**
|
|
2527
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2528
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2529
|
+
* directly.
|
|
2530
|
+
*/
|
|
2531
|
+
"ocp-date"?: string;
|
|
2532
|
+
}
|
|
2533
|
+
export interface RebootNodeBodyParam {
|
|
2534
|
+
/** The options to use for rebooting the Compute Node. */
|
|
2535
|
+
body?: BatchNodeRebootContent;
|
|
2536
|
+
}
|
|
2537
|
+
export interface RebootNodeQueryParamProperties {
|
|
2538
|
+
/** 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.". */
|
|
2539
|
+
timeOut?: number;
|
|
2540
|
+
}
|
|
2541
|
+
export interface RebootNodeQueryParam {
|
|
2542
|
+
queryParameters?: RebootNodeQueryParamProperties;
|
|
2543
|
+
}
|
|
2544
|
+
export interface RebootNodeHeaderParam {
|
|
2545
|
+
headers?: RawHttpHeadersInput & RebootNodeHeaders;
|
|
2546
|
+
}
|
|
2547
|
+
export interface RebootNodeMediaTypesParam {
|
|
2548
|
+
/** Type of content */
|
|
2549
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
2550
|
+
}
|
|
2551
|
+
export type RebootNodeParameters = RebootNodeQueryParam & RebootNodeHeaderParam & RebootNodeMediaTypesParam & RebootNodeBodyParam & RequestParameters;
|
|
2552
|
+
export interface DisableNodeSchedulingHeaders {
|
|
2553
|
+
/**
|
|
2554
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2555
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2556
|
+
*/
|
|
2557
|
+
"client-request-id"?: string;
|
|
2558
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2559
|
+
"return-client-request-id"?: boolean;
|
|
2560
|
+
/**
|
|
2561
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2562
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2563
|
+
* directly.
|
|
2564
|
+
*/
|
|
2565
|
+
"ocp-date"?: string;
|
|
2566
|
+
}
|
|
2567
|
+
export interface DisableNodeSchedulingBodyParam {
|
|
2568
|
+
/** The options to use for disabling scheduling on the Compute Node. */
|
|
2569
|
+
body?: BatchNodeDisableSchedulingContent;
|
|
2570
|
+
}
|
|
2571
|
+
export interface DisableNodeSchedulingQueryParamProperties {
|
|
2572
|
+
/** 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.". */
|
|
2573
|
+
timeOut?: number;
|
|
2574
|
+
}
|
|
2575
|
+
export interface DisableNodeSchedulingQueryParam {
|
|
2576
|
+
queryParameters?: DisableNodeSchedulingQueryParamProperties;
|
|
2577
|
+
}
|
|
2578
|
+
export interface DisableNodeSchedulingHeaderParam {
|
|
2579
|
+
headers?: RawHttpHeadersInput & DisableNodeSchedulingHeaders;
|
|
2580
|
+
}
|
|
2581
|
+
export interface DisableNodeSchedulingMediaTypesParam {
|
|
2582
|
+
/** Type of content */
|
|
2583
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
2584
|
+
}
|
|
2585
|
+
export type DisableNodeSchedulingParameters = DisableNodeSchedulingQueryParam & DisableNodeSchedulingHeaderParam & DisableNodeSchedulingMediaTypesParam & DisableNodeSchedulingBodyParam & RequestParameters;
|
|
2586
|
+
export interface EnableNodeSchedulingHeaders {
|
|
2587
|
+
/**
|
|
2588
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2589
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2590
|
+
*/
|
|
2591
|
+
"client-request-id"?: string;
|
|
2592
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2593
|
+
"return-client-request-id"?: boolean;
|
|
2594
|
+
/**
|
|
2595
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2596
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2597
|
+
* directly.
|
|
2598
|
+
*/
|
|
2599
|
+
"ocp-date"?: string;
|
|
2600
|
+
}
|
|
2601
|
+
export interface EnableNodeSchedulingQueryParamProperties {
|
|
2602
|
+
/** 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.". */
|
|
2603
|
+
timeOut?: number;
|
|
2604
|
+
}
|
|
2605
|
+
export interface EnableNodeSchedulingQueryParam {
|
|
2606
|
+
queryParameters?: EnableNodeSchedulingQueryParamProperties;
|
|
2607
|
+
}
|
|
2608
|
+
export interface EnableNodeSchedulingHeaderParam {
|
|
2609
|
+
headers?: RawHttpHeadersInput & EnableNodeSchedulingHeaders;
|
|
2610
|
+
}
|
|
2611
|
+
export type EnableNodeSchedulingParameters = EnableNodeSchedulingQueryParam & EnableNodeSchedulingHeaderParam & RequestParameters;
|
|
2612
|
+
export interface GetNodeRemoteLoginSettingsHeaders {
|
|
2613
|
+
/**
|
|
2614
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2615
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2616
|
+
*/
|
|
2617
|
+
"client-request-id"?: string;
|
|
2618
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2619
|
+
"return-client-request-id"?: boolean;
|
|
2620
|
+
/**
|
|
2621
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2622
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2623
|
+
* directly.
|
|
2624
|
+
*/
|
|
2625
|
+
"ocp-date"?: string;
|
|
2626
|
+
}
|
|
2627
|
+
export interface GetNodeRemoteLoginSettingsQueryParamProperties {
|
|
2628
|
+
/** 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.". */
|
|
2629
|
+
timeOut?: number;
|
|
2630
|
+
}
|
|
2631
|
+
export interface GetNodeRemoteLoginSettingsQueryParam {
|
|
2632
|
+
queryParameters?: GetNodeRemoteLoginSettingsQueryParamProperties;
|
|
2633
|
+
}
|
|
2634
|
+
export interface GetNodeRemoteLoginSettingsHeaderParam {
|
|
2635
|
+
headers?: RawHttpHeadersInput & GetNodeRemoteLoginSettingsHeaders;
|
|
2636
|
+
}
|
|
2637
|
+
export type GetNodeRemoteLoginSettingsParameters = GetNodeRemoteLoginSettingsQueryParam & GetNodeRemoteLoginSettingsHeaderParam & RequestParameters;
|
|
2638
|
+
export interface UploadNodeLogsHeaders {
|
|
2639
|
+
/**
|
|
2640
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2641
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2642
|
+
*/
|
|
2643
|
+
"client-request-id"?: string;
|
|
2644
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2645
|
+
"return-client-request-id"?: boolean;
|
|
2646
|
+
/**
|
|
2647
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2648
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2649
|
+
* directly.
|
|
2650
|
+
*/
|
|
2651
|
+
"ocp-date"?: string;
|
|
2652
|
+
}
|
|
2653
|
+
export interface UploadNodeLogsBodyParam {
|
|
2654
|
+
/** The Azure Batch service log files upload options. */
|
|
2655
|
+
body: UploadBatchServiceLogsContent;
|
|
2656
|
+
}
|
|
2657
|
+
export interface UploadNodeLogsQueryParamProperties {
|
|
2658
|
+
/** 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.". */
|
|
2659
|
+
timeOut?: number;
|
|
2660
|
+
}
|
|
2661
|
+
export interface UploadNodeLogsQueryParam {
|
|
2662
|
+
queryParameters?: UploadNodeLogsQueryParamProperties;
|
|
2663
|
+
}
|
|
2664
|
+
export interface UploadNodeLogsHeaderParam {
|
|
2665
|
+
headers?: RawHttpHeadersInput & UploadNodeLogsHeaders;
|
|
2666
|
+
}
|
|
2667
|
+
export interface UploadNodeLogsMediaTypesParam {
|
|
2668
|
+
/** Type of content */
|
|
2669
|
+
contentType: "application/json; odata=minimalmetadata";
|
|
2670
|
+
}
|
|
2671
|
+
export type UploadNodeLogsParameters = UploadNodeLogsQueryParam & UploadNodeLogsHeaderParam & UploadNodeLogsMediaTypesParam & UploadNodeLogsBodyParam & RequestParameters;
|
|
2672
|
+
export interface ListNodesHeaders {
|
|
2673
|
+
/**
|
|
2674
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2675
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2676
|
+
*/
|
|
2677
|
+
"client-request-id"?: string;
|
|
2678
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2679
|
+
"return-client-request-id"?: boolean;
|
|
2680
|
+
/**
|
|
2681
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2682
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2683
|
+
* directly.
|
|
2684
|
+
*/
|
|
2685
|
+
"ocp-date"?: string;
|
|
2686
|
+
}
|
|
2687
|
+
export interface ListNodesQueryParamProperties {
|
|
2688
|
+
/** 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.". */
|
|
2689
|
+
timeOut?: number;
|
|
2690
|
+
/**
|
|
2691
|
+
* The maximum number of items to return in the response. A maximum of 1000
|
|
2692
|
+
* applications can be returned.
|
|
2693
|
+
*/
|
|
2694
|
+
maxresults?: number;
|
|
2695
|
+
/**
|
|
2696
|
+
* An OData $filter clause. For more information on constructing this filter, see
|
|
2697
|
+
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-nodes-in-a-pool.
|
|
2698
|
+
*/
|
|
2699
|
+
$filter?: string;
|
|
2700
|
+
/** An OData $select clause. */
|
|
2701
|
+
$select?: string[];
|
|
2702
|
+
}
|
|
2703
|
+
export interface ListNodesQueryParam {
|
|
2704
|
+
queryParameters?: ListNodesQueryParamProperties;
|
|
2705
|
+
}
|
|
2706
|
+
export interface ListNodesHeaderParam {
|
|
2707
|
+
headers?: RawHttpHeadersInput & ListNodesHeaders;
|
|
2708
|
+
}
|
|
2709
|
+
export type ListNodesParameters = ListNodesQueryParam & ListNodesHeaderParam & RequestParameters;
|
|
2710
|
+
export interface GetNodeExtensionHeaders {
|
|
2711
|
+
/**
|
|
2712
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2713
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2714
|
+
*/
|
|
2715
|
+
"client-request-id"?: string;
|
|
2716
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2717
|
+
"return-client-request-id"?: boolean;
|
|
2718
|
+
/**
|
|
2719
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2720
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2721
|
+
* directly.
|
|
2722
|
+
*/
|
|
2723
|
+
"ocp-date"?: string;
|
|
2724
|
+
}
|
|
2725
|
+
export interface GetNodeExtensionQueryParamProperties {
|
|
2726
|
+
/** 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.". */
|
|
2727
|
+
timeOut?: number;
|
|
2728
|
+
/** An OData $select clause. */
|
|
2729
|
+
$select?: string[];
|
|
2730
|
+
}
|
|
2731
|
+
export interface GetNodeExtensionQueryParam {
|
|
2732
|
+
queryParameters?: GetNodeExtensionQueryParamProperties;
|
|
2733
|
+
}
|
|
2734
|
+
export interface GetNodeExtensionHeaderParam {
|
|
2735
|
+
headers?: RawHttpHeadersInput & GetNodeExtensionHeaders;
|
|
2736
|
+
}
|
|
2737
|
+
export type GetNodeExtensionParameters = GetNodeExtensionQueryParam & GetNodeExtensionHeaderParam & RequestParameters;
|
|
2738
|
+
export interface ListNodeExtensionsHeaders {
|
|
2739
|
+
/**
|
|
2740
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2741
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2742
|
+
*/
|
|
2743
|
+
"client-request-id"?: string;
|
|
2744
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2745
|
+
"return-client-request-id"?: boolean;
|
|
2746
|
+
/**
|
|
2747
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2748
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2749
|
+
* directly.
|
|
2750
|
+
*/
|
|
2751
|
+
"ocp-date"?: string;
|
|
2752
|
+
}
|
|
2753
|
+
export interface ListNodeExtensionsQueryParamProperties {
|
|
2754
|
+
/** 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.". */
|
|
2755
|
+
timeOut?: number;
|
|
2756
|
+
/**
|
|
2757
|
+
* The maximum number of items to return in the response. A maximum of 1000
|
|
2758
|
+
* applications can be returned.
|
|
2759
|
+
*/
|
|
2760
|
+
maxresults?: number;
|
|
2761
|
+
/** An OData $select clause. */
|
|
2762
|
+
$select?: string[];
|
|
2763
|
+
}
|
|
2764
|
+
export interface ListNodeExtensionsQueryParam {
|
|
2765
|
+
queryParameters?: ListNodeExtensionsQueryParamProperties;
|
|
2766
|
+
}
|
|
2767
|
+
export interface ListNodeExtensionsHeaderParam {
|
|
2768
|
+
headers?: RawHttpHeadersInput & ListNodeExtensionsHeaders;
|
|
2769
|
+
}
|
|
2770
|
+
export type ListNodeExtensionsParameters = ListNodeExtensionsQueryParam & ListNodeExtensionsHeaderParam & RequestParameters;
|
|
2771
|
+
export interface DeleteNodeFileHeaders {
|
|
2772
|
+
/**
|
|
2773
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2774
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2775
|
+
*/
|
|
2776
|
+
"client-request-id"?: string;
|
|
2777
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2778
|
+
"return-client-request-id"?: boolean;
|
|
2779
|
+
/**
|
|
2780
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2781
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2782
|
+
* directly.
|
|
2783
|
+
*/
|
|
2784
|
+
"ocp-date"?: string;
|
|
2785
|
+
}
|
|
2786
|
+
export interface DeleteNodeFileQueryParamProperties {
|
|
2787
|
+
/** 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.". */
|
|
2788
|
+
timeOut?: number;
|
|
2789
|
+
/**
|
|
2790
|
+
* Whether to delete children of a directory. If the filePath parameter represents
|
|
2791
|
+
* a directory instead of a file, you can set recursive to true to delete the
|
|
2792
|
+
* directory and all of the files and subdirectories in it. If recursive is false
|
|
2793
|
+
* then the directory must be empty or deletion will fail.
|
|
2794
|
+
*/
|
|
2795
|
+
recursive?: boolean;
|
|
2796
|
+
}
|
|
2797
|
+
export interface DeleteNodeFileQueryParam {
|
|
2798
|
+
queryParameters?: DeleteNodeFileQueryParamProperties;
|
|
2799
|
+
}
|
|
2800
|
+
export interface DeleteNodeFileHeaderParam {
|
|
2801
|
+
headers?: RawHttpHeadersInput & DeleteNodeFileHeaders;
|
|
2802
|
+
}
|
|
2803
|
+
export type DeleteNodeFileParameters = DeleteNodeFileQueryParam & DeleteNodeFileHeaderParam & RequestParameters;
|
|
2804
|
+
export interface GetNodeFileHeaders {
|
|
2805
|
+
/**
|
|
2806
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2807
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2808
|
+
*/
|
|
2809
|
+
"client-request-id"?: string;
|
|
2810
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2811
|
+
"return-client-request-id"?: boolean;
|
|
2812
|
+
/**
|
|
2813
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2814
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2815
|
+
* directly.
|
|
2816
|
+
*/
|
|
2817
|
+
"ocp-date"?: string;
|
|
2818
|
+
/**
|
|
2819
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
2820
|
+
* client. The operation will be performed only if the resource on the service has
|
|
2821
|
+
* been modified since the specified time.
|
|
2822
|
+
*/
|
|
2823
|
+
"If-Modified-Since"?: string;
|
|
2824
|
+
/**
|
|
2825
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
2826
|
+
* client. The operation will be performed only if the resource on the service has
|
|
2827
|
+
* not been modified since the specified time.
|
|
2828
|
+
*/
|
|
2829
|
+
"If-Unmodified-Since"?: string;
|
|
2830
|
+
/**
|
|
2831
|
+
* The byte range to be retrieved. The default is to retrieve the entire file. The
|
|
2832
|
+
* format is bytes=startRange-endRange.
|
|
2833
|
+
*/
|
|
2834
|
+
"ocp-range"?: string;
|
|
2835
|
+
}
|
|
2836
|
+
export interface GetNodeFileQueryParamProperties {
|
|
2837
|
+
/** 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.". */
|
|
2838
|
+
timeOut?: number;
|
|
2839
|
+
}
|
|
2840
|
+
export interface GetNodeFileQueryParam {
|
|
2841
|
+
queryParameters?: GetNodeFileQueryParamProperties;
|
|
2842
|
+
}
|
|
2843
|
+
export interface GetNodeFileHeaderParam {
|
|
2844
|
+
headers?: RawHttpHeadersInput & GetNodeFileHeaders;
|
|
2845
|
+
}
|
|
2846
|
+
export type GetNodeFileParameters = GetNodeFileQueryParam & GetNodeFileHeaderParam & RequestParameters;
|
|
2847
|
+
export interface GetNodeFilePropertiesHeaders {
|
|
2848
|
+
/**
|
|
2849
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2850
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2851
|
+
*/
|
|
2852
|
+
"client-request-id"?: string;
|
|
2853
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2854
|
+
"return-client-request-id"?: boolean;
|
|
2855
|
+
/**
|
|
2856
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2857
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2858
|
+
* directly.
|
|
2859
|
+
*/
|
|
2860
|
+
"ocp-date"?: string;
|
|
2861
|
+
/**
|
|
2862
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
2863
|
+
* client. The operation will be performed only if the resource on the service has
|
|
2864
|
+
* been modified since the specified time.
|
|
2865
|
+
*/
|
|
2866
|
+
"If-Modified-Since"?: string;
|
|
2867
|
+
/**
|
|
2868
|
+
* A timestamp indicating the last modified time of the resource known to the
|
|
2869
|
+
* client. The operation will be performed only if the resource on the service has
|
|
2870
|
+
* not been modified since the specified time.
|
|
2871
|
+
*/
|
|
2872
|
+
"If-Unmodified-Since"?: string;
|
|
2873
|
+
}
|
|
2874
|
+
export interface GetNodeFilePropertiesQueryParamProperties {
|
|
2875
|
+
/** 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.". */
|
|
2876
|
+
timeOut?: number;
|
|
2877
|
+
}
|
|
2878
|
+
export interface GetNodeFilePropertiesQueryParam {
|
|
2879
|
+
queryParameters?: GetNodeFilePropertiesQueryParamProperties;
|
|
2880
|
+
}
|
|
2881
|
+
export interface GetNodeFilePropertiesHeaderParam {
|
|
2882
|
+
headers?: RawHttpHeadersInput & GetNodeFilePropertiesHeaders;
|
|
2883
|
+
}
|
|
2884
|
+
export type GetNodeFilePropertiesParameters = GetNodeFilePropertiesQueryParam & GetNodeFilePropertiesHeaderParam & RequestParameters;
|
|
2885
|
+
export interface ListNodeFilesHeaders {
|
|
2886
|
+
/**
|
|
2887
|
+
* The caller-generated request identity, in the form of a GUID with no decoration
|
|
2888
|
+
* such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
|
|
2889
|
+
*/
|
|
2890
|
+
"client-request-id"?: string;
|
|
2891
|
+
/** Whether the server should return the client-request-id in the response. */
|
|
2892
|
+
"return-client-request-id"?: boolean;
|
|
2893
|
+
/**
|
|
2894
|
+
* The time the request was issued. Client libraries typically set this to the
|
|
2895
|
+
* current system clock time; set it explicitly if you are calling the REST API
|
|
2896
|
+
* directly.
|
|
2897
|
+
*/
|
|
2898
|
+
"ocp-date"?: string;
|
|
2899
|
+
}
|
|
2900
|
+
export interface ListNodeFilesQueryParamProperties {
|
|
2901
|
+
/** 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.". */
|
|
2902
|
+
timeOut?: number;
|
|
2903
|
+
/**
|
|
2904
|
+
* The maximum number of items to return in the response. A maximum of 1000
|
|
2905
|
+
* applications can be returned.
|
|
2906
|
+
*/
|
|
2907
|
+
maxresults?: number;
|
|
2908
|
+
/**
|
|
2909
|
+
* An OData $filter clause. For more information on constructing this filter, see
|
|
2910
|
+
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-compute-node-files.
|
|
2911
|
+
*/
|
|
2912
|
+
$filter?: string;
|
|
2913
|
+
/** Whether to list children of a directory. */
|
|
2914
|
+
recursive?: boolean;
|
|
2915
|
+
}
|
|
2916
|
+
export interface ListNodeFilesQueryParam {
|
|
2917
|
+
queryParameters?: ListNodeFilesQueryParamProperties;
|
|
2918
|
+
}
|
|
2919
|
+
export interface ListNodeFilesHeaderParam {
|
|
2920
|
+
headers?: RawHttpHeadersInput & ListNodeFilesHeaders;
|
|
2921
|
+
}
|
|
2922
|
+
export type ListNodeFilesParameters = ListNodeFilesQueryParam & ListNodeFilesHeaderParam & RequestParameters;
|
|
2923
|
+
//# sourceMappingURL=parameters.d.ts.map
|