@azure/arm-storage 16.1.2 → 17.0.0-alpha.20211206.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +69 -80
- package/dist/index.js +10847 -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/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{esm/models/operationsMappers.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 +3500 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +351 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +150 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +2840 -2487
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +61 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +273 -155
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/blobContainers.d.ts +278 -0
- package/dist-esm/src/operations/blobContainers.d.ts.map +1 -0
- package/dist-esm/src/operations/blobContainers.js +721 -0
- package/dist-esm/src/operations/blobContainers.js.map +1 -0
- package/dist-esm/src/operations/blobInventoryPolicies.d.ts +73 -0
- package/dist-esm/src/operations/blobInventoryPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/blobInventoryPolicies.js +221 -0
- package/dist-esm/src/operations/blobInventoryPolicies.js.map +1 -0
- package/dist-esm/src/operations/blobServices.d.ts +60 -0
- package/dist-esm/src/operations/blobServices.d.ts.map +1 -0
- package/dist-esm/src/operations/blobServices.js +170 -0
- package/dist-esm/src/operations/blobServices.js.map +1 -0
- package/dist-esm/src/operations/deletedAccounts.d.ts +39 -0
- package/dist-esm/src/operations/deletedAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/deletedAccounts.js +154 -0
- package/dist-esm/src/operations/deletedAccounts.js.map +1 -0
- package/dist-esm/src/operations/encryptionScopes.d.ts +94 -0
- package/dist-esm/src/operations/encryptionScopes.d.ts.map +1 -0
- package/dist-esm/src/operations/encryptionScopes.js +278 -0
- package/dist-esm/src/operations/encryptionScopes.js.map +1 -0
- package/dist-esm/src/operations/fileServices.d.ts +47 -0
- package/dist-esm/src/operations/fileServices.d.ts.map +1 -0
- package/dist-esm/src/operations/fileServices.js +130 -0
- package/dist-esm/src/operations/fileServices.js.map +1 -0
- package/dist-esm/src/operations/fileShares.d.ts +132 -0
- package/dist-esm/src/operations/fileShares.d.ts.map +1 -0
- package/dist-esm/src/operations/fileShares.js +398 -0
- package/dist-esm/src/operations/fileShares.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/managementPolicies.d.ts +50 -0
- package/dist-esm/src/operations/managementPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/managementPolicies.js +126 -0
- package/dist-esm/src/operations/managementPolicies.js.map +1 -0
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts +80 -0
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js +228 -0
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +87 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +73 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +228 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +23 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +53 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/queue.d.ts +101 -0
- package/dist-esm/src/operations/queue.d.ts.map +1 -0
- package/dist-esm/src/operations/queue.js +306 -0
- package/dist-esm/src/operations/queue.js.map +1 -0
- package/dist-esm/src/operations/queueServices.d.ts +47 -0
- package/dist-esm/src/operations/queueServices.d.ts.map +1 -0
- package/dist-esm/src/operations/queueServices.js +130 -0
- package/dist-esm/src/operations/queueServices.js.map +1 -0
- package/dist-esm/src/operations/skus.d.ts +26 -0
- package/dist-esm/src/operations/skus.d.ts.map +1 -0
- package/dist-esm/src/operations/skus.js +87 -0
- package/dist-esm/src/operations/skus.js.map +1 -0
- package/dist-esm/src/operations/storageAccounts.d.ts +284 -0
- package/dist-esm/src/operations/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/storageAccounts.js +920 -0
- package/dist-esm/src/operations/storageAccounts.js.map +1 -0
- package/dist-esm/src/operations/tableOperations.d.ts +99 -0
- package/dist-esm/src/operations/tableOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/tableOperations.js +292 -0
- package/dist-esm/src/operations/tableOperations.js.map +1 -0
- package/dist-esm/src/operations/tableServices.d.ts +47 -0
- package/dist-esm/src/operations/tableServices.d.ts.map +1 -0
- package/dist-esm/src/operations/tableServices.js +130 -0
- package/dist-esm/src/operations/tableServices.js.map +1 -0
- package/dist-esm/src/operations/usages.d.ts +28 -0
- package/dist-esm/src/operations/usages.d.ts.map +1 -0
- package/dist-esm/src/operations/usages.js +93 -0
- package/dist-esm/src/operations/usages.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/blobContainers.d.ts +246 -0
- package/dist-esm/src/operationsInterfaces/blobContainers.d.ts.map +1 -0
- package/{src/models/usagesMappers.ts → dist-esm/src/operationsInterfaces/blobContainers.js} +2 -7
- package/dist-esm/src/operationsInterfaces/blobContainers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts +53 -0
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
- package/{esm/models/usagesMappers.js → dist-esm/src/operationsInterfaces/blobInventoryPolicies.js} +2 -2
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/blobServices.d.ts +40 -0
- package/dist-esm/src/operationsInterfaces/blobServices.d.ts.map +1 -0
- package/{src/models/skusMappers.ts → dist-esm/src/operationsInterfaces/blobServices.js} +2 -8
- package/dist-esm/src/operationsInterfaces/blobServices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts +18 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts +63 -0
- package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/encryptionScopes.js +9 -0
- package/dist-esm/src/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/fileServices.d.ts +39 -0
- package/dist-esm/src/operationsInterfaces/fileServices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/fileServices.js +9 -0
- package/dist-esm/src/operationsInterfaces/fileServices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/fileShares.d.ts +101 -0
- package/dist-esm/src/operationsInterfaces/fileShares.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/fileShares.js +9 -0
- package/dist-esm/src/operationsInterfaces/fileShares.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +20 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +27 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts +42 -0
- package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managementPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/managementPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +60 -0
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.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/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +53 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/queue.d.ts +70 -0
- package/dist-esm/src/operationsInterfaces/queue.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/queue.js +9 -0
- package/dist-esm/src/operationsInterfaces/queue.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/queueServices.d.ts +39 -0
- package/dist-esm/src/operationsInterfaces/queueServices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/queueServices.js +9 -0
- package/dist-esm/src/operationsInterfaces/queueServices.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/storageAccounts.d.ts +244 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/tableOperations.d.ts +68 -0
- package/dist-esm/src/operationsInterfaces/tableOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/tableOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/tableOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/tableServices.d.ts +39 -0
- package/dist-esm/src/operationsInterfaces/tableServices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/tableServices.js +9 -0
- package/dist-esm/src/operationsInterfaces/tableServices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.js +9 -0
- package/dist-esm/src/operationsInterfaces/usages.js.map +1 -0
- package/dist-esm/src/storageManagementClient.d.ts +36 -0
- package/dist-esm/src/storageManagementClient.d.ts.map +1 -0
- package/dist-esm/src/storageManagementClient.js +69 -0
- package/dist-esm/src/storageManagementClient.js.map +1 -0
- package/dist-esm/test/storage_examples.d.ts +4 -0
- package/dist-esm/test/storage_examples.d.ts.map +1 -0
- package/dist-esm/test/storage_examples.js +196 -0
- package/dist-esm/test/storage_examples.js.map +1 -0
- package/package.json +64 -21
- package/review/arm-storage.api.md +2730 -0
- package/rollup.config.js +181 -30
- package/src/{models/operationsMappers.ts → index.ts} +4 -9
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +2869 -4433
- package/src/models/mappers.ts +2917 -2532
- package/src/models/parameters.ts +361 -156
- package/src/operations/blobContainers.ts +724 -1041
- package/src/operations/blobInventoryPolicies.ts +185 -215
- package/src/operations/blobServices.ts +153 -181
- package/src/operations/deletedAccounts.ts +114 -116
- package/src/operations/encryptionScopes.ts +236 -295
- package/src/operations/fileServices.ts +103 -175
- package/src/operations/fileShares.ts +338 -564
- package/src/operations/index.ts +1 -2
- package/src/operations/managementPolicies.ts +106 -179
- package/src/operations/objectReplicationPoliciesOperations.ts +190 -231
- package/src/operations/operations.ts +64 -42
- package/src/operations/privateEndpointConnections.ts +180 -218
- package/src/operations/privateLinkResources.ts +41 -64
- package/src/operations/queue.ts +272 -369
- package/src/operations/queueServices.ts +107 -177
- package/src/operations/skus.ts +62 -45
- package/src/operations/storageAccounts.ts +978 -831
- package/src/operations/tableOperations.ts +258 -332
- package/src/operations/tableServices.ts +107 -177
- package/src/operations/usages.ts +76 -49
- package/src/operationsInterfaces/blobContainers.ts +365 -0
- package/src/operationsInterfaces/blobInventoryPolicies.ts +91 -0
- package/src/operationsInterfaces/blobServices.ts +69 -0
- package/src/operationsInterfaces/deletedAccounts.ts +38 -0
- package/src/operationsInterfaces/encryptionScopes.ts +102 -0
- package/src/operationsInterfaces/fileServices.ts +68 -0
- package/src/operationsInterfaces/fileShares.ts +162 -0
- package/src/operationsInterfaces/index.ts +27 -0
- package/src/operationsInterfaces/managementPolicies.ts +74 -0
- package/src/operationsInterfaces/objectReplicationPoliciesOperations.ts +97 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +90 -0
- package/src/operationsInterfaces/privateLinkResources.ts +30 -0
- package/src/operationsInterfaces/queue.ts +116 -0
- package/src/operationsInterfaces/queueServices.ts +68 -0
- package/src/operationsInterfaces/skus.ts +22 -0
- package/src/operationsInterfaces/storageAccounts.ts +387 -0
- package/src/operationsInterfaces/tableOperations.ts +111 -0
- package/src/operationsInterfaces/tableServices.ts +68 -0
- package/src/operationsInterfaces/usages.ts +24 -0
- package/src/storageManagementClient.ts +138 -68
- package/tsconfig.json +3 -3
- package/types/arm-storage.d.ts +5155 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-storage.js +0 -10687
- package/dist/arm-storage.js.map +0 -1
- package/dist/arm-storage.min.js +0 -1
- package/dist/arm-storage.min.js.map +0 -1
- package/esm/models/blobContainersMappers.d.ts +0 -2
- package/esm/models/blobContainersMappers.d.ts.map +0 -1
- package/esm/models/blobContainersMappers.js +0 -9
- package/esm/models/blobContainersMappers.js.map +0 -1
- package/esm/models/blobInventoryPoliciesMappers.d.ts +0 -2
- package/esm/models/blobInventoryPoliciesMappers.d.ts.map +0 -1
- package/esm/models/blobInventoryPoliciesMappers.js +0 -9
- package/esm/models/blobInventoryPoliciesMappers.js.map +0 -1
- package/esm/models/blobServicesMappers.d.ts +0 -2
- package/esm/models/blobServicesMappers.d.ts.map +0 -1
- package/esm/models/blobServicesMappers.js +0 -9
- package/esm/models/blobServicesMappers.js.map +0 -1
- package/esm/models/deletedAccountsMappers.d.ts +0 -2
- package/esm/models/deletedAccountsMappers.d.ts.map +0 -1
- package/esm/models/deletedAccountsMappers.js +0 -9
- package/esm/models/deletedAccountsMappers.js.map +0 -1
- package/esm/models/encryptionScopesMappers.d.ts +0 -2
- package/esm/models/encryptionScopesMappers.d.ts.map +0 -1
- package/esm/models/encryptionScopesMappers.js +0 -9
- package/esm/models/encryptionScopesMappers.js.map +0 -1
- package/esm/models/fileServicesMappers.d.ts +0 -2
- package/esm/models/fileServicesMappers.d.ts.map +0 -1
- package/esm/models/fileServicesMappers.js +0 -9
- package/esm/models/fileServicesMappers.js.map +0 -1
- package/esm/models/fileSharesMappers.d.ts +0 -2
- package/esm/models/fileSharesMappers.d.ts.map +0 -1
- package/esm/models/fileSharesMappers.js +0 -9
- package/esm/models/fileSharesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -5116
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/managementPoliciesMappers.d.ts +0 -2
- package/esm/models/managementPoliciesMappers.d.ts.map +0 -1
- package/esm/models/managementPoliciesMappers.js +0 -9
- package/esm/models/managementPoliciesMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -139
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts +0 -2
- package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts.map +0 -1
- package/esm/models/objectReplicationPoliciesOperationsMappers.js +0 -9
- package/esm/models/objectReplicationPoliciesOperationsMappers.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.map +0 -1
- package/esm/models/parameters.d.ts +0 -34
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/queueMappers.d.ts +0 -2
- package/esm/models/queueMappers.d.ts.map +0 -1
- package/esm/models/queueMappers.js +0 -9
- package/esm/models/queueMappers.js.map +0 -1
- package/esm/models/queueServicesMappers.d.ts +0 -2
- package/esm/models/queueServicesMappers.d.ts.map +0 -1
- package/esm/models/queueServicesMappers.js +0 -9
- package/esm/models/queueServicesMappers.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/storageAccountsMappers.d.ts +0 -2
- package/esm/models/storageAccountsMappers.d.ts.map +0 -1
- package/esm/models/storageAccountsMappers.js +0 -9
- package/esm/models/storageAccountsMappers.js.map +0 -1
- package/esm/models/tableOperationsMappers.d.ts +0 -2
- package/esm/models/tableOperationsMappers.d.ts.map +0 -1
- package/esm/models/tableOperationsMappers.js +0 -9
- package/esm/models/tableOperationsMappers.js.map +0 -1
- package/esm/models/tableServicesMappers.d.ts +0 -2
- package/esm/models/tableServicesMappers.d.ts.map +0 -1
- package/esm/models/tableServicesMappers.js +0 -9
- package/esm/models/tableServicesMappers.js.map +0 -1
- package/esm/models/usagesMappers.d.ts +0 -2
- package/esm/models/usagesMappers.d.ts.map +0 -1
- package/esm/models/usagesMappers.js.map +0 -1
- package/esm/operations/blobContainers.d.ts +0 -627
- package/esm/operations/blobContainers.d.ts.map +0 -1
- package/esm/operations/blobContainers.js +0 -569
- package/esm/operations/blobContainers.js.map +0 -1
- package/esm/operations/blobInventoryPolicies.d.ts +0 -136
- package/esm/operations/blobInventoryPolicies.d.ts.map +0 -1
- package/esm/operations/blobInventoryPolicies.js +0 -164
- package/esm/operations/blobInventoryPolicies.js.map +0 -1
- package/esm/operations/blobServices.d.ts +0 -111
- package/esm/operations/blobServices.d.ts.map +0 -1
- package/esm/operations/blobServices.js +0 -127
- package/esm/operations/blobServices.js.map +0 -1
- package/esm/operations/deletedAccounts.d.ts +0 -67
- package/esm/operations/deletedAccounts.d.ts.map +0 -1
- package/esm/operations/deletedAccounts.js +0 -113
- package/esm/operations/deletedAccounts.js.map +0 -1
- package/esm/operations/encryptionScopes.d.ts +0 -196
- package/esm/operations/encryptionScopes.d.ts.map +0 -1
- package/esm/operations/encryptionScopes.js +0 -199
- package/esm/operations/encryptionScopes.js.map +0 -1
- package/esm/operations/fileServices.d.ts +0 -111
- package/esm/operations/fileServices.d.ts.map +0 -1
- package/esm/operations/fileServices.js +0 -127
- package/esm/operations/fileServices.js.map +0 -1
- package/esm/operations/fileShares.d.ts +0 -289
- package/esm/operations/fileShares.d.ts.map +0 -1
- package/esm/operations/fileShares.js +0 -247
- package/esm/operations/fileShares.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/managementPolicies.d.ts +0 -109
- package/esm/operations/managementPolicies.d.ts.map +0 -1
- package/esm/operations/managementPolicies.js +0 -129
- package/esm/operations/managementPolicies.js.map +0 -1
- package/esm/operations/objectReplicationPoliciesOperations.d.ts +0 -157
- package/esm/operations/objectReplicationPoliciesOperations.d.ts.map +0 -1
- package/esm/operations/objectReplicationPoliciesOperations.js +0 -161
- package/esm/operations/objectReplicationPoliciesOperations.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -154
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -161
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -43
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -57
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/queue.d.ts +0 -229
- package/esm/operations/queue.d.ts.map +0 -1
- package/esm/operations/queue.js +0 -239
- package/esm/operations/queue.js.map +0 -1
- package/esm/operations/queueServices.d.ts +0 -105
- package/esm/operations/queueServices.d.ts.map +0 -1
- package/esm/operations/queueServices.js +0 -131
- package/esm/operations/queueServices.js.map +0 -1
- package/esm/operations/skus.d.ts +0 -28
- package/esm/operations/skus.d.ts.map +0 -1
- package/esm/operations/skus.js +0 -53
- package/esm/operations/skus.js.map +0 -1
- package/esm/operations/storageAccounts.d.ts +0 -455
- package/esm/operations/storageAccounts.d.ts.map +0 -1
- package/esm/operations/storageAccounts.js +0 -642
- package/esm/operations/storageAccounts.js.map +0 -1
- package/esm/operations/tableOperations.d.ts +0 -217
- package/esm/operations/tableOperations.d.ts.map +0 -1
- package/esm/operations/tableOperations.js +0 -216
- package/esm/operations/tableOperations.js.map +0 -1
- package/esm/operations/tableServices.d.ts +0 -105
- package/esm/operations/tableServices.d.ts.map +0 -1
- package/esm/operations/tableServices.js +0 -131
- package/esm/operations/tableServices.js.map +0 -1
- package/esm/operations/usages.d.ts +0 -32
- package/esm/operations/usages.d.ts.map +0 -1
- package/esm/operations/usages.js +0 -55
- package/esm/operations/usages.js.map +0 -1
- package/esm/storageManagementClient.d.ts +0 -42
- package/esm/storageManagementClient.d.ts.map +0 -1
- package/esm/storageManagementClient.js +0 -55
- package/esm/storageManagementClient.js.map +0 -1
- package/esm/storageManagementClientContext.d.ts +0 -22
- package/esm/storageManagementClientContext.d.ts.map +0 -1
- package/esm/storageManagementClientContext.js +0 -61
- package/esm/storageManagementClientContext.js.map +0 -1
- package/src/models/blobContainersMappers.ts +0 -106
- package/src/models/blobInventoryPoliciesMappers.ts +0 -99
- package/src/models/blobServicesMappers.ts +0 -98
- package/src/models/deletedAccountsMappers.ts +0 -99
- package/src/models/encryptionScopesMappers.ts +0 -100
- package/src/models/fileServicesMappers.ts +0 -98
- package/src/models/fileSharesMappers.ts +0 -99
- package/src/models/managementPoliciesMappers.ts +0 -97
- package/src/models/objectReplicationPoliciesOperationsMappers.ts +0 -99
- package/src/models/privateEndpointConnectionsMappers.ts +0 -100
- package/src/models/privateLinkResourcesMappers.ts +0 -98
- package/src/models/queueMappers.ts +0 -98
- package/src/models/queueServicesMappers.ts +0 -98
- package/src/models/storageAccountsMappers.ts +0 -109
- package/src/models/tableOperationsMappers.ts +0 -98
- package/src/models/tableServicesMappers.ts +0 -98
- package/src/storageManagementClientContext.ts +0 -74
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
ActiveDirectoryProperties,
|
|
11
|
-
AzureEntityResource,
|
|
12
|
-
AzureFilesIdentityBasedAuthentication,
|
|
13
|
-
BaseResource,
|
|
14
|
-
BlobContainer,
|
|
15
|
-
BlobInventoryPolicy,
|
|
16
|
-
BlobInventoryPolicyDefinition,
|
|
17
|
-
BlobInventoryPolicyFilter,
|
|
18
|
-
BlobInventoryPolicyRule,
|
|
19
|
-
BlobInventoryPolicySchema,
|
|
20
|
-
BlobRestoreParameters,
|
|
21
|
-
BlobRestoreRange,
|
|
22
|
-
BlobRestoreStatus,
|
|
23
|
-
BlobServiceProperties,
|
|
24
|
-
ChangeFeed,
|
|
25
|
-
CloudError,
|
|
26
|
-
CorsRule,
|
|
27
|
-
CorsRules,
|
|
28
|
-
CustomDomain,
|
|
29
|
-
DateAfterCreation,
|
|
30
|
-
DateAfterModification,
|
|
31
|
-
DeletedAccount,
|
|
32
|
-
DeleteRetentionPolicy,
|
|
33
|
-
Encryption,
|
|
34
|
-
EncryptionIdentity,
|
|
35
|
-
EncryptionScope,
|
|
36
|
-
EncryptionScopeKeyVaultProperties,
|
|
37
|
-
EncryptionService,
|
|
38
|
-
EncryptionServices,
|
|
39
|
-
Endpoints,
|
|
40
|
-
ErrorResponse,
|
|
41
|
-
ErrorResponseBody,
|
|
42
|
-
ExtendedLocation,
|
|
43
|
-
FileServiceProperties,
|
|
44
|
-
FileShare,
|
|
45
|
-
FileShareItem,
|
|
46
|
-
GeoReplicationStats,
|
|
47
|
-
Identity,
|
|
48
|
-
ImmutabilityPolicy,
|
|
49
|
-
ImmutabilityPolicyProperties,
|
|
50
|
-
IPRule,
|
|
51
|
-
KeyCreationTime,
|
|
52
|
-
KeyPolicy,
|
|
53
|
-
KeyVaultProperties,
|
|
54
|
-
LastAccessTimeTrackingPolicy,
|
|
55
|
-
LegalHoldProperties,
|
|
56
|
-
ListContainerItem,
|
|
57
|
-
ListQueue,
|
|
58
|
-
ManagementPolicy,
|
|
59
|
-
ManagementPolicyAction,
|
|
60
|
-
ManagementPolicyBaseBlob,
|
|
61
|
-
ManagementPolicyDefinition,
|
|
62
|
-
ManagementPolicyFilter,
|
|
63
|
-
ManagementPolicyRule,
|
|
64
|
-
ManagementPolicySchema,
|
|
65
|
-
ManagementPolicySnapShot,
|
|
66
|
-
ManagementPolicyVersion,
|
|
67
|
-
Multichannel,
|
|
68
|
-
NetworkRuleSet,
|
|
69
|
-
ObjectReplicationPolicy,
|
|
70
|
-
ObjectReplicationPolicyFilter,
|
|
71
|
-
ObjectReplicationPolicyRule,
|
|
72
|
-
PrivateEndpoint,
|
|
73
|
-
PrivateEndpointConnection,
|
|
74
|
-
PrivateEndpointConnectionListResult,
|
|
75
|
-
PrivateLinkResource,
|
|
76
|
-
PrivateLinkServiceConnectionState,
|
|
77
|
-
ProtocolSettings,
|
|
78
|
-
ProxyResource,
|
|
79
|
-
QueueServiceProperties,
|
|
80
|
-
Resource,
|
|
81
|
-
ResourceAccessRule,
|
|
82
|
-
RestorePolicyProperties,
|
|
83
|
-
RoutingPreference,
|
|
84
|
-
SasPolicy,
|
|
85
|
-
Sku,
|
|
86
|
-
SmbSetting,
|
|
87
|
-
StorageAccount,
|
|
88
|
-
StorageAccountInternetEndpoints,
|
|
89
|
-
StorageAccountMicrosoftEndpoints,
|
|
90
|
-
StorageQueue,
|
|
91
|
-
SystemData,
|
|
92
|
-
Table,
|
|
93
|
-
TableServiceProperties,
|
|
94
|
-
TagFilter,
|
|
95
|
-
TagProperty,
|
|
96
|
-
TrackedResource,
|
|
97
|
-
UpdateHistoryProperty,
|
|
98
|
-
UserAssignedIdentity,
|
|
99
|
-
VirtualNetworkRule
|
|
100
|
-
} from "../models/mappers";
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
ActiveDirectoryProperties,
|
|
11
|
-
AzureEntityResource,
|
|
12
|
-
AzureFilesIdentityBasedAuthentication,
|
|
13
|
-
BaseResource,
|
|
14
|
-
BlobContainer,
|
|
15
|
-
BlobInventoryPolicy,
|
|
16
|
-
BlobInventoryPolicyDefinition,
|
|
17
|
-
BlobInventoryPolicyFilter,
|
|
18
|
-
BlobInventoryPolicyRule,
|
|
19
|
-
BlobInventoryPolicySchema,
|
|
20
|
-
BlobRestoreParameters,
|
|
21
|
-
BlobRestoreRange,
|
|
22
|
-
BlobRestoreStatus,
|
|
23
|
-
BlobServiceProperties,
|
|
24
|
-
ChangeFeed,
|
|
25
|
-
CloudError,
|
|
26
|
-
CorsRule,
|
|
27
|
-
CorsRules,
|
|
28
|
-
CustomDomain,
|
|
29
|
-
DateAfterCreation,
|
|
30
|
-
DateAfterModification,
|
|
31
|
-
DeletedAccount,
|
|
32
|
-
DeleteRetentionPolicy,
|
|
33
|
-
Encryption,
|
|
34
|
-
EncryptionIdentity,
|
|
35
|
-
EncryptionScope,
|
|
36
|
-
EncryptionScopeKeyVaultProperties,
|
|
37
|
-
EncryptionService,
|
|
38
|
-
EncryptionServices,
|
|
39
|
-
Endpoints,
|
|
40
|
-
ExtendedLocation,
|
|
41
|
-
FileServiceProperties,
|
|
42
|
-
FileShare,
|
|
43
|
-
FileShareItem,
|
|
44
|
-
GeoReplicationStats,
|
|
45
|
-
Identity,
|
|
46
|
-
ImmutabilityPolicy,
|
|
47
|
-
ImmutabilityPolicyProperties,
|
|
48
|
-
IPRule,
|
|
49
|
-
KeyCreationTime,
|
|
50
|
-
KeyPolicy,
|
|
51
|
-
KeyVaultProperties,
|
|
52
|
-
LastAccessTimeTrackingPolicy,
|
|
53
|
-
LegalHoldProperties,
|
|
54
|
-
ListContainerItem,
|
|
55
|
-
ListQueue,
|
|
56
|
-
ManagementPolicy,
|
|
57
|
-
ManagementPolicyAction,
|
|
58
|
-
ManagementPolicyBaseBlob,
|
|
59
|
-
ManagementPolicyDefinition,
|
|
60
|
-
ManagementPolicyFilter,
|
|
61
|
-
ManagementPolicyRule,
|
|
62
|
-
ManagementPolicySchema,
|
|
63
|
-
ManagementPolicySnapShot,
|
|
64
|
-
ManagementPolicyVersion,
|
|
65
|
-
Multichannel,
|
|
66
|
-
NetworkRuleSet,
|
|
67
|
-
ObjectReplicationPolicy,
|
|
68
|
-
ObjectReplicationPolicyFilter,
|
|
69
|
-
ObjectReplicationPolicyRule,
|
|
70
|
-
PrivateEndpoint,
|
|
71
|
-
PrivateEndpointConnection,
|
|
72
|
-
PrivateLinkResource,
|
|
73
|
-
PrivateLinkResourceListResult,
|
|
74
|
-
PrivateLinkServiceConnectionState,
|
|
75
|
-
ProtocolSettings,
|
|
76
|
-
ProxyResource,
|
|
77
|
-
QueueServiceProperties,
|
|
78
|
-
Resource,
|
|
79
|
-
ResourceAccessRule,
|
|
80
|
-
RestorePolicyProperties,
|
|
81
|
-
RoutingPreference,
|
|
82
|
-
SasPolicy,
|
|
83
|
-
Sku,
|
|
84
|
-
SmbSetting,
|
|
85
|
-
StorageAccount,
|
|
86
|
-
StorageAccountInternetEndpoints,
|
|
87
|
-
StorageAccountMicrosoftEndpoints,
|
|
88
|
-
StorageQueue,
|
|
89
|
-
SystemData,
|
|
90
|
-
Table,
|
|
91
|
-
TableServiceProperties,
|
|
92
|
-
TagFilter,
|
|
93
|
-
TagProperty,
|
|
94
|
-
TrackedResource,
|
|
95
|
-
UpdateHistoryProperty,
|
|
96
|
-
UserAssignedIdentity,
|
|
97
|
-
VirtualNetworkRule
|
|
98
|
-
} from "../models/mappers";
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
ActiveDirectoryProperties,
|
|
11
|
-
AzureEntityResource,
|
|
12
|
-
AzureFilesIdentityBasedAuthentication,
|
|
13
|
-
BaseResource,
|
|
14
|
-
BlobContainer,
|
|
15
|
-
BlobInventoryPolicy,
|
|
16
|
-
BlobInventoryPolicyDefinition,
|
|
17
|
-
BlobInventoryPolicyFilter,
|
|
18
|
-
BlobInventoryPolicyRule,
|
|
19
|
-
BlobInventoryPolicySchema,
|
|
20
|
-
BlobRestoreParameters,
|
|
21
|
-
BlobRestoreRange,
|
|
22
|
-
BlobRestoreStatus,
|
|
23
|
-
BlobServiceProperties,
|
|
24
|
-
ChangeFeed,
|
|
25
|
-
CloudError,
|
|
26
|
-
CorsRule,
|
|
27
|
-
CorsRules,
|
|
28
|
-
CustomDomain,
|
|
29
|
-
DateAfterCreation,
|
|
30
|
-
DateAfterModification,
|
|
31
|
-
DeletedAccount,
|
|
32
|
-
DeleteRetentionPolicy,
|
|
33
|
-
Encryption,
|
|
34
|
-
EncryptionIdentity,
|
|
35
|
-
EncryptionScope,
|
|
36
|
-
EncryptionScopeKeyVaultProperties,
|
|
37
|
-
EncryptionService,
|
|
38
|
-
EncryptionServices,
|
|
39
|
-
Endpoints,
|
|
40
|
-
ExtendedLocation,
|
|
41
|
-
FileServiceProperties,
|
|
42
|
-
FileShare,
|
|
43
|
-
FileShareItem,
|
|
44
|
-
GeoReplicationStats,
|
|
45
|
-
Identity,
|
|
46
|
-
ImmutabilityPolicy,
|
|
47
|
-
ImmutabilityPolicyProperties,
|
|
48
|
-
IPRule,
|
|
49
|
-
KeyCreationTime,
|
|
50
|
-
KeyPolicy,
|
|
51
|
-
KeyVaultProperties,
|
|
52
|
-
LastAccessTimeTrackingPolicy,
|
|
53
|
-
LegalHoldProperties,
|
|
54
|
-
ListContainerItem,
|
|
55
|
-
ListQueue,
|
|
56
|
-
ListQueueResource,
|
|
57
|
-
ManagementPolicy,
|
|
58
|
-
ManagementPolicyAction,
|
|
59
|
-
ManagementPolicyBaseBlob,
|
|
60
|
-
ManagementPolicyDefinition,
|
|
61
|
-
ManagementPolicyFilter,
|
|
62
|
-
ManagementPolicyRule,
|
|
63
|
-
ManagementPolicySchema,
|
|
64
|
-
ManagementPolicySnapShot,
|
|
65
|
-
ManagementPolicyVersion,
|
|
66
|
-
Multichannel,
|
|
67
|
-
NetworkRuleSet,
|
|
68
|
-
ObjectReplicationPolicy,
|
|
69
|
-
ObjectReplicationPolicyFilter,
|
|
70
|
-
ObjectReplicationPolicyRule,
|
|
71
|
-
PrivateEndpoint,
|
|
72
|
-
PrivateEndpointConnection,
|
|
73
|
-
PrivateLinkResource,
|
|
74
|
-
PrivateLinkServiceConnectionState,
|
|
75
|
-
ProtocolSettings,
|
|
76
|
-
ProxyResource,
|
|
77
|
-
QueueServiceProperties,
|
|
78
|
-
Resource,
|
|
79
|
-
ResourceAccessRule,
|
|
80
|
-
RestorePolicyProperties,
|
|
81
|
-
RoutingPreference,
|
|
82
|
-
SasPolicy,
|
|
83
|
-
Sku,
|
|
84
|
-
SmbSetting,
|
|
85
|
-
StorageAccount,
|
|
86
|
-
StorageAccountInternetEndpoints,
|
|
87
|
-
StorageAccountMicrosoftEndpoints,
|
|
88
|
-
StorageQueue,
|
|
89
|
-
SystemData,
|
|
90
|
-
Table,
|
|
91
|
-
TableServiceProperties,
|
|
92
|
-
TagFilter,
|
|
93
|
-
TagProperty,
|
|
94
|
-
TrackedResource,
|
|
95
|
-
UpdateHistoryProperty,
|
|
96
|
-
UserAssignedIdentity,
|
|
97
|
-
VirtualNetworkRule
|
|
98
|
-
} from "../models/mappers";
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
ActiveDirectoryProperties,
|
|
11
|
-
AzureEntityResource,
|
|
12
|
-
AzureFilesIdentityBasedAuthentication,
|
|
13
|
-
BaseResource,
|
|
14
|
-
BlobContainer,
|
|
15
|
-
BlobInventoryPolicy,
|
|
16
|
-
BlobInventoryPolicyDefinition,
|
|
17
|
-
BlobInventoryPolicyFilter,
|
|
18
|
-
BlobInventoryPolicyRule,
|
|
19
|
-
BlobInventoryPolicySchema,
|
|
20
|
-
BlobRestoreParameters,
|
|
21
|
-
BlobRestoreRange,
|
|
22
|
-
BlobRestoreStatus,
|
|
23
|
-
BlobServiceProperties,
|
|
24
|
-
ChangeFeed,
|
|
25
|
-
CloudError,
|
|
26
|
-
CorsRule,
|
|
27
|
-
CorsRules,
|
|
28
|
-
CustomDomain,
|
|
29
|
-
DateAfterCreation,
|
|
30
|
-
DateAfterModification,
|
|
31
|
-
DeletedAccount,
|
|
32
|
-
DeleteRetentionPolicy,
|
|
33
|
-
Encryption,
|
|
34
|
-
EncryptionIdentity,
|
|
35
|
-
EncryptionScope,
|
|
36
|
-
EncryptionScopeKeyVaultProperties,
|
|
37
|
-
EncryptionService,
|
|
38
|
-
EncryptionServices,
|
|
39
|
-
Endpoints,
|
|
40
|
-
ExtendedLocation,
|
|
41
|
-
FileServiceProperties,
|
|
42
|
-
FileShare,
|
|
43
|
-
FileShareItem,
|
|
44
|
-
GeoReplicationStats,
|
|
45
|
-
Identity,
|
|
46
|
-
ImmutabilityPolicy,
|
|
47
|
-
ImmutabilityPolicyProperties,
|
|
48
|
-
IPRule,
|
|
49
|
-
KeyCreationTime,
|
|
50
|
-
KeyPolicy,
|
|
51
|
-
KeyVaultProperties,
|
|
52
|
-
LastAccessTimeTrackingPolicy,
|
|
53
|
-
LegalHoldProperties,
|
|
54
|
-
ListContainerItem,
|
|
55
|
-
ListQueue,
|
|
56
|
-
ListQueueServices,
|
|
57
|
-
ManagementPolicy,
|
|
58
|
-
ManagementPolicyAction,
|
|
59
|
-
ManagementPolicyBaseBlob,
|
|
60
|
-
ManagementPolicyDefinition,
|
|
61
|
-
ManagementPolicyFilter,
|
|
62
|
-
ManagementPolicyRule,
|
|
63
|
-
ManagementPolicySchema,
|
|
64
|
-
ManagementPolicySnapShot,
|
|
65
|
-
ManagementPolicyVersion,
|
|
66
|
-
Multichannel,
|
|
67
|
-
NetworkRuleSet,
|
|
68
|
-
ObjectReplicationPolicy,
|
|
69
|
-
ObjectReplicationPolicyFilter,
|
|
70
|
-
ObjectReplicationPolicyRule,
|
|
71
|
-
PrivateEndpoint,
|
|
72
|
-
PrivateEndpointConnection,
|
|
73
|
-
PrivateLinkResource,
|
|
74
|
-
PrivateLinkServiceConnectionState,
|
|
75
|
-
ProtocolSettings,
|
|
76
|
-
ProxyResource,
|
|
77
|
-
QueueServiceProperties,
|
|
78
|
-
Resource,
|
|
79
|
-
ResourceAccessRule,
|
|
80
|
-
RestorePolicyProperties,
|
|
81
|
-
RoutingPreference,
|
|
82
|
-
SasPolicy,
|
|
83
|
-
Sku,
|
|
84
|
-
SmbSetting,
|
|
85
|
-
StorageAccount,
|
|
86
|
-
StorageAccountInternetEndpoints,
|
|
87
|
-
StorageAccountMicrosoftEndpoints,
|
|
88
|
-
StorageQueue,
|
|
89
|
-
SystemData,
|
|
90
|
-
Table,
|
|
91
|
-
TableServiceProperties,
|
|
92
|
-
TagFilter,
|
|
93
|
-
TagProperty,
|
|
94
|
-
TrackedResource,
|
|
95
|
-
UpdateHistoryProperty,
|
|
96
|
-
UserAssignedIdentity,
|
|
97
|
-
VirtualNetworkRule
|
|
98
|
-
} from "../models/mappers";
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
AccountSasParameters,
|
|
11
|
-
ActiveDirectoryProperties,
|
|
12
|
-
AzureEntityResource,
|
|
13
|
-
AzureFilesIdentityBasedAuthentication,
|
|
14
|
-
BaseResource,
|
|
15
|
-
BlobContainer,
|
|
16
|
-
BlobInventoryPolicy,
|
|
17
|
-
BlobInventoryPolicyDefinition,
|
|
18
|
-
BlobInventoryPolicyFilter,
|
|
19
|
-
BlobInventoryPolicyRule,
|
|
20
|
-
BlobInventoryPolicySchema,
|
|
21
|
-
BlobRestoreParameters,
|
|
22
|
-
BlobRestoreRange,
|
|
23
|
-
BlobRestoreStatus,
|
|
24
|
-
BlobServiceProperties,
|
|
25
|
-
ChangeFeed,
|
|
26
|
-
CheckNameAvailabilityResult,
|
|
27
|
-
CloudError,
|
|
28
|
-
CorsRule,
|
|
29
|
-
CorsRules,
|
|
30
|
-
CustomDomain,
|
|
31
|
-
DateAfterCreation,
|
|
32
|
-
DateAfterModification,
|
|
33
|
-
DeletedAccount,
|
|
34
|
-
DeleteRetentionPolicy,
|
|
35
|
-
Encryption,
|
|
36
|
-
EncryptionIdentity,
|
|
37
|
-
EncryptionScope,
|
|
38
|
-
EncryptionScopeKeyVaultProperties,
|
|
39
|
-
EncryptionService,
|
|
40
|
-
EncryptionServices,
|
|
41
|
-
Endpoints,
|
|
42
|
-
ExtendedLocation,
|
|
43
|
-
FileServiceProperties,
|
|
44
|
-
FileShare,
|
|
45
|
-
FileShareItem,
|
|
46
|
-
GeoReplicationStats,
|
|
47
|
-
Identity,
|
|
48
|
-
ImmutabilityPolicy,
|
|
49
|
-
ImmutabilityPolicyProperties,
|
|
50
|
-
IPRule,
|
|
51
|
-
KeyCreationTime,
|
|
52
|
-
KeyPolicy,
|
|
53
|
-
KeyVaultProperties,
|
|
54
|
-
LastAccessTimeTrackingPolicy,
|
|
55
|
-
LegalHoldProperties,
|
|
56
|
-
ListAccountSasResponse,
|
|
57
|
-
ListContainerItem,
|
|
58
|
-
ListQueue,
|
|
59
|
-
ListServiceSasResponse,
|
|
60
|
-
ManagementPolicy,
|
|
61
|
-
ManagementPolicyAction,
|
|
62
|
-
ManagementPolicyBaseBlob,
|
|
63
|
-
ManagementPolicyDefinition,
|
|
64
|
-
ManagementPolicyFilter,
|
|
65
|
-
ManagementPolicyRule,
|
|
66
|
-
ManagementPolicySchema,
|
|
67
|
-
ManagementPolicySnapShot,
|
|
68
|
-
ManagementPolicyVersion,
|
|
69
|
-
Multichannel,
|
|
70
|
-
NetworkRuleSet,
|
|
71
|
-
ObjectReplicationPolicy,
|
|
72
|
-
ObjectReplicationPolicyFilter,
|
|
73
|
-
ObjectReplicationPolicyRule,
|
|
74
|
-
PrivateEndpoint,
|
|
75
|
-
PrivateEndpointConnection,
|
|
76
|
-
PrivateLinkResource,
|
|
77
|
-
PrivateLinkServiceConnectionState,
|
|
78
|
-
ProtocolSettings,
|
|
79
|
-
ProxyResource,
|
|
80
|
-
QueueServiceProperties,
|
|
81
|
-
Resource,
|
|
82
|
-
ResourceAccessRule,
|
|
83
|
-
RestorePolicyProperties,
|
|
84
|
-
RoutingPreference,
|
|
85
|
-
SasPolicy,
|
|
86
|
-
ServiceSasParameters,
|
|
87
|
-
Sku,
|
|
88
|
-
SmbSetting,
|
|
89
|
-
StorageAccount,
|
|
90
|
-
StorageAccountCheckNameAvailabilityParameters,
|
|
91
|
-
StorageAccountCreateParameters,
|
|
92
|
-
StorageAccountInternetEndpoints,
|
|
93
|
-
StorageAccountKey,
|
|
94
|
-
StorageAccountListKeysResult,
|
|
95
|
-
StorageAccountListResult,
|
|
96
|
-
StorageAccountMicrosoftEndpoints,
|
|
97
|
-
StorageAccountRegenerateKeyParameters,
|
|
98
|
-
StorageAccountUpdateParameters,
|
|
99
|
-
StorageQueue,
|
|
100
|
-
SystemData,
|
|
101
|
-
Table,
|
|
102
|
-
TableServiceProperties,
|
|
103
|
-
TagFilter,
|
|
104
|
-
TagProperty,
|
|
105
|
-
TrackedResource,
|
|
106
|
-
UpdateHistoryProperty,
|
|
107
|
-
UserAssignedIdentity,
|
|
108
|
-
VirtualNetworkRule
|
|
109
|
-
} from "../models/mappers";
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
ActiveDirectoryProperties,
|
|
11
|
-
AzureEntityResource,
|
|
12
|
-
AzureFilesIdentityBasedAuthentication,
|
|
13
|
-
BaseResource,
|
|
14
|
-
BlobContainer,
|
|
15
|
-
BlobInventoryPolicy,
|
|
16
|
-
BlobInventoryPolicyDefinition,
|
|
17
|
-
BlobInventoryPolicyFilter,
|
|
18
|
-
BlobInventoryPolicyRule,
|
|
19
|
-
BlobInventoryPolicySchema,
|
|
20
|
-
BlobRestoreParameters,
|
|
21
|
-
BlobRestoreRange,
|
|
22
|
-
BlobRestoreStatus,
|
|
23
|
-
BlobServiceProperties,
|
|
24
|
-
ChangeFeed,
|
|
25
|
-
CloudError,
|
|
26
|
-
CorsRule,
|
|
27
|
-
CorsRules,
|
|
28
|
-
CustomDomain,
|
|
29
|
-
DateAfterCreation,
|
|
30
|
-
DateAfterModification,
|
|
31
|
-
DeletedAccount,
|
|
32
|
-
DeleteRetentionPolicy,
|
|
33
|
-
Encryption,
|
|
34
|
-
EncryptionIdentity,
|
|
35
|
-
EncryptionScope,
|
|
36
|
-
EncryptionScopeKeyVaultProperties,
|
|
37
|
-
EncryptionService,
|
|
38
|
-
EncryptionServices,
|
|
39
|
-
Endpoints,
|
|
40
|
-
ExtendedLocation,
|
|
41
|
-
FileServiceProperties,
|
|
42
|
-
FileShare,
|
|
43
|
-
FileShareItem,
|
|
44
|
-
GeoReplicationStats,
|
|
45
|
-
Identity,
|
|
46
|
-
ImmutabilityPolicy,
|
|
47
|
-
ImmutabilityPolicyProperties,
|
|
48
|
-
IPRule,
|
|
49
|
-
KeyCreationTime,
|
|
50
|
-
KeyPolicy,
|
|
51
|
-
KeyVaultProperties,
|
|
52
|
-
LastAccessTimeTrackingPolicy,
|
|
53
|
-
LegalHoldProperties,
|
|
54
|
-
ListContainerItem,
|
|
55
|
-
ListQueue,
|
|
56
|
-
ListTableResource,
|
|
57
|
-
ManagementPolicy,
|
|
58
|
-
ManagementPolicyAction,
|
|
59
|
-
ManagementPolicyBaseBlob,
|
|
60
|
-
ManagementPolicyDefinition,
|
|
61
|
-
ManagementPolicyFilter,
|
|
62
|
-
ManagementPolicyRule,
|
|
63
|
-
ManagementPolicySchema,
|
|
64
|
-
ManagementPolicySnapShot,
|
|
65
|
-
ManagementPolicyVersion,
|
|
66
|
-
Multichannel,
|
|
67
|
-
NetworkRuleSet,
|
|
68
|
-
ObjectReplicationPolicy,
|
|
69
|
-
ObjectReplicationPolicyFilter,
|
|
70
|
-
ObjectReplicationPolicyRule,
|
|
71
|
-
PrivateEndpoint,
|
|
72
|
-
PrivateEndpointConnection,
|
|
73
|
-
PrivateLinkResource,
|
|
74
|
-
PrivateLinkServiceConnectionState,
|
|
75
|
-
ProtocolSettings,
|
|
76
|
-
ProxyResource,
|
|
77
|
-
QueueServiceProperties,
|
|
78
|
-
Resource,
|
|
79
|
-
ResourceAccessRule,
|
|
80
|
-
RestorePolicyProperties,
|
|
81
|
-
RoutingPreference,
|
|
82
|
-
SasPolicy,
|
|
83
|
-
Sku,
|
|
84
|
-
SmbSetting,
|
|
85
|
-
StorageAccount,
|
|
86
|
-
StorageAccountInternetEndpoints,
|
|
87
|
-
StorageAccountMicrosoftEndpoints,
|
|
88
|
-
StorageQueue,
|
|
89
|
-
SystemData,
|
|
90
|
-
Table,
|
|
91
|
-
TableServiceProperties,
|
|
92
|
-
TagFilter,
|
|
93
|
-
TagProperty,
|
|
94
|
-
TrackedResource,
|
|
95
|
-
UpdateHistoryProperty,
|
|
96
|
-
UserAssignedIdentity,
|
|
97
|
-
VirtualNetworkRule
|
|
98
|
-
} from "../models/mappers";
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
ActiveDirectoryProperties,
|
|
11
|
-
AzureEntityResource,
|
|
12
|
-
AzureFilesIdentityBasedAuthentication,
|
|
13
|
-
BaseResource,
|
|
14
|
-
BlobContainer,
|
|
15
|
-
BlobInventoryPolicy,
|
|
16
|
-
BlobInventoryPolicyDefinition,
|
|
17
|
-
BlobInventoryPolicyFilter,
|
|
18
|
-
BlobInventoryPolicyRule,
|
|
19
|
-
BlobInventoryPolicySchema,
|
|
20
|
-
BlobRestoreParameters,
|
|
21
|
-
BlobRestoreRange,
|
|
22
|
-
BlobRestoreStatus,
|
|
23
|
-
BlobServiceProperties,
|
|
24
|
-
ChangeFeed,
|
|
25
|
-
CloudError,
|
|
26
|
-
CorsRule,
|
|
27
|
-
CorsRules,
|
|
28
|
-
CustomDomain,
|
|
29
|
-
DateAfterCreation,
|
|
30
|
-
DateAfterModification,
|
|
31
|
-
DeletedAccount,
|
|
32
|
-
DeleteRetentionPolicy,
|
|
33
|
-
Encryption,
|
|
34
|
-
EncryptionIdentity,
|
|
35
|
-
EncryptionScope,
|
|
36
|
-
EncryptionScopeKeyVaultProperties,
|
|
37
|
-
EncryptionService,
|
|
38
|
-
EncryptionServices,
|
|
39
|
-
Endpoints,
|
|
40
|
-
ExtendedLocation,
|
|
41
|
-
FileServiceProperties,
|
|
42
|
-
FileShare,
|
|
43
|
-
FileShareItem,
|
|
44
|
-
GeoReplicationStats,
|
|
45
|
-
Identity,
|
|
46
|
-
ImmutabilityPolicy,
|
|
47
|
-
ImmutabilityPolicyProperties,
|
|
48
|
-
IPRule,
|
|
49
|
-
KeyCreationTime,
|
|
50
|
-
KeyPolicy,
|
|
51
|
-
KeyVaultProperties,
|
|
52
|
-
LastAccessTimeTrackingPolicy,
|
|
53
|
-
LegalHoldProperties,
|
|
54
|
-
ListContainerItem,
|
|
55
|
-
ListQueue,
|
|
56
|
-
ListTableServices,
|
|
57
|
-
ManagementPolicy,
|
|
58
|
-
ManagementPolicyAction,
|
|
59
|
-
ManagementPolicyBaseBlob,
|
|
60
|
-
ManagementPolicyDefinition,
|
|
61
|
-
ManagementPolicyFilter,
|
|
62
|
-
ManagementPolicyRule,
|
|
63
|
-
ManagementPolicySchema,
|
|
64
|
-
ManagementPolicySnapShot,
|
|
65
|
-
ManagementPolicyVersion,
|
|
66
|
-
Multichannel,
|
|
67
|
-
NetworkRuleSet,
|
|
68
|
-
ObjectReplicationPolicy,
|
|
69
|
-
ObjectReplicationPolicyFilter,
|
|
70
|
-
ObjectReplicationPolicyRule,
|
|
71
|
-
PrivateEndpoint,
|
|
72
|
-
PrivateEndpointConnection,
|
|
73
|
-
PrivateLinkResource,
|
|
74
|
-
PrivateLinkServiceConnectionState,
|
|
75
|
-
ProtocolSettings,
|
|
76
|
-
ProxyResource,
|
|
77
|
-
QueueServiceProperties,
|
|
78
|
-
Resource,
|
|
79
|
-
ResourceAccessRule,
|
|
80
|
-
RestorePolicyProperties,
|
|
81
|
-
RoutingPreference,
|
|
82
|
-
SasPolicy,
|
|
83
|
-
Sku,
|
|
84
|
-
SmbSetting,
|
|
85
|
-
StorageAccount,
|
|
86
|
-
StorageAccountInternetEndpoints,
|
|
87
|
-
StorageAccountMicrosoftEndpoints,
|
|
88
|
-
StorageQueue,
|
|
89
|
-
SystemData,
|
|
90
|
-
Table,
|
|
91
|
-
TableServiceProperties,
|
|
92
|
-
TagFilter,
|
|
93
|
-
TagProperty,
|
|
94
|
-
TrackedResource,
|
|
95
|
-
UpdateHistoryProperty,
|
|
96
|
-
UserAssignedIdentity,
|
|
97
|
-
VirtualNetworkRule
|
|
98
|
-
} from "../models/mappers";
|