@azure/arm-dell-storage 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/LICENSE +21 -0
- package/README.md +115 -0
- package/dist/browser/api/fileSystems/index.d.ts +3 -0
- package/dist/browser/api/fileSystems/index.d.ts.map +1 -0
- package/dist/browser/api/fileSystems/index.js +4 -0
- package/dist/browser/api/fileSystems/index.js.map +1 -0
- package/dist/browser/api/fileSystems/operations.d.ts +36 -0
- package/dist/browser/api/fileSystems/operations.d.ts.map +1 -0
- package/dist/browser/api/fileSystems/operations.js +176 -0
- package/dist/browser/api/fileSystems/operations.js.map +1 -0
- package/dist/browser/api/fileSystems/options.d.ts +24 -0
- package/dist/browser/api/fileSystems/options.d.ts.map +1 -0
- package/dist/browser/api/fileSystems/options.js +4 -0
- package/dist/browser/api/fileSystems/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.d.ts.map +1 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.d.ts.map +1 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.d.ts.map +1 -0
- package/dist/browser/api/operations/operations.js +29 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.d.ts.map +1 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/storageContext.d.ts +19 -0
- package/dist/browser/api/storageContext.d.ts.map +1 -0
- package/dist/browser/api/storageContext.js +35 -0
- package/dist/browser/api/storageContext.js.map +1 -0
- package/dist/browser/classic/fileSystems/index.d.ts +27 -0
- package/dist/browser/classic/fileSystems/index.d.ts.map +1 -0
- package/dist/browser/classic/fileSystems/index.js +17 -0
- package/dist/browser/classic/fileSystems/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +3 -0
- package/dist/browser/classic/index.d.ts.map +1 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.d.ts.map +1 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/index.d.ts +10 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +457 -0
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +420 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
- package/dist/browser/restorePollerHelpers.js +97 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.js +76 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.js +169 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/browser/storageClient.d.ts +18 -0
- package/dist/browser/storageClient.d.ts.map +1 -0
- package/dist/browser/storageClient.js +20 -0
- package/dist/browser/storageClient.js.map +1 -0
- package/dist/commonjs/api/fileSystems/index.d.ts +3 -0
- package/dist/commonjs/api/fileSystems/index.d.ts.map +1 -0
- package/dist/commonjs/api/fileSystems/index.js +13 -0
- package/dist/commonjs/api/fileSystems/index.js.map +1 -0
- package/dist/commonjs/api/fileSystems/operations.d.ts +36 -0
- package/dist/commonjs/api/fileSystems/operations.d.ts.map +1 -0
- package/dist/commonjs/api/fileSystems/operations.js +196 -0
- package/dist/commonjs/api/fileSystems/operations.js.map +1 -0
- package/dist/commonjs/api/fileSystems/options.d.ts +24 -0
- package/dist/commonjs/api/fileSystems/options.d.ts.map +1 -0
- package/dist/commonjs/api/fileSystems/options.js +5 -0
- package/dist/commonjs/api/fileSystems/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.d.ts.map +1 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.d.ts.map +1 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/api/operations/operations.js +34 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.d.ts.map +1 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/api/storageContext.d.ts +19 -0
- package/dist/commonjs/api/storageContext.d.ts.map +1 -0
- package/dist/commonjs/api/storageContext.js +38 -0
- package/dist/commonjs/api/storageContext.js.map +1 -0
- package/dist/commonjs/classic/fileSystems/index.d.ts +27 -0
- package/dist/commonjs/classic/fileSystems/index.d.ts.map +1 -0
- package/dist/commonjs/classic/fileSystems/index.js +20 -0
- package/dist/commonjs/classic/fileSystems/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +3 -0
- package/dist/commonjs/classic/index.d.ts.map +1 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/operations/index.js +15 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +10 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +20 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +16 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +457 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +463 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
- package/dist/commonjs/restorePollerHelpers.js +100 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/storageClient.d.ts +18 -0
- package/dist/commonjs/storageClient.d.ts.map +1 -0
- package/dist/commonjs/storageClient.js +24 -0
- package/dist/commonjs/storageClient.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/api/fileSystems/index.d.ts +3 -0
- package/dist/esm/api/fileSystems/index.d.ts.map +1 -0
- package/dist/esm/api/fileSystems/index.js +4 -0
- package/dist/esm/api/fileSystems/index.js.map +1 -0
- package/dist/esm/api/fileSystems/operations.d.ts +36 -0
- package/dist/esm/api/fileSystems/operations.d.ts.map +1 -0
- package/dist/esm/api/fileSystems/operations.js +176 -0
- package/dist/esm/api/fileSystems/operations.js.map +1 -0
- package/dist/esm/api/fileSystems/options.d.ts +24 -0
- package/dist/esm/api/fileSystems/options.d.ts.map +1 -0
- package/dist/esm/api/fileSystems/options.js +4 -0
- package/dist/esm/api/fileSystems/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.d.ts.map +1 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.d.ts.map +1 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.d.ts.map +1 -0
- package/dist/esm/api/operations/operations.js +29 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.d.ts.map +1 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/storageContext.d.ts +19 -0
- package/dist/esm/api/storageContext.d.ts.map +1 -0
- package/dist/esm/api/storageContext.js +35 -0
- package/dist/esm/api/storageContext.js.map +1 -0
- package/dist/esm/classic/fileSystems/index.d.ts +27 -0
- package/dist/esm/classic/fileSystems/index.d.ts.map +1 -0
- package/dist/esm/classic/fileSystems/index.js +17 -0
- package/dist/esm/classic/fileSystems/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +3 -0
- package/dist/esm/classic/index.d.ts.map +1 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.d.ts.map +1 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/index.d.ts +10 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +457 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +420 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
- package/dist/esm/restorePollerHelpers.js +97 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.js +76 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.js +169 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/esm/storageClient.d.ts +18 -0
- package/dist/esm/storageClient.d.ts.map +1 -0
- package/dist/esm/storageClient.js +20 -0
- package/dist/esm/storageClient.js.map +1 -0
- package/dist/react-native/api/fileSystems/index.d.ts +3 -0
- package/dist/react-native/api/fileSystems/index.d.ts.map +1 -0
- package/dist/react-native/api/fileSystems/index.js +4 -0
- package/dist/react-native/api/fileSystems/index.js.map +1 -0
- package/dist/react-native/api/fileSystems/operations.d.ts +36 -0
- package/dist/react-native/api/fileSystems/operations.d.ts.map +1 -0
- package/dist/react-native/api/fileSystems/operations.js +176 -0
- package/dist/react-native/api/fileSystems/operations.js.map +1 -0
- package/dist/react-native/api/fileSystems/options.d.ts +24 -0
- package/dist/react-native/api/fileSystems/options.d.ts.map +1 -0
- package/dist/react-native/api/fileSystems/options.js +4 -0
- package/dist/react-native/api/fileSystems/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.d.ts.map +1 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.d.ts.map +1 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.d.ts.map +1 -0
- package/dist/react-native/api/operations/operations.js +29 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.d.ts.map +1 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/storageContext.d.ts +19 -0
- package/dist/react-native/api/storageContext.d.ts.map +1 -0
- package/dist/react-native/api/storageContext.js +35 -0
- package/dist/react-native/api/storageContext.js.map +1 -0
- package/dist/react-native/classic/fileSystems/index.d.ts +27 -0
- package/dist/react-native/classic/fileSystems/index.d.ts.map +1 -0
- package/dist/react-native/classic/fileSystems/index.js +17 -0
- package/dist/react-native/classic/fileSystems/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +3 -0
- package/dist/react-native/classic/index.d.ts.map +1 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.d.ts.map +1 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/index.d.ts +10 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +6 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +457 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +420 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
- package/dist/react-native/restorePollerHelpers.js +97 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.js +169 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/storageClient.d.ts +18 -0
- package/dist/react-native/storageClient.d.ts.map +1 -0
- package/dist/react-native/storageClient.js +20 -0
- package/dist/react-native/storageClient.js.map +1 -0
- package/package.json +220 -0
- package/review/arm-dell-storage-api-fileSystems-node.api.md +58 -0
- package/review/arm-dell-storage-api-node.api.md +27 -0
- package/review/arm-dell-storage-api-operations-node.api.md +19 -0
- package/review/arm-dell-storage-models-node.api.md +267 -0
- package/review/arm-dell-storage-node.api.md +361 -0
|
@@ -0,0 +1,457 @@
|
|
|
1
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
2
|
+
export interface _OperationListResult {
|
|
3
|
+
/** The Operation items on this page */
|
|
4
|
+
value: Operation[];
|
|
5
|
+
/** The link to the next page of items */
|
|
6
|
+
nextLink?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function _operationListResultDeserializer(item: any): _OperationListResult;
|
|
9
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
10
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
11
|
+
export interface Operation {
|
|
12
|
+
/** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
|
|
13
|
+
readonly name?: string;
|
|
14
|
+
/** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
|
|
15
|
+
readonly isDataAction?: boolean;
|
|
16
|
+
/** Localized display information for this particular operation. */
|
|
17
|
+
display?: OperationDisplay;
|
|
18
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
19
|
+
readonly origin?: Origin;
|
|
20
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
21
|
+
readonly actionType?: ActionType;
|
|
22
|
+
}
|
|
23
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
24
|
+
/** Localized display information for and operation. */
|
|
25
|
+
export interface OperationDisplay {
|
|
26
|
+
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
27
|
+
readonly provider?: string;
|
|
28
|
+
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
29
|
+
readonly resource?: string;
|
|
30
|
+
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
31
|
+
readonly operation?: string;
|
|
32
|
+
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
33
|
+
readonly description?: string;
|
|
34
|
+
}
|
|
35
|
+
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
36
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
37
|
+
export declare enum KnownOrigin {
|
|
38
|
+
/** Indicates the operation is initiated by a user. */
|
|
39
|
+
User = "user",
|
|
40
|
+
/** Indicates the operation is initiated by a system. */
|
|
41
|
+
System = "system",
|
|
42
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
43
|
+
UserSystem = "user,system"
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
|
|
47
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
48
|
+
* this enum contains the known values that the service supports.
|
|
49
|
+
* ### Known values supported by the service
|
|
50
|
+
* **user**: Indicates the operation is initiated by a user. \
|
|
51
|
+
* **system**: Indicates the operation is initiated by a system. \
|
|
52
|
+
* **user,system**: Indicates the operation is initiated by a user or system.
|
|
53
|
+
*/
|
|
54
|
+
export type Origin = string;
|
|
55
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
56
|
+
export declare enum KnownActionType {
|
|
57
|
+
/** Actions are for internal-only APIs. */
|
|
58
|
+
Internal = "Internal"
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
|
|
62
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
63
|
+
* this enum contains the known values that the service supports.
|
|
64
|
+
* ### Known values supported by the service
|
|
65
|
+
* **Internal**: Actions are for internal-only APIs.
|
|
66
|
+
*/
|
|
67
|
+
export type ActionType = string;
|
|
68
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
69
|
+
export interface ErrorResponse {
|
|
70
|
+
/** The error object. */
|
|
71
|
+
error?: ErrorDetail;
|
|
72
|
+
}
|
|
73
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
74
|
+
/** The error detail. */
|
|
75
|
+
export interface ErrorDetail {
|
|
76
|
+
/** The error code. */
|
|
77
|
+
readonly code?: string;
|
|
78
|
+
/** The error message. */
|
|
79
|
+
readonly message?: string;
|
|
80
|
+
/** The error target. */
|
|
81
|
+
readonly target?: string;
|
|
82
|
+
/** The error details. */
|
|
83
|
+
readonly details?: ErrorDetail[];
|
|
84
|
+
/** The error additional info. */
|
|
85
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
86
|
+
}
|
|
87
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
88
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
89
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
90
|
+
/** The resource management error additional info. */
|
|
91
|
+
export interface ErrorAdditionalInfo {
|
|
92
|
+
/** The additional info type. */
|
|
93
|
+
readonly type?: string;
|
|
94
|
+
/** The additional info. */
|
|
95
|
+
readonly info?: any;
|
|
96
|
+
}
|
|
97
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
98
|
+
/** Concrete tracked resource types can be created by aliasing this type using a specific property type. */
|
|
99
|
+
export interface FileSystemResource extends TrackedResource {
|
|
100
|
+
/** The resource-specific properties for this resource. */
|
|
101
|
+
properties?: FileSystemResourceProperties;
|
|
102
|
+
/** The managed service identities assigned to this resource. */
|
|
103
|
+
identity?: ManagedServiceIdentity;
|
|
104
|
+
}
|
|
105
|
+
export declare function fileSystemResourceSerializer(item: FileSystemResource): any;
|
|
106
|
+
export declare function fileSystemResourceDeserializer(item: any): FileSystemResource;
|
|
107
|
+
/** Properties specific to the Dell File System resource */
|
|
108
|
+
export interface FileSystemResourceProperties {
|
|
109
|
+
/** Capacity for Dell Filesystem, Will be received as part of Job Status */
|
|
110
|
+
capacity?: Capacity;
|
|
111
|
+
/** Marketplace details */
|
|
112
|
+
marketplace: MarketplaceDetails;
|
|
113
|
+
/** Provisioning State of the resource */
|
|
114
|
+
readonly provisioningState?: ProvisioningState;
|
|
115
|
+
/** Delegated subnet id for Vnet injection */
|
|
116
|
+
delegatedSubnetId: string;
|
|
117
|
+
/** Domain range for the delegated subnet */
|
|
118
|
+
delegatedSubnetCidr: string;
|
|
119
|
+
/** User Details */
|
|
120
|
+
user: UserDetails;
|
|
121
|
+
/** File system Id of the resource */
|
|
122
|
+
fileSystemId?: string;
|
|
123
|
+
/** Smart Connect FQDN of the resource */
|
|
124
|
+
smartConnectFqdn?: string;
|
|
125
|
+
/** OneFS url */
|
|
126
|
+
oneFsUrl?: string;
|
|
127
|
+
/** DellReferenceNumber of the resource */
|
|
128
|
+
dellReferenceNumber: string;
|
|
129
|
+
/** EncryptionProperties of the resource */
|
|
130
|
+
encryption: EncryptionProperties;
|
|
131
|
+
}
|
|
132
|
+
export declare function fileSystemResourcePropertiesSerializer(item: FileSystemResourceProperties): any;
|
|
133
|
+
export declare function fileSystemResourcePropertiesDeserializer(item: any): FileSystemResourceProperties;
|
|
134
|
+
/** Capacity for a Resource */
|
|
135
|
+
export interface Capacity {
|
|
136
|
+
/** Minimum Capacity */
|
|
137
|
+
min?: string;
|
|
138
|
+
/** Maximum Capacity */
|
|
139
|
+
max?: string;
|
|
140
|
+
/** Units to be increased */
|
|
141
|
+
incremental?: string;
|
|
142
|
+
/** Current Capacity of the resource */
|
|
143
|
+
current?: string;
|
|
144
|
+
}
|
|
145
|
+
export declare function capacitySerializer(item: Capacity): any;
|
|
146
|
+
export declare function capacityDeserializer(item: any): Capacity;
|
|
147
|
+
/** MarketplaceDetails of Dell FileSystem resource */
|
|
148
|
+
export interface MarketplaceDetails {
|
|
149
|
+
/** Marketplace Subscription Id */
|
|
150
|
+
marketplaceSubscriptionId?: string;
|
|
151
|
+
/** Plan Id */
|
|
152
|
+
planId: string;
|
|
153
|
+
/** Offer Id */
|
|
154
|
+
offerId: string;
|
|
155
|
+
/** Publisher Id */
|
|
156
|
+
publisherId?: string;
|
|
157
|
+
/** Private Offer Id */
|
|
158
|
+
privateOfferId?: string;
|
|
159
|
+
/** Plan Name */
|
|
160
|
+
planName: string;
|
|
161
|
+
/** Marketplace subscription status */
|
|
162
|
+
readonly marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
|
|
163
|
+
/** End Date of the subscription */
|
|
164
|
+
endDate?: string;
|
|
165
|
+
/** Term Unit */
|
|
166
|
+
termUnit?: string;
|
|
167
|
+
}
|
|
168
|
+
export declare function marketplaceDetailsSerializer(item: MarketplaceDetails): any;
|
|
169
|
+
export declare function marketplaceDetailsDeserializer(item: any): MarketplaceDetails;
|
|
170
|
+
/** Marketplace subscription status of the file system resource */
|
|
171
|
+
export declare enum KnownMarketplaceSubscriptionStatus {
|
|
172
|
+
/** Fulfillment has not started */
|
|
173
|
+
PendingFulfillmentStart = "PendingFulfillmentStart",
|
|
174
|
+
/** Marketplace offer is subscribed */
|
|
175
|
+
Subscribed = "Subscribed",
|
|
176
|
+
/** Marketplace offer is suspended because of non payment */
|
|
177
|
+
Suspended = "Suspended",
|
|
178
|
+
/** Marketplace offer is unsubscribed */
|
|
179
|
+
Unsubscribed = "Unsubscribed"
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* Marketplace subscription status of the file system resource \
|
|
183
|
+
* {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,
|
|
184
|
+
* this enum contains the known values that the service supports.
|
|
185
|
+
* ### Known values supported by the service
|
|
186
|
+
* **PendingFulfillmentStart**: Fulfillment has not started \
|
|
187
|
+
* **Subscribed**: Marketplace offer is subscribed \
|
|
188
|
+
* **Suspended**: Marketplace offer is suspended because of non payment \
|
|
189
|
+
* **Unsubscribed**: Marketplace offer is unsubscribed
|
|
190
|
+
*/
|
|
191
|
+
export type MarketplaceSubscriptionStatus = string;
|
|
192
|
+
/** Provisioning State of the File system resource */
|
|
193
|
+
export declare enum KnownProvisioningState {
|
|
194
|
+
/** File system resource creation request accepted */
|
|
195
|
+
Accepted = "Accepted",
|
|
196
|
+
/** File system resource creation started */
|
|
197
|
+
Creating = "Creating",
|
|
198
|
+
/** File system resource is being updated */
|
|
199
|
+
Updating = "Updating",
|
|
200
|
+
/** File system resource deletion started */
|
|
201
|
+
Deleting = "Deleting",
|
|
202
|
+
/** File system resource creation successful */
|
|
203
|
+
Succeeded = "Succeeded",
|
|
204
|
+
/** File system resource creation failed */
|
|
205
|
+
Failed = "Failed",
|
|
206
|
+
/** File system resource creation canceled */
|
|
207
|
+
Canceled = "Canceled",
|
|
208
|
+
/** File system resource is deleted */
|
|
209
|
+
Deleted = "Deleted",
|
|
210
|
+
/** File system resource state is unknown */
|
|
211
|
+
NotSpecified = "NotSpecified"
|
|
212
|
+
}
|
|
213
|
+
/**
|
|
214
|
+
* Provisioning State of the File system resource \
|
|
215
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
216
|
+
* this enum contains the known values that the service supports.
|
|
217
|
+
* ### Known values supported by the service
|
|
218
|
+
* **Accepted**: File system resource creation request accepted \
|
|
219
|
+
* **Creating**: File system resource creation started \
|
|
220
|
+
* **Updating**: File system resource is being updated \
|
|
221
|
+
* **Deleting**: File system resource deletion started \
|
|
222
|
+
* **Succeeded**: File system resource creation successful \
|
|
223
|
+
* **Failed**: File system resource creation failed \
|
|
224
|
+
* **Canceled**: File system resource creation canceled \
|
|
225
|
+
* **Deleted**: File system resource is deleted \
|
|
226
|
+
* **NotSpecified**: File system resource state is unknown
|
|
227
|
+
*/
|
|
228
|
+
export type ProvisioningState = string;
|
|
229
|
+
/** User Details of Dell FileSystem resource */
|
|
230
|
+
export interface UserDetails {
|
|
231
|
+
/** User Email */
|
|
232
|
+
email: string;
|
|
233
|
+
}
|
|
234
|
+
export declare function userDetailsSerializer(item: UserDetails): any;
|
|
235
|
+
export declare function userDetailsDeserializer(item: any): UserDetails;
|
|
236
|
+
/** EncryptionProperties of Dell FileSystem resource */
|
|
237
|
+
export interface EncryptionProperties {
|
|
238
|
+
/** Encryption Type - MMK/CMK */
|
|
239
|
+
encryptionType: ResourceEncryptionType;
|
|
240
|
+
/** Versioned Encryption Key Url - Only when user opts for CMK and hence optional */
|
|
241
|
+
keyUrl?: string;
|
|
242
|
+
/** Identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault - Only when user opts for CMK and hence optional */
|
|
243
|
+
encryptionIdentityProperties?: EncryptionIdentityProperties;
|
|
244
|
+
}
|
|
245
|
+
export declare function encryptionPropertiesSerializer(item: EncryptionProperties): any;
|
|
246
|
+
export declare function encryptionPropertiesDeserializer(item: any): EncryptionProperties;
|
|
247
|
+
/** Identity type of ManagedIdentity Associated with Dell FileSystem resource */
|
|
248
|
+
export declare enum KnownResourceEncryptionType {
|
|
249
|
+
/** Microsoft managed keys (Default) */
|
|
250
|
+
MicrosoftManagedKeysMMK = "Microsoft-managed keys (MMK)",
|
|
251
|
+
/**
|
|
252
|
+
* Customer managed keys
|
|
253
|
+
* (CMK) - Only UserAssigned identity is supported
|
|
254
|
+
*/
|
|
255
|
+
CustomerManagedKeysCMK = "Customer-managed keys (CMK)"
|
|
256
|
+
}
|
|
257
|
+
/**
|
|
258
|
+
* Identity type of ManagedIdentity Associated with Dell FileSystem resource \
|
|
259
|
+
* {@link KnownResourceEncryptionType} can be used interchangeably with ResourceEncryptionType,
|
|
260
|
+
* this enum contains the known values that the service supports.
|
|
261
|
+
* ### Known values supported by the service
|
|
262
|
+
* **Microsoft-managed keys (MMK)**: Microsoft managed keys (Default) \
|
|
263
|
+
* **Customer-managed keys (CMK)**: Customer managed keys
|
|
264
|
+
* (CMK) - Only UserAssigned identity is supported
|
|
265
|
+
*/
|
|
266
|
+
export type ResourceEncryptionType = string;
|
|
267
|
+
/** EncryptionIdentityProperties of Dell FileSystem resource */
|
|
268
|
+
export interface EncryptionIdentityProperties {
|
|
269
|
+
/** Identity type - SystemAssigned/UserAssigned - Only UserAssigned is supported now */
|
|
270
|
+
identityType?: EncryptionIdentityType;
|
|
271
|
+
/** User-assigned identity resource id - Only when user opts for UserAssigned identity and hence optional */
|
|
272
|
+
identityResourceId?: string;
|
|
273
|
+
}
|
|
274
|
+
export declare function encryptionIdentityPropertiesSerializer(item: EncryptionIdentityProperties): any;
|
|
275
|
+
export declare function encryptionIdentityPropertiesDeserializer(item: any): EncryptionIdentityProperties;
|
|
276
|
+
/** Identity type of ManagedIdentity Associated with Dell FileSystem resource */
|
|
277
|
+
export declare enum KnownEncryptionIdentityType {
|
|
278
|
+
/** System Assigned Managed identity */
|
|
279
|
+
SystemAssigned = "SystemAssigned",
|
|
280
|
+
/** User Assigned managed identity */
|
|
281
|
+
UserAssigned = "UserAssigned"
|
|
282
|
+
}
|
|
283
|
+
/**
|
|
284
|
+
* Identity type of ManagedIdentity Associated with Dell FileSystem resource \
|
|
285
|
+
* {@link KnownEncryptionIdentityType} can be used interchangeably with EncryptionIdentityType,
|
|
286
|
+
* this enum contains the known values that the service supports.
|
|
287
|
+
* ### Known values supported by the service
|
|
288
|
+
* **SystemAssigned**: System Assigned Managed identity \
|
|
289
|
+
* **UserAssigned**: User Assigned managed identity
|
|
290
|
+
*/
|
|
291
|
+
export type EncryptionIdentityType = string;
|
|
292
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
293
|
+
export interface ManagedServiceIdentity {
|
|
294
|
+
/** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
|
|
295
|
+
readonly principalId?: string;
|
|
296
|
+
/** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
|
|
297
|
+
readonly tenantId?: string;
|
|
298
|
+
/** The type of managed identity assigned to this resource. */
|
|
299
|
+
type: ManagedServiceIdentityType;
|
|
300
|
+
/** The identities assigned to this resource by the user. */
|
|
301
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
|
|
302
|
+
}
|
|
303
|
+
export declare function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any;
|
|
304
|
+
export declare function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity;
|
|
305
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
306
|
+
export declare enum KnownManagedServiceIdentityType {
|
|
307
|
+
/** No managed identity. */
|
|
308
|
+
None = "None",
|
|
309
|
+
/** System assigned managed identity. */
|
|
310
|
+
SystemAssigned = "SystemAssigned",
|
|
311
|
+
/** User assigned managed identity. */
|
|
312
|
+
UserAssigned = "UserAssigned",
|
|
313
|
+
/** System and user assigned managed identity. */
|
|
314
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
315
|
+
}
|
|
316
|
+
/**
|
|
317
|
+
* Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
|
|
318
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
319
|
+
* this enum contains the known values that the service supports.
|
|
320
|
+
* ### Known values supported by the service
|
|
321
|
+
* **None**: No managed identity. \
|
|
322
|
+
* **SystemAssigned**: System assigned managed identity. \
|
|
323
|
+
* **UserAssigned**: User assigned managed identity. \
|
|
324
|
+
* **SystemAssigned,UserAssigned**: System and user assigned managed identity.
|
|
325
|
+
*/
|
|
326
|
+
export type ManagedServiceIdentityType = string;
|
|
327
|
+
/** User assigned identity properties */
|
|
328
|
+
export interface UserAssignedIdentity {
|
|
329
|
+
/** The principal ID of the assigned identity. */
|
|
330
|
+
readonly principalId?: string;
|
|
331
|
+
/** The client ID of the assigned identity. */
|
|
332
|
+
readonly clientId?: string;
|
|
333
|
+
}
|
|
334
|
+
export declare function userAssignedIdentitySerializer(item: UserAssignedIdentity): any;
|
|
335
|
+
export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
|
|
336
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
337
|
+
export interface TrackedResource extends Resource {
|
|
338
|
+
/** Resource tags. */
|
|
339
|
+
tags?: Record<string, string>;
|
|
340
|
+
/** The geo-location where the resource lives */
|
|
341
|
+
location: string;
|
|
342
|
+
}
|
|
343
|
+
export declare function trackedResourceSerializer(item: TrackedResource): any;
|
|
344
|
+
export declare function trackedResourceDeserializer(item: any): TrackedResource;
|
|
345
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
346
|
+
export interface Resource {
|
|
347
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
348
|
+
readonly id?: string;
|
|
349
|
+
/** The name of the resource */
|
|
350
|
+
readonly name?: string;
|
|
351
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
352
|
+
readonly type?: string;
|
|
353
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
354
|
+
readonly systemData?: SystemData;
|
|
355
|
+
}
|
|
356
|
+
export declare function resourceSerializer(item: Resource): any;
|
|
357
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
358
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
359
|
+
export interface SystemData {
|
|
360
|
+
/** The identity that created the resource. */
|
|
361
|
+
createdBy?: string;
|
|
362
|
+
/** The type of identity that created the resource. */
|
|
363
|
+
createdByType?: CreatedByType;
|
|
364
|
+
/** The timestamp of resource creation (UTC). */
|
|
365
|
+
createdAt?: Date;
|
|
366
|
+
/** The identity that last modified the resource. */
|
|
367
|
+
lastModifiedBy?: string;
|
|
368
|
+
/** The type of identity that last modified the resource. */
|
|
369
|
+
lastModifiedByType?: CreatedByType;
|
|
370
|
+
/** The timestamp of resource last modification (UTC) */
|
|
371
|
+
lastModifiedAt?: Date;
|
|
372
|
+
}
|
|
373
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
374
|
+
/** The kind of entity that created the resource. */
|
|
375
|
+
export declare enum KnownCreatedByType {
|
|
376
|
+
/** The entity was created by a user. */
|
|
377
|
+
User = "User",
|
|
378
|
+
/** The entity was created by an application. */
|
|
379
|
+
Application = "Application",
|
|
380
|
+
/** The entity was created by a managed identity. */
|
|
381
|
+
ManagedIdentity = "ManagedIdentity",
|
|
382
|
+
/** The entity was created by a key. */
|
|
383
|
+
Key = "Key"
|
|
384
|
+
}
|
|
385
|
+
/**
|
|
386
|
+
* The kind of entity that created the resource. \
|
|
387
|
+
* {@link KnowncreatedByType} can be used interchangeably with createdByType,
|
|
388
|
+
* this enum contains the known values that the service supports.
|
|
389
|
+
* ### Known values supported by the service
|
|
390
|
+
* **User**: The entity was created by a user. \
|
|
391
|
+
* **Application**: The entity was created by an application. \
|
|
392
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
393
|
+
* **Key**: The entity was created by a key.
|
|
394
|
+
*/
|
|
395
|
+
export type CreatedByType = string;
|
|
396
|
+
/** The type used for update operations of the FileSystemResource. */
|
|
397
|
+
export interface FileSystemResourceUpdate {
|
|
398
|
+
/** The managed service identities assigned to this resource. */
|
|
399
|
+
identity?: ManagedServiceIdentityUpdate;
|
|
400
|
+
/** Resource tags. */
|
|
401
|
+
tags?: Record<string, string>;
|
|
402
|
+
/** The updatable properties of the FileSystemResource. */
|
|
403
|
+
properties?: FileSystemResourceUpdateProperties;
|
|
404
|
+
}
|
|
405
|
+
export declare function fileSystemResourceUpdateSerializer(item: FileSystemResourceUpdate): any;
|
|
406
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
407
|
+
export interface ManagedServiceIdentityUpdate {
|
|
408
|
+
/** The type of managed identity assigned to this resource. */
|
|
409
|
+
type?: ManagedServiceIdentityType;
|
|
410
|
+
/** The identities assigned to this resource by the user. */
|
|
411
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
|
|
412
|
+
}
|
|
413
|
+
export declare function managedServiceIdentityUpdateSerializer(item: ManagedServiceIdentityUpdate): any;
|
|
414
|
+
/** The updatable properties of the FileSystemResource. */
|
|
415
|
+
export interface FileSystemResourceUpdateProperties {
|
|
416
|
+
/** Delegated subnet id for Vnet injection */
|
|
417
|
+
delegatedSubnetId?: string;
|
|
418
|
+
/** Capacity for Dell Filesystem */
|
|
419
|
+
capacity?: Capacity;
|
|
420
|
+
/** Encryption Details of the resource */
|
|
421
|
+
encryption?: EncryptionUpdateProperties;
|
|
422
|
+
}
|
|
423
|
+
export declare function fileSystemResourceUpdatePropertiesSerializer(item: FileSystemResourceUpdateProperties): any;
|
|
424
|
+
/** EncryptionUpdateProperties of Dell FileSystem resource */
|
|
425
|
+
export interface EncryptionUpdateProperties {
|
|
426
|
+
/** Encryption Type - MMK/CMK */
|
|
427
|
+
encryptionType?: ResourceEncryptionType;
|
|
428
|
+
/** Versioned Encryption Key Url - Only when user opts for CMK and hence optional */
|
|
429
|
+
keyUrl?: string;
|
|
430
|
+
/** Identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault - Only when user opts for CMK and hence optional */
|
|
431
|
+
encryptionIdentityProperties?: EncryptionIdentityUpdateProperties;
|
|
432
|
+
}
|
|
433
|
+
export declare function encryptionUpdatePropertiesSerializer(item: EncryptionUpdateProperties): any;
|
|
434
|
+
/** EncryptionIdentityUpdateProperties of Dell FileSystem resource */
|
|
435
|
+
export interface EncryptionIdentityUpdateProperties {
|
|
436
|
+
/** Identity type - SystemAssigned/UserAssigned - Only UserAssigned is supported now */
|
|
437
|
+
identityType?: EncryptionIdentityType;
|
|
438
|
+
/** User-assigned identity resource id - Only when user opts for UserAssigned identity and hence optional */
|
|
439
|
+
identityResourceId?: string;
|
|
440
|
+
}
|
|
441
|
+
export declare function encryptionIdentityUpdatePropertiesSerializer(item: EncryptionIdentityUpdateProperties): any;
|
|
442
|
+
/** The response of a FileSystemResource list operation. */
|
|
443
|
+
export interface _FileSystemResourceListResult {
|
|
444
|
+
/** The FileSystemResource items on this page */
|
|
445
|
+
value: FileSystemResource[];
|
|
446
|
+
/** The link to the next page of items */
|
|
447
|
+
nextLink?: string;
|
|
448
|
+
}
|
|
449
|
+
export declare function _fileSystemResourceListResultDeserializer(item: any): _FileSystemResourceListResult;
|
|
450
|
+
export declare function fileSystemResourceArraySerializer(result: Array<FileSystemResource>): any[];
|
|
451
|
+
export declare function fileSystemResourceArrayDeserializer(result: Array<FileSystemResource>): any[];
|
|
452
|
+
/** The available API versions. */
|
|
453
|
+
export declare enum KnownVersions {
|
|
454
|
+
/** The 2025-03-21-preview API version. */
|
|
455
|
+
V2Preview = "2025-03-21-preview"
|
|
456
|
+
}
|
|
457
|
+
//# sourceMappingURL=models.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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"}
|