@azure/arm-batch 7.0.1-alpha.20220315.1 → 7.1.0-alpha.20220325.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -11
- package/LICENSE +1 -1
- package/README.md +11 -0
- package/dist/index.js +207 -6
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/applicationCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/applicationCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/applicationCreateSample.js +37 -0
- package/dist-esm/samples-dev/applicationCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/applicationDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/applicationDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/applicationDeleteSample.js +32 -0
- package/dist-esm/samples-dev/applicationDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/applicationGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/applicationGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/applicationGetSample.js +32 -0
- package/dist-esm/samples-dev/applicationGetSample.js.map +1 -0
- package/dist-esm/samples-dev/applicationListSample.d.ts +2 -0
- package/dist-esm/samples-dev/applicationListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/applicationListSample.js +45 -0
- package/dist-esm/samples-dev/applicationListSample.js.map +1 -0
- package/dist-esm/samples-dev/applicationPackageActivateSample.d.ts +2 -0
- package/dist-esm/samples-dev/applicationPackageActivateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/applicationPackageActivateSample.js +34 -0
- package/dist-esm/samples-dev/applicationPackageActivateSample.js.map +1 -0
- package/dist-esm/samples-dev/applicationPackageCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/applicationPackageCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/applicationPackageCreateSample.js +33 -0
- package/dist-esm/samples-dev/applicationPackageCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/applicationPackageDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/applicationPackageDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/applicationPackageDeleteSample.js +33 -0
- package/dist-esm/samples-dev/applicationPackageDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/applicationPackageGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/applicationPackageGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/applicationPackageGetSample.js +33 -0
- package/dist-esm/samples-dev/applicationPackageGetSample.js.map +1 -0
- package/dist-esm/samples-dev/applicationPackageListSample.d.ts +2 -0
- package/dist-esm/samples-dev/applicationPackageListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/applicationPackageListSample.js +46 -0
- package/dist-esm/samples-dev/applicationPackageListSample.js.map +1 -0
- package/dist-esm/samples-dev/applicationUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/applicationUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/applicationUpdateSample.js +37 -0
- package/dist-esm/samples-dev/applicationUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/batchAccountCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/batchAccountCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/batchAccountCreateSample.js +150 -0
- package/dist-esm/samples-dev/batchAccountCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/batchAccountDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/batchAccountDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/batchAccountDeleteSample.js +31 -0
- package/dist-esm/samples-dev/batchAccountDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/batchAccountGetDetectorSample.d.ts +2 -0
- package/dist-esm/samples-dev/batchAccountGetDetectorSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/batchAccountGetDetectorSample.js +32 -0
- package/dist-esm/samples-dev/batchAccountGetDetectorSample.js.map +1 -0
- package/dist-esm/samples-dev/batchAccountGetKeysSample.d.ts +2 -0
- package/dist-esm/samples-dev/batchAccountGetKeysSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/batchAccountGetKeysSample.js +31 -0
- package/dist-esm/samples-dev/batchAccountGetKeysSample.js.map +1 -0
- package/dist-esm/samples-dev/batchAccountGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/batchAccountGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/batchAccountGetSample.js +49 -0
- package/dist-esm/samples-dev/batchAccountGetSample.js.map +1 -0
- package/dist-esm/samples-dev/batchAccountListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/batchAccountListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/batchAccountListByResourceGroupSample.js +44 -0
- package/dist-esm/samples-dev/batchAccountListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/batchAccountListDetectorsSample.d.ts +2 -0
- package/dist-esm/samples-dev/batchAccountListDetectorsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/batchAccountListDetectorsSample.js +45 -0
- package/dist-esm/samples-dev/batchAccountListDetectorsSample.js.map +1 -0
- package/dist-esm/samples-dev/batchAccountListOutboundNetworkDependenciesEndpointsSample.d.ts +2 -0
- package/dist-esm/samples-dev/batchAccountListOutboundNetworkDependenciesEndpointsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/batchAccountListOutboundNetworkDependenciesEndpointsSample.js +45 -0
- package/dist-esm/samples-dev/batchAccountListOutboundNetworkDependenciesEndpointsSample.js.map +1 -0
- package/dist-esm/samples-dev/batchAccountListSample.d.ts +2 -0
- package/dist-esm/samples-dev/batchAccountListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/batchAccountListSample.js +43 -0
- package/dist-esm/samples-dev/batchAccountListSample.js.map +1 -0
- package/dist-esm/samples-dev/batchAccountRegenerateKeySample.d.ts +2 -0
- package/dist-esm/samples-dev/batchAccountRegenerateKeySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/batchAccountRegenerateKeySample.js +34 -0
- package/dist-esm/samples-dev/batchAccountRegenerateKeySample.js.map +1 -0
- package/dist-esm/samples-dev/batchAccountSynchronizeAutoStorageKeysSample.d.ts +2 -0
- package/dist-esm/samples-dev/batchAccountSynchronizeAutoStorageKeysSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/batchAccountSynchronizeAutoStorageKeysSample.js +31 -0
- package/dist-esm/samples-dev/batchAccountSynchronizeAutoStorageKeysSample.js.map +1 -0
- package/dist-esm/samples-dev/batchAccountUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/batchAccountUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/batchAccountUpdateSample.js +36 -0
- package/dist-esm/samples-dev/batchAccountUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/certificateCancelDeletionSample.d.ts +2 -0
- package/dist-esm/samples-dev/certificateCancelDeletionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/certificateCancelDeletionSample.js +32 -0
- package/dist-esm/samples-dev/certificateCancelDeletionSample.js.map +1 -0
- package/dist-esm/samples-dev/certificateCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/certificateCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/certificateCreateSample.js +85 -0
- package/dist-esm/samples-dev/certificateCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/certificateDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/certificateDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/certificateDeleteSample.js +32 -0
- package/dist-esm/samples-dev/certificateDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/certificateGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/certificateGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/certificateGetSample.js +51 -0
- package/dist-esm/samples-dev/certificateGetSample.js.map +1 -0
- package/dist-esm/samples-dev/certificateListByBatchAccountSample.d.ts +2 -0
- package/dist-esm/samples-dev/certificateListByBatchAccountSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/certificateListByBatchAccountSample.js +83 -0
- package/dist-esm/samples-dev/certificateListByBatchAccountSample.js.map +1 -0
- package/dist-esm/samples-dev/certificateUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/certificateUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/certificateUpdateSample.js +36 -0
- package/dist-esm/samples-dev/certificateUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/locationCheckNameAvailabilitySample.d.ts +2 -0
- package/dist-esm/samples-dev/locationCheckNameAvailabilitySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/locationCheckNameAvailabilitySample.js +55 -0
- package/dist-esm/samples-dev/locationCheckNameAvailabilitySample.js.map +1 -0
- package/dist-esm/samples-dev/locationGetQuotasSample.d.ts +2 -0
- package/dist-esm/samples-dev/locationGetQuotasSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/locationGetQuotasSample.js +30 -0
- package/dist-esm/samples-dev/locationGetQuotasSample.js.map +1 -0
- package/dist-esm/samples-dev/locationListSupportedCloudServiceSkusSample.d.ts +2 -0
- package/dist-esm/samples-dev/locationListSupportedCloudServiceSkusSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/locationListSupportedCloudServiceSkusSample.js +44 -0
- package/dist-esm/samples-dev/locationListSupportedCloudServiceSkusSample.js.map +1 -0
- package/dist-esm/samples-dev/locationListSupportedVirtualMachineSkusSample.d.ts +2 -0
- package/dist-esm/samples-dev/locationListSupportedVirtualMachineSkusSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/locationListSupportedVirtualMachineSkusSample.js +44 -0
- package/dist-esm/samples-dev/locationListSupportedVirtualMachineSkusSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +43 -0
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
- package/dist-esm/samples-dev/poolCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/poolCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/poolCreateSample.js +456 -0
- package/dist-esm/samples-dev/poolCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/poolDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/poolDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/poolDeleteSample.js +32 -0
- package/dist-esm/samples-dev/poolDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/poolDisableAutoScaleSample.d.ts +2 -0
- package/dist-esm/samples-dev/poolDisableAutoScaleSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/poolDisableAutoScaleSample.js +32 -0
- package/dist-esm/samples-dev/poolDisableAutoScaleSample.js.map +1 -0
- package/dist-esm/samples-dev/poolGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/poolGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/poolGetSample.js +51 -0
- package/dist-esm/samples-dev/poolGetSample.js.map +1 -0
- package/dist-esm/samples-dev/poolListByBatchAccountSample.d.ts +2 -0
- package/dist-esm/samples-dev/poolListByBatchAccountSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/poolListByBatchAccountSample.js +80 -0
- package/dist-esm/samples-dev/poolListByBatchAccountSample.js.map +1 -0
- package/dist-esm/samples-dev/poolStopResizeSample.d.ts +2 -0
- package/dist-esm/samples-dev/poolStopResizeSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/poolStopResizeSample.js +32 -0
- package/dist-esm/samples-dev/poolStopResizeSample.js.map +1 -0
- package/dist-esm/samples-dev/poolUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/poolUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/poolUpdateSample.js +122 -0
- package/dist-esm/samples-dev/poolUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionGetSample.js +32 -0
- package/dist-esm/samples-dev/privateEndpointConnectionGetSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionListByBatchAccountSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionListByBatchAccountSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionListByBatchAccountSample.js +45 -0
- package/dist-esm/samples-dev/privateEndpointConnectionListByBatchAccountSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.js +38 -0
- package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourceGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateLinkResourceGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourceGetSample.js +32 -0
- package/dist-esm/samples-dev/privateLinkResourceGetSample.js.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourceListByBatchAccountSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateLinkResourceListByBatchAccountSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourceListByBatchAccountSample.js +45 -0
- package/dist-esm/samples-dev/privateLinkResourceListByBatchAccountSample.js.map +1 -0
- package/dist-esm/src/batchManagementClient.js +2 -2
- package/dist-esm/src/models/index.d.ts +35 -4
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +2 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +45 -0
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +1 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +11 -1
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/batchAccountOperations.d.ts +33 -1
- package/dist-esm/src/operations/batchAccountOperations.d.ts.map +1 -1
- package/dist-esm/src/operations/batchAccountOperations.js +147 -3
- package/dist-esm/src/operations/batchAccountOperations.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts +16 -1
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts.map +1 -1
- package/dist-esm/test/{sampleTest.d.ts → batch_examples.d.ts} +1 -1
- package/dist-esm/test/batch_examples.d.ts.map +1 -0
- package/dist-esm/test/{sampleTest.js → batch_examples.js} +1 -1
- package/dist-esm/test/batch_examples.js.map +1 -0
- package/package.json +24 -8
- package/review/arm-batch.api.md +38 -0
- package/rollup.config.js +6 -72
- package/src/batchManagementClient.ts +2 -2
- package/src/models/index.ts +43 -4
- package/src/models/mappers.ts +50 -0
- package/src/models/parameters.ts +12 -1
- package/src/operations/batchAccountOperations.ts +200 -0
- package/src/operationsInterfaces/batchAccountOperations.ts +29 -1
- package/tsconfig.json +19 -5
- package/types/arm-batch.d.ts +59 -4
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js.map +0 -1
package/src/models/parameters.ts
CHANGED
|
@@ -95,7 +95,7 @@ export const accountName: OperationURLParameter = {
|
|
|
95
95
|
export const apiVersion: OperationQueryParameter = {
|
|
96
96
|
parameterPath: "apiVersion",
|
|
97
97
|
mapper: {
|
|
98
|
-
defaultValue: "
|
|
98
|
+
defaultValue: "2022-01-01",
|
|
99
99
|
isConstant: true,
|
|
100
100
|
serializedName: "api-version",
|
|
101
101
|
type: {
|
|
@@ -141,6 +141,17 @@ export const parameters2: OperationParameter = {
|
|
|
141
141
|
mapper: BatchAccountRegenerateKeyParametersMapper
|
|
142
142
|
};
|
|
143
143
|
|
|
144
|
+
export const detectorId: OperationURLParameter = {
|
|
145
|
+
parameterPath: "detectorId",
|
|
146
|
+
mapper: {
|
|
147
|
+
serializedName: "detectorId",
|
|
148
|
+
required: true,
|
|
149
|
+
type: {
|
|
150
|
+
name: "String"
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
};
|
|
154
|
+
|
|
144
155
|
export const nextLink: OperationURLParameter = {
|
|
145
156
|
parameterPath: "nextLink",
|
|
146
157
|
mapper: {
|
|
@@ -20,6 +20,9 @@ import {
|
|
|
20
20
|
BatchAccountListOptionalParams,
|
|
21
21
|
BatchAccountListByResourceGroupNextOptionalParams,
|
|
22
22
|
BatchAccountListByResourceGroupOptionalParams,
|
|
23
|
+
DetectorResponse,
|
|
24
|
+
BatchAccountListDetectorsNextOptionalParams,
|
|
25
|
+
BatchAccountListDetectorsOptionalParams,
|
|
23
26
|
OutboundEnvironmentEndpoint,
|
|
24
27
|
BatchAccountListOutboundNetworkDependenciesEndpointsNextOptionalParams,
|
|
25
28
|
BatchAccountListOutboundNetworkDependenciesEndpointsOptionalParams,
|
|
@@ -40,9 +43,13 @@ import {
|
|
|
40
43
|
BatchAccountRegenerateKeyResponse,
|
|
41
44
|
BatchAccountGetKeysOptionalParams,
|
|
42
45
|
BatchAccountGetKeysResponse,
|
|
46
|
+
BatchAccountListDetectorsResponse,
|
|
47
|
+
BatchAccountGetDetectorOptionalParams,
|
|
48
|
+
BatchAccountGetDetectorResponse,
|
|
43
49
|
BatchAccountListOutboundNetworkDependenciesEndpointsResponse,
|
|
44
50
|
BatchAccountListNextResponse,
|
|
45
51
|
BatchAccountListByResourceGroupNextResponse,
|
|
52
|
+
BatchAccountListDetectorsNextResponse,
|
|
46
53
|
BatchAccountListOutboundNetworkDependenciesEndpointsNextResponse
|
|
47
54
|
} from "../models";
|
|
48
55
|
|
|
@@ -154,6 +161,77 @@ export class BatchAccountOperationsImpl implements BatchAccountOperations {
|
|
|
154
161
|
}
|
|
155
162
|
}
|
|
156
163
|
|
|
164
|
+
/**
|
|
165
|
+
* Gets information about the detectors available for a given Batch account.
|
|
166
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
167
|
+
* @param accountName The name of the Batch account.
|
|
168
|
+
* @param options The options parameters.
|
|
169
|
+
*/
|
|
170
|
+
public listDetectors(
|
|
171
|
+
resourceGroupName: string,
|
|
172
|
+
accountName: string,
|
|
173
|
+
options?: BatchAccountListDetectorsOptionalParams
|
|
174
|
+
): PagedAsyncIterableIterator<DetectorResponse> {
|
|
175
|
+
const iter = this.listDetectorsPagingAll(
|
|
176
|
+
resourceGroupName,
|
|
177
|
+
accountName,
|
|
178
|
+
options
|
|
179
|
+
);
|
|
180
|
+
return {
|
|
181
|
+
next() {
|
|
182
|
+
return iter.next();
|
|
183
|
+
},
|
|
184
|
+
[Symbol.asyncIterator]() {
|
|
185
|
+
return this;
|
|
186
|
+
},
|
|
187
|
+
byPage: () => {
|
|
188
|
+
return this.listDetectorsPagingPage(
|
|
189
|
+
resourceGroupName,
|
|
190
|
+
accountName,
|
|
191
|
+
options
|
|
192
|
+
);
|
|
193
|
+
}
|
|
194
|
+
};
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
private async *listDetectorsPagingPage(
|
|
198
|
+
resourceGroupName: string,
|
|
199
|
+
accountName: string,
|
|
200
|
+
options?: BatchAccountListDetectorsOptionalParams
|
|
201
|
+
): AsyncIterableIterator<DetectorResponse[]> {
|
|
202
|
+
let result = await this._listDetectors(
|
|
203
|
+
resourceGroupName,
|
|
204
|
+
accountName,
|
|
205
|
+
options
|
|
206
|
+
);
|
|
207
|
+
yield result.value || [];
|
|
208
|
+
let continuationToken = result.nextLink;
|
|
209
|
+
while (continuationToken) {
|
|
210
|
+
result = await this._listDetectorsNext(
|
|
211
|
+
resourceGroupName,
|
|
212
|
+
accountName,
|
|
213
|
+
continuationToken,
|
|
214
|
+
options
|
|
215
|
+
);
|
|
216
|
+
continuationToken = result.nextLink;
|
|
217
|
+
yield result.value || [];
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
private async *listDetectorsPagingAll(
|
|
222
|
+
resourceGroupName: string,
|
|
223
|
+
accountName: string,
|
|
224
|
+
options?: BatchAccountListDetectorsOptionalParams
|
|
225
|
+
): AsyncIterableIterator<DetectorResponse> {
|
|
226
|
+
for await (const page of this.listDetectorsPagingPage(
|
|
227
|
+
resourceGroupName,
|
|
228
|
+
accountName,
|
|
229
|
+
options
|
|
230
|
+
)) {
|
|
231
|
+
yield* page;
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
|
|
157
235
|
/**
|
|
158
236
|
* Lists the endpoints that a Batch Compute Node under this Batch Account may call as part of Batch
|
|
159
237
|
* service administration. If you are deploying a Pool inside of a virtual network that you specify,
|
|
@@ -531,6 +609,42 @@ export class BatchAccountOperationsImpl implements BatchAccountOperations {
|
|
|
531
609
|
);
|
|
532
610
|
}
|
|
533
611
|
|
|
612
|
+
/**
|
|
613
|
+
* Gets information about the detectors available for a given Batch account.
|
|
614
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
615
|
+
* @param accountName The name of the Batch account.
|
|
616
|
+
* @param options The options parameters.
|
|
617
|
+
*/
|
|
618
|
+
private _listDetectors(
|
|
619
|
+
resourceGroupName: string,
|
|
620
|
+
accountName: string,
|
|
621
|
+
options?: BatchAccountListDetectorsOptionalParams
|
|
622
|
+
): Promise<BatchAccountListDetectorsResponse> {
|
|
623
|
+
return this.client.sendOperationRequest(
|
|
624
|
+
{ resourceGroupName, accountName, options },
|
|
625
|
+
listDetectorsOperationSpec
|
|
626
|
+
);
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
/**
|
|
630
|
+
* Gets information about the given detector for a given Batch account.
|
|
631
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
632
|
+
* @param accountName The name of the Batch account.
|
|
633
|
+
* @param detectorId The name of the detector.
|
|
634
|
+
* @param options The options parameters.
|
|
635
|
+
*/
|
|
636
|
+
getDetector(
|
|
637
|
+
resourceGroupName: string,
|
|
638
|
+
accountName: string,
|
|
639
|
+
detectorId: string,
|
|
640
|
+
options?: BatchAccountGetDetectorOptionalParams
|
|
641
|
+
): Promise<BatchAccountGetDetectorResponse> {
|
|
642
|
+
return this.client.sendOperationRequest(
|
|
643
|
+
{ resourceGroupName, accountName, detectorId, options },
|
|
644
|
+
getDetectorOperationSpec
|
|
645
|
+
);
|
|
646
|
+
}
|
|
647
|
+
|
|
534
648
|
/**
|
|
535
649
|
* Lists the endpoints that a Batch Compute Node under this Batch Account may call as part of Batch
|
|
536
650
|
* service administration. If you are deploying a Pool inside of a virtual network that you specify,
|
|
@@ -585,6 +699,25 @@ export class BatchAccountOperationsImpl implements BatchAccountOperations {
|
|
|
585
699
|
);
|
|
586
700
|
}
|
|
587
701
|
|
|
702
|
+
/**
|
|
703
|
+
* ListDetectorsNext
|
|
704
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
705
|
+
* @param accountName The name of the Batch account.
|
|
706
|
+
* @param nextLink The nextLink from the previous successful call to the ListDetectors method.
|
|
707
|
+
* @param options The options parameters.
|
|
708
|
+
*/
|
|
709
|
+
private _listDetectorsNext(
|
|
710
|
+
resourceGroupName: string,
|
|
711
|
+
accountName: string,
|
|
712
|
+
nextLink: string,
|
|
713
|
+
options?: BatchAccountListDetectorsNextOptionalParams
|
|
714
|
+
): Promise<BatchAccountListDetectorsNextResponse> {
|
|
715
|
+
return this.client.sendOperationRequest(
|
|
716
|
+
{ resourceGroupName, accountName, nextLink, options },
|
|
717
|
+
listDetectorsNextOperationSpec
|
|
718
|
+
);
|
|
719
|
+
}
|
|
720
|
+
|
|
588
721
|
/**
|
|
589
722
|
* ListOutboundNetworkDependenciesEndpointsNext
|
|
590
723
|
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
@@ -814,6 +947,51 @@ const getKeysOperationSpec: coreClient.OperationSpec = {
|
|
|
814
947
|
headerParameters: [Parameters.accept],
|
|
815
948
|
serializer
|
|
816
949
|
};
|
|
950
|
+
const listDetectorsOperationSpec: coreClient.OperationSpec = {
|
|
951
|
+
path:
|
|
952
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors",
|
|
953
|
+
httpMethod: "GET",
|
|
954
|
+
responses: {
|
|
955
|
+
200: {
|
|
956
|
+
bodyMapper: Mappers.DetectorListResult
|
|
957
|
+
},
|
|
958
|
+
default: {
|
|
959
|
+
bodyMapper: Mappers.CloudError
|
|
960
|
+
}
|
|
961
|
+
},
|
|
962
|
+
queryParameters: [Parameters.apiVersion],
|
|
963
|
+
urlParameters: [
|
|
964
|
+
Parameters.$host,
|
|
965
|
+
Parameters.resourceGroupName,
|
|
966
|
+
Parameters.subscriptionId,
|
|
967
|
+
Parameters.accountName1
|
|
968
|
+
],
|
|
969
|
+
headerParameters: [Parameters.accept],
|
|
970
|
+
serializer
|
|
971
|
+
};
|
|
972
|
+
const getDetectorOperationSpec: coreClient.OperationSpec = {
|
|
973
|
+
path:
|
|
974
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors/{detectorId}",
|
|
975
|
+
httpMethod: "GET",
|
|
976
|
+
responses: {
|
|
977
|
+
200: {
|
|
978
|
+
bodyMapper: Mappers.DetectorResponse
|
|
979
|
+
},
|
|
980
|
+
default: {
|
|
981
|
+
bodyMapper: Mappers.CloudError
|
|
982
|
+
}
|
|
983
|
+
},
|
|
984
|
+
queryParameters: [Parameters.apiVersion],
|
|
985
|
+
urlParameters: [
|
|
986
|
+
Parameters.$host,
|
|
987
|
+
Parameters.resourceGroupName,
|
|
988
|
+
Parameters.subscriptionId,
|
|
989
|
+
Parameters.accountName1,
|
|
990
|
+
Parameters.detectorId
|
|
991
|
+
],
|
|
992
|
+
headerParameters: [Parameters.accept],
|
|
993
|
+
serializer
|
|
994
|
+
};
|
|
817
995
|
const listOutboundNetworkDependenciesEndpointsOperationSpec: coreClient.OperationSpec = {
|
|
818
996
|
path:
|
|
819
997
|
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/outboundNetworkDependenciesEndpoints",
|
|
@@ -877,6 +1055,28 @@ const listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {
|
|
|
877
1055
|
headerParameters: [Parameters.accept],
|
|
878
1056
|
serializer
|
|
879
1057
|
};
|
|
1058
|
+
const listDetectorsNextOperationSpec: coreClient.OperationSpec = {
|
|
1059
|
+
path: "{nextLink}",
|
|
1060
|
+
httpMethod: "GET",
|
|
1061
|
+
responses: {
|
|
1062
|
+
200: {
|
|
1063
|
+
bodyMapper: Mappers.DetectorListResult
|
|
1064
|
+
},
|
|
1065
|
+
default: {
|
|
1066
|
+
bodyMapper: Mappers.CloudError
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1069
|
+
queryParameters: [Parameters.apiVersion],
|
|
1070
|
+
urlParameters: [
|
|
1071
|
+
Parameters.$host,
|
|
1072
|
+
Parameters.resourceGroupName,
|
|
1073
|
+
Parameters.subscriptionId,
|
|
1074
|
+
Parameters.accountName1,
|
|
1075
|
+
Parameters.nextLink
|
|
1076
|
+
],
|
|
1077
|
+
headerParameters: [Parameters.accept],
|
|
1078
|
+
serializer
|
|
1079
|
+
};
|
|
880
1080
|
const listOutboundNetworkDependenciesEndpointsNextOperationSpec: coreClient.OperationSpec = {
|
|
881
1081
|
path: "{nextLink}",
|
|
882
1082
|
httpMethod: "GET",
|
|
@@ -12,6 +12,8 @@ import {
|
|
|
12
12
|
BatchAccount,
|
|
13
13
|
BatchAccountListOptionalParams,
|
|
14
14
|
BatchAccountListByResourceGroupOptionalParams,
|
|
15
|
+
DetectorResponse,
|
|
16
|
+
BatchAccountListDetectorsOptionalParams,
|
|
15
17
|
OutboundEnvironmentEndpoint,
|
|
16
18
|
BatchAccountListOutboundNetworkDependenciesEndpointsOptionalParams,
|
|
17
19
|
BatchAccountCreateParameters,
|
|
@@ -28,7 +30,9 @@ import {
|
|
|
28
30
|
BatchAccountRegenerateKeyOptionalParams,
|
|
29
31
|
BatchAccountRegenerateKeyResponse,
|
|
30
32
|
BatchAccountGetKeysOptionalParams,
|
|
31
|
-
BatchAccountGetKeysResponse
|
|
33
|
+
BatchAccountGetKeysResponse,
|
|
34
|
+
BatchAccountGetDetectorOptionalParams,
|
|
35
|
+
BatchAccountGetDetectorResponse
|
|
32
36
|
} from "../models";
|
|
33
37
|
|
|
34
38
|
/// <reference lib="esnext.asynciterable" />
|
|
@@ -50,6 +54,17 @@ export interface BatchAccountOperations {
|
|
|
50
54
|
resourceGroupName: string,
|
|
51
55
|
options?: BatchAccountListByResourceGroupOptionalParams
|
|
52
56
|
): PagedAsyncIterableIterator<BatchAccount>;
|
|
57
|
+
/**
|
|
58
|
+
* Gets information about the detectors available for a given Batch account.
|
|
59
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
60
|
+
* @param accountName The name of the Batch account.
|
|
61
|
+
* @param options The options parameters.
|
|
62
|
+
*/
|
|
63
|
+
listDetectors(
|
|
64
|
+
resourceGroupName: string,
|
|
65
|
+
accountName: string,
|
|
66
|
+
options?: BatchAccountListDetectorsOptionalParams
|
|
67
|
+
): PagedAsyncIterableIterator<DetectorResponse>;
|
|
53
68
|
/**
|
|
54
69
|
* Lists the endpoints that a Batch Compute Node under this Batch Account may call as part of Batch
|
|
55
70
|
* service administration. If you are deploying a Pool inside of a virtual network that you specify,
|
|
@@ -193,4 +208,17 @@ export interface BatchAccountOperations {
|
|
|
193
208
|
accountName: string,
|
|
194
209
|
options?: BatchAccountGetKeysOptionalParams
|
|
195
210
|
): Promise<BatchAccountGetKeysResponse>;
|
|
211
|
+
/**
|
|
212
|
+
* Gets information about the given detector for a given Batch account.
|
|
213
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
214
|
+
* @param accountName The name of the Batch account.
|
|
215
|
+
* @param detectorId The name of the detector.
|
|
216
|
+
* @param options The options parameters.
|
|
217
|
+
*/
|
|
218
|
+
getDetector(
|
|
219
|
+
resourceGroupName: string,
|
|
220
|
+
accountName: string,
|
|
221
|
+
detectorId: string,
|
|
222
|
+
options?: BatchAccountGetDetectorOptionalParams
|
|
223
|
+
): Promise<BatchAccountGetDetectorResponse>;
|
|
196
224
|
}
|
package/tsconfig.json
CHANGED
|
@@ -9,11 +9,25 @@
|
|
|
9
9
|
"esModuleInterop": true,
|
|
10
10
|
"allowSyntheticDefaultImports": true,
|
|
11
11
|
"forceConsistentCasingInFileNames": true,
|
|
12
|
-
"lib": [
|
|
12
|
+
"lib": [
|
|
13
|
+
"es6",
|
|
14
|
+
"dom"
|
|
15
|
+
],
|
|
13
16
|
"declaration": true,
|
|
14
17
|
"outDir": "./dist-esm",
|
|
15
|
-
"importHelpers": true
|
|
18
|
+
"importHelpers": true,
|
|
19
|
+
"paths": {
|
|
20
|
+
"@azure/arm-batch": [
|
|
21
|
+
"./src/index"
|
|
22
|
+
]
|
|
23
|
+
}
|
|
16
24
|
},
|
|
17
|
-
"include": [
|
|
18
|
-
|
|
19
|
-
|
|
25
|
+
"include": [
|
|
26
|
+
"./src/**/*.ts",
|
|
27
|
+
"./test/**/*.ts",
|
|
28
|
+
"samples-dev/**/*.ts"
|
|
29
|
+
],
|
|
30
|
+
"exclude": [
|
|
31
|
+
"node_modules"
|
|
32
|
+
]
|
|
33
|
+
}
|
package/types/arm-batch.d.ts
CHANGED
|
@@ -484,6 +484,13 @@ export declare interface BatchAccountDeleteOptionalParams extends coreClient.Ope
|
|
|
484
484
|
resumeFrom?: string;
|
|
485
485
|
}
|
|
486
486
|
|
|
487
|
+
/** Optional parameters. */
|
|
488
|
+
export declare interface BatchAccountGetDetectorOptionalParams extends coreClient.OperationOptions {
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
/** Contains response data for the getDetector operation. */
|
|
492
|
+
export declare type BatchAccountGetDetectorResponse = DetectorResponse;
|
|
493
|
+
|
|
487
494
|
/** Optional parameters. */
|
|
488
495
|
export declare interface BatchAccountGetKeysOptionalParams extends coreClient.OperationOptions {
|
|
489
496
|
}
|
|
@@ -551,6 +558,20 @@ export declare interface BatchAccountListByResourceGroupOptionalParams extends c
|
|
|
551
558
|
/** Contains response data for the listByResourceGroup operation. */
|
|
552
559
|
export declare type BatchAccountListByResourceGroupResponse = BatchAccountListResult;
|
|
553
560
|
|
|
561
|
+
/** Optional parameters. */
|
|
562
|
+
export declare interface BatchAccountListDetectorsNextOptionalParams extends coreClient.OperationOptions {
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
/** Contains response data for the listDetectorsNext operation. */
|
|
566
|
+
export declare type BatchAccountListDetectorsNextResponse = DetectorListResult;
|
|
567
|
+
|
|
568
|
+
/** Optional parameters. */
|
|
569
|
+
export declare interface BatchAccountListDetectorsOptionalParams extends coreClient.OperationOptions {
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
/** Contains response data for the listDetectors operation. */
|
|
573
|
+
export declare type BatchAccountListDetectorsResponse = DetectorListResult;
|
|
574
|
+
|
|
554
575
|
/** Optional parameters. */
|
|
555
576
|
export declare interface BatchAccountListNextOptionalParams extends coreClient.OperationOptions {
|
|
556
577
|
}
|
|
@@ -600,6 +621,13 @@ export declare interface BatchAccountOperations {
|
|
|
600
621
|
* @param options The options parameters.
|
|
601
622
|
*/
|
|
602
623
|
listByResourceGroup(resourceGroupName: string, options?: BatchAccountListByResourceGroupOptionalParams): PagedAsyncIterableIterator<BatchAccount>;
|
|
624
|
+
/**
|
|
625
|
+
* Gets information about the detectors available for a given Batch account.
|
|
626
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
627
|
+
* @param accountName The name of the Batch account.
|
|
628
|
+
* @param options The options parameters.
|
|
629
|
+
*/
|
|
630
|
+
listDetectors(resourceGroupName: string, accountName: string, options?: BatchAccountListDetectorsOptionalParams): PagedAsyncIterableIterator<DetectorResponse>;
|
|
603
631
|
/**
|
|
604
632
|
* Lists the endpoints that a Batch Compute Node under this Batch Account may call as part of Batch
|
|
605
633
|
* service administration. If you are deploying a Pool inside of a virtual network that you specify,
|
|
@@ -694,6 +722,14 @@ export declare interface BatchAccountOperations {
|
|
|
694
722
|
* @param options The options parameters.
|
|
695
723
|
*/
|
|
696
724
|
getKeys(resourceGroupName: string, accountName: string, options?: BatchAccountGetKeysOptionalParams): Promise<BatchAccountGetKeysResponse>;
|
|
725
|
+
/**
|
|
726
|
+
* Gets information about the given detector for a given Batch account.
|
|
727
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
728
|
+
* @param accountName The name of the Batch account.
|
|
729
|
+
* @param detectorId The name of the detector.
|
|
730
|
+
* @param options The options parameters.
|
|
731
|
+
*/
|
|
732
|
+
getDetector(resourceGroupName: string, accountName: string, detectorId: string, options?: BatchAccountGetDetectorOptionalParams): Promise<BatchAccountGetDetectorResponse>;
|
|
697
733
|
}
|
|
698
734
|
|
|
699
735
|
/** Optional parameters. */
|
|
@@ -1242,6 +1278,20 @@ export declare interface DeploymentConfiguration {
|
|
|
1242
1278
|
virtualMachineConfiguration?: VirtualMachineConfiguration;
|
|
1243
1279
|
}
|
|
1244
1280
|
|
|
1281
|
+
/** Values returned by the List operation. */
|
|
1282
|
+
export declare interface DetectorListResult {
|
|
1283
|
+
/** The collection of Batch account detectors returned by the listing operation. */
|
|
1284
|
+
value?: DetectorResponse[];
|
|
1285
|
+
/** The URL to get the next set of results. */
|
|
1286
|
+
nextLink?: string;
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1289
|
+
/** Contains the information for a detector. */
|
|
1290
|
+
export declare type DetectorResponse = ProxyResource & {
|
|
1291
|
+
/** A base64 encoded string that represents the content of a detector. */
|
|
1292
|
+
value?: string;
|
|
1293
|
+
};
|
|
1294
|
+
|
|
1245
1295
|
/** Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine. */
|
|
1246
1296
|
export declare interface DiffDiskSettings {
|
|
1247
1297
|
/** This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements. */
|
|
@@ -1257,6 +1307,9 @@ export declare interface DiskEncryptionConfiguration {
|
|
|
1257
1307
|
/** Defines values for DiskEncryptionTarget. */
|
|
1258
1308
|
export declare type DiskEncryptionTarget = "OsDisk" | "TemporaryDisk";
|
|
1259
1309
|
|
|
1310
|
+
/** Defines values for DynamicVNetAssignmentScope. */
|
|
1311
|
+
export declare type DynamicVNetAssignmentScope = "none" | "job";
|
|
1312
|
+
|
|
1260
1313
|
/** Defines values for ElevationLevel. */
|
|
1261
1314
|
export declare type ElevationLevel = "NonAdmin" | "Admin";
|
|
1262
1315
|
|
|
@@ -1322,7 +1375,7 @@ export declare interface ImageReference {
|
|
|
1322
1375
|
publisher?: string;
|
|
1323
1376
|
/** For example, UbuntuServer or WindowsServer. */
|
|
1324
1377
|
offer?: string;
|
|
1325
|
-
/** For example, 18.04-LTS or
|
|
1378
|
+
/** For example, 18.04-LTS or 2022-datacenter. */
|
|
1326
1379
|
sku?: string;
|
|
1327
1380
|
/** A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'. */
|
|
1328
1381
|
version?: string;
|
|
@@ -1554,6 +1607,8 @@ export declare type NameAvailabilityReason = "Invalid" | "AlreadyExists";
|
|
|
1554
1607
|
export declare interface NetworkConfiguration {
|
|
1555
1608
|
/** The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication. For pools created with a virtual machine configuration, enable ports 29876 and 29877, as well as port 22 for Linux and port 3389 for Windows. For pools created with a cloud service configuration, enable ports 10100, 20100, and 30100. Also enable outbound connections to Azure Storage on port 443. For cloudServiceConfiguration pools, only 'classic' VNETs are supported. For more details see: https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration */
|
|
1556
1609
|
subnetId?: string;
|
|
1610
|
+
/** The scope of dynamic vnet assignment. */
|
|
1611
|
+
dynamicVNetAssignmentScope?: DynamicVNetAssignmentScope;
|
|
1557
1612
|
/** Pool endpoint configuration is only supported on pools with the virtualMachineConfiguration property. */
|
|
1558
1613
|
endpointConfiguration?: PoolEndpointConfiguration;
|
|
1559
1614
|
/** This property is only supported on Pools with the virtualMachineConfiguration property. */
|
|
@@ -1731,7 +1786,7 @@ export declare type Pool = ProxyResource & {
|
|
|
1731
1786
|
*/
|
|
1732
1787
|
readonly currentDedicatedNodes?: number;
|
|
1733
1788
|
/**
|
|
1734
|
-
* The number of low-priority compute nodes currently in the pool.
|
|
1789
|
+
* The number of Spot/low-priority compute nodes currently in the pool.
|
|
1735
1790
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1736
1791
|
*/
|
|
1737
1792
|
readonly currentLowPriorityNodes?: number;
|
|
@@ -2226,7 +2281,7 @@ export declare interface ProxyResource {
|
|
|
2226
2281
|
export declare interface PublicIPAddressConfiguration {
|
|
2227
2282
|
/** The default value is BatchManaged */
|
|
2228
2283
|
provision?: IPAddressProvisioningType;
|
|
2229
|
-
/** The number of IPs specified here limits the maximum size of the Pool - 100 dedicated nodes or 100 low-priority nodes can be allocated for each public IP. For example, a pool needing 250 dedicated VMs would need at least 3 public IPs specified. Each element of this collection is of the form: /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/publicIPAddresses/{ip}. */
|
|
2284
|
+
/** The number of IPs specified here limits the maximum size of the Pool - 100 dedicated nodes or 100 Spot/low-priority nodes can be allocated for each public IP. For example, a pool needing 250 dedicated VMs would need at least 3 public IPs specified. Each element of this collection is of the form: /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/publicIPAddresses/{ip}. */
|
|
2230
2285
|
ipAddressIds?: string[];
|
|
2231
2286
|
}
|
|
2232
2287
|
|
|
@@ -2247,7 +2302,7 @@ export declare interface ResizeError {
|
|
|
2247
2302
|
export declare interface ResizeOperationStatus {
|
|
2248
2303
|
/** The desired number of dedicated compute nodes in the pool. */
|
|
2249
2304
|
targetDedicatedNodes?: number;
|
|
2250
|
-
/** The desired number of low-priority compute nodes in the pool. */
|
|
2305
|
+
/** The desired number of Spot/low-priority compute nodes in the pool. */
|
|
2251
2306
|
targetLowPriorityNodes?: number;
|
|
2252
2307
|
/** The default value is 15 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service returns an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request). */
|
|
2253
2308
|
resizeTimeout?: string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sampleTest.d.ts","sourceRoot":"","sources":["../../test/sampleTest.ts"],"names":[],"mappings":"AAsCA,eAAO,MAAM,kBAAkB;;CAE9B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sampleTest.js","sourceRoot":"","sources":["../../test/sampleTest.ts"],"names":[],"mappings":"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"}
|