@azure-rest/batch 1.0.0-beta.2 → 1.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +4 -4
- package/README.md +4 -4
- package/dist/browser/batchClient.js +17 -22
- package/dist/browser/batchClient.js.map +1 -1
- package/dist/browser/clientDefinitions.d.ts +1 -1
- package/dist/browser/clientDefinitions.js.map +1 -1
- package/dist/browser/index.d.ts +0 -1
- package/dist/browser/index.js +0 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/isUnexpected.js +4 -5
- package/dist/browser/isUnexpected.js.map +1 -1
- package/dist/browser/models.d.ts +216 -178
- package/dist/browser/models.js.map +1 -1
- package/dist/browser/outputModels.d.ts +254 -202
- package/dist/browser/outputModels.js.map +1 -1
- package/dist/browser/paginateHelper.d.ts +27 -2
- package/dist/browser/paginateHelper.js +69 -2
- package/dist/browser/paginateHelper.js.map +1 -1
- package/dist/browser/parameters.d.ts +274 -58
- package/dist/browser/parameters.js.map +1 -1
- package/dist/browser/responses.d.ts +2 -2
- package/dist/browser/responses.js.map +1 -1
- package/dist/commonjs/batchClient.js +17 -22
- package/dist/commonjs/batchClient.js.map +1 -1
- package/dist/commonjs/clientDefinitions.d.ts +1 -1
- package/dist/commonjs/clientDefinitions.js.map +1 -1
- package/dist/commonjs/credentials/batchSharedKeyCredentials.js +1 -2
- package/dist/commonjs/credentials/batchSharedKeyCredentials.js.map +1 -1
- package/dist/commonjs/index.d.ts +0 -1
- package/dist/commonjs/index.js +0 -1
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/isUnexpected.js +4 -5
- package/dist/commonjs/isUnexpected.js.map +1 -1
- package/dist/commonjs/models.d.ts +216 -178
- package/dist/commonjs/models.js.map +1 -1
- package/dist/commonjs/outputModels.d.ts +254 -202
- package/dist/commonjs/outputModels.js.map +1 -1
- package/dist/commonjs/paginateHelper.d.ts +27 -2
- package/dist/commonjs/paginateHelper.js +70 -3
- package/dist/commonjs/paginateHelper.js.map +1 -1
- package/dist/commonjs/parameters.d.ts +274 -58
- package/dist/commonjs/parameters.js.map +1 -1
- package/dist/commonjs/responses.d.ts +2 -2
- package/dist/commonjs/responses.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/batchClient.js +17 -22
- package/dist/esm/batchClient.js.map +1 -1
- package/dist/esm/clientDefinitions.d.ts +1 -1
- package/dist/esm/clientDefinitions.js.map +1 -1
- package/dist/esm/credentials/batchSharedKeyCredentials.js +1 -2
- package/dist/esm/credentials/batchSharedKeyCredentials.js.map +1 -1
- package/dist/esm/index.d.ts +0 -1
- package/dist/esm/index.js +0 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/isUnexpected.js +4 -5
- package/dist/esm/isUnexpected.js.map +1 -1
- package/dist/esm/models.d.ts +216 -178
- package/dist/esm/models.js.map +1 -1
- package/dist/esm/outputModels.d.ts +254 -202
- package/dist/esm/outputModels.js.map +1 -1
- package/dist/esm/paginateHelper.d.ts +27 -2
- package/dist/esm/paginateHelper.js +69 -2
- package/dist/esm/paginateHelper.js.map +1 -1
- package/dist/esm/parameters.d.ts +274 -58
- package/dist/esm/parameters.js.map +1 -1
- package/dist/esm/responses.d.ts +2 -2
- package/dist/esm/responses.js.map +1 -1
- package/dist/react-native/batchClient.js +17 -22
- package/dist/react-native/batchClient.js.map +1 -1
- package/dist/react-native/clientDefinitions.d.ts +1 -1
- package/dist/react-native/clientDefinitions.js.map +1 -1
- package/dist/react-native/index.d.ts +0 -1
- package/dist/react-native/index.js +0 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/isUnexpected.js +4 -5
- package/dist/react-native/isUnexpected.js.map +1 -1
- package/dist/react-native/models.d.ts +216 -178
- package/dist/react-native/models.js.map +1 -1
- package/dist/react-native/outputModels.d.ts +254 -202
- package/dist/react-native/outputModels.js.map +1 -1
- package/dist/react-native/paginateHelper.d.ts +27 -2
- package/dist/react-native/paginateHelper.js +69 -2
- package/dist/react-native/paginateHelper.js.map +1 -1
- package/dist/react-native/parameters.d.ts +274 -58
- package/dist/react-native/parameters.js.map +1 -1
- package/dist/react-native/responses.d.ts +2 -2
- package/dist/react-native/responses.js.map +1 -1
- package/package.json +52 -53
- package/dist/browser/batchClient.d.ts.map +0 -1
- package/dist/browser/clientDefinitions.d.ts.map +0 -1
- package/dist/browser/credentials/batchSharedKeyCredentials-browser.d.mts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/isUnexpected.d.ts.map +0 -1
- package/dist/browser/logger.d.ts.map +0 -1
- package/dist/browser/models.d.ts.map +0 -1
- package/dist/browser/outputModels.d.ts.map +0 -1
- package/dist/browser/paginateHelper.d.ts.map +0 -1
- package/dist/browser/parameters.d.ts.map +0 -1
- package/dist/browser/replacePoolPropertiesPolicy.d.ts +0 -11
- package/dist/browser/replacePoolPropertiesPolicy.d.ts.map +0 -1
- package/dist/browser/replacePoolPropertiesPolicy.js +0 -33
- package/dist/browser/replacePoolPropertiesPolicy.js.map +0 -1
- package/dist/browser/responses.d.ts.map +0 -1
- package/dist/commonjs/batchClient.d.ts.map +0 -1
- package/dist/commonjs/clientDefinitions.d.ts.map +0 -1
- package/dist/commonjs/credentials/batchSharedKeyCredentials.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/isUnexpected.d.ts.map +0 -1
- package/dist/commonjs/logger.d.ts.map +0 -1
- package/dist/commonjs/models.d.ts.map +0 -1
- package/dist/commonjs/outputModels.d.ts.map +0 -1
- package/dist/commonjs/paginateHelper.d.ts.map +0 -1
- package/dist/commonjs/parameters.d.ts.map +0 -1
- package/dist/commonjs/replacePoolPropertiesPolicy.d.ts +0 -11
- package/dist/commonjs/replacePoolPropertiesPolicy.d.ts.map +0 -1
- package/dist/commonjs/replacePoolPropertiesPolicy.js +0 -36
- package/dist/commonjs/replacePoolPropertiesPolicy.js.map +0 -1
- package/dist/commonjs/responses.d.ts.map +0 -1
- package/dist/esm/batchClient.d.ts.map +0 -1
- package/dist/esm/clientDefinitions.d.ts.map +0 -1
- package/dist/esm/credentials/batchSharedKeyCredentials.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/isUnexpected.d.ts.map +0 -1
- package/dist/esm/logger.d.ts.map +0 -1
- package/dist/esm/models.d.ts.map +0 -1
- package/dist/esm/outputModels.d.ts.map +0 -1
- package/dist/esm/paginateHelper.d.ts.map +0 -1
- package/dist/esm/parameters.d.ts.map +0 -1
- package/dist/esm/replacePoolPropertiesPolicy.d.ts +0 -11
- package/dist/esm/replacePoolPropertiesPolicy.d.ts.map +0 -1
- package/dist/esm/replacePoolPropertiesPolicy.js +0 -33
- package/dist/esm/replacePoolPropertiesPolicy.js.map +0 -1
- package/dist/esm/responses.d.ts.map +0 -1
- package/dist/react-native/batchClient.d.ts.map +0 -1
- package/dist/react-native/clientDefinitions.d.ts.map +0 -1
- package/dist/react-native/credentials/batchSharedKeyCredentials-react-native.d.mts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/isUnexpected.d.ts.map +0 -1
- package/dist/react-native/logger.d.ts.map +0 -1
- package/dist/react-native/models.d.ts.map +0 -1
- package/dist/react-native/outputModels.d.ts.map +0 -1
- package/dist/react-native/paginateHelper.d.ts.map +0 -1
- package/dist/react-native/parameters.d.ts.map +0 -1
- package/dist/react-native/replacePoolPropertiesPolicy.d.ts +0 -11
- package/dist/react-native/replacePoolPropertiesPolicy.d.ts.map +0 -1
- package/dist/react-native/replacePoolPropertiesPolicy.js +0 -33
- package/dist/react-native/replacePoolPropertiesPolicy.js.map +0 -1
- package/dist/react-native/responses.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../src/parameters.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RawHttpHeadersInput } from \"@azure/core-rest-pipeline\";\nimport type { RequestParameters } from \"@azure-rest/core-client\";\nimport type {\n BatchPoolCreateContent,\n BatchPoolUpdateContent,\n BatchPoolEnableAutoScaleContent,\n BatchPoolEvaluateAutoScaleContent,\n BatchPoolResizeContent,\n BatchPoolReplaceContent,\n BatchNodeRemoveContent,\n BatchJobUpdateContent,\n BatchJob,\n BatchJobDisableContent,\n BatchJobTerminateContent,\n BatchJobCreateContent,\n BatchJobScheduleUpdateContent,\n BatchJobSchedule,\n BatchJobScheduleCreateContent,\n BatchTaskCreateContent,\n BatchTaskGroup,\n BatchTask,\n BatchNodeUserCreateContent,\n BatchNodeUserUpdateContent,\n BatchNodeRebootContent,\n BatchNodeDeallocateContent,\n BatchNodeReimageContent,\n BatchNodeDisableSchedulingContent,\n UploadBatchServiceLogsContent,\n} from \"./models.js\";\n\nexport interface ListApplicationsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ListApplicationsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n}\n\nexport interface ListApplicationsQueryParam {\n queryParameters?: ListApplicationsQueryParamProperties;\n}\n\nexport interface ListApplicationsHeaderParam {\n headers?: RawHttpHeadersInput & ListApplicationsHeaders;\n}\n\nexport type ListApplicationsParameters = ListApplicationsQueryParam &\n ListApplicationsHeaderParam &\n RequestParameters;\n\nexport interface GetApplicationHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface GetApplicationQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface GetApplicationQueryParam {\n queryParameters?: GetApplicationQueryParamProperties;\n}\n\nexport interface GetApplicationHeaderParam {\n headers?: RawHttpHeadersInput & GetApplicationHeaders;\n}\n\nexport type GetApplicationParameters = GetApplicationQueryParam &\n GetApplicationHeaderParam &\n RequestParameters;\n\nexport interface ListPoolUsageMetricsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ListPoolUsageMetricsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * The earliest time from which to include metrics. This must be at least two and\n * a half hours before the current time. If not specified this defaults to the\n * start time of the last aggregation interval currently available.\n */\n startTime?: Date | string;\n /**\n * The latest time from which to include metrics. This must be at least two hours\n * before the current time. If not specified this defaults to the end time of the\n * last aggregation interval currently available.\n */\n endtime?: Date | string;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://docs.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-account-usage-metrics.\n */\n $filter?: string;\n}\n\nexport interface ListPoolUsageMetricsQueryParam {\n queryParameters?: ListPoolUsageMetricsQueryParamProperties;\n}\n\nexport interface ListPoolUsageMetricsHeaderParam {\n headers?: RawHttpHeadersInput & ListPoolUsageMetricsHeaders;\n}\n\nexport type ListPoolUsageMetricsParameters = ListPoolUsageMetricsQueryParam &\n ListPoolUsageMetricsHeaderParam &\n RequestParameters;\n\nexport interface CreatePoolHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface CreatePoolBodyParam {\n /** The Pool to be created. */\n body: BatchPoolCreateContent;\n}\n\nexport interface CreatePoolQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface CreatePoolQueryParam {\n queryParameters?: CreatePoolQueryParamProperties;\n}\n\nexport interface CreatePoolHeaderParam {\n headers?: RawHttpHeadersInput & CreatePoolHeaders;\n}\n\nexport interface CreatePoolMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type CreatePoolParameters = CreatePoolQueryParam &\n CreatePoolHeaderParam &\n CreatePoolMediaTypesParam &\n CreatePoolBodyParam &\n RequestParameters;\n\nexport interface ListPoolsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ListPoolsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://docs.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-pools.\n */\n $filter?: string;\n /** An OData $select clause. */\n $select?: string[];\n /** An OData $expand clause. */\n $expand?: string[];\n}\n\nexport interface ListPoolsQueryParam {\n queryParameters?: ListPoolsQueryParamProperties;\n}\n\nexport interface ListPoolsHeaderParam {\n headers?: RawHttpHeadersInput & ListPoolsHeaders;\n}\n\nexport type ListPoolsParameters = ListPoolsQueryParam & ListPoolsHeaderParam & RequestParameters;\n\nexport interface DeletePoolHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface DeletePoolQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface DeletePoolQueryParam {\n queryParameters?: DeletePoolQueryParamProperties;\n}\n\nexport interface DeletePoolHeaderParam {\n headers?: RawHttpHeadersInput & DeletePoolHeaders;\n}\n\nexport type DeletePoolParameters = DeletePoolQueryParam & DeletePoolHeaderParam & RequestParameters;\n\nexport interface PoolExistsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface PoolExistsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface PoolExistsQueryParam {\n queryParameters?: PoolExistsQueryParamProperties;\n}\n\nexport interface PoolExistsHeaderParam {\n headers?: RawHttpHeadersInput & PoolExistsHeaders;\n}\n\nexport type PoolExistsParameters = PoolExistsQueryParam & PoolExistsHeaderParam & RequestParameters;\n\nexport interface GetPoolHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface GetPoolQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** An OData $select clause. */\n $select?: string[];\n /** An OData $expand clause. */\n $expand?: string[];\n}\n\nexport interface GetPoolQueryParam {\n queryParameters?: GetPoolQueryParamProperties;\n}\n\nexport interface GetPoolHeaderParam {\n headers?: RawHttpHeadersInput & GetPoolHeaders;\n}\n\nexport type GetPoolParameters = GetPoolQueryParam & GetPoolHeaderParam & RequestParameters;\n\nexport interface UpdatePoolHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface UpdatePoolBodyParam {\n /** The pool properties to update. */\n body: BatchPoolUpdateContent;\n}\n\nexport interface UpdatePoolQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface UpdatePoolQueryParam {\n queryParameters?: UpdatePoolQueryParamProperties;\n}\n\nexport interface UpdatePoolHeaderParam {\n headers?: RawHttpHeadersInput & UpdatePoolHeaders;\n}\n\nexport interface UpdatePoolMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type UpdatePoolParameters = UpdatePoolQueryParam &\n UpdatePoolHeaderParam &\n UpdatePoolMediaTypesParam &\n UpdatePoolBodyParam &\n RequestParameters;\n\nexport interface DisablePoolAutoScaleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface DisablePoolAutoScaleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface DisablePoolAutoScaleQueryParam {\n queryParameters?: DisablePoolAutoScaleQueryParamProperties;\n}\n\nexport interface DisablePoolAutoScaleHeaderParam {\n headers?: RawHttpHeadersInput & DisablePoolAutoScaleHeaders;\n}\n\nexport type DisablePoolAutoScaleParameters = DisablePoolAutoScaleQueryParam &\n DisablePoolAutoScaleHeaderParam &\n RequestParameters;\n\nexport interface EnablePoolAutoScaleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface EnablePoolAutoScaleBodyParam {\n /** The options to use for enabling automatic scaling. */\n body: BatchPoolEnableAutoScaleContent;\n}\n\nexport interface EnablePoolAutoScaleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface EnablePoolAutoScaleQueryParam {\n queryParameters?: EnablePoolAutoScaleQueryParamProperties;\n}\n\nexport interface EnablePoolAutoScaleHeaderParam {\n headers?: RawHttpHeadersInput & EnablePoolAutoScaleHeaders;\n}\n\nexport interface EnablePoolAutoScaleMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type EnablePoolAutoScaleParameters = EnablePoolAutoScaleQueryParam &\n EnablePoolAutoScaleHeaderParam &\n EnablePoolAutoScaleMediaTypesParam &\n EnablePoolAutoScaleBodyParam &\n RequestParameters;\n\nexport interface EvaluatePoolAutoScaleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface EvaluatePoolAutoScaleBodyParam {\n /** The options to use for evaluating the automatic scaling formula. */\n body: BatchPoolEvaluateAutoScaleContent;\n}\n\nexport interface EvaluatePoolAutoScaleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface EvaluatePoolAutoScaleQueryParam {\n queryParameters?: EvaluatePoolAutoScaleQueryParamProperties;\n}\n\nexport interface EvaluatePoolAutoScaleHeaderParam {\n headers?: RawHttpHeadersInput & EvaluatePoolAutoScaleHeaders;\n}\n\nexport interface EvaluatePoolAutoScaleMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type EvaluatePoolAutoScaleParameters = EvaluatePoolAutoScaleQueryParam &\n EvaluatePoolAutoScaleHeaderParam &\n EvaluatePoolAutoScaleMediaTypesParam &\n EvaluatePoolAutoScaleBodyParam &\n RequestParameters;\n\nexport interface ResizePoolHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface ResizePoolBodyParam {\n /** The options to use for resizing the pool. */\n body: BatchPoolResizeContent;\n}\n\nexport interface ResizePoolQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface ResizePoolQueryParam {\n queryParameters?: ResizePoolQueryParamProperties;\n}\n\nexport interface ResizePoolHeaderParam {\n headers?: RawHttpHeadersInput & ResizePoolHeaders;\n}\n\nexport interface ResizePoolMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type ResizePoolParameters = ResizePoolQueryParam &\n ResizePoolHeaderParam &\n ResizePoolMediaTypesParam &\n ResizePoolBodyParam &\n RequestParameters;\n\nexport interface StopPoolResizeHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface StopPoolResizeQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface StopPoolResizeQueryParam {\n queryParameters?: StopPoolResizeQueryParamProperties;\n}\n\nexport interface StopPoolResizeHeaderParam {\n headers?: RawHttpHeadersInput & StopPoolResizeHeaders;\n}\n\nexport type StopPoolResizeParameters = StopPoolResizeQueryParam &\n StopPoolResizeHeaderParam &\n RequestParameters;\n\nexport interface ReplacePoolPropertiesHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ReplacePoolPropertiesBodyParam {\n /** The options to use for replacing properties on the pool. */\n body: BatchPoolReplaceContent;\n}\n\nexport interface ReplacePoolPropertiesQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface ReplacePoolPropertiesQueryParam {\n queryParameters?: ReplacePoolPropertiesQueryParamProperties;\n}\n\nexport interface ReplacePoolPropertiesHeaderParam {\n headers?: RawHttpHeadersInput & ReplacePoolPropertiesHeaders;\n}\n\nexport interface ReplacePoolPropertiesMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type ReplacePoolPropertiesParameters = ReplacePoolPropertiesQueryParam &\n ReplacePoolPropertiesHeaderParam &\n ReplacePoolPropertiesMediaTypesParam &\n ReplacePoolPropertiesBodyParam &\n RequestParameters;\n\nexport interface RemoveNodesHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface RemoveNodesBodyParam {\n /** The options to use for removing the node. */\n body: BatchNodeRemoveContent;\n}\n\nexport interface RemoveNodesQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface RemoveNodesQueryParam {\n queryParameters?: RemoveNodesQueryParamProperties;\n}\n\nexport interface RemoveNodesHeaderParam {\n headers?: RawHttpHeadersInput & RemoveNodesHeaders;\n}\n\nexport interface RemoveNodesMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type RemoveNodesParameters = RemoveNodesQueryParam &\n RemoveNodesHeaderParam &\n RemoveNodesMediaTypesParam &\n RemoveNodesBodyParam &\n RequestParameters;\n\nexport interface ListSupportedImagesHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ListSupportedImagesQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://docs.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-support-images.\n */\n $filter?: string;\n}\n\nexport interface ListSupportedImagesQueryParam {\n queryParameters?: ListSupportedImagesQueryParamProperties;\n}\n\nexport interface ListSupportedImagesHeaderParam {\n headers?: RawHttpHeadersInput & ListSupportedImagesHeaders;\n}\n\nexport type ListSupportedImagesParameters = ListSupportedImagesQueryParam &\n ListSupportedImagesHeaderParam &\n RequestParameters;\n\nexport interface ListPoolNodeCountsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ListPoolNodeCountsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://docs.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-support-images.\n */\n $filter?: string;\n}\n\nexport interface ListPoolNodeCountsQueryParam {\n queryParameters?: ListPoolNodeCountsQueryParamProperties;\n}\n\nexport interface ListPoolNodeCountsHeaderParam {\n headers?: RawHttpHeadersInput & ListPoolNodeCountsHeaders;\n}\n\nexport type ListPoolNodeCountsParameters = ListPoolNodeCountsQueryParam &\n ListPoolNodeCountsHeaderParam &\n RequestParameters;\n\nexport interface DeleteJobHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface DeleteJobQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** If true, the server will delete the Job even if the corresponding nodes have not fully processed the deletion. The default value is false. */\n force?: boolean;\n}\n\nexport interface DeleteJobQueryParam {\n queryParameters?: DeleteJobQueryParamProperties;\n}\n\nexport interface DeleteJobHeaderParam {\n headers?: RawHttpHeadersInput & DeleteJobHeaders;\n}\n\nexport type DeleteJobParameters = DeleteJobQueryParam & DeleteJobHeaderParam & RequestParameters;\n\nexport interface GetJobHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface GetJobQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** An OData $select clause. */\n $select?: string[];\n /** An OData $expand clause. */\n $expand?: string[];\n}\n\nexport interface GetJobQueryParam {\n queryParameters?: GetJobQueryParamProperties;\n}\n\nexport interface GetJobHeaderParam {\n headers?: RawHttpHeadersInput & GetJobHeaders;\n}\n\nexport type GetJobParameters = GetJobQueryParam & GetJobHeaderParam & RequestParameters;\n\nexport interface UpdateJobHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface UpdateJobBodyParam {\n /** The options to use for updating the Job. */\n body: BatchJobUpdateContent;\n}\n\nexport interface UpdateJobQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface UpdateJobQueryParam {\n queryParameters?: UpdateJobQueryParamProperties;\n}\n\nexport interface UpdateJobHeaderParam {\n headers?: RawHttpHeadersInput & UpdateJobHeaders;\n}\n\nexport interface UpdateJobMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type UpdateJobParameters = UpdateJobQueryParam &\n UpdateJobHeaderParam &\n UpdateJobMediaTypesParam &\n UpdateJobBodyParam &\n RequestParameters;\n\nexport interface ReplaceJobHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface ReplaceJobBodyParam {\n /** A job with updated properties */\n body: BatchJob;\n}\n\nexport interface ReplaceJobQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface ReplaceJobQueryParam {\n queryParameters?: ReplaceJobQueryParamProperties;\n}\n\nexport interface ReplaceJobHeaderParam {\n headers?: RawHttpHeadersInput & ReplaceJobHeaders;\n}\n\nexport interface ReplaceJobMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type ReplaceJobParameters = ReplaceJobQueryParam &\n ReplaceJobHeaderParam &\n ReplaceJobMediaTypesParam &\n ReplaceJobBodyParam &\n RequestParameters;\n\nexport interface DisableJobHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface DisableJobBodyParam {\n /** The options to use for disabling the Job. */\n body: BatchJobDisableContent;\n}\n\nexport interface DisableJobQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface DisableJobQueryParam {\n queryParameters?: DisableJobQueryParamProperties;\n}\n\nexport interface DisableJobHeaderParam {\n headers?: RawHttpHeadersInput & DisableJobHeaders;\n}\n\nexport interface DisableJobMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type DisableJobParameters = DisableJobQueryParam &\n DisableJobHeaderParam &\n DisableJobMediaTypesParam &\n DisableJobBodyParam &\n RequestParameters;\n\nexport interface EnableJobHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface EnableJobQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface EnableJobQueryParam {\n queryParameters?: EnableJobQueryParamProperties;\n}\n\nexport interface EnableJobHeaderParam {\n headers?: RawHttpHeadersInput & EnableJobHeaders;\n}\n\nexport type EnableJobParameters = EnableJobQueryParam & EnableJobHeaderParam & RequestParameters;\n\nexport interface TerminateJobHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface TerminateJobBodyParam {\n /** The options to use for terminating the Job. */\n body?: BatchJobTerminateContent;\n}\n\nexport interface TerminateJobQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** If true, the server will terminate the Job even if the corresponding nodes have not fully processed the termination. The default value is false. */\n force?: boolean;\n}\n\nexport interface TerminateJobQueryParam {\n queryParameters?: TerminateJobQueryParamProperties;\n}\n\nexport interface TerminateJobHeaderParam {\n headers?: RawHttpHeadersInput & TerminateJobHeaders;\n}\n\nexport interface TerminateJobMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type TerminateJobParameters = TerminateJobQueryParam &\n TerminateJobHeaderParam &\n TerminateJobMediaTypesParam &\n TerminateJobBodyParam &\n RequestParameters;\n\nexport interface CreateJobHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface CreateJobBodyParam {\n /** The Job to be created. */\n body: BatchJobCreateContent;\n}\n\nexport interface CreateJobQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface CreateJobQueryParam {\n queryParameters?: CreateJobQueryParamProperties;\n}\n\nexport interface CreateJobHeaderParam {\n headers?: RawHttpHeadersInput & CreateJobHeaders;\n}\n\nexport interface CreateJobMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type CreateJobParameters = CreateJobQueryParam &\n CreateJobHeaderParam &\n CreateJobMediaTypesParam &\n CreateJobBodyParam &\n RequestParameters;\n\nexport interface ListJobsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ListJobsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://docs.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-jobs.\n */\n $filter?: string;\n /** An OData $select clause. */\n $select?: string[];\n /** An OData $expand clause. */\n $expand?: string[];\n}\n\nexport interface ListJobsQueryParam {\n queryParameters?: ListJobsQueryParamProperties;\n}\n\nexport interface ListJobsHeaderParam {\n headers?: RawHttpHeadersInput & ListJobsHeaders;\n}\n\nexport type ListJobsParameters = ListJobsQueryParam & ListJobsHeaderParam & RequestParameters;\n\nexport interface ListJobsFromScheduleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ListJobsFromScheduleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://docs.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-jobs-in-a-job-schedule.\n */\n $filter?: string;\n /** An OData $select clause. */\n $select?: string[];\n /** An OData $expand clause. */\n $expand?: string[];\n}\n\nexport interface ListJobsFromScheduleQueryParam {\n queryParameters?: ListJobsFromScheduleQueryParamProperties;\n}\n\nexport interface ListJobsFromScheduleHeaderParam {\n headers?: RawHttpHeadersInput & ListJobsFromScheduleHeaders;\n}\n\nexport type ListJobsFromScheduleParameters = ListJobsFromScheduleQueryParam &\n ListJobsFromScheduleHeaderParam &\n RequestParameters;\n\nexport interface ListJobPreparationAndReleaseTaskStatusHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ListJobPreparationAndReleaseTaskStatusQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://docs.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-job-preparation-and-release-status.\n */\n $filter?: string;\n /** An OData $select clause. */\n $select?: string[];\n}\n\nexport interface ListJobPreparationAndReleaseTaskStatusQueryParam {\n queryParameters?: ListJobPreparationAndReleaseTaskStatusQueryParamProperties;\n}\n\nexport interface ListJobPreparationAndReleaseTaskStatusHeaderParam {\n headers?: RawHttpHeadersInput & ListJobPreparationAndReleaseTaskStatusHeaders;\n}\n\nexport type ListJobPreparationAndReleaseTaskStatusParameters =\n ListJobPreparationAndReleaseTaskStatusQueryParam &\n ListJobPreparationAndReleaseTaskStatusHeaderParam &\n RequestParameters;\n\nexport interface GetJobTaskCountsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface GetJobTaskCountsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface GetJobTaskCountsQueryParam {\n queryParameters?: GetJobTaskCountsQueryParamProperties;\n}\n\nexport interface GetJobTaskCountsHeaderParam {\n headers?: RawHttpHeadersInput & GetJobTaskCountsHeaders;\n}\n\nexport type GetJobTaskCountsParameters = GetJobTaskCountsQueryParam &\n GetJobTaskCountsHeaderParam &\n RequestParameters;\n\nexport interface JobScheduleExistsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface JobScheduleExistsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface JobScheduleExistsQueryParam {\n queryParameters?: JobScheduleExistsQueryParamProperties;\n}\n\nexport interface JobScheduleExistsHeaderParam {\n headers?: RawHttpHeadersInput & JobScheduleExistsHeaders;\n}\n\nexport type JobScheduleExistsParameters = JobScheduleExistsQueryParam &\n JobScheduleExistsHeaderParam &\n RequestParameters;\n\nexport interface DeleteJobScheduleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface DeleteJobScheduleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** If true, the server will delete the JobSchedule even if the corresponding nodes have not fully processed the deletion. The default value is false. */\n force?: boolean;\n}\n\nexport interface DeleteJobScheduleQueryParam {\n queryParameters?: DeleteJobScheduleQueryParamProperties;\n}\n\nexport interface DeleteJobScheduleHeaderParam {\n headers?: RawHttpHeadersInput & DeleteJobScheduleHeaders;\n}\n\nexport type DeleteJobScheduleParameters = DeleteJobScheduleQueryParam &\n DeleteJobScheduleHeaderParam &\n RequestParameters;\n\nexport interface GetJobScheduleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface GetJobScheduleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** An OData $select clause. */\n $select?: string[];\n /** An OData $expand clause. */\n $expand?: string[];\n}\n\nexport interface GetJobScheduleQueryParam {\n queryParameters?: GetJobScheduleQueryParamProperties;\n}\n\nexport interface GetJobScheduleHeaderParam {\n headers?: RawHttpHeadersInput & GetJobScheduleHeaders;\n}\n\nexport type GetJobScheduleParameters = GetJobScheduleQueryParam &\n GetJobScheduleHeaderParam &\n RequestParameters;\n\nexport interface UpdateJobScheduleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface UpdateJobScheduleBodyParam {\n /** The options to use for updating the Job Schedule. */\n body: BatchJobScheduleUpdateContent;\n}\n\nexport interface UpdateJobScheduleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface UpdateJobScheduleQueryParam {\n queryParameters?: UpdateJobScheduleQueryParamProperties;\n}\n\nexport interface UpdateJobScheduleHeaderParam {\n headers?: RawHttpHeadersInput & UpdateJobScheduleHeaders;\n}\n\nexport interface UpdateJobScheduleMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type UpdateJobScheduleParameters = UpdateJobScheduleQueryParam &\n UpdateJobScheduleHeaderParam &\n UpdateJobScheduleMediaTypesParam &\n UpdateJobScheduleBodyParam &\n RequestParameters;\n\nexport interface ReplaceJobScheduleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface ReplaceJobScheduleBodyParam {\n /** A Job Schedule with updated properties */\n body: BatchJobSchedule;\n}\n\nexport interface ReplaceJobScheduleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface ReplaceJobScheduleQueryParam {\n queryParameters?: ReplaceJobScheduleQueryParamProperties;\n}\n\nexport interface ReplaceJobScheduleHeaderParam {\n headers?: RawHttpHeadersInput & ReplaceJobScheduleHeaders;\n}\n\nexport interface ReplaceJobScheduleMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type ReplaceJobScheduleParameters = ReplaceJobScheduleQueryParam &\n ReplaceJobScheduleHeaderParam &\n ReplaceJobScheduleMediaTypesParam &\n ReplaceJobScheduleBodyParam &\n RequestParameters;\n\nexport interface DisableJobScheduleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface DisableJobScheduleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface DisableJobScheduleQueryParam {\n queryParameters?: DisableJobScheduleQueryParamProperties;\n}\n\nexport interface DisableJobScheduleHeaderParam {\n headers?: RawHttpHeadersInput & DisableJobScheduleHeaders;\n}\n\nexport type DisableJobScheduleParameters = DisableJobScheduleQueryParam &\n DisableJobScheduleHeaderParam &\n RequestParameters;\n\nexport interface EnableJobScheduleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface EnableJobScheduleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface EnableJobScheduleQueryParam {\n queryParameters?: EnableJobScheduleQueryParamProperties;\n}\n\nexport interface EnableJobScheduleHeaderParam {\n headers?: RawHttpHeadersInput & EnableJobScheduleHeaders;\n}\n\nexport type EnableJobScheduleParameters = EnableJobScheduleQueryParam &\n EnableJobScheduleHeaderParam &\n RequestParameters;\n\nexport interface TerminateJobScheduleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface TerminateJobScheduleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** If true, the server will terminate the JobSchedule even if the corresponding nodes have not fully processed the termination. The default value is false. */\n force?: boolean;\n}\n\nexport interface TerminateJobScheduleQueryParam {\n queryParameters?: TerminateJobScheduleQueryParamProperties;\n}\n\nexport interface TerminateJobScheduleHeaderParam {\n headers?: RawHttpHeadersInput & TerminateJobScheduleHeaders;\n}\n\nexport type TerminateJobScheduleParameters = TerminateJobScheduleQueryParam &\n TerminateJobScheduleHeaderParam &\n RequestParameters;\n\nexport interface CreateJobScheduleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface CreateJobScheduleBodyParam {\n /** The Job Schedule to be created. */\n body: BatchJobScheduleCreateContent;\n}\n\nexport interface CreateJobScheduleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface CreateJobScheduleQueryParam {\n queryParameters?: CreateJobScheduleQueryParamProperties;\n}\n\nexport interface CreateJobScheduleHeaderParam {\n headers?: RawHttpHeadersInput & CreateJobScheduleHeaders;\n}\n\nexport interface CreateJobScheduleMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type CreateJobScheduleParameters = CreateJobScheduleQueryParam &\n CreateJobScheduleHeaderParam &\n CreateJobScheduleMediaTypesParam &\n CreateJobScheduleBodyParam &\n RequestParameters;\n\nexport interface ListJobSchedulesHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ListJobSchedulesQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://docs.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-job-schedules.\n */\n $filter?: string;\n /** An OData $select clause. */\n $select?: string[];\n /** An OData $expand clause. */\n $expand?: string[];\n}\n\nexport interface ListJobSchedulesQueryParam {\n queryParameters?: ListJobSchedulesQueryParamProperties;\n}\n\nexport interface ListJobSchedulesHeaderParam {\n headers?: RawHttpHeadersInput & ListJobSchedulesHeaders;\n}\n\nexport type ListJobSchedulesParameters = ListJobSchedulesQueryParam &\n ListJobSchedulesHeaderParam &\n RequestParameters;\n\nexport interface CreateTaskHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface CreateTaskBodyParam {\n /** The Task to be created. */\n body: BatchTaskCreateContent;\n}\n\nexport interface CreateTaskQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface CreateTaskQueryParam {\n queryParameters?: CreateTaskQueryParamProperties;\n}\n\nexport interface CreateTaskHeaderParam {\n headers?: RawHttpHeadersInput & CreateTaskHeaders;\n}\n\nexport interface CreateTaskMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type CreateTaskParameters = CreateTaskQueryParam &\n CreateTaskHeaderParam &\n CreateTaskMediaTypesParam &\n CreateTaskBodyParam &\n RequestParameters;\n\nexport interface ListTasksHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ListTasksQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://docs.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-tasks.\n */\n $filter?: string;\n /** An OData $select clause. */\n $select?: string[];\n /** An OData $expand clause. */\n $expand?: string[];\n}\n\nexport interface ListTasksQueryParam {\n queryParameters?: ListTasksQueryParamProperties;\n}\n\nexport interface ListTasksHeaderParam {\n headers?: RawHttpHeadersInput & ListTasksHeaders;\n}\n\nexport type ListTasksParameters = ListTasksQueryParam & ListTasksHeaderParam & RequestParameters;\n\nexport interface CreateTaskCollectionHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface CreateTaskCollectionBodyParam {\n /** The Tasks to be added. */\n body: BatchTaskGroup;\n}\n\nexport interface CreateTaskCollectionQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface CreateTaskCollectionQueryParam {\n queryParameters?: CreateTaskCollectionQueryParamProperties;\n}\n\nexport interface CreateTaskCollectionHeaderParam {\n headers?: RawHttpHeadersInput & CreateTaskCollectionHeaders;\n}\n\nexport interface CreateTaskCollectionMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type CreateTaskCollectionParameters = CreateTaskCollectionQueryParam &\n CreateTaskCollectionHeaderParam &\n CreateTaskCollectionMediaTypesParam &\n CreateTaskCollectionBodyParam &\n RequestParameters;\n\nexport interface DeleteTaskHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface DeleteTaskQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface DeleteTaskQueryParam {\n queryParameters?: DeleteTaskQueryParamProperties;\n}\n\nexport interface DeleteTaskHeaderParam {\n headers?: RawHttpHeadersInput & DeleteTaskHeaders;\n}\n\nexport type DeleteTaskParameters = DeleteTaskQueryParam & DeleteTaskHeaderParam & RequestParameters;\n\nexport interface GetTaskHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface GetTaskQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** An OData $select clause. */\n $select?: string[];\n /** An OData $expand clause. */\n $expand?: string[];\n}\n\nexport interface GetTaskQueryParam {\n queryParameters?: GetTaskQueryParamProperties;\n}\n\nexport interface GetTaskHeaderParam {\n headers?: RawHttpHeadersInput & GetTaskHeaders;\n}\n\nexport type GetTaskParameters = GetTaskQueryParam & GetTaskHeaderParam & RequestParameters;\n\nexport interface ReplaceTaskHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface ReplaceTaskBodyParam {\n /** The Task to update. */\n body: BatchTask;\n}\n\nexport interface ReplaceTaskQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface ReplaceTaskQueryParam {\n queryParameters?: ReplaceTaskQueryParamProperties;\n}\n\nexport interface ReplaceTaskHeaderParam {\n headers?: RawHttpHeadersInput & ReplaceTaskHeaders;\n}\n\nexport interface ReplaceTaskMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type ReplaceTaskParameters = ReplaceTaskQueryParam &\n ReplaceTaskHeaderParam &\n ReplaceTaskMediaTypesParam &\n ReplaceTaskBodyParam &\n RequestParameters;\n\nexport interface ListSubTasksHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ListSubTasksQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** An OData $select clause. */\n $select?: string[];\n}\n\nexport interface ListSubTasksQueryParam {\n queryParameters?: ListSubTasksQueryParamProperties;\n}\n\nexport interface ListSubTasksHeaderParam {\n headers?: RawHttpHeadersInput & ListSubTasksHeaders;\n}\n\nexport type ListSubTasksParameters = ListSubTasksQueryParam &\n ListSubTasksHeaderParam &\n RequestParameters;\n\nexport interface TerminateTaskHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface TerminateTaskQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface TerminateTaskQueryParam {\n queryParameters?: TerminateTaskQueryParamProperties;\n}\n\nexport interface TerminateTaskHeaderParam {\n headers?: RawHttpHeadersInput & TerminateTaskHeaders;\n}\n\nexport type TerminateTaskParameters = TerminateTaskQueryParam &\n TerminateTaskHeaderParam &\n RequestParameters;\n\nexport interface ReactivateTaskHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface ReactivateTaskQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface ReactivateTaskQueryParam {\n queryParameters?: ReactivateTaskQueryParamProperties;\n}\n\nexport interface ReactivateTaskHeaderParam {\n headers?: RawHttpHeadersInput & ReactivateTaskHeaders;\n}\n\nexport type ReactivateTaskParameters = ReactivateTaskQueryParam &\n ReactivateTaskHeaderParam &\n RequestParameters;\n\nexport interface DeleteTaskFileHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface DeleteTaskFileQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * Whether to delete children of a directory. If the filePath parameter represents\n * a directory instead of a file, you can set recursive to true to delete the\n * directory and all of the files and subdirectories in it. If recursive is false\n * then the directory must be empty or deletion will fail.\n */\n recursive?: boolean;\n}\n\nexport interface DeleteTaskFileQueryParam {\n queryParameters?: DeleteTaskFileQueryParamProperties;\n}\n\nexport interface DeleteTaskFileHeaderParam {\n headers?: RawHttpHeadersInput & DeleteTaskFileHeaders;\n}\n\nexport type DeleteTaskFileParameters = DeleteTaskFileQueryParam &\n DeleteTaskFileHeaderParam &\n RequestParameters;\n\nexport interface GetTaskFileHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * The byte range to be retrieved. The default is to retrieve the entire file. The\n * format is bytes=startRange-endRange.\n */\n \"ocp-range\"?: string;\n}\n\nexport interface GetTaskFileQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface GetTaskFileQueryParam {\n queryParameters?: GetTaskFileQueryParamProperties;\n}\n\nexport interface GetTaskFileHeaderParam {\n headers?: RawHttpHeadersInput & GetTaskFileHeaders;\n}\n\nexport type GetTaskFileParameters = GetTaskFileQueryParam &\n GetTaskFileHeaderParam &\n RequestParameters;\n\nexport interface GetTaskFilePropertiesHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n}\n\nexport interface GetTaskFilePropertiesQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface GetTaskFilePropertiesQueryParam {\n queryParameters?: GetTaskFilePropertiesQueryParamProperties;\n}\n\nexport interface GetTaskFilePropertiesHeaderParam {\n headers?: RawHttpHeadersInput & GetTaskFilePropertiesHeaders;\n}\n\nexport type GetTaskFilePropertiesParameters = GetTaskFilePropertiesQueryParam &\n GetTaskFilePropertiesHeaderParam &\n RequestParameters;\n\nexport interface ListTaskFilesHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ListTaskFilesQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://docs.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-task-files.\n */\n $filter?: string;\n /**\n * Whether to list children of the Task directory. This parameter can be used in\n * combination with the filter parameter to list specific type of files.\n */\n recursive?: boolean;\n}\n\nexport interface ListTaskFilesQueryParam {\n queryParameters?: ListTaskFilesQueryParamProperties;\n}\n\nexport interface ListTaskFilesHeaderParam {\n headers?: RawHttpHeadersInput & ListTaskFilesHeaders;\n}\n\nexport type ListTaskFilesParameters = ListTaskFilesQueryParam &\n ListTaskFilesHeaderParam &\n RequestParameters;\n\nexport interface CreateNodeUserHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface CreateNodeUserBodyParam {\n /** The options to use for creating the user. */\n body: BatchNodeUserCreateContent;\n}\n\nexport interface CreateNodeUserQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface CreateNodeUserQueryParam {\n queryParameters?: CreateNodeUserQueryParamProperties;\n}\n\nexport interface CreateNodeUserHeaderParam {\n headers?: RawHttpHeadersInput & CreateNodeUserHeaders;\n}\n\nexport interface CreateNodeUserMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type CreateNodeUserParameters = CreateNodeUserQueryParam &\n CreateNodeUserHeaderParam &\n CreateNodeUserMediaTypesParam &\n CreateNodeUserBodyParam &\n RequestParameters;\n\nexport interface DeleteNodeUserHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface DeleteNodeUserQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface DeleteNodeUserQueryParam {\n queryParameters?: DeleteNodeUserQueryParamProperties;\n}\n\nexport interface DeleteNodeUserHeaderParam {\n headers?: RawHttpHeadersInput & DeleteNodeUserHeaders;\n}\n\nexport type DeleteNodeUserParameters = DeleteNodeUserQueryParam &\n DeleteNodeUserHeaderParam &\n RequestParameters;\n\nexport interface ReplaceNodeUserHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ReplaceNodeUserBodyParam {\n /** The options to use for updating the user. */\n body: BatchNodeUserUpdateContent;\n}\n\nexport interface ReplaceNodeUserQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface ReplaceNodeUserQueryParam {\n queryParameters?: ReplaceNodeUserQueryParamProperties;\n}\n\nexport interface ReplaceNodeUserHeaderParam {\n headers?: RawHttpHeadersInput & ReplaceNodeUserHeaders;\n}\n\nexport interface ReplaceNodeUserMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type ReplaceNodeUserParameters = ReplaceNodeUserQueryParam &\n ReplaceNodeUserHeaderParam &\n ReplaceNodeUserMediaTypesParam &\n ReplaceNodeUserBodyParam &\n RequestParameters;\n\nexport interface GetNodeHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface GetNodeQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** An OData $select clause. */\n $select?: string[];\n}\n\nexport interface GetNodeQueryParam {\n queryParameters?: GetNodeQueryParamProperties;\n}\n\nexport interface GetNodeHeaderParam {\n headers?: RawHttpHeadersInput & GetNodeHeaders;\n}\n\nexport type GetNodeParameters = GetNodeQueryParam & GetNodeHeaderParam & RequestParameters;\n\nexport interface RebootNodeHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface RebootNodeBodyParam {\n /** The options to use for rebooting the Compute Node. */\n body?: BatchNodeRebootContent;\n}\n\nexport interface RebootNodeQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface RebootNodeQueryParam {\n queryParameters?: RebootNodeQueryParamProperties;\n}\n\nexport interface RebootNodeHeaderParam {\n headers?: RawHttpHeadersInput & RebootNodeHeaders;\n}\n\nexport interface RebootNodeMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type RebootNodeParameters = RebootNodeQueryParam &\n RebootNodeHeaderParam &\n RebootNodeMediaTypesParam &\n RebootNodeBodyParam &\n RequestParameters;\n\nexport interface StartNodeHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface StartNodeQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface StartNodeQueryParam {\n queryParameters?: StartNodeQueryParamProperties;\n}\n\nexport interface StartNodeHeaderParam {\n headers?: RawHttpHeadersInput & StartNodeHeaders;\n}\n\nexport type StartNodeParameters = StartNodeQueryParam & StartNodeHeaderParam & RequestParameters;\n\nexport interface DeallocateNodeHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface DeallocateNodeBodyParam {\n /** The options to use for deallocating the Compute Node. */\n body?: BatchNodeDeallocateContent;\n}\n\nexport interface DeallocateNodeQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface DeallocateNodeQueryParam {\n queryParameters?: DeallocateNodeQueryParamProperties;\n}\n\nexport interface DeallocateNodeHeaderParam {\n headers?: RawHttpHeadersInput & DeallocateNodeHeaders;\n}\n\nexport interface DeallocateNodeMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type DeallocateNodeParameters = DeallocateNodeQueryParam &\n DeallocateNodeHeaderParam &\n DeallocateNodeMediaTypesParam &\n DeallocateNodeBodyParam &\n RequestParameters;\n\nexport interface ReimageNodeHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ReimageNodeBodyParam {\n /** The options to use for reimaging the Compute Node. */\n body?: BatchNodeReimageContent;\n}\n\nexport interface ReimageNodeQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface ReimageNodeQueryParam {\n queryParameters?: ReimageNodeQueryParamProperties;\n}\n\nexport interface ReimageNodeHeaderParam {\n headers?: RawHttpHeadersInput & ReimageNodeHeaders;\n}\n\nexport interface ReimageNodeMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type ReimageNodeParameters = ReimageNodeQueryParam &\n ReimageNodeHeaderParam &\n ReimageNodeMediaTypesParam &\n ReimageNodeBodyParam &\n RequestParameters;\n\nexport interface DisableNodeSchedulingHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface DisableNodeSchedulingBodyParam {\n /** The options to use for disabling scheduling on the Compute Node. */\n body?: BatchNodeDisableSchedulingContent;\n}\n\nexport interface DisableNodeSchedulingQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface DisableNodeSchedulingQueryParam {\n queryParameters?: DisableNodeSchedulingQueryParamProperties;\n}\n\nexport interface DisableNodeSchedulingHeaderParam {\n headers?: RawHttpHeadersInput & DisableNodeSchedulingHeaders;\n}\n\nexport interface DisableNodeSchedulingMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type DisableNodeSchedulingParameters = DisableNodeSchedulingQueryParam &\n DisableNodeSchedulingHeaderParam &\n DisableNodeSchedulingMediaTypesParam &\n DisableNodeSchedulingBodyParam &\n RequestParameters;\n\nexport interface EnableNodeSchedulingHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface EnableNodeSchedulingQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface EnableNodeSchedulingQueryParam {\n queryParameters?: EnableNodeSchedulingQueryParamProperties;\n}\n\nexport interface EnableNodeSchedulingHeaderParam {\n headers?: RawHttpHeadersInput & EnableNodeSchedulingHeaders;\n}\n\nexport type EnableNodeSchedulingParameters = EnableNodeSchedulingQueryParam &\n EnableNodeSchedulingHeaderParam &\n RequestParameters;\n\nexport interface GetNodeRemoteLoginSettingsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface GetNodeRemoteLoginSettingsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface GetNodeRemoteLoginSettingsQueryParam {\n queryParameters?: GetNodeRemoteLoginSettingsQueryParamProperties;\n}\n\nexport interface GetNodeRemoteLoginSettingsHeaderParam {\n headers?: RawHttpHeadersInput & GetNodeRemoteLoginSettingsHeaders;\n}\n\nexport type GetNodeRemoteLoginSettingsParameters = GetNodeRemoteLoginSettingsQueryParam &\n GetNodeRemoteLoginSettingsHeaderParam &\n RequestParameters;\n\nexport interface UploadNodeLogsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface UploadNodeLogsBodyParam {\n /** The Azure Batch service log files upload options. */\n body: UploadBatchServiceLogsContent;\n}\n\nexport interface UploadNodeLogsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface UploadNodeLogsQueryParam {\n queryParameters?: UploadNodeLogsQueryParamProperties;\n}\n\nexport interface UploadNodeLogsHeaderParam {\n headers?: RawHttpHeadersInput & UploadNodeLogsHeaders;\n}\n\nexport interface UploadNodeLogsMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type UploadNodeLogsParameters = UploadNodeLogsQueryParam &\n UploadNodeLogsHeaderParam &\n UploadNodeLogsMediaTypesParam &\n UploadNodeLogsBodyParam &\n RequestParameters;\n\nexport interface ListNodesHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ListNodesQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://docs.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-nodes-in-a-pool.\n */\n $filter?: string;\n /** An OData $select clause. */\n $select?: string[];\n}\n\nexport interface ListNodesQueryParam {\n queryParameters?: ListNodesQueryParamProperties;\n}\n\nexport interface ListNodesHeaderParam {\n headers?: RawHttpHeadersInput & ListNodesHeaders;\n}\n\nexport type ListNodesParameters = ListNodesQueryParam & ListNodesHeaderParam & RequestParameters;\n\nexport interface GetNodeExtensionHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface GetNodeExtensionQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** An OData $select clause. */\n $select?: string[];\n}\n\nexport interface GetNodeExtensionQueryParam {\n queryParameters?: GetNodeExtensionQueryParamProperties;\n}\n\nexport interface GetNodeExtensionHeaderParam {\n headers?: RawHttpHeadersInput & GetNodeExtensionHeaders;\n}\n\nexport type GetNodeExtensionParameters = GetNodeExtensionQueryParam &\n GetNodeExtensionHeaderParam &\n RequestParameters;\n\nexport interface ListNodeExtensionsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ListNodeExtensionsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /** An OData $select clause. */\n $select?: string[];\n}\n\nexport interface ListNodeExtensionsQueryParam {\n queryParameters?: ListNodeExtensionsQueryParamProperties;\n}\n\nexport interface ListNodeExtensionsHeaderParam {\n headers?: RawHttpHeadersInput & ListNodeExtensionsHeaders;\n}\n\nexport type ListNodeExtensionsParameters = ListNodeExtensionsQueryParam &\n ListNodeExtensionsHeaderParam &\n RequestParameters;\n\nexport interface DeleteNodeFileHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface DeleteNodeFileQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * Whether to delete children of a directory. If the filePath parameter represents\n * a directory instead of a file, you can set recursive to true to delete the\n * directory and all of the files and subdirectories in it. If recursive is false\n * then the directory must be empty or deletion will fail.\n */\n recursive?: boolean;\n}\n\nexport interface DeleteNodeFileQueryParam {\n queryParameters?: DeleteNodeFileQueryParamProperties;\n}\n\nexport interface DeleteNodeFileHeaderParam {\n headers?: RawHttpHeadersInput & DeleteNodeFileHeaders;\n}\n\nexport type DeleteNodeFileParameters = DeleteNodeFileQueryParam &\n DeleteNodeFileHeaderParam &\n RequestParameters;\n\nexport interface GetNodeFileHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * The byte range to be retrieved. The default is to retrieve the entire file. The\n * format is bytes=startRange-endRange.\n */\n \"ocp-range\"?: string;\n}\n\nexport interface GetNodeFileQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface GetNodeFileQueryParam {\n queryParameters?: GetNodeFileQueryParamProperties;\n}\n\nexport interface GetNodeFileHeaderParam {\n headers?: RawHttpHeadersInput & GetNodeFileHeaders;\n}\n\nexport type GetNodeFileParameters = GetNodeFileQueryParam &\n GetNodeFileHeaderParam &\n RequestParameters;\n\nexport interface GetNodeFilePropertiesHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n}\n\nexport interface GetNodeFilePropertiesQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface GetNodeFilePropertiesQueryParam {\n queryParameters?: GetNodeFilePropertiesQueryParamProperties;\n}\n\nexport interface GetNodeFilePropertiesHeaderParam {\n headers?: RawHttpHeadersInput & GetNodeFilePropertiesHeaders;\n}\n\nexport type GetNodeFilePropertiesParameters = GetNodeFilePropertiesQueryParam &\n GetNodeFilePropertiesHeaderParam &\n RequestParameters;\n\nexport interface ListNodeFilesHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ListNodeFilesQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://docs.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-compute-node-files.\n */\n $filter?: string;\n /** Whether to list children of a directory. */\n recursive?: boolean;\n}\n\nexport interface ListNodeFilesQueryParam {\n queryParameters?: ListNodeFilesQueryParamProperties;\n}\n\nexport interface ListNodeFilesHeaderParam {\n headers?: RawHttpHeadersInput & ListNodeFilesHeaders;\n}\n\nexport type ListNodeFilesParameters = ListNodeFilesQueryParam &\n ListNodeFilesHeaderParam &\n RequestParameters;\n"]}
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../src/parameters.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RawHttpHeadersInput } from \"@azure/core-rest-pipeline\";\nimport type { RequestParameters } from \"@azure-rest/core-client\";\nimport type {\n BatchPoolCreateOptions,\n BatchPoolUpdateOptions,\n BatchPoolEnableAutoScaleOptions,\n BatchPoolEvaluateAutoScaleOptions,\n BatchPoolResizeOptions,\n BatchPoolReplaceOptions,\n BatchNodeRemoveOptions,\n BatchJobUpdateOptions,\n BatchJob,\n BatchJobDisableOptions,\n BatchJobTerminateOptions,\n BatchJobCreateOptions,\n BatchJobScheduleUpdateOptions,\n BatchJobSchedule,\n BatchJobScheduleCreateOptions,\n BatchTaskCreateOptions,\n BatchTaskGroup,\n BatchTask,\n BatchNodeUserCreateOptions,\n BatchNodeUserUpdateOptions,\n BatchNodeRebootOptions,\n BatchNodeDeallocateOptions,\n BatchNodeReimageOptions,\n BatchNodeDisableSchedulingOptions,\n UploadBatchServiceLogsOptions,\n} from \"./models.js\";\n\nexport interface ListApplicationsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ListApplicationsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n}\n\nexport interface ListApplicationsQueryParam {\n queryParameters?: ListApplicationsQueryParamProperties;\n}\n\nexport interface ListApplicationsHeaderParam {\n headers?: RawHttpHeadersInput & ListApplicationsHeaders;\n}\n\nexport type ListApplicationsParameters = ListApplicationsQueryParam &\n ListApplicationsHeaderParam &\n RequestParameters;\n\nexport interface GetApplicationHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface GetApplicationQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface GetApplicationQueryParam {\n queryParameters?: GetApplicationQueryParamProperties;\n}\n\nexport interface GetApplicationHeaderParam {\n headers?: RawHttpHeadersInput & GetApplicationHeaders;\n}\n\nexport type GetApplicationParameters = GetApplicationQueryParam &\n GetApplicationHeaderParam &\n RequestParameters;\n\nexport interface ListPoolUsageMetricsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ListPoolUsageMetricsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * The earliest time from which to include metrics. This must be at least two and\n * a half hours before the current time. If not specified this defaults to the\n * start time of the last aggregation interval currently available.\n */\n startTime?: Date | string;\n /**\n * The latest time from which to include metrics. This must be at least two hours\n * before the current time. If not specified this defaults to the end time of the\n * last aggregation interval currently available.\n */\n endtime?: Date | string;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-account-usage-metrics.\n */\n $filter?: string;\n}\n\nexport interface ListPoolUsageMetricsQueryParam {\n queryParameters?: ListPoolUsageMetricsQueryParamProperties;\n}\n\nexport interface ListPoolUsageMetricsHeaderParam {\n headers?: RawHttpHeadersInput & ListPoolUsageMetricsHeaders;\n}\n\nexport type ListPoolUsageMetricsParameters = ListPoolUsageMetricsQueryParam &\n ListPoolUsageMetricsHeaderParam &\n RequestParameters;\n\nexport interface CreatePoolHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface CreatePoolBodyParam {\n /** The Pool to be created. */\n body: BatchPoolCreateOptions;\n}\n\nexport interface CreatePoolQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface CreatePoolQueryParam {\n queryParameters?: CreatePoolQueryParamProperties;\n}\n\nexport interface CreatePoolHeaderParam {\n headers?: RawHttpHeadersInput & CreatePoolHeaders;\n}\n\nexport interface CreatePoolMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type CreatePoolParameters = CreatePoolQueryParam &\n CreatePoolHeaderParam &\n CreatePoolMediaTypesParam &\n CreatePoolBodyParam &\n RequestParameters;\n\nexport interface ListPoolsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\n/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */\nexport interface ListPoolsSelectQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\n/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */\nexport interface ListPoolsExpandQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface ListPoolsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-pools.\n */\n $filter?: string;\n /** An OData $select clause. */\n $select?: string[] | ListPoolsSelectQueryParam;\n /** An OData $expand clause. */\n $expand?: string[] | ListPoolsExpandQueryParam;\n}\n\nexport interface ListPoolsQueryParam {\n queryParameters?: ListPoolsQueryParamProperties;\n}\n\nexport interface ListPoolsHeaderParam {\n headers?: RawHttpHeadersInput & ListPoolsHeaders;\n}\n\nexport type ListPoolsParameters = ListPoolsQueryParam & ListPoolsHeaderParam & RequestParameters;\n\nexport interface DeletePoolHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface DeletePoolQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface DeletePoolQueryParam {\n queryParameters?: DeletePoolQueryParamProperties;\n}\n\nexport interface DeletePoolHeaderParam {\n headers?: RawHttpHeadersInput & DeletePoolHeaders;\n}\n\nexport type DeletePoolParameters = DeletePoolQueryParam & DeletePoolHeaderParam & RequestParameters;\n\nexport interface PoolExistsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface PoolExistsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface PoolExistsQueryParam {\n queryParameters?: PoolExistsQueryParamProperties;\n}\n\nexport interface PoolExistsHeaderParam {\n headers?: RawHttpHeadersInput & PoolExistsHeaders;\n}\n\nexport type PoolExistsParameters = PoolExistsQueryParam & PoolExistsHeaderParam & RequestParameters;\n\nexport interface GetPoolHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\n/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */\nexport interface GetPoolSelectQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\n/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */\nexport interface GetPoolExpandQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface GetPoolQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** An OData $select clause. */\n $select?: string[] | GetPoolSelectQueryParam;\n /** An OData $expand clause. */\n $expand?: string[] | GetPoolExpandQueryParam;\n}\n\nexport interface GetPoolQueryParam {\n queryParameters?: GetPoolQueryParamProperties;\n}\n\nexport interface GetPoolHeaderParam {\n headers?: RawHttpHeadersInput & GetPoolHeaders;\n}\n\nexport type GetPoolParameters = GetPoolQueryParam & GetPoolHeaderParam & RequestParameters;\n\nexport interface UpdatePoolHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface UpdatePoolBodyParam {\n /** The pool properties to update. */\n body: BatchPoolUpdateOptions;\n}\n\nexport interface UpdatePoolQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface UpdatePoolQueryParam {\n queryParameters?: UpdatePoolQueryParamProperties;\n}\n\nexport interface UpdatePoolHeaderParam {\n headers?: RawHttpHeadersInput & UpdatePoolHeaders;\n}\n\nexport interface UpdatePoolMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type UpdatePoolParameters = UpdatePoolQueryParam &\n UpdatePoolHeaderParam &\n UpdatePoolMediaTypesParam &\n UpdatePoolBodyParam &\n RequestParameters;\n\nexport interface DisablePoolAutoScaleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface DisablePoolAutoScaleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface DisablePoolAutoScaleQueryParam {\n queryParameters?: DisablePoolAutoScaleQueryParamProperties;\n}\n\nexport interface DisablePoolAutoScaleHeaderParam {\n headers?: RawHttpHeadersInput & DisablePoolAutoScaleHeaders;\n}\n\nexport type DisablePoolAutoScaleParameters = DisablePoolAutoScaleQueryParam &\n DisablePoolAutoScaleHeaderParam &\n RequestParameters;\n\nexport interface EnablePoolAutoScaleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface EnablePoolAutoScaleBodyParam {\n /** The options to use for enabling automatic scaling. */\n body: BatchPoolEnableAutoScaleOptions;\n}\n\nexport interface EnablePoolAutoScaleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface EnablePoolAutoScaleQueryParam {\n queryParameters?: EnablePoolAutoScaleQueryParamProperties;\n}\n\nexport interface EnablePoolAutoScaleHeaderParam {\n headers?: RawHttpHeadersInput & EnablePoolAutoScaleHeaders;\n}\n\nexport interface EnablePoolAutoScaleMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type EnablePoolAutoScaleParameters = EnablePoolAutoScaleQueryParam &\n EnablePoolAutoScaleHeaderParam &\n EnablePoolAutoScaleMediaTypesParam &\n EnablePoolAutoScaleBodyParam &\n RequestParameters;\n\nexport interface EvaluatePoolAutoScaleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface EvaluatePoolAutoScaleBodyParam {\n /** The options to use for evaluating the automatic scaling formula. */\n body: BatchPoolEvaluateAutoScaleOptions;\n}\n\nexport interface EvaluatePoolAutoScaleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface EvaluatePoolAutoScaleQueryParam {\n queryParameters?: EvaluatePoolAutoScaleQueryParamProperties;\n}\n\nexport interface EvaluatePoolAutoScaleHeaderParam {\n headers?: RawHttpHeadersInput & EvaluatePoolAutoScaleHeaders;\n}\n\nexport interface EvaluatePoolAutoScaleMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type EvaluatePoolAutoScaleParameters = EvaluatePoolAutoScaleQueryParam &\n EvaluatePoolAutoScaleHeaderParam &\n EvaluatePoolAutoScaleMediaTypesParam &\n EvaluatePoolAutoScaleBodyParam &\n RequestParameters;\n\nexport interface ResizePoolHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface ResizePoolBodyParam {\n /** The options to use for resizing the pool. */\n body: BatchPoolResizeOptions;\n}\n\nexport interface ResizePoolQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface ResizePoolQueryParam {\n queryParameters?: ResizePoolQueryParamProperties;\n}\n\nexport interface ResizePoolHeaderParam {\n headers?: RawHttpHeadersInput & ResizePoolHeaders;\n}\n\nexport interface ResizePoolMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type ResizePoolParameters = ResizePoolQueryParam &\n ResizePoolHeaderParam &\n ResizePoolMediaTypesParam &\n ResizePoolBodyParam &\n RequestParameters;\n\nexport interface StopPoolResizeHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface StopPoolResizeQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface StopPoolResizeQueryParam {\n queryParameters?: StopPoolResizeQueryParamProperties;\n}\n\nexport interface StopPoolResizeHeaderParam {\n headers?: RawHttpHeadersInput & StopPoolResizeHeaders;\n}\n\nexport type StopPoolResizeParameters = StopPoolResizeQueryParam &\n StopPoolResizeHeaderParam &\n RequestParameters;\n\nexport interface ReplacePoolPropertiesHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ReplacePoolPropertiesBodyParam {\n /** The options to use for replacing properties on the pool. */\n body: BatchPoolReplaceOptions;\n}\n\nexport interface ReplacePoolPropertiesQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface ReplacePoolPropertiesQueryParam {\n queryParameters?: ReplacePoolPropertiesQueryParamProperties;\n}\n\nexport interface ReplacePoolPropertiesHeaderParam {\n headers?: RawHttpHeadersInput & ReplacePoolPropertiesHeaders;\n}\n\nexport interface ReplacePoolPropertiesMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type ReplacePoolPropertiesParameters = ReplacePoolPropertiesQueryParam &\n ReplacePoolPropertiesHeaderParam &\n ReplacePoolPropertiesMediaTypesParam &\n ReplacePoolPropertiesBodyParam &\n RequestParameters;\n\nexport interface RemoveNodesHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface RemoveNodesBodyParam {\n /** The options to use for removing the node. */\n body: BatchNodeRemoveOptions;\n}\n\nexport interface RemoveNodesQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface RemoveNodesQueryParam {\n queryParameters?: RemoveNodesQueryParamProperties;\n}\n\nexport interface RemoveNodesHeaderParam {\n headers?: RawHttpHeadersInput & RemoveNodesHeaders;\n}\n\nexport interface RemoveNodesMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type RemoveNodesParameters = RemoveNodesQueryParam &\n RemoveNodesHeaderParam &\n RemoveNodesMediaTypesParam &\n RemoveNodesBodyParam &\n RequestParameters;\n\nexport interface ListSupportedImagesHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ListSupportedImagesQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-support-images.\n */\n $filter?: string;\n}\n\nexport interface ListSupportedImagesQueryParam {\n queryParameters?: ListSupportedImagesQueryParamProperties;\n}\n\nexport interface ListSupportedImagesHeaderParam {\n headers?: RawHttpHeadersInput & ListSupportedImagesHeaders;\n}\n\nexport type ListSupportedImagesParameters = ListSupportedImagesQueryParam &\n ListSupportedImagesHeaderParam &\n RequestParameters;\n\nexport interface ListPoolNodeCountsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ListPoolNodeCountsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-support-images.\n */\n $filter?: string;\n}\n\nexport interface ListPoolNodeCountsQueryParam {\n queryParameters?: ListPoolNodeCountsQueryParamProperties;\n}\n\nexport interface ListPoolNodeCountsHeaderParam {\n headers?: RawHttpHeadersInput & ListPoolNodeCountsHeaders;\n}\n\nexport type ListPoolNodeCountsParameters = ListPoolNodeCountsQueryParam &\n ListPoolNodeCountsHeaderParam &\n RequestParameters;\n\nexport interface DeleteJobHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface DeleteJobQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** If true, the server will delete the Job even if the corresponding nodes have not fully processed the deletion. The default value is false. */\n force?: boolean;\n}\n\nexport interface DeleteJobQueryParam {\n queryParameters?: DeleteJobQueryParamProperties;\n}\n\nexport interface DeleteJobHeaderParam {\n headers?: RawHttpHeadersInput & DeleteJobHeaders;\n}\n\nexport type DeleteJobParameters = DeleteJobQueryParam & DeleteJobHeaderParam & RequestParameters;\n\nexport interface GetJobHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\n/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */\nexport interface GetJobSelectQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\n/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */\nexport interface GetJobExpandQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface GetJobQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** An OData $select clause. */\n $select?: string[] | GetJobSelectQueryParam;\n /** An OData $expand clause. */\n $expand?: string[] | GetJobExpandQueryParam;\n}\n\nexport interface GetJobQueryParam {\n queryParameters?: GetJobQueryParamProperties;\n}\n\nexport interface GetJobHeaderParam {\n headers?: RawHttpHeadersInput & GetJobHeaders;\n}\n\nexport type GetJobParameters = GetJobQueryParam & GetJobHeaderParam & RequestParameters;\n\nexport interface UpdateJobHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface UpdateJobBodyParam {\n /** The options to use for updating the Job. */\n body: BatchJobUpdateOptions;\n}\n\nexport interface UpdateJobQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface UpdateJobQueryParam {\n queryParameters?: UpdateJobQueryParamProperties;\n}\n\nexport interface UpdateJobHeaderParam {\n headers?: RawHttpHeadersInput & UpdateJobHeaders;\n}\n\nexport interface UpdateJobMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type UpdateJobParameters = UpdateJobQueryParam &\n UpdateJobHeaderParam &\n UpdateJobMediaTypesParam &\n UpdateJobBodyParam &\n RequestParameters;\n\nexport interface ReplaceJobHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface ReplaceJobBodyParam {\n /** A job with updated properties */\n body: BatchJob;\n}\n\nexport interface ReplaceJobQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface ReplaceJobQueryParam {\n queryParameters?: ReplaceJobQueryParamProperties;\n}\n\nexport interface ReplaceJobHeaderParam {\n headers?: RawHttpHeadersInput & ReplaceJobHeaders;\n}\n\nexport interface ReplaceJobMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type ReplaceJobParameters = ReplaceJobQueryParam &\n ReplaceJobHeaderParam &\n ReplaceJobMediaTypesParam &\n ReplaceJobBodyParam &\n RequestParameters;\n\nexport interface DisableJobHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface DisableJobBodyParam {\n /** The options to use for disabling the Job. */\n body: BatchJobDisableOptions;\n}\n\nexport interface DisableJobQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface DisableJobQueryParam {\n queryParameters?: DisableJobQueryParamProperties;\n}\n\nexport interface DisableJobHeaderParam {\n headers?: RawHttpHeadersInput & DisableJobHeaders;\n}\n\nexport interface DisableJobMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type DisableJobParameters = DisableJobQueryParam &\n DisableJobHeaderParam &\n DisableJobMediaTypesParam &\n DisableJobBodyParam &\n RequestParameters;\n\nexport interface EnableJobHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface EnableJobQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface EnableJobQueryParam {\n queryParameters?: EnableJobQueryParamProperties;\n}\n\nexport interface EnableJobHeaderParam {\n headers?: RawHttpHeadersInput & EnableJobHeaders;\n}\n\nexport type EnableJobParameters = EnableJobQueryParam & EnableJobHeaderParam & RequestParameters;\n\nexport interface TerminateJobHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface TerminateJobBodyParam {\n /** The options to use for terminating the Job. */\n body?: BatchJobTerminateOptions;\n}\n\nexport interface TerminateJobQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** If true, the server will terminate the Job even if the corresponding nodes have not fully processed the termination. The default value is false. */\n force?: boolean;\n}\n\nexport interface TerminateJobQueryParam {\n queryParameters?: TerminateJobQueryParamProperties;\n}\n\nexport interface TerminateJobHeaderParam {\n headers?: RawHttpHeadersInput & TerminateJobHeaders;\n}\n\nexport interface TerminateJobMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type TerminateJobParameters = TerminateJobQueryParam &\n TerminateJobHeaderParam &\n TerminateJobMediaTypesParam &\n TerminateJobBodyParam &\n RequestParameters;\n\nexport interface CreateJobHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface CreateJobBodyParam {\n /** The Job to be created. */\n body: BatchJobCreateOptions;\n}\n\nexport interface CreateJobQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface CreateJobQueryParam {\n queryParameters?: CreateJobQueryParamProperties;\n}\n\nexport interface CreateJobHeaderParam {\n headers?: RawHttpHeadersInput & CreateJobHeaders;\n}\n\nexport interface CreateJobMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type CreateJobParameters = CreateJobQueryParam &\n CreateJobHeaderParam &\n CreateJobMediaTypesParam &\n CreateJobBodyParam &\n RequestParameters;\n\nexport interface ListJobsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\n/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */\nexport interface ListJobsSelectQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\n/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */\nexport interface ListJobsExpandQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface ListJobsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-jobs.\n */\n $filter?: string;\n /** An OData $select clause. */\n $select?: string[] | ListJobsSelectQueryParam;\n /** An OData $expand clause. */\n $expand?: string[] | ListJobsExpandQueryParam;\n}\n\nexport interface ListJobsQueryParam {\n queryParameters?: ListJobsQueryParamProperties;\n}\n\nexport interface ListJobsHeaderParam {\n headers?: RawHttpHeadersInput & ListJobsHeaders;\n}\n\nexport type ListJobsParameters = ListJobsQueryParam & ListJobsHeaderParam & RequestParameters;\n\nexport interface ListJobsFromScheduleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\n/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */\nexport interface ListJobsFromScheduleSelectQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\n/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */\nexport interface ListJobsFromScheduleExpandQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface ListJobsFromScheduleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-jobs-in-a-job-schedule.\n */\n $filter?: string;\n /** An OData $select clause. */\n $select?: string[] | ListJobsFromScheduleSelectQueryParam;\n /** An OData $expand clause. */\n $expand?: string[] | ListJobsFromScheduleExpandQueryParam;\n}\n\nexport interface ListJobsFromScheduleQueryParam {\n queryParameters?: ListJobsFromScheduleQueryParamProperties;\n}\n\nexport interface ListJobsFromScheduleHeaderParam {\n headers?: RawHttpHeadersInput & ListJobsFromScheduleHeaders;\n}\n\nexport type ListJobsFromScheduleParameters = ListJobsFromScheduleQueryParam &\n ListJobsFromScheduleHeaderParam &\n RequestParameters;\n\nexport interface ListJobPreparationAndReleaseTaskStatusHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\n/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */\nexport interface ListJobPreparationAndReleaseTaskStatusSelectQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface ListJobPreparationAndReleaseTaskStatusQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-job-preparation-and-release-status.\n */\n $filter?: string;\n /** An OData $select clause. */\n $select?: string[] | ListJobPreparationAndReleaseTaskStatusSelectQueryParam;\n}\n\nexport interface ListJobPreparationAndReleaseTaskStatusQueryParam {\n queryParameters?: ListJobPreparationAndReleaseTaskStatusQueryParamProperties;\n}\n\nexport interface ListJobPreparationAndReleaseTaskStatusHeaderParam {\n headers?: RawHttpHeadersInput & ListJobPreparationAndReleaseTaskStatusHeaders;\n}\n\nexport type ListJobPreparationAndReleaseTaskStatusParameters =\n ListJobPreparationAndReleaseTaskStatusQueryParam &\n ListJobPreparationAndReleaseTaskStatusHeaderParam &\n RequestParameters;\n\nexport interface GetJobTaskCountsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface GetJobTaskCountsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface GetJobTaskCountsQueryParam {\n queryParameters?: GetJobTaskCountsQueryParamProperties;\n}\n\nexport interface GetJobTaskCountsHeaderParam {\n headers?: RawHttpHeadersInput & GetJobTaskCountsHeaders;\n}\n\nexport type GetJobTaskCountsParameters = GetJobTaskCountsQueryParam &\n GetJobTaskCountsHeaderParam &\n RequestParameters;\n\nexport interface JobScheduleExistsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface JobScheduleExistsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface JobScheduleExistsQueryParam {\n queryParameters?: JobScheduleExistsQueryParamProperties;\n}\n\nexport interface JobScheduleExistsHeaderParam {\n headers?: RawHttpHeadersInput & JobScheduleExistsHeaders;\n}\n\nexport type JobScheduleExistsParameters = JobScheduleExistsQueryParam &\n JobScheduleExistsHeaderParam &\n RequestParameters;\n\nexport interface DeleteJobScheduleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface DeleteJobScheduleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** If true, the server will delete the JobSchedule even if the corresponding nodes have not fully processed the deletion. The default value is false. */\n force?: boolean;\n}\n\nexport interface DeleteJobScheduleQueryParam {\n queryParameters?: DeleteJobScheduleQueryParamProperties;\n}\n\nexport interface DeleteJobScheduleHeaderParam {\n headers?: RawHttpHeadersInput & DeleteJobScheduleHeaders;\n}\n\nexport type DeleteJobScheduleParameters = DeleteJobScheduleQueryParam &\n DeleteJobScheduleHeaderParam &\n RequestParameters;\n\nexport interface GetJobScheduleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\n/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */\nexport interface GetJobScheduleSelectQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\n/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */\nexport interface GetJobScheduleExpandQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface GetJobScheduleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** An OData $select clause. */\n $select?: string[] | GetJobScheduleSelectQueryParam;\n /** An OData $expand clause. */\n $expand?: string[] | GetJobScheduleExpandQueryParam;\n}\n\nexport interface GetJobScheduleQueryParam {\n queryParameters?: GetJobScheduleQueryParamProperties;\n}\n\nexport interface GetJobScheduleHeaderParam {\n headers?: RawHttpHeadersInput & GetJobScheduleHeaders;\n}\n\nexport type GetJobScheduleParameters = GetJobScheduleQueryParam &\n GetJobScheduleHeaderParam &\n RequestParameters;\n\nexport interface UpdateJobScheduleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface UpdateJobScheduleBodyParam {\n /** The options to use for updating the Job Schedule. */\n body: BatchJobScheduleUpdateOptions;\n}\n\nexport interface UpdateJobScheduleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface UpdateJobScheduleQueryParam {\n queryParameters?: UpdateJobScheduleQueryParamProperties;\n}\n\nexport interface UpdateJobScheduleHeaderParam {\n headers?: RawHttpHeadersInput & UpdateJobScheduleHeaders;\n}\n\nexport interface UpdateJobScheduleMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type UpdateJobScheduleParameters = UpdateJobScheduleQueryParam &\n UpdateJobScheduleHeaderParam &\n UpdateJobScheduleMediaTypesParam &\n UpdateJobScheduleBodyParam &\n RequestParameters;\n\nexport interface ReplaceJobScheduleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface ReplaceJobScheduleBodyParam {\n /** A Job Schedule with updated properties */\n body: BatchJobSchedule;\n}\n\nexport interface ReplaceJobScheduleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface ReplaceJobScheduleQueryParam {\n queryParameters?: ReplaceJobScheduleQueryParamProperties;\n}\n\nexport interface ReplaceJobScheduleHeaderParam {\n headers?: RawHttpHeadersInput & ReplaceJobScheduleHeaders;\n}\n\nexport interface ReplaceJobScheduleMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type ReplaceJobScheduleParameters = ReplaceJobScheduleQueryParam &\n ReplaceJobScheduleHeaderParam &\n ReplaceJobScheduleMediaTypesParam &\n ReplaceJobScheduleBodyParam &\n RequestParameters;\n\nexport interface DisableJobScheduleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface DisableJobScheduleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface DisableJobScheduleQueryParam {\n queryParameters?: DisableJobScheduleQueryParamProperties;\n}\n\nexport interface DisableJobScheduleHeaderParam {\n headers?: RawHttpHeadersInput & DisableJobScheduleHeaders;\n}\n\nexport type DisableJobScheduleParameters = DisableJobScheduleQueryParam &\n DisableJobScheduleHeaderParam &\n RequestParameters;\n\nexport interface EnableJobScheduleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface EnableJobScheduleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface EnableJobScheduleQueryParam {\n queryParameters?: EnableJobScheduleQueryParamProperties;\n}\n\nexport interface EnableJobScheduleHeaderParam {\n headers?: RawHttpHeadersInput & EnableJobScheduleHeaders;\n}\n\nexport type EnableJobScheduleParameters = EnableJobScheduleQueryParam &\n EnableJobScheduleHeaderParam &\n RequestParameters;\n\nexport interface TerminateJobScheduleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface TerminateJobScheduleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** If true, the server will terminate the JobSchedule even if the corresponding nodes have not fully processed the termination. The default value is false. */\n force?: boolean;\n}\n\nexport interface TerminateJobScheduleQueryParam {\n queryParameters?: TerminateJobScheduleQueryParamProperties;\n}\n\nexport interface TerminateJobScheduleHeaderParam {\n headers?: RawHttpHeadersInput & TerminateJobScheduleHeaders;\n}\n\nexport type TerminateJobScheduleParameters = TerminateJobScheduleQueryParam &\n TerminateJobScheduleHeaderParam &\n RequestParameters;\n\nexport interface CreateJobScheduleHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface CreateJobScheduleBodyParam {\n /** The Job Schedule to be created. */\n body: BatchJobScheduleCreateOptions;\n}\n\nexport interface CreateJobScheduleQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface CreateJobScheduleQueryParam {\n queryParameters?: CreateJobScheduleQueryParamProperties;\n}\n\nexport interface CreateJobScheduleHeaderParam {\n headers?: RawHttpHeadersInput & CreateJobScheduleHeaders;\n}\n\nexport interface CreateJobScheduleMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type CreateJobScheduleParameters = CreateJobScheduleQueryParam &\n CreateJobScheduleHeaderParam &\n CreateJobScheduleMediaTypesParam &\n CreateJobScheduleBodyParam &\n RequestParameters;\n\nexport interface ListJobSchedulesHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\n/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */\nexport interface ListJobSchedulesSelectQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\n/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */\nexport interface ListJobSchedulesExpandQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface ListJobSchedulesQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-job-schedules.\n */\n $filter?: string;\n /** An OData $select clause. */\n $select?: string[] | ListJobSchedulesSelectQueryParam;\n /** An OData $expand clause. */\n $expand?: string[] | ListJobSchedulesExpandQueryParam;\n}\n\nexport interface ListJobSchedulesQueryParam {\n queryParameters?: ListJobSchedulesQueryParamProperties;\n}\n\nexport interface ListJobSchedulesHeaderParam {\n headers?: RawHttpHeadersInput & ListJobSchedulesHeaders;\n}\n\nexport type ListJobSchedulesParameters = ListJobSchedulesQueryParam &\n ListJobSchedulesHeaderParam &\n RequestParameters;\n\nexport interface CreateTaskHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface CreateTaskBodyParam {\n /** The Task to be created. */\n body: BatchTaskCreateOptions;\n}\n\nexport interface CreateTaskQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface CreateTaskQueryParam {\n queryParameters?: CreateTaskQueryParamProperties;\n}\n\nexport interface CreateTaskHeaderParam {\n headers?: RawHttpHeadersInput & CreateTaskHeaders;\n}\n\nexport interface CreateTaskMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type CreateTaskParameters = CreateTaskQueryParam &\n CreateTaskHeaderParam &\n CreateTaskMediaTypesParam &\n CreateTaskBodyParam &\n RequestParameters;\n\nexport interface ListTasksHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\n/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */\nexport interface ListTasksSelectQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\n/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */\nexport interface ListTasksExpandQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface ListTasksQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-tasks.\n */\n $filter?: string;\n /** An OData $select clause. */\n $select?: string[] | ListTasksSelectQueryParam;\n /** An OData $expand clause. */\n $expand?: string[] | ListTasksExpandQueryParam;\n}\n\nexport interface ListTasksQueryParam {\n queryParameters?: ListTasksQueryParamProperties;\n}\n\nexport interface ListTasksHeaderParam {\n headers?: RawHttpHeadersInput & ListTasksHeaders;\n}\n\nexport type ListTasksParameters = ListTasksQueryParam & ListTasksHeaderParam & RequestParameters;\n\nexport interface CreateTaskCollectionHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface CreateTaskCollectionBodyParam {\n /** The Tasks to be added. */\n body: BatchTaskGroup;\n}\n\nexport interface CreateTaskCollectionQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface CreateTaskCollectionQueryParam {\n queryParameters?: CreateTaskCollectionQueryParamProperties;\n}\n\nexport interface CreateTaskCollectionHeaderParam {\n headers?: RawHttpHeadersInput & CreateTaskCollectionHeaders;\n}\n\nexport interface CreateTaskCollectionMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type CreateTaskCollectionParameters = CreateTaskCollectionQueryParam &\n CreateTaskCollectionHeaderParam &\n CreateTaskCollectionMediaTypesParam &\n CreateTaskCollectionBodyParam &\n RequestParameters;\n\nexport interface DeleteTaskHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface DeleteTaskQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface DeleteTaskQueryParam {\n queryParameters?: DeleteTaskQueryParamProperties;\n}\n\nexport interface DeleteTaskHeaderParam {\n headers?: RawHttpHeadersInput & DeleteTaskHeaders;\n}\n\nexport type DeleteTaskParameters = DeleteTaskQueryParam & DeleteTaskHeaderParam & RequestParameters;\n\nexport interface GetTaskHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\n/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */\nexport interface GetTaskSelectQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\n/** This is the wrapper object for the parameter `$expand` with explode set to false and style set to form. */\nexport interface GetTaskExpandQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface GetTaskQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** An OData $select clause. */\n $select?: string[] | GetTaskSelectQueryParam;\n /** An OData $expand clause. */\n $expand?: string[] | GetTaskExpandQueryParam;\n}\n\nexport interface GetTaskQueryParam {\n queryParameters?: GetTaskQueryParamProperties;\n}\n\nexport interface GetTaskHeaderParam {\n headers?: RawHttpHeadersInput & GetTaskHeaders;\n}\n\nexport type GetTaskParameters = GetTaskQueryParam & GetTaskHeaderParam & RequestParameters;\n\nexport interface ReplaceTaskHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface ReplaceTaskBodyParam {\n /** The Task to update. */\n body: BatchTask;\n}\n\nexport interface ReplaceTaskQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface ReplaceTaskQueryParam {\n queryParameters?: ReplaceTaskQueryParamProperties;\n}\n\nexport interface ReplaceTaskHeaderParam {\n headers?: RawHttpHeadersInput & ReplaceTaskHeaders;\n}\n\nexport interface ReplaceTaskMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type ReplaceTaskParameters = ReplaceTaskQueryParam &\n ReplaceTaskHeaderParam &\n ReplaceTaskMediaTypesParam &\n ReplaceTaskBodyParam &\n RequestParameters;\n\nexport interface ListSubTasksHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\n/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */\nexport interface ListSubTasksSelectQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface ListSubTasksQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** An OData $select clause. */\n $select?: string[] | ListSubTasksSelectQueryParam;\n}\n\nexport interface ListSubTasksQueryParam {\n queryParameters?: ListSubTasksQueryParamProperties;\n}\n\nexport interface ListSubTasksHeaderParam {\n headers?: RawHttpHeadersInput & ListSubTasksHeaders;\n}\n\nexport type ListSubTasksParameters = ListSubTasksQueryParam &\n ListSubTasksHeaderParam &\n RequestParameters;\n\nexport interface TerminateTaskHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface TerminateTaskQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface TerminateTaskQueryParam {\n queryParameters?: TerminateTaskQueryParamProperties;\n}\n\nexport interface TerminateTaskHeaderParam {\n headers?: RawHttpHeadersInput & TerminateTaskHeaders;\n}\n\nexport type TerminateTaskParameters = TerminateTaskQueryParam &\n TerminateTaskHeaderParam &\n RequestParameters;\n\nexport interface ReactivateTaskHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service exactly matches the value specified by the client.\n */\n \"If-Match\"?: string;\n /**\n * An ETag value associated with the version of the resource known to the client.\n * The operation will be performed only if the resource's current ETag on the\n * service does not match the value specified by the client.\n */\n \"If-None-Match\"?: string;\n}\n\nexport interface ReactivateTaskQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface ReactivateTaskQueryParam {\n queryParameters?: ReactivateTaskQueryParamProperties;\n}\n\nexport interface ReactivateTaskHeaderParam {\n headers?: RawHttpHeadersInput & ReactivateTaskHeaders;\n}\n\nexport type ReactivateTaskParameters = ReactivateTaskQueryParam &\n ReactivateTaskHeaderParam &\n RequestParameters;\n\nexport interface DeleteTaskFileHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface DeleteTaskFileQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * Whether to delete children of a directory. If the filePath parameter represents\n * a directory instead of a file, you can set recursive to true to delete the\n * directory and all of the files and subdirectories in it. If recursive is false\n * then the directory must be empty or deletion will fail.\n */\n recursive?: boolean;\n}\n\nexport interface DeleteTaskFileQueryParam {\n queryParameters?: DeleteTaskFileQueryParamProperties;\n}\n\nexport interface DeleteTaskFileHeaderParam {\n headers?: RawHttpHeadersInput & DeleteTaskFileHeaders;\n}\n\nexport type DeleteTaskFileParameters = DeleteTaskFileQueryParam &\n DeleteTaskFileHeaderParam &\n RequestParameters;\n\nexport interface GetTaskFileHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * The byte range to be retrieved. The default is to retrieve the entire file. The\n * format is bytes=startRange-endRange.\n */\n \"ocp-range\"?: string;\n}\n\nexport interface GetTaskFileQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface GetTaskFileQueryParam {\n queryParameters?: GetTaskFileQueryParamProperties;\n}\n\nexport interface GetTaskFileHeaderParam {\n headers?: RawHttpHeadersInput & GetTaskFileHeaders;\n}\n\nexport type GetTaskFileParameters = GetTaskFileQueryParam &\n GetTaskFileHeaderParam &\n RequestParameters;\n\nexport interface GetTaskFilePropertiesHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n}\n\nexport interface GetTaskFilePropertiesQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface GetTaskFilePropertiesQueryParam {\n queryParameters?: GetTaskFilePropertiesQueryParamProperties;\n}\n\nexport interface GetTaskFilePropertiesHeaderParam {\n headers?: RawHttpHeadersInput & GetTaskFilePropertiesHeaders;\n}\n\nexport type GetTaskFilePropertiesParameters = GetTaskFilePropertiesQueryParam &\n GetTaskFilePropertiesHeaderParam &\n RequestParameters;\n\nexport interface ListTaskFilesHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ListTaskFilesQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-task-files.\n */\n $filter?: string;\n /**\n * Whether to list children of the Task directory. This parameter can be used in\n * combination with the filter parameter to list specific type of files.\n */\n recursive?: boolean;\n}\n\nexport interface ListTaskFilesQueryParam {\n queryParameters?: ListTaskFilesQueryParamProperties;\n}\n\nexport interface ListTaskFilesHeaderParam {\n headers?: RawHttpHeadersInput & ListTaskFilesHeaders;\n}\n\nexport type ListTaskFilesParameters = ListTaskFilesQueryParam &\n ListTaskFilesHeaderParam &\n RequestParameters;\n\nexport interface CreateNodeUserHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface CreateNodeUserBodyParam {\n /** The options to use for creating the user. */\n body: BatchNodeUserCreateOptions;\n}\n\nexport interface CreateNodeUserQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface CreateNodeUserQueryParam {\n queryParameters?: CreateNodeUserQueryParamProperties;\n}\n\nexport interface CreateNodeUserHeaderParam {\n headers?: RawHttpHeadersInput & CreateNodeUserHeaders;\n}\n\nexport interface CreateNodeUserMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type CreateNodeUserParameters = CreateNodeUserQueryParam &\n CreateNodeUserHeaderParam &\n CreateNodeUserMediaTypesParam &\n CreateNodeUserBodyParam &\n RequestParameters;\n\nexport interface DeleteNodeUserHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface DeleteNodeUserQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface DeleteNodeUserQueryParam {\n queryParameters?: DeleteNodeUserQueryParamProperties;\n}\n\nexport interface DeleteNodeUserHeaderParam {\n headers?: RawHttpHeadersInput & DeleteNodeUserHeaders;\n}\n\nexport type DeleteNodeUserParameters = DeleteNodeUserQueryParam &\n DeleteNodeUserHeaderParam &\n RequestParameters;\n\nexport interface ReplaceNodeUserHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ReplaceNodeUserBodyParam {\n /** The options to use for updating the user. */\n body: BatchNodeUserUpdateOptions;\n}\n\nexport interface ReplaceNodeUserQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface ReplaceNodeUserQueryParam {\n queryParameters?: ReplaceNodeUserQueryParamProperties;\n}\n\nexport interface ReplaceNodeUserHeaderParam {\n headers?: RawHttpHeadersInput & ReplaceNodeUserHeaders;\n}\n\nexport interface ReplaceNodeUserMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type ReplaceNodeUserParameters = ReplaceNodeUserQueryParam &\n ReplaceNodeUserHeaderParam &\n ReplaceNodeUserMediaTypesParam &\n ReplaceNodeUserBodyParam &\n RequestParameters;\n\nexport interface GetNodeHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\n/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */\nexport interface GetNodeSelectQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface GetNodeQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** An OData $select clause. */\n $select?: string[] | GetNodeSelectQueryParam;\n}\n\nexport interface GetNodeQueryParam {\n queryParameters?: GetNodeQueryParamProperties;\n}\n\nexport interface GetNodeHeaderParam {\n headers?: RawHttpHeadersInput & GetNodeHeaders;\n}\n\nexport type GetNodeParameters = GetNodeQueryParam & GetNodeHeaderParam & RequestParameters;\n\nexport interface RebootNodeHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface RebootNodeBodyParam {\n /** The options to use for rebooting the Compute Node. */\n body?: BatchNodeRebootOptions;\n}\n\nexport interface RebootNodeQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface RebootNodeQueryParam {\n queryParameters?: RebootNodeQueryParamProperties;\n}\n\nexport interface RebootNodeHeaderParam {\n headers?: RawHttpHeadersInput & RebootNodeHeaders;\n}\n\nexport interface RebootNodeMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type RebootNodeParameters = RebootNodeQueryParam &\n RebootNodeHeaderParam &\n RebootNodeMediaTypesParam &\n RebootNodeBodyParam &\n RequestParameters;\n\nexport interface StartNodeHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface StartNodeQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface StartNodeQueryParam {\n queryParameters?: StartNodeQueryParamProperties;\n}\n\nexport interface StartNodeHeaderParam {\n headers?: RawHttpHeadersInput & StartNodeHeaders;\n}\n\nexport type StartNodeParameters = StartNodeQueryParam & StartNodeHeaderParam & RequestParameters;\n\nexport interface DeallocateNodeHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface DeallocateNodeBodyParam {\n /** The options to use for deallocating the Compute Node. */\n body?: BatchNodeDeallocateOptions;\n}\n\nexport interface DeallocateNodeQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface DeallocateNodeQueryParam {\n queryParameters?: DeallocateNodeQueryParamProperties;\n}\n\nexport interface DeallocateNodeHeaderParam {\n headers?: RawHttpHeadersInput & DeallocateNodeHeaders;\n}\n\nexport interface DeallocateNodeMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type DeallocateNodeParameters = DeallocateNodeQueryParam &\n DeallocateNodeHeaderParam &\n DeallocateNodeMediaTypesParam &\n DeallocateNodeBodyParam &\n RequestParameters;\n\nexport interface ReimageNodeHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ReimageNodeBodyParam {\n /** The options to use for reimaging the Compute Node. */\n body?: BatchNodeReimageOptions;\n}\n\nexport interface ReimageNodeQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface ReimageNodeQueryParam {\n queryParameters?: ReimageNodeQueryParamProperties;\n}\n\nexport interface ReimageNodeHeaderParam {\n headers?: RawHttpHeadersInput & ReimageNodeHeaders;\n}\n\nexport interface ReimageNodeMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type ReimageNodeParameters = ReimageNodeQueryParam &\n ReimageNodeHeaderParam &\n ReimageNodeMediaTypesParam &\n ReimageNodeBodyParam &\n RequestParameters;\n\nexport interface DisableNodeSchedulingHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface DisableNodeSchedulingBodyParam {\n /** The options to use for disabling scheduling on the Compute Node. */\n body?: BatchNodeDisableSchedulingOptions;\n}\n\nexport interface DisableNodeSchedulingQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface DisableNodeSchedulingQueryParam {\n queryParameters?: DisableNodeSchedulingQueryParamProperties;\n}\n\nexport interface DisableNodeSchedulingHeaderParam {\n headers?: RawHttpHeadersInput & DisableNodeSchedulingHeaders;\n}\n\nexport interface DisableNodeSchedulingMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type DisableNodeSchedulingParameters = DisableNodeSchedulingQueryParam &\n DisableNodeSchedulingHeaderParam &\n DisableNodeSchedulingMediaTypesParam &\n DisableNodeSchedulingBodyParam &\n RequestParameters;\n\nexport interface EnableNodeSchedulingHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface EnableNodeSchedulingQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface EnableNodeSchedulingQueryParam {\n queryParameters?: EnableNodeSchedulingQueryParamProperties;\n}\n\nexport interface EnableNodeSchedulingHeaderParam {\n headers?: RawHttpHeadersInput & EnableNodeSchedulingHeaders;\n}\n\nexport type EnableNodeSchedulingParameters = EnableNodeSchedulingQueryParam &\n EnableNodeSchedulingHeaderParam &\n RequestParameters;\n\nexport interface GetNodeRemoteLoginSettingsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface GetNodeRemoteLoginSettingsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface GetNodeRemoteLoginSettingsQueryParam {\n queryParameters?: GetNodeRemoteLoginSettingsQueryParamProperties;\n}\n\nexport interface GetNodeRemoteLoginSettingsHeaderParam {\n headers?: RawHttpHeadersInput & GetNodeRemoteLoginSettingsHeaders;\n}\n\nexport type GetNodeRemoteLoginSettingsParameters = GetNodeRemoteLoginSettingsQueryParam &\n GetNodeRemoteLoginSettingsHeaderParam &\n RequestParameters;\n\nexport interface UploadNodeLogsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface UploadNodeLogsBodyParam {\n /** The Azure Batch service log files upload options. */\n body: UploadBatchServiceLogsOptions;\n}\n\nexport interface UploadNodeLogsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface UploadNodeLogsQueryParam {\n queryParameters?: UploadNodeLogsQueryParamProperties;\n}\n\nexport interface UploadNodeLogsHeaderParam {\n headers?: RawHttpHeadersInput & UploadNodeLogsHeaders;\n}\n\nexport interface UploadNodeLogsMediaTypesParam {\n /** Type of content */\n contentType: \"application/json; odata=minimalmetadata\";\n}\n\nexport type UploadNodeLogsParameters = UploadNodeLogsQueryParam &\n UploadNodeLogsHeaderParam &\n UploadNodeLogsMediaTypesParam &\n UploadNodeLogsBodyParam &\n RequestParameters;\n\nexport interface ListNodesHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\n/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */\nexport interface ListNodesSelectQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface ListNodesQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-nodes-in-a-pool.\n */\n $filter?: string;\n /** An OData $select clause. */\n $select?: string[] | ListNodesSelectQueryParam;\n}\n\nexport interface ListNodesQueryParam {\n queryParameters?: ListNodesQueryParamProperties;\n}\n\nexport interface ListNodesHeaderParam {\n headers?: RawHttpHeadersInput & ListNodesHeaders;\n}\n\nexport type ListNodesParameters = ListNodesQueryParam & ListNodesHeaderParam & RequestParameters;\n\nexport interface GetNodeExtensionHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\n/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */\nexport interface GetNodeExtensionSelectQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface GetNodeExtensionQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /** An OData $select clause. */\n $select?: string[] | GetNodeExtensionSelectQueryParam;\n}\n\nexport interface GetNodeExtensionQueryParam {\n queryParameters?: GetNodeExtensionQueryParamProperties;\n}\n\nexport interface GetNodeExtensionHeaderParam {\n headers?: RawHttpHeadersInput & GetNodeExtensionHeaders;\n}\n\nexport type GetNodeExtensionParameters = GetNodeExtensionQueryParam &\n GetNodeExtensionHeaderParam &\n RequestParameters;\n\nexport interface ListNodeExtensionsHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\n/** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */\nexport interface ListNodeExtensionsSelectQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface ListNodeExtensionsQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /** An OData $select clause. */\n $select?: string[] | ListNodeExtensionsSelectQueryParam;\n}\n\nexport interface ListNodeExtensionsQueryParam {\n queryParameters?: ListNodeExtensionsQueryParamProperties;\n}\n\nexport interface ListNodeExtensionsHeaderParam {\n headers?: RawHttpHeadersInput & ListNodeExtensionsHeaders;\n}\n\nexport type ListNodeExtensionsParameters = ListNodeExtensionsQueryParam &\n ListNodeExtensionsHeaderParam &\n RequestParameters;\n\nexport interface DeleteNodeFileHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface DeleteNodeFileQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * Whether to delete children of a directory. If the filePath parameter represents\n * a directory instead of a file, you can set recursive to true to delete the\n * directory and all of the files and subdirectories in it. If recursive is false\n * then the directory must be empty or deletion will fail.\n */\n recursive?: boolean;\n}\n\nexport interface DeleteNodeFileQueryParam {\n queryParameters?: DeleteNodeFileQueryParamProperties;\n}\n\nexport interface DeleteNodeFileHeaderParam {\n headers?: RawHttpHeadersInput & DeleteNodeFileHeaders;\n}\n\nexport type DeleteNodeFileParameters = DeleteNodeFileQueryParam &\n DeleteNodeFileHeaderParam &\n RequestParameters;\n\nexport interface GetNodeFileHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n /**\n * The byte range to be retrieved. The default is to retrieve the entire file. The\n * format is bytes=startRange-endRange.\n */\n \"ocp-range\"?: string;\n}\n\nexport interface GetNodeFileQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface GetNodeFileQueryParam {\n queryParameters?: GetNodeFileQueryParamProperties;\n}\n\nexport interface GetNodeFileHeaderParam {\n headers?: RawHttpHeadersInput & GetNodeFileHeaders;\n}\n\nexport type GetNodeFileParameters = GetNodeFileQueryParam &\n GetNodeFileHeaderParam &\n RequestParameters;\n\nexport interface GetNodeFilePropertiesHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * been modified since the specified time.\n */\n \"If-Modified-Since\"?: string;\n /**\n * A timestamp indicating the last modified time of the resource known to the\n * client. The operation will be performed only if the resource on the service has\n * not been modified since the specified time.\n */\n \"If-Unmodified-Since\"?: string;\n}\n\nexport interface GetNodeFilePropertiesQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n}\n\nexport interface GetNodeFilePropertiesQueryParam {\n queryParameters?: GetNodeFilePropertiesQueryParamProperties;\n}\n\nexport interface GetNodeFilePropertiesHeaderParam {\n headers?: RawHttpHeadersInput & GetNodeFilePropertiesHeaders;\n}\n\nexport type GetNodeFilePropertiesParameters = GetNodeFilePropertiesQueryParam &\n GetNodeFilePropertiesHeaderParam &\n RequestParameters;\n\nexport interface ListNodeFilesHeaders {\n /**\n * The caller-generated request identity, in the form of a GUID with no decoration\n * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.\n */\n \"client-request-id\"?: string;\n /** Whether the server should return the client-request-id in the response. */\n \"return-client-request-id\"?: boolean;\n /**\n * The time the request was issued. Client libraries typically set this to the\n * current system clock time; set it explicitly if you are calling the REST API\n * directly.\n */\n \"ocp-date\"?: string;\n}\n\nexport interface ListNodeFilesQueryParamProperties {\n /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.\". */\n timeOut?: number;\n /**\n * The maximum number of items to return in the response. A maximum of 1000\n * applications can be returned.\n */\n maxresults?: number;\n /**\n * An OData $filter clause. For more information on constructing this filter, see\n * https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-compute-node-files.\n */\n $filter?: string;\n /** Whether to list children of a directory. */\n recursive?: boolean;\n}\n\nexport interface ListNodeFilesQueryParam {\n queryParameters?: ListNodeFilesQueryParamProperties;\n}\n\nexport interface ListNodeFilesHeaderParam {\n headers?: RawHttpHeadersInput & ListNodeFilesHeaders;\n}\n\nexport type ListNodeFilesParameters = ListNodeFilesQueryParam &\n ListNodeFilesHeaderParam &\n RequestParameters;\n"]}
|