@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,1432 @@
|
|
|
1
|
+
import { RawHttpHeaders } from "@azure/core-rest-pipeline";
|
|
2
|
+
import { HttpResponse } from "@azure-rest/core-client";
|
|
3
|
+
import { BatchApplicationListResultOutput, BatchErrorOutput, BatchApplicationOutput, BatchPoolListUsageMetricsResultOutput, BatchPoolListResultOutput, BatchPoolOutput, AutoScaleRunOutput, BatchAccountListSupportedImagesResultOutput, BatchPoolNodeCountsListResultOutput, BatchJobOutput, BatchJobListResultOutput, BatchJobPreparationAndReleaseTaskStatusListResultOutput, BatchTaskCountsResultOutput, BatchJobScheduleOutput, BatchJobScheduleListResultOutput, BatchTaskListResultOutput, BatchTaskAddCollectionResultOutput, BatchTaskOutput, BatchTaskListSubtasksResultOutput, BatchNodeFileListResultOutput, BatchNodeOutput, BatchNodeRemoteLoginSettingsOutput, UploadBatchServiceLogsResultOutput, BatchNodeListResultOutput, BatchNodeVMExtensionOutput, BatchNodeVMExtensionListResultOutput } from "./outputModels.js";
|
|
4
|
+
export interface ListApplications200Headers {
|
|
5
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
6
|
+
etag?: string;
|
|
7
|
+
/** The time at which the resource was last modified. */
|
|
8
|
+
"last-modified"?: string;
|
|
9
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
10
|
+
"client-request-id"?: string;
|
|
11
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
12
|
+
"request-id"?: string;
|
|
13
|
+
}
|
|
14
|
+
/** The request has succeeded. */
|
|
15
|
+
export interface ListApplications200Response extends HttpResponse {
|
|
16
|
+
status: "200";
|
|
17
|
+
body: BatchApplicationListResultOutput;
|
|
18
|
+
headers: RawHttpHeaders & ListApplications200Headers;
|
|
19
|
+
}
|
|
20
|
+
export interface ListApplicationsDefaultResponse extends HttpResponse {
|
|
21
|
+
status: string;
|
|
22
|
+
body: BatchErrorOutput;
|
|
23
|
+
}
|
|
24
|
+
export interface GetApplication200Headers {
|
|
25
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
26
|
+
etag?: string;
|
|
27
|
+
/** The time at which the resource was last modified. */
|
|
28
|
+
"last-modified"?: string;
|
|
29
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
30
|
+
"client-request-id"?: string;
|
|
31
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
32
|
+
"request-id"?: string;
|
|
33
|
+
}
|
|
34
|
+
/** The request has succeeded. */
|
|
35
|
+
export interface GetApplication200Response extends HttpResponse {
|
|
36
|
+
status: "200";
|
|
37
|
+
body: BatchApplicationOutput;
|
|
38
|
+
headers: RawHttpHeaders & GetApplication200Headers;
|
|
39
|
+
}
|
|
40
|
+
export interface GetApplicationDefaultResponse extends HttpResponse {
|
|
41
|
+
status: string;
|
|
42
|
+
body: BatchErrorOutput;
|
|
43
|
+
}
|
|
44
|
+
export interface ListPoolUsageMetrics200Headers {
|
|
45
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
46
|
+
etag?: string;
|
|
47
|
+
/** The time at which the resource was last modified. */
|
|
48
|
+
"last-modified"?: string;
|
|
49
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
50
|
+
"client-request-id"?: string;
|
|
51
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
52
|
+
"request-id"?: string;
|
|
53
|
+
}
|
|
54
|
+
/** The request has succeeded. */
|
|
55
|
+
export interface ListPoolUsageMetrics200Response extends HttpResponse {
|
|
56
|
+
status: "200";
|
|
57
|
+
body: BatchPoolListUsageMetricsResultOutput;
|
|
58
|
+
headers: RawHttpHeaders & ListPoolUsageMetrics200Headers;
|
|
59
|
+
}
|
|
60
|
+
export interface ListPoolUsageMetricsDefaultResponse extends HttpResponse {
|
|
61
|
+
status: string;
|
|
62
|
+
body: BatchErrorOutput;
|
|
63
|
+
}
|
|
64
|
+
export interface CreatePool201Headers {
|
|
65
|
+
/** The OData ID of the resource to which the request applied. */
|
|
66
|
+
dataserviceid: string;
|
|
67
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
68
|
+
etag?: string;
|
|
69
|
+
/** The time at which the resource was last modified. */
|
|
70
|
+
"last-modified"?: string;
|
|
71
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
72
|
+
"client-request-id"?: string;
|
|
73
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
74
|
+
"request-id"?: string;
|
|
75
|
+
}
|
|
76
|
+
/** The request has succeeded and a new resource has been created as a result. */
|
|
77
|
+
export interface CreatePool201Response extends HttpResponse {
|
|
78
|
+
status: "201";
|
|
79
|
+
headers: RawHttpHeaders & CreatePool201Headers;
|
|
80
|
+
}
|
|
81
|
+
export interface CreatePoolDefaultResponse extends HttpResponse {
|
|
82
|
+
status: string;
|
|
83
|
+
body: BatchErrorOutput;
|
|
84
|
+
}
|
|
85
|
+
export interface ListPools200Headers {
|
|
86
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
87
|
+
etag?: string;
|
|
88
|
+
/** The time at which the resource was last modified. */
|
|
89
|
+
"last-modified"?: string;
|
|
90
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
91
|
+
"client-request-id"?: string;
|
|
92
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
93
|
+
"request-id"?: string;
|
|
94
|
+
}
|
|
95
|
+
/** The request has succeeded. */
|
|
96
|
+
export interface ListPools200Response extends HttpResponse {
|
|
97
|
+
status: "200";
|
|
98
|
+
body: BatchPoolListResultOutput;
|
|
99
|
+
headers: RawHttpHeaders & ListPools200Headers;
|
|
100
|
+
}
|
|
101
|
+
export interface ListPoolsDefaultResponse extends HttpResponse {
|
|
102
|
+
status: string;
|
|
103
|
+
body: BatchErrorOutput;
|
|
104
|
+
}
|
|
105
|
+
export interface DeletePool202Headers {
|
|
106
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
107
|
+
"client-request-id"?: string;
|
|
108
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
109
|
+
"request-id"?: string;
|
|
110
|
+
}
|
|
111
|
+
/** The request has been accepted for processing, but processing has not yet completed. */
|
|
112
|
+
export interface DeletePool202Response extends HttpResponse {
|
|
113
|
+
status: "202";
|
|
114
|
+
headers: RawHttpHeaders & DeletePool202Headers;
|
|
115
|
+
}
|
|
116
|
+
export interface DeletePoolDefaultResponse extends HttpResponse {
|
|
117
|
+
status: string;
|
|
118
|
+
body: BatchErrorOutput;
|
|
119
|
+
}
|
|
120
|
+
export interface PoolExists200Headers {
|
|
121
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
122
|
+
etag?: string;
|
|
123
|
+
/** The time at which the resource was last modified. */
|
|
124
|
+
"last-modified"?: string;
|
|
125
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
126
|
+
"client-request-id"?: string;
|
|
127
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
128
|
+
"request-id"?: string;
|
|
129
|
+
}
|
|
130
|
+
/** The request has succeeded. */
|
|
131
|
+
export interface PoolExists200Response extends HttpResponse {
|
|
132
|
+
status: "200";
|
|
133
|
+
headers: RawHttpHeaders & PoolExists200Headers;
|
|
134
|
+
}
|
|
135
|
+
/** The server cannot find the requested resource. */
|
|
136
|
+
export interface PoolExists404Response extends HttpResponse {
|
|
137
|
+
status: "404";
|
|
138
|
+
}
|
|
139
|
+
export interface PoolExistsDefaultResponse extends HttpResponse {
|
|
140
|
+
status: string;
|
|
141
|
+
body: BatchErrorOutput;
|
|
142
|
+
}
|
|
143
|
+
export interface GetPool200Headers {
|
|
144
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
145
|
+
etag?: string;
|
|
146
|
+
/** The time at which the resource was last modified. */
|
|
147
|
+
"last-modified"?: string;
|
|
148
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
149
|
+
"client-request-id"?: string;
|
|
150
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
151
|
+
"request-id"?: string;
|
|
152
|
+
}
|
|
153
|
+
/** The request has succeeded. */
|
|
154
|
+
export interface GetPool200Response extends HttpResponse {
|
|
155
|
+
status: "200";
|
|
156
|
+
body: BatchPoolOutput;
|
|
157
|
+
headers: RawHttpHeaders & GetPool200Headers;
|
|
158
|
+
}
|
|
159
|
+
export interface GetPoolDefaultResponse extends HttpResponse {
|
|
160
|
+
status: string;
|
|
161
|
+
body: BatchErrorOutput;
|
|
162
|
+
}
|
|
163
|
+
export interface UpdatePool200Headers {
|
|
164
|
+
/** The OData ID of the resource to which the request applied. */
|
|
165
|
+
dataserviceid: string;
|
|
166
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
167
|
+
etag?: string;
|
|
168
|
+
/** The time at which the resource was last modified. */
|
|
169
|
+
"last-modified"?: string;
|
|
170
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
171
|
+
"client-request-id"?: string;
|
|
172
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
173
|
+
"request-id"?: string;
|
|
174
|
+
}
|
|
175
|
+
/** The request has succeeded. */
|
|
176
|
+
export interface UpdatePool200Response extends HttpResponse {
|
|
177
|
+
status: "200";
|
|
178
|
+
headers: RawHttpHeaders & UpdatePool200Headers;
|
|
179
|
+
}
|
|
180
|
+
export interface UpdatePoolDefaultResponse extends HttpResponse {
|
|
181
|
+
status: string;
|
|
182
|
+
body: BatchErrorOutput;
|
|
183
|
+
}
|
|
184
|
+
export interface DisablePoolAutoScale200Headers {
|
|
185
|
+
/** The OData ID of the resource to which the request applied. */
|
|
186
|
+
dataserviceid: string;
|
|
187
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
188
|
+
etag?: string;
|
|
189
|
+
/** The time at which the resource was last modified. */
|
|
190
|
+
"last-modified"?: string;
|
|
191
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
192
|
+
"client-request-id"?: string;
|
|
193
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
194
|
+
"request-id"?: string;
|
|
195
|
+
}
|
|
196
|
+
/** The request has succeeded. */
|
|
197
|
+
export interface DisablePoolAutoScale200Response extends HttpResponse {
|
|
198
|
+
status: "200";
|
|
199
|
+
headers: RawHttpHeaders & DisablePoolAutoScale200Headers;
|
|
200
|
+
}
|
|
201
|
+
export interface DisablePoolAutoScaleDefaultResponse extends HttpResponse {
|
|
202
|
+
status: string;
|
|
203
|
+
body: BatchErrorOutput;
|
|
204
|
+
}
|
|
205
|
+
export interface EnablePoolAutoScale200Headers {
|
|
206
|
+
/** The OData ID of the resource to which the request applied. */
|
|
207
|
+
dataserviceid: string;
|
|
208
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
209
|
+
etag?: string;
|
|
210
|
+
/** The time at which the resource was last modified. */
|
|
211
|
+
"last-modified"?: string;
|
|
212
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
213
|
+
"client-request-id"?: string;
|
|
214
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
215
|
+
"request-id"?: string;
|
|
216
|
+
}
|
|
217
|
+
/** The request has succeeded. */
|
|
218
|
+
export interface EnablePoolAutoScale200Response extends HttpResponse {
|
|
219
|
+
status: "200";
|
|
220
|
+
headers: RawHttpHeaders & EnablePoolAutoScale200Headers;
|
|
221
|
+
}
|
|
222
|
+
export interface EnablePoolAutoScaleDefaultResponse extends HttpResponse {
|
|
223
|
+
status: string;
|
|
224
|
+
body: BatchErrorOutput;
|
|
225
|
+
}
|
|
226
|
+
export interface EvaluatePoolAutoScale200Headers {
|
|
227
|
+
/** The OData ID of the resource to which the request applied. */
|
|
228
|
+
dataserviceid: string;
|
|
229
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
230
|
+
etag?: string;
|
|
231
|
+
/** The time at which the resource was last modified. */
|
|
232
|
+
"last-modified"?: string;
|
|
233
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
234
|
+
"client-request-id"?: string;
|
|
235
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
236
|
+
"request-id"?: string;
|
|
237
|
+
}
|
|
238
|
+
/** The request has succeeded. */
|
|
239
|
+
export interface EvaluatePoolAutoScale200Response extends HttpResponse {
|
|
240
|
+
status: "200";
|
|
241
|
+
body: AutoScaleRunOutput;
|
|
242
|
+
headers: RawHttpHeaders & EvaluatePoolAutoScale200Headers;
|
|
243
|
+
}
|
|
244
|
+
export interface EvaluatePoolAutoScaleDefaultResponse extends HttpResponse {
|
|
245
|
+
status: string;
|
|
246
|
+
body: BatchErrorOutput;
|
|
247
|
+
}
|
|
248
|
+
export interface ResizePool202Headers {
|
|
249
|
+
/** The OData ID of the resource to which the request applied. */
|
|
250
|
+
dataserviceid: string;
|
|
251
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
252
|
+
etag?: string;
|
|
253
|
+
/** The time at which the resource was last modified. */
|
|
254
|
+
"last-modified"?: string;
|
|
255
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
256
|
+
"client-request-id"?: string;
|
|
257
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
258
|
+
"request-id"?: string;
|
|
259
|
+
}
|
|
260
|
+
/** The request has been accepted for processing, but processing has not yet completed. */
|
|
261
|
+
export interface ResizePool202Response extends HttpResponse {
|
|
262
|
+
status: "202";
|
|
263
|
+
headers: RawHttpHeaders & ResizePool202Headers;
|
|
264
|
+
}
|
|
265
|
+
export interface ResizePoolDefaultResponse extends HttpResponse {
|
|
266
|
+
status: string;
|
|
267
|
+
body: BatchErrorOutput;
|
|
268
|
+
}
|
|
269
|
+
export interface StopPoolResize202Headers {
|
|
270
|
+
/** The OData ID of the resource to which the request applied. */
|
|
271
|
+
dataserviceid: string;
|
|
272
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
273
|
+
etag?: string;
|
|
274
|
+
/** The time at which the resource was last modified. */
|
|
275
|
+
"last-modified"?: string;
|
|
276
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
277
|
+
"client-request-id"?: string;
|
|
278
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
279
|
+
"request-id"?: string;
|
|
280
|
+
}
|
|
281
|
+
/** The request has been accepted for processing, but processing has not yet completed. */
|
|
282
|
+
export interface StopPoolResize202Response extends HttpResponse {
|
|
283
|
+
status: "202";
|
|
284
|
+
headers: RawHttpHeaders & StopPoolResize202Headers;
|
|
285
|
+
}
|
|
286
|
+
export interface StopPoolResizeDefaultResponse extends HttpResponse {
|
|
287
|
+
status: string;
|
|
288
|
+
body: BatchErrorOutput;
|
|
289
|
+
}
|
|
290
|
+
export interface ReplacePoolProperties204Headers {
|
|
291
|
+
/** The OData ID of the resource to which the request applied. */
|
|
292
|
+
dataserviceid: string;
|
|
293
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
294
|
+
etag?: string;
|
|
295
|
+
/** The time at which the resource was last modified. */
|
|
296
|
+
"last-modified"?: string;
|
|
297
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
298
|
+
"client-request-id"?: string;
|
|
299
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
300
|
+
"request-id"?: string;
|
|
301
|
+
}
|
|
302
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
303
|
+
export interface ReplacePoolProperties204Response extends HttpResponse {
|
|
304
|
+
status: "204";
|
|
305
|
+
headers: RawHttpHeaders & ReplacePoolProperties204Headers;
|
|
306
|
+
}
|
|
307
|
+
export interface ReplacePoolPropertiesDefaultResponse extends HttpResponse {
|
|
308
|
+
status: string;
|
|
309
|
+
body: BatchErrorOutput;
|
|
310
|
+
}
|
|
311
|
+
export interface RemoveNodes202Headers {
|
|
312
|
+
/** The OData ID of the resource to which the request applied. */
|
|
313
|
+
dataserviceid: string;
|
|
314
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
315
|
+
etag?: string;
|
|
316
|
+
/** The time at which the resource was last modified. */
|
|
317
|
+
"last-modified"?: string;
|
|
318
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
319
|
+
"client-request-id"?: string;
|
|
320
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
321
|
+
"request-id"?: string;
|
|
322
|
+
}
|
|
323
|
+
/** The request has been accepted for processing, but processing has not yet completed. */
|
|
324
|
+
export interface RemoveNodes202Response extends HttpResponse {
|
|
325
|
+
status: "202";
|
|
326
|
+
headers: RawHttpHeaders & RemoveNodes202Headers;
|
|
327
|
+
}
|
|
328
|
+
export interface RemoveNodesDefaultResponse extends HttpResponse {
|
|
329
|
+
status: string;
|
|
330
|
+
body: BatchErrorOutput;
|
|
331
|
+
}
|
|
332
|
+
export interface ListSupportedImages200Headers {
|
|
333
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
334
|
+
etag?: string;
|
|
335
|
+
/** The time at which the resource was last modified. */
|
|
336
|
+
"last-modified"?: string;
|
|
337
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
338
|
+
"client-request-id"?: string;
|
|
339
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
340
|
+
"request-id"?: string;
|
|
341
|
+
}
|
|
342
|
+
/** The request has succeeded. */
|
|
343
|
+
export interface ListSupportedImages200Response extends HttpResponse {
|
|
344
|
+
status: "200";
|
|
345
|
+
body: BatchAccountListSupportedImagesResultOutput;
|
|
346
|
+
headers: RawHttpHeaders & ListSupportedImages200Headers;
|
|
347
|
+
}
|
|
348
|
+
export interface ListSupportedImagesDefaultResponse extends HttpResponse {
|
|
349
|
+
status: string;
|
|
350
|
+
body: BatchErrorOutput;
|
|
351
|
+
}
|
|
352
|
+
export interface ListPoolNodeCounts200Headers {
|
|
353
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
354
|
+
etag?: string;
|
|
355
|
+
/** The time at which the resource was last modified. */
|
|
356
|
+
"last-modified"?: string;
|
|
357
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
358
|
+
"client-request-id"?: string;
|
|
359
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
360
|
+
"request-id"?: string;
|
|
361
|
+
}
|
|
362
|
+
/** The request has succeeded. */
|
|
363
|
+
export interface ListPoolNodeCounts200Response extends HttpResponse {
|
|
364
|
+
status: "200";
|
|
365
|
+
body: BatchPoolNodeCountsListResultOutput;
|
|
366
|
+
headers: RawHttpHeaders & ListPoolNodeCounts200Headers;
|
|
367
|
+
}
|
|
368
|
+
export interface ListPoolNodeCountsDefaultResponse extends HttpResponse {
|
|
369
|
+
status: string;
|
|
370
|
+
body: BatchErrorOutput;
|
|
371
|
+
}
|
|
372
|
+
export interface DeleteJob202Headers {
|
|
373
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
374
|
+
"client-request-id"?: string;
|
|
375
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
376
|
+
"request-id"?: string;
|
|
377
|
+
}
|
|
378
|
+
/** The request has been accepted for processing, but processing has not yet completed. */
|
|
379
|
+
export interface DeleteJob202Response extends HttpResponse {
|
|
380
|
+
status: "202";
|
|
381
|
+
headers: RawHttpHeaders & DeleteJob202Headers;
|
|
382
|
+
}
|
|
383
|
+
export interface DeleteJobDefaultResponse extends HttpResponse {
|
|
384
|
+
status: string;
|
|
385
|
+
body: BatchErrorOutput;
|
|
386
|
+
}
|
|
387
|
+
export interface GetJob200Headers {
|
|
388
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
389
|
+
etag?: string;
|
|
390
|
+
/** The time at which the resource was last modified. */
|
|
391
|
+
"last-modified"?: string;
|
|
392
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
393
|
+
"client-request-id"?: string;
|
|
394
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
395
|
+
"request-id"?: string;
|
|
396
|
+
}
|
|
397
|
+
/** The request has succeeded. */
|
|
398
|
+
export interface GetJob200Response extends HttpResponse {
|
|
399
|
+
status: "200";
|
|
400
|
+
body: BatchJobOutput;
|
|
401
|
+
headers: RawHttpHeaders & GetJob200Headers;
|
|
402
|
+
}
|
|
403
|
+
export interface GetJobDefaultResponse extends HttpResponse {
|
|
404
|
+
status: string;
|
|
405
|
+
body: BatchErrorOutput;
|
|
406
|
+
}
|
|
407
|
+
export interface UpdateJob200Headers {
|
|
408
|
+
/** The OData ID of the resource to which the request applied. */
|
|
409
|
+
dataserviceid: string;
|
|
410
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
411
|
+
etag?: string;
|
|
412
|
+
/** The time at which the resource was last modified. */
|
|
413
|
+
"last-modified"?: string;
|
|
414
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
415
|
+
"client-request-id"?: string;
|
|
416
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
417
|
+
"request-id"?: string;
|
|
418
|
+
}
|
|
419
|
+
/** The request has succeeded. */
|
|
420
|
+
export interface UpdateJob200Response extends HttpResponse {
|
|
421
|
+
status: "200";
|
|
422
|
+
headers: RawHttpHeaders & UpdateJob200Headers;
|
|
423
|
+
}
|
|
424
|
+
export interface UpdateJobDefaultResponse extends HttpResponse {
|
|
425
|
+
status: string;
|
|
426
|
+
body: BatchErrorOutput;
|
|
427
|
+
}
|
|
428
|
+
export interface ReplaceJob200Headers {
|
|
429
|
+
/** The OData ID of the resource to which the request applied. */
|
|
430
|
+
dataserviceid: string;
|
|
431
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
432
|
+
etag?: string;
|
|
433
|
+
/** The time at which the resource was last modified. */
|
|
434
|
+
"last-modified"?: string;
|
|
435
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
436
|
+
"client-request-id"?: string;
|
|
437
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
438
|
+
"request-id"?: string;
|
|
439
|
+
}
|
|
440
|
+
/** The request has succeeded. */
|
|
441
|
+
export interface ReplaceJob200Response extends HttpResponse {
|
|
442
|
+
status: "200";
|
|
443
|
+
headers: RawHttpHeaders & ReplaceJob200Headers;
|
|
444
|
+
}
|
|
445
|
+
export interface ReplaceJobDefaultResponse extends HttpResponse {
|
|
446
|
+
status: string;
|
|
447
|
+
body: BatchErrorOutput;
|
|
448
|
+
}
|
|
449
|
+
export interface DisableJob202Headers {
|
|
450
|
+
/** The OData ID of the resource to which the request applied. */
|
|
451
|
+
dataserviceid: string;
|
|
452
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
453
|
+
etag?: string;
|
|
454
|
+
/** The time at which the resource was last modified. */
|
|
455
|
+
"last-modified"?: string;
|
|
456
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
457
|
+
"client-request-id"?: string;
|
|
458
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
459
|
+
"request-id"?: string;
|
|
460
|
+
}
|
|
461
|
+
/** The request has been accepted for processing, but processing has not yet completed. */
|
|
462
|
+
export interface DisableJob202Response extends HttpResponse {
|
|
463
|
+
status: "202";
|
|
464
|
+
headers: RawHttpHeaders & DisableJob202Headers;
|
|
465
|
+
}
|
|
466
|
+
export interface DisableJobDefaultResponse extends HttpResponse {
|
|
467
|
+
status: string;
|
|
468
|
+
body: BatchErrorOutput;
|
|
469
|
+
}
|
|
470
|
+
export interface EnableJob202Headers {
|
|
471
|
+
/** The OData ID of the resource to which the request applied. */
|
|
472
|
+
dataserviceid: string;
|
|
473
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
474
|
+
etag?: string;
|
|
475
|
+
/** The time at which the resource was last modified. */
|
|
476
|
+
"last-modified"?: string;
|
|
477
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
478
|
+
"client-request-id"?: string;
|
|
479
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
480
|
+
"request-id"?: string;
|
|
481
|
+
}
|
|
482
|
+
/** The request has been accepted for processing, but processing has not yet completed. */
|
|
483
|
+
export interface EnableJob202Response extends HttpResponse {
|
|
484
|
+
status: "202";
|
|
485
|
+
headers: RawHttpHeaders & EnableJob202Headers;
|
|
486
|
+
}
|
|
487
|
+
export interface EnableJobDefaultResponse extends HttpResponse {
|
|
488
|
+
status: string;
|
|
489
|
+
body: BatchErrorOutput;
|
|
490
|
+
}
|
|
491
|
+
export interface TerminateJob202Headers {
|
|
492
|
+
/** The OData ID of the resource to which the request applied. */
|
|
493
|
+
dataserviceid: string;
|
|
494
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
495
|
+
etag?: string;
|
|
496
|
+
/** The time at which the resource was last modified. */
|
|
497
|
+
"last-modified"?: string;
|
|
498
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
499
|
+
"client-request-id"?: string;
|
|
500
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
501
|
+
"request-id"?: string;
|
|
502
|
+
}
|
|
503
|
+
/** The request has been accepted for processing, but processing has not yet completed. */
|
|
504
|
+
export interface TerminateJob202Response extends HttpResponse {
|
|
505
|
+
status: "202";
|
|
506
|
+
headers: RawHttpHeaders & TerminateJob202Headers;
|
|
507
|
+
}
|
|
508
|
+
export interface TerminateJobDefaultResponse extends HttpResponse {
|
|
509
|
+
status: string;
|
|
510
|
+
body: BatchErrorOutput;
|
|
511
|
+
}
|
|
512
|
+
export interface CreateJob201Headers {
|
|
513
|
+
/** The OData ID of the resource to which the request applied. */
|
|
514
|
+
dataserviceid: string;
|
|
515
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
516
|
+
etag?: string;
|
|
517
|
+
/** The time at which the resource was last modified. */
|
|
518
|
+
"last-modified"?: string;
|
|
519
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
520
|
+
"client-request-id"?: string;
|
|
521
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
522
|
+
"request-id"?: string;
|
|
523
|
+
}
|
|
524
|
+
/** The request has succeeded and a new resource has been created as a result. */
|
|
525
|
+
export interface CreateJob201Response extends HttpResponse {
|
|
526
|
+
status: "201";
|
|
527
|
+
headers: RawHttpHeaders & CreateJob201Headers;
|
|
528
|
+
}
|
|
529
|
+
export interface CreateJobDefaultResponse extends HttpResponse {
|
|
530
|
+
status: string;
|
|
531
|
+
body: BatchErrorOutput;
|
|
532
|
+
}
|
|
533
|
+
export interface ListJobs200Headers {
|
|
534
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
535
|
+
etag?: string;
|
|
536
|
+
/** The time at which the resource was last modified. */
|
|
537
|
+
"last-modified"?: string;
|
|
538
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
539
|
+
"client-request-id"?: string;
|
|
540
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
541
|
+
"request-id"?: string;
|
|
542
|
+
}
|
|
543
|
+
/** The request has succeeded. */
|
|
544
|
+
export interface ListJobs200Response extends HttpResponse {
|
|
545
|
+
status: "200";
|
|
546
|
+
body: BatchJobListResultOutput;
|
|
547
|
+
headers: RawHttpHeaders & ListJobs200Headers;
|
|
548
|
+
}
|
|
549
|
+
export interface ListJobsDefaultResponse extends HttpResponse {
|
|
550
|
+
status: string;
|
|
551
|
+
body: BatchErrorOutput;
|
|
552
|
+
}
|
|
553
|
+
export interface ListJobsFromSchedule200Headers {
|
|
554
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
555
|
+
etag?: string;
|
|
556
|
+
/** The time at which the resource was last modified. */
|
|
557
|
+
"last-modified"?: string;
|
|
558
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
559
|
+
"client-request-id"?: string;
|
|
560
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
561
|
+
"request-id"?: string;
|
|
562
|
+
}
|
|
563
|
+
/** The request has succeeded. */
|
|
564
|
+
export interface ListJobsFromSchedule200Response extends HttpResponse {
|
|
565
|
+
status: "200";
|
|
566
|
+
body: BatchJobListResultOutput;
|
|
567
|
+
headers: RawHttpHeaders & ListJobsFromSchedule200Headers;
|
|
568
|
+
}
|
|
569
|
+
export interface ListJobsFromScheduleDefaultResponse extends HttpResponse {
|
|
570
|
+
status: string;
|
|
571
|
+
body: BatchErrorOutput;
|
|
572
|
+
}
|
|
573
|
+
export interface ListJobPreparationAndReleaseTaskStatus200Headers {
|
|
574
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
575
|
+
etag?: string;
|
|
576
|
+
/** The time at which the resource was last modified. */
|
|
577
|
+
"last-modified"?: string;
|
|
578
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
579
|
+
"client-request-id"?: string;
|
|
580
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
581
|
+
"request-id"?: string;
|
|
582
|
+
}
|
|
583
|
+
/** The request has succeeded. */
|
|
584
|
+
export interface ListJobPreparationAndReleaseTaskStatus200Response extends HttpResponse {
|
|
585
|
+
status: "200";
|
|
586
|
+
body: BatchJobPreparationAndReleaseTaskStatusListResultOutput;
|
|
587
|
+
headers: RawHttpHeaders & ListJobPreparationAndReleaseTaskStatus200Headers;
|
|
588
|
+
}
|
|
589
|
+
export interface ListJobPreparationAndReleaseTaskStatusDefaultResponse extends HttpResponse {
|
|
590
|
+
status: string;
|
|
591
|
+
body: BatchErrorOutput;
|
|
592
|
+
}
|
|
593
|
+
export interface GetJobTaskCounts200Headers {
|
|
594
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
595
|
+
etag?: string;
|
|
596
|
+
/** The time at which the resource was last modified. */
|
|
597
|
+
"last-modified"?: string;
|
|
598
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
599
|
+
"client-request-id"?: string;
|
|
600
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
601
|
+
"request-id"?: string;
|
|
602
|
+
}
|
|
603
|
+
/** The request has succeeded. */
|
|
604
|
+
export interface GetJobTaskCounts200Response extends HttpResponse {
|
|
605
|
+
status: "200";
|
|
606
|
+
body: BatchTaskCountsResultOutput;
|
|
607
|
+
headers: RawHttpHeaders & GetJobTaskCounts200Headers;
|
|
608
|
+
}
|
|
609
|
+
export interface GetJobTaskCountsDefaultResponse extends HttpResponse {
|
|
610
|
+
status: string;
|
|
611
|
+
body: BatchErrorOutput;
|
|
612
|
+
}
|
|
613
|
+
export interface JobScheduleExists200Headers {
|
|
614
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
615
|
+
etag?: string;
|
|
616
|
+
/** The time at which the resource was last modified. */
|
|
617
|
+
"last-modified"?: string;
|
|
618
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
619
|
+
"client-request-id"?: string;
|
|
620
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
621
|
+
"request-id"?: string;
|
|
622
|
+
}
|
|
623
|
+
/** The request has succeeded. */
|
|
624
|
+
export interface JobScheduleExists200Response extends HttpResponse {
|
|
625
|
+
status: "200";
|
|
626
|
+
headers: RawHttpHeaders & JobScheduleExists200Headers;
|
|
627
|
+
}
|
|
628
|
+
/** The server cannot find the requested resource. */
|
|
629
|
+
export interface JobScheduleExists404Response extends HttpResponse {
|
|
630
|
+
status: "404";
|
|
631
|
+
}
|
|
632
|
+
export interface JobScheduleExistsDefaultResponse extends HttpResponse {
|
|
633
|
+
status: string;
|
|
634
|
+
body: BatchErrorOutput;
|
|
635
|
+
}
|
|
636
|
+
export interface DeleteJobSchedule202Headers {
|
|
637
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
638
|
+
"client-request-id"?: string;
|
|
639
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
640
|
+
"request-id"?: string;
|
|
641
|
+
}
|
|
642
|
+
/** The request has been accepted for processing, but processing has not yet completed. */
|
|
643
|
+
export interface DeleteJobSchedule202Response extends HttpResponse {
|
|
644
|
+
status: "202";
|
|
645
|
+
headers: RawHttpHeaders & DeleteJobSchedule202Headers;
|
|
646
|
+
}
|
|
647
|
+
export interface DeleteJobScheduleDefaultResponse extends HttpResponse {
|
|
648
|
+
status: string;
|
|
649
|
+
body: BatchErrorOutput;
|
|
650
|
+
}
|
|
651
|
+
export interface GetJobSchedule200Headers {
|
|
652
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
653
|
+
etag?: string;
|
|
654
|
+
/** The time at which the resource was last modified. */
|
|
655
|
+
"last-modified"?: string;
|
|
656
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
657
|
+
"client-request-id"?: string;
|
|
658
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
659
|
+
"request-id"?: string;
|
|
660
|
+
}
|
|
661
|
+
/** The request has succeeded. */
|
|
662
|
+
export interface GetJobSchedule200Response extends HttpResponse {
|
|
663
|
+
status: "200";
|
|
664
|
+
body: BatchJobScheduleOutput;
|
|
665
|
+
headers: RawHttpHeaders & GetJobSchedule200Headers;
|
|
666
|
+
}
|
|
667
|
+
export interface GetJobScheduleDefaultResponse extends HttpResponse {
|
|
668
|
+
status: string;
|
|
669
|
+
body: BatchErrorOutput;
|
|
670
|
+
}
|
|
671
|
+
export interface UpdateJobSchedule200Headers {
|
|
672
|
+
/** The OData ID of the resource to which the request applied. */
|
|
673
|
+
dataserviceid: string;
|
|
674
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
675
|
+
etag?: string;
|
|
676
|
+
/** The time at which the resource was last modified. */
|
|
677
|
+
"last-modified"?: string;
|
|
678
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
679
|
+
"client-request-id"?: string;
|
|
680
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
681
|
+
"request-id"?: string;
|
|
682
|
+
}
|
|
683
|
+
/** The request has succeeded. */
|
|
684
|
+
export interface UpdateJobSchedule200Response extends HttpResponse {
|
|
685
|
+
status: "200";
|
|
686
|
+
headers: RawHttpHeaders & UpdateJobSchedule200Headers;
|
|
687
|
+
}
|
|
688
|
+
export interface UpdateJobScheduleDefaultResponse extends HttpResponse {
|
|
689
|
+
status: string;
|
|
690
|
+
body: BatchErrorOutput;
|
|
691
|
+
}
|
|
692
|
+
export interface ReplaceJobSchedule200Headers {
|
|
693
|
+
/** The OData ID of the resource to which the request applied. */
|
|
694
|
+
dataserviceid: string;
|
|
695
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
696
|
+
etag?: string;
|
|
697
|
+
/** The time at which the resource was last modified. */
|
|
698
|
+
"last-modified"?: string;
|
|
699
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
700
|
+
"client-request-id"?: string;
|
|
701
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
702
|
+
"request-id"?: string;
|
|
703
|
+
}
|
|
704
|
+
/** The request has succeeded. */
|
|
705
|
+
export interface ReplaceJobSchedule200Response extends HttpResponse {
|
|
706
|
+
status: "200";
|
|
707
|
+
headers: RawHttpHeaders & ReplaceJobSchedule200Headers;
|
|
708
|
+
}
|
|
709
|
+
export interface ReplaceJobScheduleDefaultResponse extends HttpResponse {
|
|
710
|
+
status: string;
|
|
711
|
+
body: BatchErrorOutput;
|
|
712
|
+
}
|
|
713
|
+
export interface DisableJobSchedule204Headers {
|
|
714
|
+
/** The OData ID of the resource to which the request applied. */
|
|
715
|
+
dataserviceid: string;
|
|
716
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
717
|
+
etag?: string;
|
|
718
|
+
/** The time at which the resource was last modified. */
|
|
719
|
+
"last-modified"?: string;
|
|
720
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
721
|
+
"client-request-id"?: string;
|
|
722
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
723
|
+
"request-id"?: string;
|
|
724
|
+
}
|
|
725
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
726
|
+
export interface DisableJobSchedule204Response extends HttpResponse {
|
|
727
|
+
status: "204";
|
|
728
|
+
headers: RawHttpHeaders & DisableJobSchedule204Headers;
|
|
729
|
+
}
|
|
730
|
+
export interface DisableJobScheduleDefaultResponse extends HttpResponse {
|
|
731
|
+
status: string;
|
|
732
|
+
body: BatchErrorOutput;
|
|
733
|
+
}
|
|
734
|
+
export interface EnableJobSchedule204Headers {
|
|
735
|
+
/** The OData ID of the resource to which the request applied. */
|
|
736
|
+
dataserviceid: string;
|
|
737
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
738
|
+
etag?: string;
|
|
739
|
+
/** The time at which the resource was last modified. */
|
|
740
|
+
"last-modified"?: string;
|
|
741
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
742
|
+
"client-request-id"?: string;
|
|
743
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
744
|
+
"request-id"?: string;
|
|
745
|
+
}
|
|
746
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
747
|
+
export interface EnableJobSchedule204Response extends HttpResponse {
|
|
748
|
+
status: "204";
|
|
749
|
+
headers: RawHttpHeaders & EnableJobSchedule204Headers;
|
|
750
|
+
}
|
|
751
|
+
export interface EnableJobScheduleDefaultResponse extends HttpResponse {
|
|
752
|
+
status: string;
|
|
753
|
+
body: BatchErrorOutput;
|
|
754
|
+
}
|
|
755
|
+
export interface TerminateJobSchedule202Headers {
|
|
756
|
+
/** The OData ID of the resource to which the request applied. */
|
|
757
|
+
dataserviceid: string;
|
|
758
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
759
|
+
etag?: string;
|
|
760
|
+
/** The time at which the resource was last modified. */
|
|
761
|
+
"last-modified"?: string;
|
|
762
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
763
|
+
"client-request-id"?: string;
|
|
764
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
765
|
+
"request-id"?: string;
|
|
766
|
+
}
|
|
767
|
+
/** The request has been accepted for processing, but processing has not yet completed. */
|
|
768
|
+
export interface TerminateJobSchedule202Response extends HttpResponse {
|
|
769
|
+
status: "202";
|
|
770
|
+
headers: RawHttpHeaders & TerminateJobSchedule202Headers;
|
|
771
|
+
}
|
|
772
|
+
export interface TerminateJobScheduleDefaultResponse extends HttpResponse {
|
|
773
|
+
status: string;
|
|
774
|
+
body: BatchErrorOutput;
|
|
775
|
+
}
|
|
776
|
+
export interface CreateJobSchedule201Headers {
|
|
777
|
+
/** The OData ID of the resource to which the request applied. */
|
|
778
|
+
dataserviceid: string;
|
|
779
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
780
|
+
etag?: string;
|
|
781
|
+
/** The time at which the resource was last modified. */
|
|
782
|
+
"last-modified"?: string;
|
|
783
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
784
|
+
"client-request-id"?: string;
|
|
785
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
786
|
+
"request-id"?: string;
|
|
787
|
+
}
|
|
788
|
+
/** The request has succeeded and a new resource has been created as a result. */
|
|
789
|
+
export interface CreateJobSchedule201Response extends HttpResponse {
|
|
790
|
+
status: "201";
|
|
791
|
+
headers: RawHttpHeaders & CreateJobSchedule201Headers;
|
|
792
|
+
}
|
|
793
|
+
export interface CreateJobScheduleDefaultResponse extends HttpResponse {
|
|
794
|
+
status: string;
|
|
795
|
+
body: BatchErrorOutput;
|
|
796
|
+
}
|
|
797
|
+
export interface ListJobSchedules200Headers {
|
|
798
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
799
|
+
etag?: string;
|
|
800
|
+
/** The time at which the resource was last modified. */
|
|
801
|
+
"last-modified"?: string;
|
|
802
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
803
|
+
"client-request-id"?: string;
|
|
804
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
805
|
+
"request-id"?: string;
|
|
806
|
+
}
|
|
807
|
+
/** The request has succeeded. */
|
|
808
|
+
export interface ListJobSchedules200Response extends HttpResponse {
|
|
809
|
+
status: "200";
|
|
810
|
+
body: BatchJobScheduleListResultOutput;
|
|
811
|
+
headers: RawHttpHeaders & ListJobSchedules200Headers;
|
|
812
|
+
}
|
|
813
|
+
export interface ListJobSchedulesDefaultResponse extends HttpResponse {
|
|
814
|
+
status: string;
|
|
815
|
+
body: BatchErrorOutput;
|
|
816
|
+
}
|
|
817
|
+
export interface CreateTask201Headers {
|
|
818
|
+
/** The OData ID of the resource to which the request applied. */
|
|
819
|
+
dataserviceid: string;
|
|
820
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
821
|
+
etag?: string;
|
|
822
|
+
/** The time at which the resource was last modified. */
|
|
823
|
+
"last-modified"?: string;
|
|
824
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
825
|
+
"client-request-id"?: string;
|
|
826
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
827
|
+
"request-id"?: string;
|
|
828
|
+
}
|
|
829
|
+
/** The request has succeeded and a new resource has been created as a result. */
|
|
830
|
+
export interface CreateTask201Response extends HttpResponse {
|
|
831
|
+
status: "201";
|
|
832
|
+
headers: RawHttpHeaders & CreateTask201Headers;
|
|
833
|
+
}
|
|
834
|
+
export interface CreateTaskDefaultResponse extends HttpResponse {
|
|
835
|
+
status: string;
|
|
836
|
+
body: BatchErrorOutput;
|
|
837
|
+
}
|
|
838
|
+
export interface ListTasks200Headers {
|
|
839
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
840
|
+
etag?: string;
|
|
841
|
+
/** The time at which the resource was last modified. */
|
|
842
|
+
"last-modified"?: string;
|
|
843
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
844
|
+
"client-request-id"?: string;
|
|
845
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
846
|
+
"request-id"?: string;
|
|
847
|
+
}
|
|
848
|
+
/** The request has succeeded. */
|
|
849
|
+
export interface ListTasks200Response extends HttpResponse {
|
|
850
|
+
status: "200";
|
|
851
|
+
body: BatchTaskListResultOutput;
|
|
852
|
+
headers: RawHttpHeaders & ListTasks200Headers;
|
|
853
|
+
}
|
|
854
|
+
export interface ListTasksDefaultResponse extends HttpResponse {
|
|
855
|
+
status: string;
|
|
856
|
+
body: BatchErrorOutput;
|
|
857
|
+
}
|
|
858
|
+
export interface CreateTaskCollection200Headers {
|
|
859
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
860
|
+
etag?: string;
|
|
861
|
+
/** The time at which the resource was last modified. */
|
|
862
|
+
"last-modified"?: string;
|
|
863
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
864
|
+
"client-request-id"?: string;
|
|
865
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
866
|
+
"request-id"?: string;
|
|
867
|
+
}
|
|
868
|
+
/** The request has succeeded. */
|
|
869
|
+
export interface CreateTaskCollection200Response extends HttpResponse {
|
|
870
|
+
status: "200";
|
|
871
|
+
body: BatchTaskAddCollectionResultOutput;
|
|
872
|
+
headers: RawHttpHeaders & CreateTaskCollection200Headers;
|
|
873
|
+
}
|
|
874
|
+
export interface CreateTaskCollectionDefaultResponse extends HttpResponse {
|
|
875
|
+
status: string;
|
|
876
|
+
body: BatchErrorOutput;
|
|
877
|
+
}
|
|
878
|
+
export interface DeleteTask200Headers {
|
|
879
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
880
|
+
"client-request-id"?: string;
|
|
881
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
882
|
+
"request-id"?: string;
|
|
883
|
+
}
|
|
884
|
+
/** The request has succeeded. */
|
|
885
|
+
export interface DeleteTask200Response extends HttpResponse {
|
|
886
|
+
status: "200";
|
|
887
|
+
headers: RawHttpHeaders & DeleteTask200Headers;
|
|
888
|
+
}
|
|
889
|
+
export interface DeleteTaskDefaultResponse extends HttpResponse {
|
|
890
|
+
status: string;
|
|
891
|
+
body: BatchErrorOutput;
|
|
892
|
+
}
|
|
893
|
+
export interface GetTask200Headers {
|
|
894
|
+
/** The OData ID of the resource to which the request applied. */
|
|
895
|
+
dataserviceid: string;
|
|
896
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
897
|
+
etag?: string;
|
|
898
|
+
/** The time at which the resource was last modified. */
|
|
899
|
+
"last-modified"?: string;
|
|
900
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
901
|
+
"client-request-id"?: string;
|
|
902
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
903
|
+
"request-id"?: string;
|
|
904
|
+
}
|
|
905
|
+
/** The request has succeeded. */
|
|
906
|
+
export interface GetTask200Response extends HttpResponse {
|
|
907
|
+
status: "200";
|
|
908
|
+
body: BatchTaskOutput;
|
|
909
|
+
headers: RawHttpHeaders & GetTask200Headers;
|
|
910
|
+
}
|
|
911
|
+
export interface GetTaskDefaultResponse extends HttpResponse {
|
|
912
|
+
status: string;
|
|
913
|
+
body: BatchErrorOutput;
|
|
914
|
+
}
|
|
915
|
+
export interface ReplaceTask200Headers {
|
|
916
|
+
/** The OData ID of the resource to which the request applied. */
|
|
917
|
+
dataserviceid: string;
|
|
918
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
919
|
+
etag?: string;
|
|
920
|
+
/** The time at which the resource was last modified. */
|
|
921
|
+
"last-modified"?: string;
|
|
922
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
923
|
+
"client-request-id"?: string;
|
|
924
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
925
|
+
"request-id"?: string;
|
|
926
|
+
}
|
|
927
|
+
/** The request has succeeded. */
|
|
928
|
+
export interface ReplaceTask200Response extends HttpResponse {
|
|
929
|
+
status: "200";
|
|
930
|
+
headers: RawHttpHeaders & ReplaceTask200Headers;
|
|
931
|
+
}
|
|
932
|
+
export interface ReplaceTaskDefaultResponse extends HttpResponse {
|
|
933
|
+
status: string;
|
|
934
|
+
body: BatchErrorOutput;
|
|
935
|
+
}
|
|
936
|
+
export interface ListSubTasks200Headers {
|
|
937
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
938
|
+
etag?: string;
|
|
939
|
+
/** The time at which the resource was last modified. */
|
|
940
|
+
"last-modified"?: string;
|
|
941
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
942
|
+
"client-request-id"?: string;
|
|
943
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
944
|
+
"request-id"?: string;
|
|
945
|
+
}
|
|
946
|
+
/** The request has succeeded. */
|
|
947
|
+
export interface ListSubTasks200Response extends HttpResponse {
|
|
948
|
+
status: "200";
|
|
949
|
+
body: BatchTaskListSubtasksResultOutput;
|
|
950
|
+
headers: RawHttpHeaders & ListSubTasks200Headers;
|
|
951
|
+
}
|
|
952
|
+
export interface ListSubTasksDefaultResponse extends HttpResponse {
|
|
953
|
+
status: string;
|
|
954
|
+
body: BatchErrorOutput;
|
|
955
|
+
}
|
|
956
|
+
export interface TerminateTask204Headers {
|
|
957
|
+
/** The OData ID of the resource to which the request applied. */
|
|
958
|
+
dataserviceid: string;
|
|
959
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
960
|
+
etag?: string;
|
|
961
|
+
/** The time at which the resource was last modified. */
|
|
962
|
+
"last-modified"?: string;
|
|
963
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
964
|
+
"client-request-id"?: string;
|
|
965
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
966
|
+
"request-id"?: string;
|
|
967
|
+
}
|
|
968
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
969
|
+
export interface TerminateTask204Response extends HttpResponse {
|
|
970
|
+
status: "204";
|
|
971
|
+
headers: RawHttpHeaders & TerminateTask204Headers;
|
|
972
|
+
}
|
|
973
|
+
export interface TerminateTaskDefaultResponse extends HttpResponse {
|
|
974
|
+
status: string;
|
|
975
|
+
body: BatchErrorOutput;
|
|
976
|
+
}
|
|
977
|
+
export interface ReactivateTask204Headers {
|
|
978
|
+
/** The OData ID of the resource to which the request applied. */
|
|
979
|
+
dataserviceid: string;
|
|
980
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
981
|
+
etag?: string;
|
|
982
|
+
/** The time at which the resource was last modified. */
|
|
983
|
+
"last-modified"?: string;
|
|
984
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
985
|
+
"client-request-id"?: string;
|
|
986
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
987
|
+
"request-id"?: string;
|
|
988
|
+
}
|
|
989
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
990
|
+
export interface ReactivateTask204Response extends HttpResponse {
|
|
991
|
+
status: "204";
|
|
992
|
+
headers: RawHttpHeaders & ReactivateTask204Headers;
|
|
993
|
+
}
|
|
994
|
+
export interface ReactivateTaskDefaultResponse extends HttpResponse {
|
|
995
|
+
status: string;
|
|
996
|
+
body: BatchErrorOutput;
|
|
997
|
+
}
|
|
998
|
+
export interface DeleteTaskFile200Headers {
|
|
999
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
1000
|
+
"client-request-id"?: string;
|
|
1001
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
1002
|
+
"request-id"?: string;
|
|
1003
|
+
}
|
|
1004
|
+
/** The request has succeeded. */
|
|
1005
|
+
export interface DeleteTaskFile200Response extends HttpResponse {
|
|
1006
|
+
status: "200";
|
|
1007
|
+
headers: RawHttpHeaders & DeleteTaskFile200Headers;
|
|
1008
|
+
}
|
|
1009
|
+
export interface DeleteTaskFileDefaultResponse extends HttpResponse {
|
|
1010
|
+
status: string;
|
|
1011
|
+
body: BatchErrorOutput;
|
|
1012
|
+
}
|
|
1013
|
+
export interface GetTaskFile200Headers {
|
|
1014
|
+
/** The length of the file. */
|
|
1015
|
+
"content-length": string;
|
|
1016
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
1017
|
+
etag?: string;
|
|
1018
|
+
/** The time at which the resource was last modified. */
|
|
1019
|
+
"last-modified"?: string;
|
|
1020
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
1021
|
+
"client-request-id"?: string;
|
|
1022
|
+
/** Whether the object represents a directory. */
|
|
1023
|
+
"ocp-batch-file-isdirectory": boolean;
|
|
1024
|
+
/** The file mode attribute in octal format. */
|
|
1025
|
+
"ocp-batch-file-mode": string;
|
|
1026
|
+
/** The URL of the file. */
|
|
1027
|
+
"ocp-batch-file-url": string;
|
|
1028
|
+
/** The file creation time. */
|
|
1029
|
+
"ocp-creation-time"?: string;
|
|
1030
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
1031
|
+
"request-id"?: string;
|
|
1032
|
+
/** Type of content */
|
|
1033
|
+
"content-type": "application/octet-stream";
|
|
1034
|
+
}
|
|
1035
|
+
/** The request has succeeded. */
|
|
1036
|
+
export interface GetTaskFile200Response extends HttpResponse {
|
|
1037
|
+
status: "200";
|
|
1038
|
+
/** Value may contain any sequence of octets */
|
|
1039
|
+
body: Uint8Array;
|
|
1040
|
+
headers: RawHttpHeaders & GetTaskFile200Headers;
|
|
1041
|
+
}
|
|
1042
|
+
export interface GetTaskFileDefaultResponse extends HttpResponse {
|
|
1043
|
+
status: string;
|
|
1044
|
+
body: BatchErrorOutput;
|
|
1045
|
+
}
|
|
1046
|
+
export interface GetTaskFileProperties200Headers {
|
|
1047
|
+
/** The length of the file. */
|
|
1048
|
+
"content-length": string;
|
|
1049
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
1050
|
+
etag?: string;
|
|
1051
|
+
/** The time at which the resource was last modified. */
|
|
1052
|
+
"last-modified"?: string;
|
|
1053
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
1054
|
+
"client-request-id"?: string;
|
|
1055
|
+
/** Whether the object represents a directory. */
|
|
1056
|
+
"ocp-batch-file-isdirectory": boolean;
|
|
1057
|
+
/** The file mode attribute in octal format. */
|
|
1058
|
+
"ocp-batch-file-mode": string;
|
|
1059
|
+
/** The URL of the file. */
|
|
1060
|
+
"ocp-batch-file-url": string;
|
|
1061
|
+
/** The file creation time. */
|
|
1062
|
+
"ocp-creation-time"?: string;
|
|
1063
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
1064
|
+
"request-id"?: string;
|
|
1065
|
+
}
|
|
1066
|
+
/** The request has succeeded. */
|
|
1067
|
+
export interface GetTaskFileProperties200Response extends HttpResponse {
|
|
1068
|
+
status: "200";
|
|
1069
|
+
headers: RawHttpHeaders & GetTaskFileProperties200Headers;
|
|
1070
|
+
}
|
|
1071
|
+
export interface GetTaskFilePropertiesDefaultResponse extends HttpResponse {
|
|
1072
|
+
status: string;
|
|
1073
|
+
body: BatchErrorOutput;
|
|
1074
|
+
}
|
|
1075
|
+
export interface ListTaskFiles200Headers {
|
|
1076
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
1077
|
+
etag?: string;
|
|
1078
|
+
/** The time at which the resource was last modified. */
|
|
1079
|
+
"last-modified"?: string;
|
|
1080
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
1081
|
+
"client-request-id"?: string;
|
|
1082
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
1083
|
+
"request-id"?: string;
|
|
1084
|
+
}
|
|
1085
|
+
/** The request has succeeded. */
|
|
1086
|
+
export interface ListTaskFiles200Response extends HttpResponse {
|
|
1087
|
+
status: "200";
|
|
1088
|
+
body: BatchNodeFileListResultOutput;
|
|
1089
|
+
headers: RawHttpHeaders & ListTaskFiles200Headers;
|
|
1090
|
+
}
|
|
1091
|
+
export interface ListTaskFilesDefaultResponse extends HttpResponse {
|
|
1092
|
+
status: string;
|
|
1093
|
+
body: BatchErrorOutput;
|
|
1094
|
+
}
|
|
1095
|
+
export interface CreateNodeUser201Headers {
|
|
1096
|
+
/** The OData ID of the resource to which the request applied. */
|
|
1097
|
+
dataserviceid: string;
|
|
1098
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
1099
|
+
etag?: string;
|
|
1100
|
+
/** The time at which the resource was last modified. */
|
|
1101
|
+
"last-modified"?: string;
|
|
1102
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
1103
|
+
"client-request-id"?: string;
|
|
1104
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
1105
|
+
"request-id"?: string;
|
|
1106
|
+
}
|
|
1107
|
+
/** The request has succeeded and a new resource has been created as a result. */
|
|
1108
|
+
export interface CreateNodeUser201Response extends HttpResponse {
|
|
1109
|
+
status: "201";
|
|
1110
|
+
headers: RawHttpHeaders & CreateNodeUser201Headers;
|
|
1111
|
+
}
|
|
1112
|
+
export interface CreateNodeUserDefaultResponse extends HttpResponse {
|
|
1113
|
+
status: string;
|
|
1114
|
+
body: BatchErrorOutput;
|
|
1115
|
+
}
|
|
1116
|
+
export interface DeleteNodeUser200Headers {
|
|
1117
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
1118
|
+
"client-request-id"?: string;
|
|
1119
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
1120
|
+
"request-id"?: string;
|
|
1121
|
+
}
|
|
1122
|
+
/** The request has succeeded. */
|
|
1123
|
+
export interface DeleteNodeUser200Response extends HttpResponse {
|
|
1124
|
+
status: "200";
|
|
1125
|
+
headers: RawHttpHeaders & DeleteNodeUser200Headers;
|
|
1126
|
+
}
|
|
1127
|
+
export interface DeleteNodeUserDefaultResponse extends HttpResponse {
|
|
1128
|
+
status: string;
|
|
1129
|
+
body: BatchErrorOutput;
|
|
1130
|
+
}
|
|
1131
|
+
export interface ReplaceNodeUser200Headers {
|
|
1132
|
+
/** The OData ID of the resource to which the request applied. */
|
|
1133
|
+
dataserviceid: string;
|
|
1134
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
1135
|
+
etag?: string;
|
|
1136
|
+
/** The time at which the resource was last modified. */
|
|
1137
|
+
"last-modified"?: string;
|
|
1138
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
1139
|
+
"client-request-id"?: string;
|
|
1140
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
1141
|
+
"request-id"?: string;
|
|
1142
|
+
}
|
|
1143
|
+
/** The request has succeeded. */
|
|
1144
|
+
export interface ReplaceNodeUser200Response extends HttpResponse {
|
|
1145
|
+
status: "200";
|
|
1146
|
+
headers: RawHttpHeaders & ReplaceNodeUser200Headers;
|
|
1147
|
+
}
|
|
1148
|
+
export interface ReplaceNodeUserDefaultResponse extends HttpResponse {
|
|
1149
|
+
status: string;
|
|
1150
|
+
body: BatchErrorOutput;
|
|
1151
|
+
}
|
|
1152
|
+
export interface GetNode200Headers {
|
|
1153
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
1154
|
+
etag?: string;
|
|
1155
|
+
/** The time at which the resource was last modified. */
|
|
1156
|
+
"last-modified"?: string;
|
|
1157
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
1158
|
+
"client-request-id"?: string;
|
|
1159
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
1160
|
+
"request-id"?: string;
|
|
1161
|
+
}
|
|
1162
|
+
/** The request has succeeded. */
|
|
1163
|
+
export interface GetNode200Response extends HttpResponse {
|
|
1164
|
+
status: "200";
|
|
1165
|
+
body: BatchNodeOutput;
|
|
1166
|
+
headers: RawHttpHeaders & GetNode200Headers;
|
|
1167
|
+
}
|
|
1168
|
+
export interface GetNodeDefaultResponse extends HttpResponse {
|
|
1169
|
+
status: string;
|
|
1170
|
+
body: BatchErrorOutput;
|
|
1171
|
+
}
|
|
1172
|
+
export interface RebootNode202Headers {
|
|
1173
|
+
/** The OData ID of the resource to which the request applied. */
|
|
1174
|
+
dataserviceid: string;
|
|
1175
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
1176
|
+
etag?: string;
|
|
1177
|
+
/** The time at which the resource was last modified. */
|
|
1178
|
+
"last-modified"?: string;
|
|
1179
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
1180
|
+
"client-request-id"?: string;
|
|
1181
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
1182
|
+
"request-id"?: string;
|
|
1183
|
+
}
|
|
1184
|
+
/** The request has been accepted for processing, but processing has not yet completed. */
|
|
1185
|
+
export interface RebootNode202Response extends HttpResponse {
|
|
1186
|
+
status: "202";
|
|
1187
|
+
headers: RawHttpHeaders & RebootNode202Headers;
|
|
1188
|
+
}
|
|
1189
|
+
export interface RebootNodeDefaultResponse extends HttpResponse {
|
|
1190
|
+
status: string;
|
|
1191
|
+
body: BatchErrorOutput;
|
|
1192
|
+
}
|
|
1193
|
+
export interface DisableNodeScheduling200Headers {
|
|
1194
|
+
/** The OData ID of the resource to which the request applied. */
|
|
1195
|
+
dataserviceid: string;
|
|
1196
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
1197
|
+
etag?: string;
|
|
1198
|
+
/** The time at which the resource was last modified. */
|
|
1199
|
+
"last-modified"?: string;
|
|
1200
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
1201
|
+
"client-request-id"?: string;
|
|
1202
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
1203
|
+
"request-id"?: string;
|
|
1204
|
+
}
|
|
1205
|
+
/** The request has succeeded. */
|
|
1206
|
+
export interface DisableNodeScheduling200Response extends HttpResponse {
|
|
1207
|
+
status: "200";
|
|
1208
|
+
headers: RawHttpHeaders & DisableNodeScheduling200Headers;
|
|
1209
|
+
}
|
|
1210
|
+
export interface DisableNodeSchedulingDefaultResponse extends HttpResponse {
|
|
1211
|
+
status: string;
|
|
1212
|
+
body: BatchErrorOutput;
|
|
1213
|
+
}
|
|
1214
|
+
export interface EnableNodeScheduling200Headers {
|
|
1215
|
+
/** The OData ID of the resource to which the request applied. */
|
|
1216
|
+
dataserviceid: string;
|
|
1217
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
1218
|
+
etag?: string;
|
|
1219
|
+
/** The time at which the resource was last modified. */
|
|
1220
|
+
"last-modified"?: string;
|
|
1221
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
1222
|
+
"client-request-id"?: string;
|
|
1223
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
1224
|
+
"request-id"?: string;
|
|
1225
|
+
}
|
|
1226
|
+
/** The request has succeeded. */
|
|
1227
|
+
export interface EnableNodeScheduling200Response extends HttpResponse {
|
|
1228
|
+
status: "200";
|
|
1229
|
+
headers: RawHttpHeaders & EnableNodeScheduling200Headers;
|
|
1230
|
+
}
|
|
1231
|
+
export interface EnableNodeSchedulingDefaultResponse extends HttpResponse {
|
|
1232
|
+
status: string;
|
|
1233
|
+
body: BatchErrorOutput;
|
|
1234
|
+
}
|
|
1235
|
+
export interface GetNodeRemoteLoginSettings200Headers {
|
|
1236
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
1237
|
+
etag?: string;
|
|
1238
|
+
/** The time at which the resource was last modified. */
|
|
1239
|
+
"last-modified"?: string;
|
|
1240
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
1241
|
+
"client-request-id"?: string;
|
|
1242
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
1243
|
+
"request-id"?: string;
|
|
1244
|
+
}
|
|
1245
|
+
/** The request has succeeded. */
|
|
1246
|
+
export interface GetNodeRemoteLoginSettings200Response extends HttpResponse {
|
|
1247
|
+
status: "200";
|
|
1248
|
+
body: BatchNodeRemoteLoginSettingsOutput;
|
|
1249
|
+
headers: RawHttpHeaders & GetNodeRemoteLoginSettings200Headers;
|
|
1250
|
+
}
|
|
1251
|
+
export interface GetNodeRemoteLoginSettingsDefaultResponse extends HttpResponse {
|
|
1252
|
+
status: string;
|
|
1253
|
+
body: BatchErrorOutput;
|
|
1254
|
+
}
|
|
1255
|
+
export interface UploadNodeLogs200Headers {
|
|
1256
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
1257
|
+
etag?: string;
|
|
1258
|
+
/** The time at which the resource was last modified. */
|
|
1259
|
+
"last-modified"?: string;
|
|
1260
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
1261
|
+
"client-request-id"?: string;
|
|
1262
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
1263
|
+
"request-id"?: string;
|
|
1264
|
+
}
|
|
1265
|
+
/** The request has succeeded. */
|
|
1266
|
+
export interface UploadNodeLogs200Response extends HttpResponse {
|
|
1267
|
+
status: "200";
|
|
1268
|
+
body: UploadBatchServiceLogsResultOutput;
|
|
1269
|
+
headers: RawHttpHeaders & UploadNodeLogs200Headers;
|
|
1270
|
+
}
|
|
1271
|
+
export interface UploadNodeLogsDefaultResponse extends HttpResponse {
|
|
1272
|
+
status: string;
|
|
1273
|
+
body: BatchErrorOutput;
|
|
1274
|
+
}
|
|
1275
|
+
export interface ListNodes200Headers {
|
|
1276
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
1277
|
+
etag?: string;
|
|
1278
|
+
/** The time at which the resource was last modified. */
|
|
1279
|
+
"last-modified"?: string;
|
|
1280
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
1281
|
+
"client-request-id"?: string;
|
|
1282
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
1283
|
+
"request-id"?: string;
|
|
1284
|
+
}
|
|
1285
|
+
/** The request has succeeded. */
|
|
1286
|
+
export interface ListNodes200Response extends HttpResponse {
|
|
1287
|
+
status: "200";
|
|
1288
|
+
body: BatchNodeListResultOutput;
|
|
1289
|
+
headers: RawHttpHeaders & ListNodes200Headers;
|
|
1290
|
+
}
|
|
1291
|
+
export interface ListNodesDefaultResponse extends HttpResponse {
|
|
1292
|
+
status: string;
|
|
1293
|
+
body: BatchErrorOutput;
|
|
1294
|
+
}
|
|
1295
|
+
export interface GetNodeExtension200Headers {
|
|
1296
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
1297
|
+
etag?: string;
|
|
1298
|
+
/** The time at which the resource was last modified. */
|
|
1299
|
+
"last-modified"?: string;
|
|
1300
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
1301
|
+
"client-request-id"?: string;
|
|
1302
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
1303
|
+
"request-id"?: string;
|
|
1304
|
+
}
|
|
1305
|
+
/** The request has succeeded. */
|
|
1306
|
+
export interface GetNodeExtension200Response extends HttpResponse {
|
|
1307
|
+
status: "200";
|
|
1308
|
+
body: BatchNodeVMExtensionOutput;
|
|
1309
|
+
headers: RawHttpHeaders & GetNodeExtension200Headers;
|
|
1310
|
+
}
|
|
1311
|
+
export interface GetNodeExtensionDefaultResponse extends HttpResponse {
|
|
1312
|
+
status: string;
|
|
1313
|
+
body: BatchErrorOutput;
|
|
1314
|
+
}
|
|
1315
|
+
export interface ListNodeExtensions200Headers {
|
|
1316
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
1317
|
+
etag?: string;
|
|
1318
|
+
/** The time at which the resource was last modified. */
|
|
1319
|
+
"last-modified"?: string;
|
|
1320
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
1321
|
+
"client-request-id"?: string;
|
|
1322
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
1323
|
+
"request-id"?: string;
|
|
1324
|
+
}
|
|
1325
|
+
/** The request has succeeded. */
|
|
1326
|
+
export interface ListNodeExtensions200Response extends HttpResponse {
|
|
1327
|
+
status: "200";
|
|
1328
|
+
body: BatchNodeVMExtensionListResultOutput;
|
|
1329
|
+
headers: RawHttpHeaders & ListNodeExtensions200Headers;
|
|
1330
|
+
}
|
|
1331
|
+
export interface ListNodeExtensionsDefaultResponse extends HttpResponse {
|
|
1332
|
+
status: string;
|
|
1333
|
+
body: BatchErrorOutput;
|
|
1334
|
+
}
|
|
1335
|
+
export interface DeleteNodeFile200Headers {
|
|
1336
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
1337
|
+
"client-request-id"?: string;
|
|
1338
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
1339
|
+
"request-id"?: string;
|
|
1340
|
+
}
|
|
1341
|
+
/** The request has succeeded. */
|
|
1342
|
+
export interface DeleteNodeFile200Response extends HttpResponse {
|
|
1343
|
+
status: "200";
|
|
1344
|
+
headers: RawHttpHeaders & DeleteNodeFile200Headers;
|
|
1345
|
+
}
|
|
1346
|
+
export interface DeleteNodeFileDefaultResponse extends HttpResponse {
|
|
1347
|
+
status: string;
|
|
1348
|
+
body: BatchErrorOutput;
|
|
1349
|
+
}
|
|
1350
|
+
export interface GetNodeFile200Headers {
|
|
1351
|
+
/** The length of the file. */
|
|
1352
|
+
"content-length": string;
|
|
1353
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
1354
|
+
etag?: string;
|
|
1355
|
+
/** The time at which the resource was last modified. */
|
|
1356
|
+
"last-modified"?: string;
|
|
1357
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
1358
|
+
"client-request-id"?: string;
|
|
1359
|
+
/** Whether the object represents a directory. */
|
|
1360
|
+
"ocp-batch-file-isdirectory": boolean;
|
|
1361
|
+
/** The file mode attribute in octal format. */
|
|
1362
|
+
"ocp-batch-file-mode": string;
|
|
1363
|
+
/** The URL of the file. */
|
|
1364
|
+
"ocp-batch-file-url": string;
|
|
1365
|
+
/** The file creation time. */
|
|
1366
|
+
"ocp-creation-time"?: string;
|
|
1367
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
1368
|
+
"request-id"?: string;
|
|
1369
|
+
/** Type of content */
|
|
1370
|
+
"content-type": "application/octet-stream";
|
|
1371
|
+
}
|
|
1372
|
+
/** The request has succeeded. */
|
|
1373
|
+
export interface GetNodeFile200Response extends HttpResponse {
|
|
1374
|
+
status: "200";
|
|
1375
|
+
/** Value may contain any sequence of octets */
|
|
1376
|
+
body: Uint8Array;
|
|
1377
|
+
headers: RawHttpHeaders & GetNodeFile200Headers;
|
|
1378
|
+
}
|
|
1379
|
+
export interface GetNodeFileDefaultResponse extends HttpResponse {
|
|
1380
|
+
status: string;
|
|
1381
|
+
body: BatchErrorOutput;
|
|
1382
|
+
}
|
|
1383
|
+
export interface GetNodeFileProperties200Headers {
|
|
1384
|
+
/** The length of the file. */
|
|
1385
|
+
"content-length": string;
|
|
1386
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
1387
|
+
etag?: string;
|
|
1388
|
+
/** The time at which the resource was last modified. */
|
|
1389
|
+
"last-modified"?: string;
|
|
1390
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
1391
|
+
"client-request-id"?: string;
|
|
1392
|
+
/** Whether the object represents a directory. */
|
|
1393
|
+
"ocp-batch-file-isdirectory": boolean;
|
|
1394
|
+
/** The file mode attribute in octal format. */
|
|
1395
|
+
"ocp-batch-file-mode": string;
|
|
1396
|
+
/** The URL of the file. */
|
|
1397
|
+
"ocp-batch-file-url": string;
|
|
1398
|
+
/** The file creation time. */
|
|
1399
|
+
"ocp-creation-time"?: string;
|
|
1400
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
1401
|
+
"request-id"?: string;
|
|
1402
|
+
}
|
|
1403
|
+
/** The request has succeeded. */
|
|
1404
|
+
export interface GetNodeFileProperties200Response extends HttpResponse {
|
|
1405
|
+
status: "200";
|
|
1406
|
+
headers: RawHttpHeaders & GetNodeFileProperties200Headers;
|
|
1407
|
+
}
|
|
1408
|
+
export interface GetNodeFilePropertiesDefaultResponse extends HttpResponse {
|
|
1409
|
+
status: string;
|
|
1410
|
+
body: BatchErrorOutput;
|
|
1411
|
+
}
|
|
1412
|
+
export interface ListNodeFiles200Headers {
|
|
1413
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers. */
|
|
1414
|
+
etag?: string;
|
|
1415
|
+
/** The time at which the resource was last modified. */
|
|
1416
|
+
"last-modified"?: string;
|
|
1417
|
+
/** The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true. */
|
|
1418
|
+
"client-request-id"?: string;
|
|
1419
|
+
/** A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in. */
|
|
1420
|
+
"request-id"?: string;
|
|
1421
|
+
}
|
|
1422
|
+
/** The request has succeeded. */
|
|
1423
|
+
export interface ListNodeFiles200Response extends HttpResponse {
|
|
1424
|
+
status: "200";
|
|
1425
|
+
body: BatchNodeFileListResultOutput;
|
|
1426
|
+
headers: RawHttpHeaders & ListNodeFiles200Headers;
|
|
1427
|
+
}
|
|
1428
|
+
export interface ListNodeFilesDefaultResponse extends HttpResponse {
|
|
1429
|
+
status: string;
|
|
1430
|
+
body: BatchErrorOutput;
|
|
1431
|
+
}
|
|
1432
|
+
//# sourceMappingURL=responses.d.ts.map
|