@azure/arm-storagecache 4.3.0 → 5.0.0
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 +11 -0
- package/LICENSE +21 -0
- package/README.md +70 -78
- package/dist/index.js +3916 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/ascOperationsGet.d.ts +2 -0
- package/dist-esm/samples-dev/ascOperationsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/ascOperationsGet.js +31 -0
- package/dist-esm/samples-dev/ascOperationsGet.js.map +1 -0
- package/dist-esm/samples-dev/cachesCreateOrUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/cachesCreateOrUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/cachesCreateOrUpdate.js +89 -0
- package/dist-esm/samples-dev/cachesCreateOrUpdate.js.map +1 -0
- package/dist-esm/samples-dev/cachesCreateOrUpdateLdapOnly.d.ts +2 -0
- package/dist-esm/samples-dev/cachesCreateOrUpdateLdapOnly.d.ts.map +1 -0
- package/dist-esm/samples-dev/cachesCreateOrUpdateLdapOnly.js +75 -0
- package/dist-esm/samples-dev/cachesCreateOrUpdateLdapOnly.js.map +1 -0
- package/dist-esm/samples-dev/cachesDebugInfo.d.ts +2 -0
- package/dist-esm/samples-dev/cachesDebugInfo.d.ts.map +1 -0
- package/dist-esm/samples-dev/cachesDebugInfo.js +31 -0
- package/dist-esm/samples-dev/cachesDebugInfo.js.map +1 -0
- package/dist-esm/samples-dev/cachesDelete.d.ts +2 -0
- package/dist-esm/samples-dev/cachesDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/cachesDelete.js +31 -0
- package/dist-esm/samples-dev/cachesDelete.js.map +1 -0
- package/dist-esm/samples-dev/cachesDnsRefresh.d.ts +2 -0
- package/dist-esm/samples-dev/cachesDnsRefresh.d.ts.map +1 -0
- package/dist-esm/samples-dev/cachesDnsRefresh.js +32 -0
- package/dist-esm/samples-dev/cachesDnsRefresh.js.map +1 -0
- package/dist-esm/samples-dev/cachesFlush.d.ts +2 -0
- package/dist-esm/samples-dev/cachesFlush.d.ts.map +1 -0
- package/dist-esm/samples-dev/cachesFlush.js +31 -0
- package/dist-esm/samples-dev/cachesFlush.js.map +1 -0
- package/dist-esm/samples-dev/cachesGet.d.ts +2 -0
- package/dist-esm/samples-dev/cachesGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/cachesGet.js +31 -0
- package/dist-esm/samples-dev/cachesGet.js.map +1 -0
- package/dist-esm/samples-dev/cachesList.d.ts +2 -0
- package/dist-esm/samples-dev/cachesList.d.ts.map +1 -0
- package/dist-esm/samples-dev/cachesList.js +43 -0
- package/dist-esm/samples-dev/cachesList.js.map +1 -0
- package/dist-esm/samples-dev/cachesListByResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/cachesListByResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/cachesListByResourceGroup.js +44 -0
- package/dist-esm/samples-dev/cachesListByResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/cachesStart.d.ts +2 -0
- package/dist-esm/samples-dev/cachesStart.d.ts.map +1 -0
- package/dist-esm/samples-dev/cachesStart.js +31 -0
- package/dist-esm/samples-dev/cachesStart.js.map +1 -0
- package/dist-esm/samples-dev/cachesStop.d.ts +2 -0
- package/dist-esm/samples-dev/cachesStop.d.ts.map +1 -0
- package/dist-esm/samples-dev/cachesStop.js +31 -0
- package/dist-esm/samples-dev/cachesStop.js.map +1 -0
- package/dist-esm/samples-dev/cachesUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/cachesUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/cachesUpdate.js +101 -0
- package/dist-esm/samples-dev/cachesUpdate.js.map +1 -0
- package/dist-esm/samples-dev/cachesUpdateLdapOnly.d.ts +2 -0
- package/dist-esm/samples-dev/cachesUpdateLdapOnly.d.ts.map +1 -0
- package/dist-esm/samples-dev/cachesUpdateLdapOnly.js +103 -0
- package/dist-esm/samples-dev/cachesUpdateLdapOnly.js.map +1 -0
- package/dist-esm/samples-dev/cachesUpgradeFirmware.d.ts +2 -0
- package/dist-esm/samples-dev/cachesUpgradeFirmware.d.ts.map +1 -0
- package/dist-esm/samples-dev/cachesUpgradeFirmware.js +31 -0
- package/dist-esm/samples-dev/cachesUpgradeFirmware.js.map +1 -0
- package/dist-esm/samples-dev/skusList.d.ts +2 -0
- package/dist-esm/samples-dev/skusList.d.ts.map +1 -0
- package/dist-esm/samples-dev/skusList.js +43 -0
- package/dist-esm/samples-dev/skusList.js.map +1 -0
- package/dist-esm/samples-dev/storageTargetsCreateOrUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/storageTargetsCreateOrUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/storageTargetsCreateOrUpdate.js +51 -0
- package/dist-esm/samples-dev/storageTargetsCreateOrUpdate.js.map +1 -0
- package/dist-esm/samples-dev/storageTargetsCreateOrUpdateBlobNfs.d.ts +2 -0
- package/dist-esm/samples-dev/storageTargetsCreateOrUpdateBlobNfs.d.ts.map +1 -0
- package/dist-esm/samples-dev/storageTargetsCreateOrUpdateBlobNfs.js +41 -0
- package/dist-esm/samples-dev/storageTargetsCreateOrUpdateBlobNfs.js.map +1 -0
- package/dist-esm/samples-dev/storageTargetsCreateOrUpdateNoJunctions.d.ts +2 -0
- package/dist-esm/samples-dev/storageTargetsCreateOrUpdateNoJunctions.d.ts.map +1 -0
- package/dist-esm/samples-dev/storageTargetsCreateOrUpdateNoJunctions.js +37 -0
- package/dist-esm/samples-dev/storageTargetsCreateOrUpdateNoJunctions.js.map +1 -0
- package/dist-esm/samples-dev/storageTargetsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/storageTargetsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/storageTargetsDelete.js +32 -0
- package/dist-esm/samples-dev/storageTargetsDelete.js.map +1 -0
- package/dist-esm/samples-dev/storageTargetsFlush.d.ts +2 -0
- package/dist-esm/samples-dev/storageTargetsFlush.d.ts.map +1 -0
- package/dist-esm/samples-dev/storageTargetsFlush.js +32 -0
- package/dist-esm/samples-dev/storageTargetsFlush.js.map +1 -0
- package/dist-esm/samples-dev/storageTargetsGet.d.ts +2 -0
- package/dist-esm/samples-dev/storageTargetsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/storageTargetsGet.js +32 -0
- package/dist-esm/samples-dev/storageTargetsGet.js.map +1 -0
- package/dist-esm/samples-dev/storageTargetsList.d.ts +2 -0
- package/dist-esm/samples-dev/storageTargetsList.d.ts.map +1 -0
- package/dist-esm/samples-dev/storageTargetsList.js +45 -0
- package/dist-esm/samples-dev/storageTargetsList.js.map +1 -0
- package/dist-esm/samples-dev/storageTargetsResume.d.ts +2 -0
- package/dist-esm/samples-dev/storageTargetsResume.d.ts.map +1 -0
- package/dist-esm/samples-dev/storageTargetsResume.js +32 -0
- package/dist-esm/samples-dev/storageTargetsResume.js.map +1 -0
- package/dist-esm/samples-dev/storageTargetsSuspend.d.ts +2 -0
- package/dist-esm/samples-dev/storageTargetsSuspend.d.ts.map +1 -0
- package/dist-esm/samples-dev/storageTargetsSuspend.js +32 -0
- package/dist-esm/samples-dev/storageTargetsSuspend.js.map +1 -0
- package/dist-esm/samples-dev/usageModelsList.d.ts +2 -0
- package/dist-esm/samples-dev/usageModelsList.d.ts.map +1 -0
- package/dist-esm/samples-dev/usageModelsList.js +43 -0
- package/dist-esm/samples-dev/usageModelsList.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{esm/models/ascOperationsMappers.js → dist-esm/src/index.js} +5 -2
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1030 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +114 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +49 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +848 -893
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +16 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +71 -42
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/ascOperations.d.ts +20 -0
- package/dist-esm/src/operations/ascOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/ascOperations.js +53 -0
- package/dist-esm/src/operations/ascOperations.js.map +1 -0
- package/dist-esm/src/operations/caches.d.ts +184 -0
- package/dist-esm/src/operations/caches.d.ts.map +1 -0
- package/dist-esm/src/operations/caches.js +825 -0
- package/dist-esm/src/operations/caches.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/skus.d.ts +32 -0
- package/dist-esm/src/operations/skus.d.ts.map +1 -0
- package/dist-esm/src/operations/skus.js +124 -0
- package/dist-esm/src/operations/skus.js.map +1 -0
- package/dist-esm/src/operations/storageTargetOperations.d.ts +70 -0
- package/dist-esm/src/operations/storageTargetOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/storageTargetOperations.js +259 -0
- package/dist-esm/src/operations/storageTargetOperations.js.map +1 -0
- package/dist-esm/src/operations/storageTargets.d.ts +115 -0
- package/dist-esm/src/operations/storageTargets.d.ts.map +1 -0
- package/dist-esm/src/operations/storageTargets.js +424 -0
- package/dist-esm/src/operations/storageTargets.js.map +1 -0
- package/dist-esm/src/operations/usageModels.d.ts +32 -0
- package/dist-esm/src/operations/usageModels.d.ts.map +1 -0
- package/dist-esm/src/operations/usageModels.js +124 -0
- package/dist-esm/src/operations/usageModels.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/ascOperations.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/ascOperations.d.ts.map +1 -0
- package/{src/models/ascOperationsMappers.ts → dist-esm/src/operationsInterfaces/ascOperations.js} +2 -6
- package/dist-esm/src/operationsInterfaces/ascOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/caches.d.ts +148 -0
- package/dist-esm/src/operationsInterfaces/caches.d.ts.map +1 -0
- package/{src/models/storageTargetOperationsMappers.ts → dist-esm/src/operationsInterfaces/caches.js} +2 -4
- package/dist-esm/src/operationsInterfaces/caches.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +8 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +15 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/{esm/models/storageTargetOperationsMappers.js → dist-esm/src/operationsInterfaces/operations.js} +2 -2
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/skus.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/skus.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/skus.js} +2 -1
- package/dist-esm/src/operationsInterfaces/skus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageTargetOperations.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/storageTargetOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageTargetOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/storageTargetOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageTargets.d.ts +88 -0
- package/dist-esm/src/operationsInterfaces/storageTargets.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageTargets.js +9 -0
- package/dist-esm/src/operationsInterfaces/storageTargets.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/usageModels.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/usageModels.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/usageModels.js +9 -0
- package/dist-esm/src/operationsInterfaces/usageModels.js.map +1 -0
- package/dist-esm/src/storageCacheManagementClient.d.ts +25 -0
- package/dist-esm/src/storageCacheManagementClient.d.ts.map +1 -0
- package/dist-esm/src/storageCacheManagementClient.js +58 -0
- package/dist-esm/src/storageCacheManagementClient.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +80 -33
- package/review/arm-storagecache.api.md +883 -0
- package/rollup.config.js +181 -30
- package/src/{models/skusMappers.ts → index.ts} +4 -8
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +819 -1303
- package/src/models/mappers.ts +856 -900
- package/src/models/parameters.ts +92 -43
- package/src/operations/ascOperations.ts +37 -51
- package/src/operations/caches.ts +844 -504
- package/src/operations/index.ts +1 -2
- package/src/operations/operations.ts +85 -73
- package/src/operations/skus.ts +87 -76
- package/src/operations/storageTargetOperations.ts +284 -124
- package/src/operations/storageTargets.ts +458 -271
- package/src/operations/usageModels.ts +90 -76
- package/src/operationsInterfaces/ascOperations.ts +27 -0
- package/src/operationsInterfaces/caches.ts +245 -0
- package/src/{models/operationsMappers.ts → operationsInterfaces/index.ts} +7 -9
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/skus.ts +22 -0
- package/src/operationsInterfaces/storageTargetOperations.ts +104 -0
- package/src/operationsInterfaces/storageTargets.ts +150 -0
- package/src/operationsInterfaces/usageModels.ts +22 -0
- package/src/storageCacheManagementClient.ts +90 -46
- package/tsconfig.json +5 -4
- package/types/arm-storagecache.d.ts +1507 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-storagecache.js +0 -3545
- package/dist/arm-storagecache.js.map +0 -1
- package/dist/arm-storagecache.min.js +0 -1
- package/dist/arm-storagecache.min.js.map +0 -1
- package/esm/models/ascOperationsMappers.d.ts +0 -2
- package/esm/models/ascOperationsMappers.d.ts.map +0 -1
- package/esm/models/ascOperationsMappers.js.map +0 -1
- package/esm/models/cachesMappers.d.ts +0 -2
- package/esm/models/cachesMappers.d.ts.map +0 -1
- package/esm/models/cachesMappers.js +0 -9
- package/esm/models/cachesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1541
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -50
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -12
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/skusMappers.d.ts +0 -2
- package/esm/models/skusMappers.d.ts.map +0 -1
- package/esm/models/skusMappers.js +0 -9
- package/esm/models/skusMappers.js.map +0 -1
- package/esm/models/storageTargetOperationsMappers.d.ts +0 -2
- package/esm/models/storageTargetOperationsMappers.d.ts.map +0 -1
- package/esm/models/storageTargetOperationsMappers.js.map +0 -1
- package/esm/models/storageTargetsMappers.d.ts +0 -2
- package/esm/models/storageTargetsMappers.d.ts.map +0 -1
- package/esm/models/storageTargetsMappers.js +0 -9
- package/esm/models/storageTargetsMappers.js.map +0 -1
- package/esm/models/usageModelsMappers.d.ts +0 -2
- package/esm/models/usageModelsMappers.d.ts.map +0 -1
- package/esm/models/usageModelsMappers.js +0 -9
- package/esm/models/usageModelsMappers.js.map +0 -1
- package/esm/operations/ascOperations.d.ts +0 -34
- package/esm/operations/ascOperations.d.ts.map +0 -1
- package/esm/operations/ascOperations.js +0 -57
- package/esm/operations/ascOperations.js.map +0 -1
- package/esm/operations/caches.d.ts +0 -261
- package/esm/operations/caches.d.ts.map +0 -1
- package/esm/operations/caches.js +0 -581
- package/esm/operations/caches.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/skus.d.ts +0 -46
- package/esm/operations/skus.d.ts.map +0 -1
- package/esm/operations/skus.js +0 -82
- package/esm/operations/skus.js.map +0 -1
- package/esm/operations/storageTargetOperations.d.ts +0 -75
- package/esm/operations/storageTargetOperations.d.ts.map +0 -1
- package/esm/operations/storageTargetOperations.js +0 -193
- package/esm/operations/storageTargetOperations.js.map +0 -1
- package/esm/operations/storageTargets.d.ts +0 -153
- package/esm/operations/storageTargets.d.ts.map +0 -1
- package/esm/operations/storageTargets.js +0 -305
- package/esm/operations/storageTargets.js.map +0 -1
- package/esm/operations/usageModels.d.ts +0 -46
- package/esm/operations/usageModels.d.ts.map +0 -1
- package/esm/operations/usageModels.js +0 -82
- package/esm/operations/usageModels.js.map +0 -1
- package/esm/storageCacheManagementClient.d.ts +0 -31
- package/esm/storageCacheManagementClient.d.ts.map +0 -1
- package/esm/storageCacheManagementClient.js +0 -44
- package/esm/storageCacheManagementClient.js.map +0 -1
- package/esm/storageCacheManagementClientContext.d.ts +0 -23
- package/esm/storageCacheManagementClientContext.d.ts.map +0 -1
- package/esm/storageCacheManagementClientContext.js +0 -61
- package/esm/storageCacheManagementClientContext.js.map +0 -1
- package/src/models/cachesMappers.ts +0 -40
- package/src/models/storageTargetsMappers.ts +0 -40
- package/src/models/usageModelsMappers.ts +0 -14
- package/src/storageCacheManagementClientContext.ts +0 -68
package/esm/models/index.d.ts
DELETED
|
@@ -1,1541 +0,0 @@
|
|
|
1
|
-
import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
|
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
3
|
-
export { BaseResource, CloudError };
|
|
4
|
-
/**
|
|
5
|
-
* The object that represents the operation.
|
|
6
|
-
*/
|
|
7
|
-
export interface ApiOperationDisplay {
|
|
8
|
-
/**
|
|
9
|
-
* Operation type: Read, write, delete, etc.
|
|
10
|
-
*/
|
|
11
|
-
operation?: string;
|
|
12
|
-
/**
|
|
13
|
-
* Service provider: Microsoft.StorageCache
|
|
14
|
-
*/
|
|
15
|
-
provider?: string;
|
|
16
|
-
/**
|
|
17
|
-
* Resource on which the operation is performed: Cache, etc.
|
|
18
|
-
*/
|
|
19
|
-
resource?: string;
|
|
20
|
-
/**
|
|
21
|
-
* The description of the operation
|
|
22
|
-
*/
|
|
23
|
-
description?: string;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Specifications of the Dimension of metrics.
|
|
27
|
-
*/
|
|
28
|
-
export interface MetricDimension {
|
|
29
|
-
/**
|
|
30
|
-
* Name of the dimension
|
|
31
|
-
*/
|
|
32
|
-
name?: string;
|
|
33
|
-
/**
|
|
34
|
-
* Localized friendly display name of the dimension
|
|
35
|
-
*/
|
|
36
|
-
displayName?: string;
|
|
37
|
-
/**
|
|
38
|
-
* Internal name of the dimension.
|
|
39
|
-
*/
|
|
40
|
-
internalName?: string;
|
|
41
|
-
/**
|
|
42
|
-
* To be exported to shoe box.
|
|
43
|
-
*/
|
|
44
|
-
toBeExportedForShoebox?: boolean;
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* Details about operation related to metrics.
|
|
48
|
-
*/
|
|
49
|
-
export interface MetricSpecification {
|
|
50
|
-
/**
|
|
51
|
-
* The name of the metric.
|
|
52
|
-
*/
|
|
53
|
-
name?: string;
|
|
54
|
-
/**
|
|
55
|
-
* Localized display name of the metric.
|
|
56
|
-
*/
|
|
57
|
-
displayName?: string;
|
|
58
|
-
/**
|
|
59
|
-
* The description of the metric.
|
|
60
|
-
*/
|
|
61
|
-
displayDescription?: string;
|
|
62
|
-
/**
|
|
63
|
-
* The unit that the metric is measured in.
|
|
64
|
-
*/
|
|
65
|
-
unit?: string;
|
|
66
|
-
/**
|
|
67
|
-
* The type of metric aggregation.
|
|
68
|
-
*/
|
|
69
|
-
aggregationType?: string;
|
|
70
|
-
/**
|
|
71
|
-
* Support metric aggregation type.
|
|
72
|
-
*/
|
|
73
|
-
supportedAggregationTypes?: MetricAggregationType[];
|
|
74
|
-
/**
|
|
75
|
-
* Type of metrics.
|
|
76
|
-
*/
|
|
77
|
-
metricClass?: string;
|
|
78
|
-
/**
|
|
79
|
-
* Dimensions of the metric
|
|
80
|
-
*/
|
|
81
|
-
dimensions?: MetricDimension[];
|
|
82
|
-
}
|
|
83
|
-
/**
|
|
84
|
-
* Specification of the all the metrics provided for a resource type.
|
|
85
|
-
*/
|
|
86
|
-
export interface ApiOperationPropertiesServiceSpecification {
|
|
87
|
-
/**
|
|
88
|
-
* Details about operations related to metrics.
|
|
89
|
-
*/
|
|
90
|
-
metricSpecifications?: MetricSpecification[];
|
|
91
|
-
}
|
|
92
|
-
/**
|
|
93
|
-
* REST API operation description: see
|
|
94
|
-
* https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/openapi-authoring-automated-guidelines.md#r3023-operationsapiimplementation
|
|
95
|
-
*/
|
|
96
|
-
export interface ApiOperation {
|
|
97
|
-
/**
|
|
98
|
-
* The object that represents the operation.
|
|
99
|
-
*/
|
|
100
|
-
display?: ApiOperationDisplay;
|
|
101
|
-
/**
|
|
102
|
-
* Origin of the operation.
|
|
103
|
-
*/
|
|
104
|
-
origin?: string;
|
|
105
|
-
/**
|
|
106
|
-
* The flag that indicates whether the operation applies to data plane.
|
|
107
|
-
*/
|
|
108
|
-
isDataAction?: boolean;
|
|
109
|
-
/**
|
|
110
|
-
* Operation name: {provider}/{resource}/{operation}
|
|
111
|
-
*/
|
|
112
|
-
name?: string;
|
|
113
|
-
/**
|
|
114
|
-
* Specification of the all the metrics provided for a resource type.
|
|
115
|
-
*/
|
|
116
|
-
serviceSpecification?: ApiOperationPropertiesServiceSpecification;
|
|
117
|
-
}
|
|
118
|
-
/**
|
|
119
|
-
* An error response.
|
|
120
|
-
*/
|
|
121
|
-
export interface CloudErrorBody {
|
|
122
|
-
/**
|
|
123
|
-
* An identifier for the error. Codes are invariant and are intended to be consumed
|
|
124
|
-
* programmatically.
|
|
125
|
-
*/
|
|
126
|
-
code?: string;
|
|
127
|
-
/**
|
|
128
|
-
* A list of additional details about the error.
|
|
129
|
-
*/
|
|
130
|
-
details?: CloudErrorBody[];
|
|
131
|
-
/**
|
|
132
|
-
* A message describing the error, intended to be suitable for display in a user interface.
|
|
133
|
-
*/
|
|
134
|
-
message?: string;
|
|
135
|
-
/**
|
|
136
|
-
* The target of the particular error. For example, the name of the property in error.
|
|
137
|
-
*/
|
|
138
|
-
target?: string;
|
|
139
|
-
}
|
|
140
|
-
/**
|
|
141
|
-
* Describes the format of Error response.
|
|
142
|
-
*/
|
|
143
|
-
export interface ErrorResponse {
|
|
144
|
-
/**
|
|
145
|
-
* Error code
|
|
146
|
-
*/
|
|
147
|
-
code?: string;
|
|
148
|
-
/**
|
|
149
|
-
* Error message indicating why the operation failed.
|
|
150
|
-
*/
|
|
151
|
-
message?: string;
|
|
152
|
-
}
|
|
153
|
-
/**
|
|
154
|
-
* The status of operation.
|
|
155
|
-
*/
|
|
156
|
-
export interface AscOperation {
|
|
157
|
-
/**
|
|
158
|
-
* The operation Id.
|
|
159
|
-
*/
|
|
160
|
-
id?: string;
|
|
161
|
-
/**
|
|
162
|
-
* The operation name.
|
|
163
|
-
*/
|
|
164
|
-
name?: string;
|
|
165
|
-
/**
|
|
166
|
-
* The start time of the operation.
|
|
167
|
-
*/
|
|
168
|
-
startTime?: string;
|
|
169
|
-
/**
|
|
170
|
-
* The end time of the operation.
|
|
171
|
-
*/
|
|
172
|
-
endTime?: string;
|
|
173
|
-
/**
|
|
174
|
-
* The status of the operation.
|
|
175
|
-
*/
|
|
176
|
-
status?: string;
|
|
177
|
-
/**
|
|
178
|
-
* The error detail of the operation if any.
|
|
179
|
-
*/
|
|
180
|
-
error?: ErrorResponse;
|
|
181
|
-
/**
|
|
182
|
-
* Additional operation-specific output.
|
|
183
|
-
*/
|
|
184
|
-
output?: {
|
|
185
|
-
[propertyName: string]: any;
|
|
186
|
-
};
|
|
187
|
-
}
|
|
188
|
-
/**
|
|
189
|
-
* An interface representing CacheIdentityUserAssignedIdentitiesValue.
|
|
190
|
-
*/
|
|
191
|
-
export interface CacheIdentityUserAssignedIdentitiesValue {
|
|
192
|
-
/**
|
|
193
|
-
* The principal ID of the user-assigned identity.
|
|
194
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
195
|
-
*/
|
|
196
|
-
readonly principalId?: string;
|
|
197
|
-
/**
|
|
198
|
-
* The client ID of the user-assigned identity.
|
|
199
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
200
|
-
*/
|
|
201
|
-
readonly clientId?: string;
|
|
202
|
-
}
|
|
203
|
-
/**
|
|
204
|
-
* Cache identity properties.
|
|
205
|
-
*/
|
|
206
|
-
export interface CacheIdentity {
|
|
207
|
-
/**
|
|
208
|
-
* The principal ID for the system-assigned identity of the cache.
|
|
209
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
210
|
-
*/
|
|
211
|
-
readonly principalId?: string;
|
|
212
|
-
/**
|
|
213
|
-
* The tenant ID associated with the cache.
|
|
214
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
215
|
-
*/
|
|
216
|
-
readonly tenantId?: string;
|
|
217
|
-
/**
|
|
218
|
-
* The type of identity used for the cache. Possible values include: 'SystemAssigned',
|
|
219
|
-
* 'UserAssigned', 'SystemAssigned, UserAssigned', 'None'
|
|
220
|
-
*/
|
|
221
|
-
type?: CacheIdentityType;
|
|
222
|
-
/**
|
|
223
|
-
* A dictionary where each key is a user assigned identity resource ID, and each key's value is
|
|
224
|
-
* an empty dictionary.
|
|
225
|
-
*/
|
|
226
|
-
userAssignedIdentities?: {
|
|
227
|
-
[propertyName: string]: CacheIdentityUserAssignedIdentitiesValue;
|
|
228
|
-
};
|
|
229
|
-
}
|
|
230
|
-
/**
|
|
231
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
232
|
-
*/
|
|
233
|
-
export interface SystemData {
|
|
234
|
-
/**
|
|
235
|
-
* The identity that created the resource.
|
|
236
|
-
*/
|
|
237
|
-
createdBy?: string;
|
|
238
|
-
/**
|
|
239
|
-
* The type of identity that created the resource. Possible values include: 'User',
|
|
240
|
-
* 'Application', 'ManagedIdentity', 'Key'
|
|
241
|
-
*/
|
|
242
|
-
createdByType?: CreatedByType;
|
|
243
|
-
/**
|
|
244
|
-
* The timestamp of resource creation (UTC).
|
|
245
|
-
*/
|
|
246
|
-
createdAt?: Date;
|
|
247
|
-
/**
|
|
248
|
-
* The identity that last modified the resource.
|
|
249
|
-
*/
|
|
250
|
-
lastModifiedBy?: string;
|
|
251
|
-
/**
|
|
252
|
-
* The type of identity that last modified the resource. Possible values include: 'User',
|
|
253
|
-
* 'Application', 'ManagedIdentity', 'Key'
|
|
254
|
-
*/
|
|
255
|
-
lastModifiedByType?: CreatedByType;
|
|
256
|
-
/**
|
|
257
|
-
* The timestamp of resource last modification (UTC)
|
|
258
|
-
*/
|
|
259
|
-
lastModifiedAt?: Date;
|
|
260
|
-
}
|
|
261
|
-
/**
|
|
262
|
-
* Outstanding conditions that will need to be resolved.
|
|
263
|
-
*/
|
|
264
|
-
export interface Condition {
|
|
265
|
-
/**
|
|
266
|
-
* The time when the condition was raised.
|
|
267
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
268
|
-
*/
|
|
269
|
-
readonly timestamp?: Date;
|
|
270
|
-
/**
|
|
271
|
-
* The issue requiring attention.
|
|
272
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
273
|
-
*/
|
|
274
|
-
readonly message?: string;
|
|
275
|
-
}
|
|
276
|
-
/**
|
|
277
|
-
* An indication of Cache health. Gives more information about health than just that related to
|
|
278
|
-
* provisioning.
|
|
279
|
-
*/
|
|
280
|
-
export interface CacheHealth {
|
|
281
|
-
/**
|
|
282
|
-
* List of Cache health states. Possible values include: 'Unknown', 'Healthy', 'Degraded',
|
|
283
|
-
* 'Down', 'Transitioning', 'Stopping', 'Stopped', 'Upgrading', 'Flushing'
|
|
284
|
-
*/
|
|
285
|
-
state?: HealthStateType;
|
|
286
|
-
/**
|
|
287
|
-
* Describes explanation of state.
|
|
288
|
-
*/
|
|
289
|
-
statusDescription?: string;
|
|
290
|
-
/**
|
|
291
|
-
* Outstanding conditions that need to be investigated and resolved.
|
|
292
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
293
|
-
*/
|
|
294
|
-
readonly conditions?: Condition[];
|
|
295
|
-
}
|
|
296
|
-
/**
|
|
297
|
-
* Properties describing the software upgrade state of the Cache.
|
|
298
|
-
*/
|
|
299
|
-
export interface CacheUpgradeStatus {
|
|
300
|
-
/**
|
|
301
|
-
* Version string of the firmware currently installed on this Cache.
|
|
302
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
303
|
-
*/
|
|
304
|
-
readonly currentFirmwareVersion?: string;
|
|
305
|
-
/**
|
|
306
|
-
* True if there is a firmware update ready to install on this Cache. The firmware will
|
|
307
|
-
* automatically be installed after firmwareUpdateDeadline if not triggered earlier via the
|
|
308
|
-
* upgrade operation. Possible values include: 'available', 'unavailable'
|
|
309
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
310
|
-
*/
|
|
311
|
-
readonly firmwareUpdateStatus?: FirmwareStatusType;
|
|
312
|
-
/**
|
|
313
|
-
* Time at which the pending firmware update will automatically be installed on the Cache.
|
|
314
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
315
|
-
*/
|
|
316
|
-
readonly firmwareUpdateDeadline?: Date;
|
|
317
|
-
/**
|
|
318
|
-
* Time of the last successful firmware update.
|
|
319
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
320
|
-
*/
|
|
321
|
-
readonly lastFirmwareUpdate?: Date;
|
|
322
|
-
/**
|
|
323
|
-
* When firmwareUpdateAvailable is true, this field holds the version string for the update.
|
|
324
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
325
|
-
*/
|
|
326
|
-
readonly pendingFirmwareVersion?: string;
|
|
327
|
-
}
|
|
328
|
-
/**
|
|
329
|
-
* Cache network settings.
|
|
330
|
-
*/
|
|
331
|
-
export interface CacheNetworkSettings {
|
|
332
|
-
/**
|
|
333
|
-
* The IPv4 maximum transmission unit configured for the subnet. Default value: 1500.
|
|
334
|
-
*/
|
|
335
|
-
mtu?: number;
|
|
336
|
-
/**
|
|
337
|
-
* Array of additional IP addresses used by this Cache.
|
|
338
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
339
|
-
*/
|
|
340
|
-
readonly utilityAddresses?: string[];
|
|
341
|
-
/**
|
|
342
|
-
* DNS servers for the cache to use. It will be set from the network configuration if no value
|
|
343
|
-
* is provided.
|
|
344
|
-
*/
|
|
345
|
-
dnsServers?: string[];
|
|
346
|
-
/**
|
|
347
|
-
* DNS search domain
|
|
348
|
-
*/
|
|
349
|
-
dnsSearchDomain?: string;
|
|
350
|
-
/**
|
|
351
|
-
* NTP server IP Address or FQDN for the cache to use. The default is time.windows.com. Default
|
|
352
|
-
* value: 'time.windows.com'.
|
|
353
|
-
*/
|
|
354
|
-
ntpServer?: string;
|
|
355
|
-
}
|
|
356
|
-
/**
|
|
357
|
-
* Describes a resource Id to source Key Vault.
|
|
358
|
-
*/
|
|
359
|
-
export interface KeyVaultKeyReferenceSourceVault {
|
|
360
|
-
/**
|
|
361
|
-
* Resource Id.
|
|
362
|
-
*/
|
|
363
|
-
id?: string;
|
|
364
|
-
}
|
|
365
|
-
/**
|
|
366
|
-
* Describes a reference to Key Vault Key.
|
|
367
|
-
*/
|
|
368
|
-
export interface KeyVaultKeyReference {
|
|
369
|
-
/**
|
|
370
|
-
* The URL referencing a key encryption key in Key Vault.
|
|
371
|
-
*/
|
|
372
|
-
keyUrl: string;
|
|
373
|
-
/**
|
|
374
|
-
* Describes a resource Id to source Key Vault.
|
|
375
|
-
*/
|
|
376
|
-
sourceVault: KeyVaultKeyReferenceSourceVault;
|
|
377
|
-
}
|
|
378
|
-
/**
|
|
379
|
-
* Cache encryption settings.
|
|
380
|
-
*/
|
|
381
|
-
export interface CacheEncryptionSettings {
|
|
382
|
-
/**
|
|
383
|
-
* Specifies the location of the key encryption key in Key Vault.
|
|
384
|
-
*/
|
|
385
|
-
keyEncryptionKey?: KeyVaultKeyReference;
|
|
386
|
-
/**
|
|
387
|
-
* Specifies whether the service will automatically rotate to the newest version of the key in
|
|
388
|
-
* the Key Vault.
|
|
389
|
-
*/
|
|
390
|
-
rotationToLatestKeyVersionEnabled?: boolean;
|
|
391
|
-
}
|
|
392
|
-
/**
|
|
393
|
-
* Rule to place restrictions on portions of the cache namespace being presented to clients.
|
|
394
|
-
*/
|
|
395
|
-
export interface NfsAccessRule {
|
|
396
|
-
/**
|
|
397
|
-
* Scope for this rule. The scope and filter determine which clients match the rule. Possible
|
|
398
|
-
* values include: 'default', 'network', 'host'
|
|
399
|
-
*/
|
|
400
|
-
scope: NfsAccessRuleScope;
|
|
401
|
-
/**
|
|
402
|
-
* Filter applied to the scope for this rule. The filter's format depends on its scope. 'default'
|
|
403
|
-
* scope matches all clients and has no filter value. 'network' scope takes a filter in CIDR
|
|
404
|
-
* format (for example, 10.99.1.0/24). 'host' takes an IP address or fully qualified domain name
|
|
405
|
-
* as filter. If a client does not match any filter rule and there is no default rule, access is
|
|
406
|
-
* denied.
|
|
407
|
-
*/
|
|
408
|
-
filter?: string;
|
|
409
|
-
/**
|
|
410
|
-
* Access allowed by this rule. Possible values include: 'no', 'ro', 'rw'
|
|
411
|
-
*/
|
|
412
|
-
access: NfsAccessRuleAccess;
|
|
413
|
-
/**
|
|
414
|
-
* Allow SUID semantics.
|
|
415
|
-
*/
|
|
416
|
-
suid?: boolean;
|
|
417
|
-
/**
|
|
418
|
-
* For the default policy, allow access to subdirectories under the root export. If this is set
|
|
419
|
-
* to no, clients can only mount the path '/'. If set to yes, clients can mount a deeper path,
|
|
420
|
-
* like '/a/b'.
|
|
421
|
-
*/
|
|
422
|
-
submountAccess?: boolean;
|
|
423
|
-
/**
|
|
424
|
-
* Map root accesses to anonymousUID and anonymousGID.
|
|
425
|
-
*/
|
|
426
|
-
rootSquash?: boolean;
|
|
427
|
-
/**
|
|
428
|
-
* UID value that replaces 0 when rootSquash is true. 65534 will be used if not provided.
|
|
429
|
-
*/
|
|
430
|
-
anonymousUID?: string;
|
|
431
|
-
/**
|
|
432
|
-
* GID value that replaces 0 when rootSquash is true. This will use the value of anonymousUID if
|
|
433
|
-
* not provided.
|
|
434
|
-
*/
|
|
435
|
-
anonymousGID?: string;
|
|
436
|
-
}
|
|
437
|
-
/**
|
|
438
|
-
* A set of rules describing access policies applied to NFSv3 clients of the cache.
|
|
439
|
-
*/
|
|
440
|
-
export interface NfsAccessPolicy {
|
|
441
|
-
/**
|
|
442
|
-
* Name identifying this policy. Access Policy names are not case sensitive.
|
|
443
|
-
*/
|
|
444
|
-
name: string;
|
|
445
|
-
/**
|
|
446
|
-
* The set of rules describing client accesses allowed under this policy.
|
|
447
|
-
*/
|
|
448
|
-
accessRules: NfsAccessRule[];
|
|
449
|
-
}
|
|
450
|
-
/**
|
|
451
|
-
* Cache security settings.
|
|
452
|
-
*/
|
|
453
|
-
export interface CacheSecuritySettings {
|
|
454
|
-
/**
|
|
455
|
-
* NFS access policies defined for this cache.
|
|
456
|
-
*/
|
|
457
|
-
accessPolicies?: NfsAccessPolicy[];
|
|
458
|
-
}
|
|
459
|
-
/**
|
|
460
|
-
* Active Directory admin credentials used to join the HPC Cache to a domain.
|
|
461
|
-
*/
|
|
462
|
-
export interface CacheActiveDirectorySettingsCredentials {
|
|
463
|
-
/**
|
|
464
|
-
* Username of the Active Directory domain administrator. This value is stored encrypted and not
|
|
465
|
-
* returned on response.
|
|
466
|
-
*/
|
|
467
|
-
username: string;
|
|
468
|
-
/**
|
|
469
|
-
* Plain text password of the Active Directory domain administrator. This value is stored
|
|
470
|
-
* encrypted and not returned on response.
|
|
471
|
-
*/
|
|
472
|
-
password: string;
|
|
473
|
-
}
|
|
474
|
-
/**
|
|
475
|
-
* Active Directory settings used to join a cache to a domain.
|
|
476
|
-
*/
|
|
477
|
-
export interface CacheActiveDirectorySettings {
|
|
478
|
-
/**
|
|
479
|
-
* Primary DNS IP address used to resolve the Active Directory domain controller's fully
|
|
480
|
-
* qualified domain name.
|
|
481
|
-
*/
|
|
482
|
-
primaryDnsIpAddress: string;
|
|
483
|
-
/**
|
|
484
|
-
* Secondary DNS IP address used to resolve the Active Directory domain controller's fully
|
|
485
|
-
* qualified domain name.
|
|
486
|
-
*/
|
|
487
|
-
secondaryDnsIpAddress?: string;
|
|
488
|
-
/**
|
|
489
|
-
* The fully qualified domain name of the Active Directory domain controller.
|
|
490
|
-
*/
|
|
491
|
-
domainName: string;
|
|
492
|
-
/**
|
|
493
|
-
* The Active Directory domain's NetBIOS name.
|
|
494
|
-
*/
|
|
495
|
-
domainNetBiosName: string;
|
|
496
|
-
/**
|
|
497
|
-
* The NetBIOS name to assign to the HPC Cache when it joins the Active Directory domain as a
|
|
498
|
-
* server. Length must 1-15 characters from the class [-0-9a-zA-Z].
|
|
499
|
-
*/
|
|
500
|
-
cacheNetBiosName: string;
|
|
501
|
-
/**
|
|
502
|
-
* True if the HPC Cache is joined to the Active Directory domain. Possible values include:
|
|
503
|
-
* 'Yes', 'No', 'Error'
|
|
504
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
505
|
-
*/
|
|
506
|
-
readonly domainJoined?: DomainJoinedType;
|
|
507
|
-
/**
|
|
508
|
-
* Active Directory admin credentials used to join the HPC Cache to a domain.
|
|
509
|
-
*/
|
|
510
|
-
credentials?: CacheActiveDirectorySettingsCredentials;
|
|
511
|
-
}
|
|
512
|
-
/**
|
|
513
|
-
* When present, these are the credentials for the secure LDAP connection.
|
|
514
|
-
*/
|
|
515
|
-
export interface CacheUsernameDownloadSettingsCredentials {
|
|
516
|
-
/**
|
|
517
|
-
* The Bind Distinguished Name identity to be used in the secure LDAP connection. This value is
|
|
518
|
-
* stored encrypted and not returned on response.
|
|
519
|
-
*/
|
|
520
|
-
bindDn?: string;
|
|
521
|
-
/**
|
|
522
|
-
* The Bind password to be used in the secure LDAP connection. This value is stored encrypted and
|
|
523
|
-
* not returned on response.
|
|
524
|
-
*/
|
|
525
|
-
bindPassword?: string;
|
|
526
|
-
}
|
|
527
|
-
/**
|
|
528
|
-
* Settings for Extended Groups username and group download.
|
|
529
|
-
*/
|
|
530
|
-
export interface CacheUsernameDownloadSettings {
|
|
531
|
-
/**
|
|
532
|
-
* Whether or not Extended Groups is enabled.
|
|
533
|
-
*/
|
|
534
|
-
extendedGroups?: boolean;
|
|
535
|
-
/**
|
|
536
|
-
* This setting determines how the cache gets username and group names for clients. Possible
|
|
537
|
-
* values include: 'AD', 'LDAP', 'File', 'None'. Default value: 'None'.
|
|
538
|
-
*/
|
|
539
|
-
usernameSource?: UsernameSource;
|
|
540
|
-
/**
|
|
541
|
-
* The URI of the file containing group information (in /etc/group file format). This field must
|
|
542
|
-
* be populated when 'usernameSource' is set to 'File'.
|
|
543
|
-
*/
|
|
544
|
-
groupFileURI?: string;
|
|
545
|
-
/**
|
|
546
|
-
* The URI of the file containing user information (in /etc/passwd file format). This field must
|
|
547
|
-
* be populated when 'usernameSource' is set to 'File'.
|
|
548
|
-
*/
|
|
549
|
-
userFileURI?: string;
|
|
550
|
-
/**
|
|
551
|
-
* The fully qualified domain name or IP address of the LDAP server to use.
|
|
552
|
-
*/
|
|
553
|
-
ldapServer?: string;
|
|
554
|
-
/**
|
|
555
|
-
* The base distinguished name for the LDAP domain.
|
|
556
|
-
*/
|
|
557
|
-
ldapBaseDN?: string;
|
|
558
|
-
/**
|
|
559
|
-
* Whether or not the LDAP connection should be encrypted.
|
|
560
|
-
*/
|
|
561
|
-
encryptLdapConnection?: boolean;
|
|
562
|
-
/**
|
|
563
|
-
* Determines if the certificates must be validated by a certificate authority. When true,
|
|
564
|
-
* caCertificateURI must be provided.
|
|
565
|
-
*/
|
|
566
|
-
requireValidCertificate?: boolean;
|
|
567
|
-
/**
|
|
568
|
-
* Determines if the certificate should be automatically downloaded. This applies to
|
|
569
|
-
* 'caCertificateURI' only if 'requireValidCertificate' is true.
|
|
570
|
-
*/
|
|
571
|
-
autoDownloadCertificate?: boolean;
|
|
572
|
-
/**
|
|
573
|
-
* The URI of the CA certificate to validate the LDAP secure connection. This field must be
|
|
574
|
-
* populated when 'requireValidCertificate' is set to true.
|
|
575
|
-
*/
|
|
576
|
-
caCertificateURI?: string;
|
|
577
|
-
/**
|
|
578
|
-
* Indicates whether or not the HPC Cache has performed the username download successfully.
|
|
579
|
-
* Possible values include: 'Yes', 'No', 'Error'
|
|
580
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
581
|
-
*/
|
|
582
|
-
readonly usernameDownloaded?: UsernameDownloadedType;
|
|
583
|
-
/**
|
|
584
|
-
* When present, these are the credentials for the secure LDAP connection.
|
|
585
|
-
*/
|
|
586
|
-
credentials?: CacheUsernameDownloadSettingsCredentials;
|
|
587
|
-
}
|
|
588
|
-
/**
|
|
589
|
-
* Cache Directory Services settings.
|
|
590
|
-
*/
|
|
591
|
-
export interface CacheDirectorySettings {
|
|
592
|
-
/**
|
|
593
|
-
* Specifies settings for joining the HPC Cache to an Active Directory domain.
|
|
594
|
-
*/
|
|
595
|
-
activeDirectory?: CacheActiveDirectorySettings;
|
|
596
|
-
/**
|
|
597
|
-
* Specifies settings for Extended Groups. Extended Groups allows users to be members of more
|
|
598
|
-
* than 16 groups.
|
|
599
|
-
*/
|
|
600
|
-
usernameDownload?: CacheUsernameDownloadSettings;
|
|
601
|
-
}
|
|
602
|
-
/**
|
|
603
|
-
* SKU for the Cache.
|
|
604
|
-
*/
|
|
605
|
-
export interface CacheSku {
|
|
606
|
-
/**
|
|
607
|
-
* SKU name for this Cache.
|
|
608
|
-
*/
|
|
609
|
-
name?: string;
|
|
610
|
-
}
|
|
611
|
-
/**
|
|
612
|
-
* A Cache instance. Follows Azure Resource Manager standards:
|
|
613
|
-
* https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md
|
|
614
|
-
*/
|
|
615
|
-
export interface Cache extends BaseResource {
|
|
616
|
-
/**
|
|
617
|
-
* Resource tags.
|
|
618
|
-
*/
|
|
619
|
-
tags?: {
|
|
620
|
-
[propertyName: string]: string;
|
|
621
|
-
};
|
|
622
|
-
/**
|
|
623
|
-
* Resource ID of the Cache.
|
|
624
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
625
|
-
*/
|
|
626
|
-
readonly id?: string;
|
|
627
|
-
/**
|
|
628
|
-
* Region name string.
|
|
629
|
-
*/
|
|
630
|
-
location?: string;
|
|
631
|
-
/**
|
|
632
|
-
* Name of Cache.
|
|
633
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
634
|
-
*/
|
|
635
|
-
readonly name?: string;
|
|
636
|
-
/**
|
|
637
|
-
* Type of the Cache; Microsoft.StorageCache/Cache
|
|
638
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
639
|
-
*/
|
|
640
|
-
readonly type?: string;
|
|
641
|
-
/**
|
|
642
|
-
* The identity of the cache, if configured.
|
|
643
|
-
*/
|
|
644
|
-
identity?: CacheIdentity;
|
|
645
|
-
/**
|
|
646
|
-
* The system meta data relating to this resource.
|
|
647
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
648
|
-
*/
|
|
649
|
-
readonly systemData?: SystemData;
|
|
650
|
-
/**
|
|
651
|
-
* The size of this Cache, in GB.
|
|
652
|
-
*/
|
|
653
|
-
cacheSizeGB?: number;
|
|
654
|
-
/**
|
|
655
|
-
* Health of the Cache.
|
|
656
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
657
|
-
*/
|
|
658
|
-
readonly health?: CacheHealth;
|
|
659
|
-
/**
|
|
660
|
-
* Array of IP addresses that can be used by clients mounting this Cache.
|
|
661
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
662
|
-
*/
|
|
663
|
-
readonly mountAddresses?: string[];
|
|
664
|
-
/**
|
|
665
|
-
* ARM provisioning state, see
|
|
666
|
-
* https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property.
|
|
667
|
-
* Possible values include: 'Succeeded', 'Failed', 'Cancelled', 'Creating', 'Deleting',
|
|
668
|
-
* 'Updating'
|
|
669
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
670
|
-
*/
|
|
671
|
-
readonly provisioningState?: ProvisioningStateType;
|
|
672
|
-
/**
|
|
673
|
-
* Subnet used for the Cache.
|
|
674
|
-
*/
|
|
675
|
-
subnet?: string;
|
|
676
|
-
/**
|
|
677
|
-
* Upgrade status of the Cache.
|
|
678
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
679
|
-
*/
|
|
680
|
-
readonly upgradeStatus?: CacheUpgradeStatus;
|
|
681
|
-
/**
|
|
682
|
-
* Specifies network settings of the cache.
|
|
683
|
-
*/
|
|
684
|
-
networkSettings?: CacheNetworkSettings;
|
|
685
|
-
/**
|
|
686
|
-
* Specifies encryption settings of the cache.
|
|
687
|
-
*/
|
|
688
|
-
encryptionSettings?: CacheEncryptionSettings;
|
|
689
|
-
/**
|
|
690
|
-
* Specifies security settings of the cache.
|
|
691
|
-
*/
|
|
692
|
-
securitySettings?: CacheSecuritySettings;
|
|
693
|
-
/**
|
|
694
|
-
* Specifies Directory Services settings of the cache.
|
|
695
|
-
*/
|
|
696
|
-
directoryServicesSettings?: CacheDirectorySettings;
|
|
697
|
-
/**
|
|
698
|
-
* SKU for the Cache.
|
|
699
|
-
*/
|
|
700
|
-
sku?: CacheSku;
|
|
701
|
-
}
|
|
702
|
-
/**
|
|
703
|
-
* A namespace junction.
|
|
704
|
-
*/
|
|
705
|
-
export interface NamespaceJunction {
|
|
706
|
-
/**
|
|
707
|
-
* Namespace path on a Cache for a Storage Target.
|
|
708
|
-
*/
|
|
709
|
-
namespacePath?: string;
|
|
710
|
-
/**
|
|
711
|
-
* Path in Storage Target to which namespacePath points.
|
|
712
|
-
*/
|
|
713
|
-
targetPath?: string;
|
|
714
|
-
/**
|
|
715
|
-
* NFS export where targetPath exists.
|
|
716
|
-
*/
|
|
717
|
-
nfsExport?: string;
|
|
718
|
-
/**
|
|
719
|
-
* Name of the access policy applied to this junction. Default value: 'default'.
|
|
720
|
-
*/
|
|
721
|
-
nfsAccessPolicy?: string;
|
|
722
|
-
}
|
|
723
|
-
/**
|
|
724
|
-
* Properties pertaining to the Nfs3Target
|
|
725
|
-
*/
|
|
726
|
-
export interface Nfs3Target {
|
|
727
|
-
/**
|
|
728
|
-
* IP address or host name of an NFSv3 host (e.g., 10.0.44.44).
|
|
729
|
-
*/
|
|
730
|
-
target?: string;
|
|
731
|
-
/**
|
|
732
|
-
* Identifies the StorageCache usage model to be used for this storage target.
|
|
733
|
-
*/
|
|
734
|
-
usageModel?: string;
|
|
735
|
-
}
|
|
736
|
-
/**
|
|
737
|
-
* Properties pertaining to the ClfsTarget
|
|
738
|
-
*/
|
|
739
|
-
export interface ClfsTarget {
|
|
740
|
-
/**
|
|
741
|
-
* Resource ID of storage container.
|
|
742
|
-
*/
|
|
743
|
-
target?: string;
|
|
744
|
-
}
|
|
745
|
-
/**
|
|
746
|
-
* Properties pertaining to the UnknownTarget
|
|
747
|
-
*/
|
|
748
|
-
export interface UnknownTarget {
|
|
749
|
-
/**
|
|
750
|
-
* Dictionary of string->string pairs containing information about the Storage Target.
|
|
751
|
-
*/
|
|
752
|
-
attributes?: {
|
|
753
|
-
[propertyName: string]: string;
|
|
754
|
-
};
|
|
755
|
-
}
|
|
756
|
-
/**
|
|
757
|
-
* Properties pertaining to the BlobNfsTarget.
|
|
758
|
-
*/
|
|
759
|
-
export interface BlobNfsTarget {
|
|
760
|
-
/**
|
|
761
|
-
* Resource ID of the storage container.
|
|
762
|
-
*/
|
|
763
|
-
target?: string;
|
|
764
|
-
/**
|
|
765
|
-
* Identifies the StorageCache usage model to be used for this storage target.
|
|
766
|
-
*/
|
|
767
|
-
usageModel?: string;
|
|
768
|
-
}
|
|
769
|
-
/**
|
|
770
|
-
* Resource used by a Cache.
|
|
771
|
-
*/
|
|
772
|
-
export interface StorageTargetResource extends BaseResource {
|
|
773
|
-
/**
|
|
774
|
-
* Name of the Storage Target.
|
|
775
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
776
|
-
*/
|
|
777
|
-
readonly name?: string;
|
|
778
|
-
/**
|
|
779
|
-
* Resource ID of the Storage Target.
|
|
780
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
781
|
-
*/
|
|
782
|
-
readonly id?: string;
|
|
783
|
-
/**
|
|
784
|
-
* Type of the Storage Target; Microsoft.StorageCache/Cache/StorageTarget
|
|
785
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
786
|
-
*/
|
|
787
|
-
readonly type?: string;
|
|
788
|
-
/**
|
|
789
|
-
* Region name string.
|
|
790
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
791
|
-
*/
|
|
792
|
-
readonly location?: string;
|
|
793
|
-
/**
|
|
794
|
-
* The system meta data relating to this resource.
|
|
795
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
796
|
-
*/
|
|
797
|
-
readonly systemData?: SystemData;
|
|
798
|
-
}
|
|
799
|
-
/**
|
|
800
|
-
* Type of the Storage Target.
|
|
801
|
-
*/
|
|
802
|
-
export interface StorageTarget extends StorageTargetResource {
|
|
803
|
-
/**
|
|
804
|
-
* List of Cache namespace junctions to target for namespace associations.
|
|
805
|
-
*/
|
|
806
|
-
junctions?: NamespaceJunction[];
|
|
807
|
-
/**
|
|
808
|
-
* Type of the Storage Target. Possible values include: 'nfs3', 'clfs', 'unknown', 'blobNfs'
|
|
809
|
-
*/
|
|
810
|
-
targetType: StorageTargetType;
|
|
811
|
-
/**
|
|
812
|
-
* ARM provisioning state, see
|
|
813
|
-
* https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property.
|
|
814
|
-
* Possible values include: 'Succeeded', 'Failed', 'Cancelled', 'Creating', 'Deleting',
|
|
815
|
-
* 'Updating'
|
|
816
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
817
|
-
*/
|
|
818
|
-
readonly provisioningState?: ProvisioningStateType;
|
|
819
|
-
/**
|
|
820
|
-
* Storage target operational state. Possible values include: 'Ready', 'Busy', 'Suspended',
|
|
821
|
-
* 'Flushing'
|
|
822
|
-
*/
|
|
823
|
-
state?: OperationalStateType;
|
|
824
|
-
/**
|
|
825
|
-
* Properties when targetType is nfs3.
|
|
826
|
-
*/
|
|
827
|
-
nfs3?: Nfs3Target;
|
|
828
|
-
/**
|
|
829
|
-
* Properties when targetType is clfs.
|
|
830
|
-
*/
|
|
831
|
-
clfs?: ClfsTarget;
|
|
832
|
-
/**
|
|
833
|
-
* Properties when targetType is unknown.
|
|
834
|
-
*/
|
|
835
|
-
unknown?: UnknownTarget;
|
|
836
|
-
/**
|
|
837
|
-
* Properties when targetType is blobNfs.
|
|
838
|
-
*/
|
|
839
|
-
blobNfs?: BlobNfsTarget;
|
|
840
|
-
}
|
|
841
|
-
/**
|
|
842
|
-
* A resource SKU capability.
|
|
843
|
-
*/
|
|
844
|
-
export interface ResourceSkuCapabilities {
|
|
845
|
-
/**
|
|
846
|
-
* Name of a capability, such as ops/sec.
|
|
847
|
-
*/
|
|
848
|
-
name?: string;
|
|
849
|
-
/**
|
|
850
|
-
* Quantity, if the capability is measured by quantity.
|
|
851
|
-
*/
|
|
852
|
-
value?: string;
|
|
853
|
-
}
|
|
854
|
-
/**
|
|
855
|
-
* Resource SKU location information.
|
|
856
|
-
*/
|
|
857
|
-
export interface ResourceSkuLocationInfo {
|
|
858
|
-
/**
|
|
859
|
-
* Location where this SKU is available.
|
|
860
|
-
*/
|
|
861
|
-
location?: string;
|
|
862
|
-
/**
|
|
863
|
-
* Zones if any.
|
|
864
|
-
*/
|
|
865
|
-
zones?: string[];
|
|
866
|
-
}
|
|
867
|
-
/**
|
|
868
|
-
* The restrictions preventing this SKU from being used.
|
|
869
|
-
*/
|
|
870
|
-
export interface Restriction {
|
|
871
|
-
/**
|
|
872
|
-
* The type of restrictions. In this version, the only possible value for this is location.
|
|
873
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
874
|
-
*/
|
|
875
|
-
readonly type?: string;
|
|
876
|
-
/**
|
|
877
|
-
* The value of restrictions. If the restriction type is set to location, then this would be the
|
|
878
|
-
* different locations where the SKU is restricted.
|
|
879
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
880
|
-
*/
|
|
881
|
-
readonly values?: string[];
|
|
882
|
-
/**
|
|
883
|
-
* The reason for the restriction. As of now this can be "QuotaId" or
|
|
884
|
-
* "NotAvailableForSubscription". "QuotaId" is set when the SKU has requiredQuotas parameter as
|
|
885
|
-
* the subscription does not belong to that quota. "NotAvailableForSubscription" is related to
|
|
886
|
-
* capacity at the datacenter. Possible values include: 'QuotaId', 'NotAvailableForSubscription'
|
|
887
|
-
*/
|
|
888
|
-
reasonCode?: ReasonCode;
|
|
889
|
-
}
|
|
890
|
-
/**
|
|
891
|
-
* A resource SKU.
|
|
892
|
-
*/
|
|
893
|
-
export interface ResourceSku {
|
|
894
|
-
/**
|
|
895
|
-
* The type of resource the SKU applies to.
|
|
896
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
897
|
-
*/
|
|
898
|
-
readonly resourceType?: string;
|
|
899
|
-
/**
|
|
900
|
-
* A list of capabilities of this SKU, such as throughput or ops/sec.
|
|
901
|
-
*/
|
|
902
|
-
capabilities?: ResourceSkuCapabilities[];
|
|
903
|
-
/**
|
|
904
|
-
* The set of locations where the SKU is available. This is the supported and registered Azure
|
|
905
|
-
* Geo Regions (e.g., West US, East US, Southeast Asia, etc.).
|
|
906
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
907
|
-
*/
|
|
908
|
-
readonly locations?: string[];
|
|
909
|
-
/**
|
|
910
|
-
* The set of locations where the SKU is available.
|
|
911
|
-
*/
|
|
912
|
-
locationInfo?: ResourceSkuLocationInfo[];
|
|
913
|
-
/**
|
|
914
|
-
* The name of this SKU.
|
|
915
|
-
*/
|
|
916
|
-
name?: string;
|
|
917
|
-
/**
|
|
918
|
-
* The restrictions preventing this SKU from being used. This is empty if there are no
|
|
919
|
-
* restrictions.
|
|
920
|
-
*/
|
|
921
|
-
restrictions?: Restriction[];
|
|
922
|
-
}
|
|
923
|
-
/**
|
|
924
|
-
* Localized information describing this usage model.
|
|
925
|
-
*/
|
|
926
|
-
export interface UsageModelDisplay {
|
|
927
|
-
/**
|
|
928
|
-
* String to display for this usage model.
|
|
929
|
-
*/
|
|
930
|
-
description?: string;
|
|
931
|
-
}
|
|
932
|
-
/**
|
|
933
|
-
* A usage model.
|
|
934
|
-
*/
|
|
935
|
-
export interface UsageModel {
|
|
936
|
-
/**
|
|
937
|
-
* Localized information describing this usage model.
|
|
938
|
-
*/
|
|
939
|
-
display?: UsageModelDisplay;
|
|
940
|
-
/**
|
|
941
|
-
* Non-localized keyword name for this usage model.
|
|
942
|
-
*/
|
|
943
|
-
modelName?: string;
|
|
944
|
-
/**
|
|
945
|
-
* The type of Storage Target to which this model is applicable (only nfs3 as of this version).
|
|
946
|
-
*/
|
|
947
|
-
targetType?: string;
|
|
948
|
-
}
|
|
949
|
-
/**
|
|
950
|
-
* Optional Parameters.
|
|
951
|
-
*/
|
|
952
|
-
export interface CachesCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {
|
|
953
|
-
/**
|
|
954
|
-
* Object containing the user-selectable properties of the new Cache. If read-only properties are
|
|
955
|
-
* included, they must match the existing values of those properties.
|
|
956
|
-
*/
|
|
957
|
-
cache?: Cache;
|
|
958
|
-
}
|
|
959
|
-
/**
|
|
960
|
-
* Optional Parameters.
|
|
961
|
-
*/
|
|
962
|
-
export interface CachesUpdateOptionalParams extends msRest.RequestOptionsBase {
|
|
963
|
-
/**
|
|
964
|
-
* Object containing the user-selectable properties of the Cache. If read-only properties are
|
|
965
|
-
* included, they must match the existing values of those properties.
|
|
966
|
-
*/
|
|
967
|
-
cache?: Cache;
|
|
968
|
-
}
|
|
969
|
-
/**
|
|
970
|
-
* Optional Parameters.
|
|
971
|
-
*/
|
|
972
|
-
export interface CachesBeginCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {
|
|
973
|
-
/**
|
|
974
|
-
* Object containing the user-selectable properties of the new Cache. If read-only properties are
|
|
975
|
-
* included, they must match the existing values of those properties.
|
|
976
|
-
*/
|
|
977
|
-
cache?: Cache;
|
|
978
|
-
}
|
|
979
|
-
/**
|
|
980
|
-
* Optional Parameters.
|
|
981
|
-
*/
|
|
982
|
-
export interface StorageTargetsDeleteMethodOptionalParams extends msRest.RequestOptionsBase {
|
|
983
|
-
/**
|
|
984
|
-
* Boolean value requesting the force delete operation for a storage target. Force delete
|
|
985
|
-
* discards unwritten-data in the cache instead of flushing it to back-end storage.
|
|
986
|
-
*/
|
|
987
|
-
force?: string;
|
|
988
|
-
}
|
|
989
|
-
/**
|
|
990
|
-
* Optional Parameters.
|
|
991
|
-
*/
|
|
992
|
-
export interface StorageTargetsCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {
|
|
993
|
-
/**
|
|
994
|
-
* Object containing the definition of a Storage Target.
|
|
995
|
-
*/
|
|
996
|
-
storagetarget?: StorageTarget;
|
|
997
|
-
}
|
|
998
|
-
/**
|
|
999
|
-
* Optional Parameters.
|
|
1000
|
-
*/
|
|
1001
|
-
export interface StorageTargetsBeginDeleteMethodOptionalParams extends msRest.RequestOptionsBase {
|
|
1002
|
-
/**
|
|
1003
|
-
* Boolean value requesting the force delete operation for a storage target. Force delete
|
|
1004
|
-
* discards unwritten-data in the cache instead of flushing it to back-end storage.
|
|
1005
|
-
*/
|
|
1006
|
-
force?: string;
|
|
1007
|
-
}
|
|
1008
|
-
/**
|
|
1009
|
-
* Optional Parameters.
|
|
1010
|
-
*/
|
|
1011
|
-
export interface StorageTargetsBeginCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {
|
|
1012
|
-
/**
|
|
1013
|
-
* Object containing the definition of a Storage Target.
|
|
1014
|
-
*/
|
|
1015
|
-
storagetarget?: StorageTarget;
|
|
1016
|
-
}
|
|
1017
|
-
/**
|
|
1018
|
-
* An interface representing StorageCacheManagementClientOptions.
|
|
1019
|
-
*/
|
|
1020
|
-
export interface StorageCacheManagementClientOptions extends AzureServiceClientOptions {
|
|
1021
|
-
baseUri?: string;
|
|
1022
|
-
}
|
|
1023
|
-
/**
|
|
1024
|
-
* @interface
|
|
1025
|
-
* Result of the request to list Resource Provider operations. It contains a list of operations and
|
|
1026
|
-
* a URL link to get the next set of results.
|
|
1027
|
-
* @extends Array<ApiOperation>
|
|
1028
|
-
*/
|
|
1029
|
-
export interface ApiOperationListResult extends Array<ApiOperation> {
|
|
1030
|
-
/**
|
|
1031
|
-
* URL to get the next set of operation list results if there are any.
|
|
1032
|
-
*/
|
|
1033
|
-
nextLink?: string;
|
|
1034
|
-
}
|
|
1035
|
-
/**
|
|
1036
|
-
* @interface
|
|
1037
|
-
* The response from the List Cache SKUs operation.
|
|
1038
|
-
* @extends Array<ResourceSku>
|
|
1039
|
-
*/
|
|
1040
|
-
export interface ResourceSkusResult extends Array<ResourceSku> {
|
|
1041
|
-
/**
|
|
1042
|
-
* The URI to fetch the next page of Cache SKUs.
|
|
1043
|
-
*/
|
|
1044
|
-
nextLink?: string;
|
|
1045
|
-
}
|
|
1046
|
-
/**
|
|
1047
|
-
* @interface
|
|
1048
|
-
* A list of Cache usage models.
|
|
1049
|
-
* @extends Array<UsageModel>
|
|
1050
|
-
*/
|
|
1051
|
-
export interface UsageModelsResult extends Array<UsageModel> {
|
|
1052
|
-
/**
|
|
1053
|
-
* The URI to fetch the next page of Cache usage models.
|
|
1054
|
-
*/
|
|
1055
|
-
nextLink?: string;
|
|
1056
|
-
}
|
|
1057
|
-
/**
|
|
1058
|
-
* @interface
|
|
1059
|
-
* Result of the request to list Caches. It contains a list of Caches and a URL link to get the
|
|
1060
|
-
* next set of results.
|
|
1061
|
-
* @extends Array<Cache>
|
|
1062
|
-
*/
|
|
1063
|
-
export interface CachesListResult extends Array<Cache> {
|
|
1064
|
-
/**
|
|
1065
|
-
* URL to get the next set of Cache list results, if there are any.
|
|
1066
|
-
*/
|
|
1067
|
-
nextLink?: string;
|
|
1068
|
-
}
|
|
1069
|
-
/**
|
|
1070
|
-
* @interface
|
|
1071
|
-
* A list of Storage Targets.
|
|
1072
|
-
* @extends Array<StorageTarget>
|
|
1073
|
-
*/
|
|
1074
|
-
export interface StorageTargetsResult extends Array<StorageTarget> {
|
|
1075
|
-
/**
|
|
1076
|
-
* The URI to fetch the next page of Storage Targets.
|
|
1077
|
-
*/
|
|
1078
|
-
nextLink?: string;
|
|
1079
|
-
}
|
|
1080
|
-
/**
|
|
1081
|
-
* Defines values for MetricAggregationType.
|
|
1082
|
-
* Possible values include: 'NotSpecified', 'None', 'Average', 'Minimum', 'Maximum', 'Total',
|
|
1083
|
-
* 'Count'
|
|
1084
|
-
* @readonly
|
|
1085
|
-
* @enum {string}
|
|
1086
|
-
*/
|
|
1087
|
-
export declare type MetricAggregationType = 'NotSpecified' | 'None' | 'Average' | 'Minimum' | 'Maximum' | 'Total' | 'Count';
|
|
1088
|
-
/**
|
|
1089
|
-
* Defines values for CacheIdentityType.
|
|
1090
|
-
* Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned, UserAssigned',
|
|
1091
|
-
* 'None'
|
|
1092
|
-
* @readonly
|
|
1093
|
-
* @enum {string}
|
|
1094
|
-
*/
|
|
1095
|
-
export declare type CacheIdentityType = 'SystemAssigned' | 'UserAssigned' | 'SystemAssigned, UserAssigned' | 'None';
|
|
1096
|
-
/**
|
|
1097
|
-
* Defines values for CreatedByType.
|
|
1098
|
-
* Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
|
|
1099
|
-
* @readonly
|
|
1100
|
-
* @enum {string}
|
|
1101
|
-
*/
|
|
1102
|
-
export declare type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key';
|
|
1103
|
-
/**
|
|
1104
|
-
* Defines values for HealthStateType.
|
|
1105
|
-
* Possible values include: 'Unknown', 'Healthy', 'Degraded', 'Down', 'Transitioning', 'Stopping',
|
|
1106
|
-
* 'Stopped', 'Upgrading', 'Flushing'
|
|
1107
|
-
* @readonly
|
|
1108
|
-
* @enum {string}
|
|
1109
|
-
*/
|
|
1110
|
-
export declare type HealthStateType = 'Unknown' | 'Healthy' | 'Degraded' | 'Down' | 'Transitioning' | 'Stopping' | 'Stopped' | 'Upgrading' | 'Flushing';
|
|
1111
|
-
/**
|
|
1112
|
-
* Defines values for ProvisioningStateType.
|
|
1113
|
-
* Possible values include: 'Succeeded', 'Failed', 'Cancelled', 'Creating', 'Deleting', 'Updating'
|
|
1114
|
-
* @readonly
|
|
1115
|
-
* @enum {string}
|
|
1116
|
-
*/
|
|
1117
|
-
export declare type ProvisioningStateType = 'Succeeded' | 'Failed' | 'Cancelled' | 'Creating' | 'Deleting' | 'Updating';
|
|
1118
|
-
/**
|
|
1119
|
-
* Defines values for FirmwareStatusType.
|
|
1120
|
-
* Possible values include: 'available', 'unavailable'
|
|
1121
|
-
* @readonly
|
|
1122
|
-
* @enum {string}
|
|
1123
|
-
*/
|
|
1124
|
-
export declare type FirmwareStatusType = 'available' | 'unavailable';
|
|
1125
|
-
/**
|
|
1126
|
-
* Defines values for NfsAccessRuleScope.
|
|
1127
|
-
* Possible values include: 'default', 'network', 'host'
|
|
1128
|
-
* @readonly
|
|
1129
|
-
* @enum {string}
|
|
1130
|
-
*/
|
|
1131
|
-
export declare type NfsAccessRuleScope = 'default' | 'network' | 'host';
|
|
1132
|
-
/**
|
|
1133
|
-
* Defines values for NfsAccessRuleAccess.
|
|
1134
|
-
* Possible values include: 'no', 'ro', 'rw'
|
|
1135
|
-
* @readonly
|
|
1136
|
-
* @enum {string}
|
|
1137
|
-
*/
|
|
1138
|
-
export declare type NfsAccessRuleAccess = 'no' | 'ro' | 'rw';
|
|
1139
|
-
/**
|
|
1140
|
-
* Defines values for DomainJoinedType.
|
|
1141
|
-
* Possible values include: 'Yes', 'No', 'Error'
|
|
1142
|
-
* @readonly
|
|
1143
|
-
* @enum {string}
|
|
1144
|
-
*/
|
|
1145
|
-
export declare type DomainJoinedType = 'Yes' | 'No' | 'Error';
|
|
1146
|
-
/**
|
|
1147
|
-
* Defines values for UsernameSource.
|
|
1148
|
-
* Possible values include: 'AD', 'LDAP', 'File', 'None'
|
|
1149
|
-
* @readonly
|
|
1150
|
-
* @enum {string}
|
|
1151
|
-
*/
|
|
1152
|
-
export declare type UsernameSource = 'AD' | 'LDAP' | 'File' | 'None';
|
|
1153
|
-
/**
|
|
1154
|
-
* Defines values for UsernameDownloadedType.
|
|
1155
|
-
* Possible values include: 'Yes', 'No', 'Error'
|
|
1156
|
-
* @readonly
|
|
1157
|
-
* @enum {string}
|
|
1158
|
-
*/
|
|
1159
|
-
export declare type UsernameDownloadedType = 'Yes' | 'No' | 'Error';
|
|
1160
|
-
/**
|
|
1161
|
-
* Defines values for StorageTargetType.
|
|
1162
|
-
* Possible values include: 'nfs3', 'clfs', 'unknown', 'blobNfs'
|
|
1163
|
-
* @readonly
|
|
1164
|
-
* @enum {string}
|
|
1165
|
-
*/
|
|
1166
|
-
export declare type StorageTargetType = 'nfs3' | 'clfs' | 'unknown' | 'blobNfs';
|
|
1167
|
-
/**
|
|
1168
|
-
* Defines values for OperationalStateType.
|
|
1169
|
-
* Possible values include: 'Ready', 'Busy', 'Suspended', 'Flushing'
|
|
1170
|
-
* @readonly
|
|
1171
|
-
* @enum {string}
|
|
1172
|
-
*/
|
|
1173
|
-
export declare type OperationalStateType = 'Ready' | 'Busy' | 'Suspended' | 'Flushing';
|
|
1174
|
-
/**
|
|
1175
|
-
* Defines values for ReasonCode.
|
|
1176
|
-
* Possible values include: 'QuotaId', 'NotAvailableForSubscription'
|
|
1177
|
-
* @readonly
|
|
1178
|
-
* @enum {string}
|
|
1179
|
-
*/
|
|
1180
|
-
export declare type ReasonCode = 'QuotaId' | 'NotAvailableForSubscription';
|
|
1181
|
-
/**
|
|
1182
|
-
* Contains response data for the list operation.
|
|
1183
|
-
*/
|
|
1184
|
-
export declare type OperationsListResponse = ApiOperationListResult & {
|
|
1185
|
-
/**
|
|
1186
|
-
* The underlying HTTP response.
|
|
1187
|
-
*/
|
|
1188
|
-
_response: msRest.HttpResponse & {
|
|
1189
|
-
/**
|
|
1190
|
-
* The response body as text (string format)
|
|
1191
|
-
*/
|
|
1192
|
-
bodyAsText: string;
|
|
1193
|
-
/**
|
|
1194
|
-
* The response body as parsed JSON or XML
|
|
1195
|
-
*/
|
|
1196
|
-
parsedBody: ApiOperationListResult;
|
|
1197
|
-
};
|
|
1198
|
-
};
|
|
1199
|
-
/**
|
|
1200
|
-
* Contains response data for the listNext operation.
|
|
1201
|
-
*/
|
|
1202
|
-
export declare type OperationsListNextResponse = ApiOperationListResult & {
|
|
1203
|
-
/**
|
|
1204
|
-
* The underlying HTTP response.
|
|
1205
|
-
*/
|
|
1206
|
-
_response: msRest.HttpResponse & {
|
|
1207
|
-
/**
|
|
1208
|
-
* The response body as text (string format)
|
|
1209
|
-
*/
|
|
1210
|
-
bodyAsText: string;
|
|
1211
|
-
/**
|
|
1212
|
-
* The response body as parsed JSON or XML
|
|
1213
|
-
*/
|
|
1214
|
-
parsedBody: ApiOperationListResult;
|
|
1215
|
-
};
|
|
1216
|
-
};
|
|
1217
|
-
/**
|
|
1218
|
-
* Contains response data for the list operation.
|
|
1219
|
-
*/
|
|
1220
|
-
export declare type SkusListResponse = ResourceSkusResult & {
|
|
1221
|
-
/**
|
|
1222
|
-
* The underlying HTTP response.
|
|
1223
|
-
*/
|
|
1224
|
-
_response: msRest.HttpResponse & {
|
|
1225
|
-
/**
|
|
1226
|
-
* The response body as text (string format)
|
|
1227
|
-
*/
|
|
1228
|
-
bodyAsText: string;
|
|
1229
|
-
/**
|
|
1230
|
-
* The response body as parsed JSON or XML
|
|
1231
|
-
*/
|
|
1232
|
-
parsedBody: ResourceSkusResult;
|
|
1233
|
-
};
|
|
1234
|
-
};
|
|
1235
|
-
/**
|
|
1236
|
-
* Contains response data for the listNext operation.
|
|
1237
|
-
*/
|
|
1238
|
-
export declare type SkusListNextResponse = ResourceSkusResult & {
|
|
1239
|
-
/**
|
|
1240
|
-
* The underlying HTTP response.
|
|
1241
|
-
*/
|
|
1242
|
-
_response: msRest.HttpResponse & {
|
|
1243
|
-
/**
|
|
1244
|
-
* The response body as text (string format)
|
|
1245
|
-
*/
|
|
1246
|
-
bodyAsText: string;
|
|
1247
|
-
/**
|
|
1248
|
-
* The response body as parsed JSON or XML
|
|
1249
|
-
*/
|
|
1250
|
-
parsedBody: ResourceSkusResult;
|
|
1251
|
-
};
|
|
1252
|
-
};
|
|
1253
|
-
/**
|
|
1254
|
-
* Contains response data for the list operation.
|
|
1255
|
-
*/
|
|
1256
|
-
export declare type UsageModelsListResponse = UsageModelsResult & {
|
|
1257
|
-
/**
|
|
1258
|
-
* The underlying HTTP response.
|
|
1259
|
-
*/
|
|
1260
|
-
_response: msRest.HttpResponse & {
|
|
1261
|
-
/**
|
|
1262
|
-
* The response body as text (string format)
|
|
1263
|
-
*/
|
|
1264
|
-
bodyAsText: string;
|
|
1265
|
-
/**
|
|
1266
|
-
* The response body as parsed JSON or XML
|
|
1267
|
-
*/
|
|
1268
|
-
parsedBody: UsageModelsResult;
|
|
1269
|
-
};
|
|
1270
|
-
};
|
|
1271
|
-
/**
|
|
1272
|
-
* Contains response data for the listNext operation.
|
|
1273
|
-
*/
|
|
1274
|
-
export declare type UsageModelsListNextResponse = UsageModelsResult & {
|
|
1275
|
-
/**
|
|
1276
|
-
* The underlying HTTP response.
|
|
1277
|
-
*/
|
|
1278
|
-
_response: msRest.HttpResponse & {
|
|
1279
|
-
/**
|
|
1280
|
-
* The response body as text (string format)
|
|
1281
|
-
*/
|
|
1282
|
-
bodyAsText: string;
|
|
1283
|
-
/**
|
|
1284
|
-
* The response body as parsed JSON or XML
|
|
1285
|
-
*/
|
|
1286
|
-
parsedBody: UsageModelsResult;
|
|
1287
|
-
};
|
|
1288
|
-
};
|
|
1289
|
-
/**
|
|
1290
|
-
* Contains response data for the get operation.
|
|
1291
|
-
*/
|
|
1292
|
-
export declare type AscOperationsGetResponse = AscOperation & {
|
|
1293
|
-
/**
|
|
1294
|
-
* The underlying HTTP response.
|
|
1295
|
-
*/
|
|
1296
|
-
_response: msRest.HttpResponse & {
|
|
1297
|
-
/**
|
|
1298
|
-
* The response body as text (string format)
|
|
1299
|
-
*/
|
|
1300
|
-
bodyAsText: string;
|
|
1301
|
-
/**
|
|
1302
|
-
* The response body as parsed JSON or XML
|
|
1303
|
-
*/
|
|
1304
|
-
parsedBody: AscOperation;
|
|
1305
|
-
};
|
|
1306
|
-
};
|
|
1307
|
-
/**
|
|
1308
|
-
* Contains response data for the list operation.
|
|
1309
|
-
*/
|
|
1310
|
-
export declare type CachesListResponse = CachesListResult & {
|
|
1311
|
-
/**
|
|
1312
|
-
* The underlying HTTP response.
|
|
1313
|
-
*/
|
|
1314
|
-
_response: msRest.HttpResponse & {
|
|
1315
|
-
/**
|
|
1316
|
-
* The response body as text (string format)
|
|
1317
|
-
*/
|
|
1318
|
-
bodyAsText: string;
|
|
1319
|
-
/**
|
|
1320
|
-
* The response body as parsed JSON or XML
|
|
1321
|
-
*/
|
|
1322
|
-
parsedBody: CachesListResult;
|
|
1323
|
-
};
|
|
1324
|
-
};
|
|
1325
|
-
/**
|
|
1326
|
-
* Contains response data for the listByResourceGroup operation.
|
|
1327
|
-
*/
|
|
1328
|
-
export declare type CachesListByResourceGroupResponse = CachesListResult & {
|
|
1329
|
-
/**
|
|
1330
|
-
* The underlying HTTP response.
|
|
1331
|
-
*/
|
|
1332
|
-
_response: msRest.HttpResponse & {
|
|
1333
|
-
/**
|
|
1334
|
-
* The response body as text (string format)
|
|
1335
|
-
*/
|
|
1336
|
-
bodyAsText: string;
|
|
1337
|
-
/**
|
|
1338
|
-
* The response body as parsed JSON or XML
|
|
1339
|
-
*/
|
|
1340
|
-
parsedBody: CachesListResult;
|
|
1341
|
-
};
|
|
1342
|
-
};
|
|
1343
|
-
/**
|
|
1344
|
-
* Contains response data for the get operation.
|
|
1345
|
-
*/
|
|
1346
|
-
export declare type CachesGetResponse = Cache & {
|
|
1347
|
-
/**
|
|
1348
|
-
* The underlying HTTP response.
|
|
1349
|
-
*/
|
|
1350
|
-
_response: msRest.HttpResponse & {
|
|
1351
|
-
/**
|
|
1352
|
-
* The response body as text (string format)
|
|
1353
|
-
*/
|
|
1354
|
-
bodyAsText: string;
|
|
1355
|
-
/**
|
|
1356
|
-
* The response body as parsed JSON or XML
|
|
1357
|
-
*/
|
|
1358
|
-
parsedBody: Cache;
|
|
1359
|
-
};
|
|
1360
|
-
};
|
|
1361
|
-
/**
|
|
1362
|
-
* Contains response data for the createOrUpdate operation.
|
|
1363
|
-
*/
|
|
1364
|
-
export declare type CachesCreateOrUpdateResponse = Cache & {
|
|
1365
|
-
/**
|
|
1366
|
-
* The underlying HTTP response.
|
|
1367
|
-
*/
|
|
1368
|
-
_response: msRest.HttpResponse & {
|
|
1369
|
-
/**
|
|
1370
|
-
* The response body as text (string format)
|
|
1371
|
-
*/
|
|
1372
|
-
bodyAsText: string;
|
|
1373
|
-
/**
|
|
1374
|
-
* The response body as parsed JSON or XML
|
|
1375
|
-
*/
|
|
1376
|
-
parsedBody: Cache;
|
|
1377
|
-
};
|
|
1378
|
-
};
|
|
1379
|
-
/**
|
|
1380
|
-
* Contains response data for the update operation.
|
|
1381
|
-
*/
|
|
1382
|
-
export declare type CachesUpdateResponse = Cache & {
|
|
1383
|
-
/**
|
|
1384
|
-
* The underlying HTTP response.
|
|
1385
|
-
*/
|
|
1386
|
-
_response: msRest.HttpResponse & {
|
|
1387
|
-
/**
|
|
1388
|
-
* The response body as text (string format)
|
|
1389
|
-
*/
|
|
1390
|
-
bodyAsText: string;
|
|
1391
|
-
/**
|
|
1392
|
-
* The response body as parsed JSON or XML
|
|
1393
|
-
*/
|
|
1394
|
-
parsedBody: Cache;
|
|
1395
|
-
};
|
|
1396
|
-
};
|
|
1397
|
-
/**
|
|
1398
|
-
* Contains response data for the beginCreateOrUpdate operation.
|
|
1399
|
-
*/
|
|
1400
|
-
export declare type CachesBeginCreateOrUpdateResponse = Cache & {
|
|
1401
|
-
/**
|
|
1402
|
-
* The underlying HTTP response.
|
|
1403
|
-
*/
|
|
1404
|
-
_response: msRest.HttpResponse & {
|
|
1405
|
-
/**
|
|
1406
|
-
* The response body as text (string format)
|
|
1407
|
-
*/
|
|
1408
|
-
bodyAsText: string;
|
|
1409
|
-
/**
|
|
1410
|
-
* The response body as parsed JSON or XML
|
|
1411
|
-
*/
|
|
1412
|
-
parsedBody: Cache;
|
|
1413
|
-
};
|
|
1414
|
-
};
|
|
1415
|
-
/**
|
|
1416
|
-
* Contains response data for the listNext operation.
|
|
1417
|
-
*/
|
|
1418
|
-
export declare type CachesListNextResponse = CachesListResult & {
|
|
1419
|
-
/**
|
|
1420
|
-
* The underlying HTTP response.
|
|
1421
|
-
*/
|
|
1422
|
-
_response: msRest.HttpResponse & {
|
|
1423
|
-
/**
|
|
1424
|
-
* The response body as text (string format)
|
|
1425
|
-
*/
|
|
1426
|
-
bodyAsText: string;
|
|
1427
|
-
/**
|
|
1428
|
-
* The response body as parsed JSON or XML
|
|
1429
|
-
*/
|
|
1430
|
-
parsedBody: CachesListResult;
|
|
1431
|
-
};
|
|
1432
|
-
};
|
|
1433
|
-
/**
|
|
1434
|
-
* Contains response data for the listByResourceGroupNext operation.
|
|
1435
|
-
*/
|
|
1436
|
-
export declare type CachesListByResourceGroupNextResponse = CachesListResult & {
|
|
1437
|
-
/**
|
|
1438
|
-
* The underlying HTTP response.
|
|
1439
|
-
*/
|
|
1440
|
-
_response: msRest.HttpResponse & {
|
|
1441
|
-
/**
|
|
1442
|
-
* The response body as text (string format)
|
|
1443
|
-
*/
|
|
1444
|
-
bodyAsText: string;
|
|
1445
|
-
/**
|
|
1446
|
-
* The response body as parsed JSON or XML
|
|
1447
|
-
*/
|
|
1448
|
-
parsedBody: CachesListResult;
|
|
1449
|
-
};
|
|
1450
|
-
};
|
|
1451
|
-
/**
|
|
1452
|
-
* Contains response data for the listByCache operation.
|
|
1453
|
-
*/
|
|
1454
|
-
export declare type StorageTargetsListByCacheResponse = StorageTargetsResult & {
|
|
1455
|
-
/**
|
|
1456
|
-
* The underlying HTTP response.
|
|
1457
|
-
*/
|
|
1458
|
-
_response: msRest.HttpResponse & {
|
|
1459
|
-
/**
|
|
1460
|
-
* The response body as text (string format)
|
|
1461
|
-
*/
|
|
1462
|
-
bodyAsText: string;
|
|
1463
|
-
/**
|
|
1464
|
-
* The response body as parsed JSON or XML
|
|
1465
|
-
*/
|
|
1466
|
-
parsedBody: StorageTargetsResult;
|
|
1467
|
-
};
|
|
1468
|
-
};
|
|
1469
|
-
/**
|
|
1470
|
-
* Contains response data for the get operation.
|
|
1471
|
-
*/
|
|
1472
|
-
export declare type StorageTargetsGetResponse = StorageTarget & {
|
|
1473
|
-
/**
|
|
1474
|
-
* The underlying HTTP response.
|
|
1475
|
-
*/
|
|
1476
|
-
_response: msRest.HttpResponse & {
|
|
1477
|
-
/**
|
|
1478
|
-
* The response body as text (string format)
|
|
1479
|
-
*/
|
|
1480
|
-
bodyAsText: string;
|
|
1481
|
-
/**
|
|
1482
|
-
* The response body as parsed JSON or XML
|
|
1483
|
-
*/
|
|
1484
|
-
parsedBody: StorageTarget;
|
|
1485
|
-
};
|
|
1486
|
-
};
|
|
1487
|
-
/**
|
|
1488
|
-
* Contains response data for the createOrUpdate operation.
|
|
1489
|
-
*/
|
|
1490
|
-
export declare type StorageTargetsCreateOrUpdateResponse = StorageTarget & {
|
|
1491
|
-
/**
|
|
1492
|
-
* The underlying HTTP response.
|
|
1493
|
-
*/
|
|
1494
|
-
_response: msRest.HttpResponse & {
|
|
1495
|
-
/**
|
|
1496
|
-
* The response body as text (string format)
|
|
1497
|
-
*/
|
|
1498
|
-
bodyAsText: string;
|
|
1499
|
-
/**
|
|
1500
|
-
* The response body as parsed JSON or XML
|
|
1501
|
-
*/
|
|
1502
|
-
parsedBody: StorageTarget;
|
|
1503
|
-
};
|
|
1504
|
-
};
|
|
1505
|
-
/**
|
|
1506
|
-
* Contains response data for the beginCreateOrUpdate operation.
|
|
1507
|
-
*/
|
|
1508
|
-
export declare type StorageTargetsBeginCreateOrUpdateResponse = StorageTarget & {
|
|
1509
|
-
/**
|
|
1510
|
-
* The underlying HTTP response.
|
|
1511
|
-
*/
|
|
1512
|
-
_response: msRest.HttpResponse & {
|
|
1513
|
-
/**
|
|
1514
|
-
* The response body as text (string format)
|
|
1515
|
-
*/
|
|
1516
|
-
bodyAsText: string;
|
|
1517
|
-
/**
|
|
1518
|
-
* The response body as parsed JSON or XML
|
|
1519
|
-
*/
|
|
1520
|
-
parsedBody: StorageTarget;
|
|
1521
|
-
};
|
|
1522
|
-
};
|
|
1523
|
-
/**
|
|
1524
|
-
* Contains response data for the listByCacheNext operation.
|
|
1525
|
-
*/
|
|
1526
|
-
export declare type StorageTargetsListByCacheNextResponse = StorageTargetsResult & {
|
|
1527
|
-
/**
|
|
1528
|
-
* The underlying HTTP response.
|
|
1529
|
-
*/
|
|
1530
|
-
_response: msRest.HttpResponse & {
|
|
1531
|
-
/**
|
|
1532
|
-
* The response body as text (string format)
|
|
1533
|
-
*/
|
|
1534
|
-
bodyAsText: string;
|
|
1535
|
-
/**
|
|
1536
|
-
* The response body as parsed JSON or XML
|
|
1537
|
-
*/
|
|
1538
|
-
parsedBody: StorageTargetsResult;
|
|
1539
|
-
};
|
|
1540
|
-
};
|
|
1541
|
-
//# sourceMappingURL=index.d.ts.map
|