@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
|
@@ -0,0 +1,68 @@
|
|
|
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
|
+
import {
|
|
10
|
+
FileServicesListOptionalParams,
|
|
11
|
+
FileServicesListResponse,
|
|
12
|
+
FileServiceProperties,
|
|
13
|
+
FileServicesSetServicePropertiesOptionalParams,
|
|
14
|
+
FileServicesSetServicePropertiesResponse,
|
|
15
|
+
FileServicesGetServicePropertiesOptionalParams,
|
|
16
|
+
FileServicesGetServicePropertiesResponse
|
|
17
|
+
} from "../models";
|
|
18
|
+
|
|
19
|
+
/** Interface representing a FileServices. */
|
|
20
|
+
export interface FileServices {
|
|
21
|
+
/**
|
|
22
|
+
* List all file services in storage accounts
|
|
23
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
24
|
+
* case insensitive.
|
|
25
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
26
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
27
|
+
* only.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
list(
|
|
31
|
+
resourceGroupName: string,
|
|
32
|
+
accountName: string,
|
|
33
|
+
options?: FileServicesListOptionalParams
|
|
34
|
+
): Promise<FileServicesListResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource
|
|
37
|
+
* Sharing) rules.
|
|
38
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
39
|
+
* case insensitive.
|
|
40
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
41
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
42
|
+
* only.
|
|
43
|
+
* @param parameters The properties of file services in storage accounts, including CORS (Cross-Origin
|
|
44
|
+
* Resource Sharing) rules.
|
|
45
|
+
* @param options The options parameters.
|
|
46
|
+
*/
|
|
47
|
+
setServiceProperties(
|
|
48
|
+
resourceGroupName: string,
|
|
49
|
+
accountName: string,
|
|
50
|
+
parameters: FileServiceProperties,
|
|
51
|
+
options?: FileServicesSetServicePropertiesOptionalParams
|
|
52
|
+
): Promise<FileServicesSetServicePropertiesResponse>;
|
|
53
|
+
/**
|
|
54
|
+
* Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource
|
|
55
|
+
* Sharing) rules.
|
|
56
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
57
|
+
* case insensitive.
|
|
58
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
59
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
60
|
+
* only.
|
|
61
|
+
* @param options The options parameters.
|
|
62
|
+
*/
|
|
63
|
+
getServiceProperties(
|
|
64
|
+
resourceGroupName: string,
|
|
65
|
+
accountName: string,
|
|
66
|
+
options?: FileServicesGetServicePropertiesOptionalParams
|
|
67
|
+
): Promise<FileServicesGetServicePropertiesResponse>;
|
|
68
|
+
}
|
|
@@ -0,0 +1,162 @@
|
|
|
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
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import {
|
|
11
|
+
FileShareItem,
|
|
12
|
+
FileSharesListOptionalParams,
|
|
13
|
+
FileShare,
|
|
14
|
+
FileSharesCreateOptionalParams,
|
|
15
|
+
FileSharesCreateResponse,
|
|
16
|
+
FileSharesUpdateOptionalParams,
|
|
17
|
+
FileSharesUpdateResponse,
|
|
18
|
+
FileSharesGetOptionalParams,
|
|
19
|
+
FileSharesGetResponse,
|
|
20
|
+
FileSharesDeleteOptionalParams,
|
|
21
|
+
DeletedShare,
|
|
22
|
+
FileSharesRestoreOptionalParams,
|
|
23
|
+
FileSharesLeaseOptionalParams,
|
|
24
|
+
FileSharesLeaseResponse
|
|
25
|
+
} from "../models";
|
|
26
|
+
|
|
27
|
+
/// <reference lib="esnext.asynciterable" />
|
|
28
|
+
/** Interface representing a FileShares. */
|
|
29
|
+
export interface FileShares {
|
|
30
|
+
/**
|
|
31
|
+
* Lists all shares.
|
|
32
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
33
|
+
* case insensitive.
|
|
34
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
35
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
36
|
+
* only.
|
|
37
|
+
* @param options The options parameters.
|
|
38
|
+
*/
|
|
39
|
+
list(
|
|
40
|
+
resourceGroupName: string,
|
|
41
|
+
accountName: string,
|
|
42
|
+
options?: FileSharesListOptionalParams
|
|
43
|
+
): PagedAsyncIterableIterator<FileShareItem>;
|
|
44
|
+
/**
|
|
45
|
+
* Creates a new share under the specified account as described by request body. The share resource
|
|
46
|
+
* includes metadata and properties for that share. It does not include a list of the files contained
|
|
47
|
+
* by the share.
|
|
48
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
49
|
+
* case insensitive.
|
|
50
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
51
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
52
|
+
* only.
|
|
53
|
+
* @param shareName The name of the file share within the specified storage account. File share names
|
|
54
|
+
* must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
|
|
55
|
+
* Every dash (-) character must be immediately preceded and followed by a letter or number.
|
|
56
|
+
* @param fileShare Properties of the file share to create.
|
|
57
|
+
* @param options The options parameters.
|
|
58
|
+
*/
|
|
59
|
+
create(
|
|
60
|
+
resourceGroupName: string,
|
|
61
|
+
accountName: string,
|
|
62
|
+
shareName: string,
|
|
63
|
+
fileShare: FileShare,
|
|
64
|
+
options?: FileSharesCreateOptionalParams
|
|
65
|
+
): Promise<FileSharesCreateResponse>;
|
|
66
|
+
/**
|
|
67
|
+
* Updates share properties as specified in request body. Properties not mentioned in the request will
|
|
68
|
+
* not be changed. Update fails if the specified share does not already exist.
|
|
69
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
70
|
+
* case insensitive.
|
|
71
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
72
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
73
|
+
* only.
|
|
74
|
+
* @param shareName The name of the file share within the specified storage account. File share names
|
|
75
|
+
* must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
|
|
76
|
+
* Every dash (-) character must be immediately preceded and followed by a letter or number.
|
|
77
|
+
* @param fileShare Properties to update for the file share.
|
|
78
|
+
* @param options The options parameters.
|
|
79
|
+
*/
|
|
80
|
+
update(
|
|
81
|
+
resourceGroupName: string,
|
|
82
|
+
accountName: string,
|
|
83
|
+
shareName: string,
|
|
84
|
+
fileShare: FileShare,
|
|
85
|
+
options?: FileSharesUpdateOptionalParams
|
|
86
|
+
): Promise<FileSharesUpdateResponse>;
|
|
87
|
+
/**
|
|
88
|
+
* Gets properties of a specified share.
|
|
89
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
90
|
+
* case insensitive.
|
|
91
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
92
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
93
|
+
* only.
|
|
94
|
+
* @param shareName The name of the file share within the specified storage account. File share names
|
|
95
|
+
* must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
|
|
96
|
+
* Every dash (-) character must be immediately preceded and followed by a letter or number.
|
|
97
|
+
* @param options The options parameters.
|
|
98
|
+
*/
|
|
99
|
+
get(
|
|
100
|
+
resourceGroupName: string,
|
|
101
|
+
accountName: string,
|
|
102
|
+
shareName: string,
|
|
103
|
+
options?: FileSharesGetOptionalParams
|
|
104
|
+
): Promise<FileSharesGetResponse>;
|
|
105
|
+
/**
|
|
106
|
+
* Deletes specified share under its account.
|
|
107
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
108
|
+
* case insensitive.
|
|
109
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
110
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
111
|
+
* only.
|
|
112
|
+
* @param shareName The name of the file share within the specified storage account. File share names
|
|
113
|
+
* must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
|
|
114
|
+
* Every dash (-) character must be immediately preceded and followed by a letter or number.
|
|
115
|
+
* @param options The options parameters.
|
|
116
|
+
*/
|
|
117
|
+
delete(
|
|
118
|
+
resourceGroupName: string,
|
|
119
|
+
accountName: string,
|
|
120
|
+
shareName: string,
|
|
121
|
+
options?: FileSharesDeleteOptionalParams
|
|
122
|
+
): Promise<void>;
|
|
123
|
+
/**
|
|
124
|
+
* Restore a file share within a valid retention days if share soft delete is enabled
|
|
125
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
126
|
+
* case insensitive.
|
|
127
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
128
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
129
|
+
* only.
|
|
130
|
+
* @param shareName The name of the file share within the specified storage account. File share names
|
|
131
|
+
* must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
|
|
132
|
+
* Every dash (-) character must be immediately preceded and followed by a letter or number.
|
|
133
|
+
* @param deletedShare The deleted share to be restored.
|
|
134
|
+
* @param options The options parameters.
|
|
135
|
+
*/
|
|
136
|
+
restore(
|
|
137
|
+
resourceGroupName: string,
|
|
138
|
+
accountName: string,
|
|
139
|
+
shareName: string,
|
|
140
|
+
deletedShare: DeletedShare,
|
|
141
|
+
options?: FileSharesRestoreOptionalParams
|
|
142
|
+
): Promise<void>;
|
|
143
|
+
/**
|
|
144
|
+
* The Lease Share operation establishes and manages a lock on a share for delete operations. The lock
|
|
145
|
+
* duration can be 15 to 60 seconds, or can be infinite.
|
|
146
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
147
|
+
* case insensitive.
|
|
148
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
149
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
150
|
+
* only.
|
|
151
|
+
* @param shareName The name of the file share within the specified storage account. File share names
|
|
152
|
+
* must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
|
|
153
|
+
* Every dash (-) character must be immediately preceded and followed by a letter or number.
|
|
154
|
+
* @param options The options parameters.
|
|
155
|
+
*/
|
|
156
|
+
lease(
|
|
157
|
+
resourceGroupName: string,
|
|
158
|
+
accountName: string,
|
|
159
|
+
shareName: string,
|
|
160
|
+
options?: FileSharesLeaseOptionalParams
|
|
161
|
+
): Promise<FileSharesLeaseResponse>;
|
|
162
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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 * from "./operations";
|
|
10
|
+
export * from "./skus";
|
|
11
|
+
export * from "./storageAccounts";
|
|
12
|
+
export * from "./deletedAccounts";
|
|
13
|
+
export * from "./usages";
|
|
14
|
+
export * from "./managementPolicies";
|
|
15
|
+
export * from "./blobInventoryPolicies";
|
|
16
|
+
export * from "./privateEndpointConnections";
|
|
17
|
+
export * from "./privateLinkResources";
|
|
18
|
+
export * from "./objectReplicationPoliciesOperations";
|
|
19
|
+
export * from "./encryptionScopes";
|
|
20
|
+
export * from "./blobServices";
|
|
21
|
+
export * from "./blobContainers";
|
|
22
|
+
export * from "./fileServices";
|
|
23
|
+
export * from "./fileShares";
|
|
24
|
+
export * from "./queueServices";
|
|
25
|
+
export * from "./queue";
|
|
26
|
+
export * from "./tableServices";
|
|
27
|
+
export * from "./tableOperations";
|
|
@@ -0,0 +1,74 @@
|
|
|
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
|
+
import {
|
|
10
|
+
ManagementPolicyName,
|
|
11
|
+
ManagementPoliciesGetOptionalParams,
|
|
12
|
+
ManagementPoliciesGetResponse,
|
|
13
|
+
ManagementPolicy,
|
|
14
|
+
ManagementPoliciesCreateOrUpdateOptionalParams,
|
|
15
|
+
ManagementPoliciesCreateOrUpdateResponse,
|
|
16
|
+
ManagementPoliciesDeleteOptionalParams
|
|
17
|
+
} from "../models";
|
|
18
|
+
|
|
19
|
+
/** Interface representing a ManagementPolicies. */
|
|
20
|
+
export interface ManagementPolicies {
|
|
21
|
+
/**
|
|
22
|
+
* Gets the managementpolicy associated with the specified storage account.
|
|
23
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
24
|
+
* case insensitive.
|
|
25
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
26
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
27
|
+
* only.
|
|
28
|
+
* @param managementPolicyName The name of the Storage Account Management Policy. It should always be
|
|
29
|
+
* 'default'
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
get(
|
|
33
|
+
resourceGroupName: string,
|
|
34
|
+
accountName: string,
|
|
35
|
+
managementPolicyName: ManagementPolicyName,
|
|
36
|
+
options?: ManagementPoliciesGetOptionalParams
|
|
37
|
+
): Promise<ManagementPoliciesGetResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* Sets the managementpolicy to the specified storage account.
|
|
40
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
41
|
+
* case insensitive.
|
|
42
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
43
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
44
|
+
* only.
|
|
45
|
+
* @param managementPolicyName The name of the Storage Account Management Policy. It should always be
|
|
46
|
+
* 'default'
|
|
47
|
+
* @param properties The ManagementPolicy set to a storage account.
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
createOrUpdate(
|
|
51
|
+
resourceGroupName: string,
|
|
52
|
+
accountName: string,
|
|
53
|
+
managementPolicyName: ManagementPolicyName,
|
|
54
|
+
properties: ManagementPolicy,
|
|
55
|
+
options?: ManagementPoliciesCreateOrUpdateOptionalParams
|
|
56
|
+
): Promise<ManagementPoliciesCreateOrUpdateResponse>;
|
|
57
|
+
/**
|
|
58
|
+
* Deletes the managementpolicy associated with the specified storage account.
|
|
59
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
60
|
+
* case insensitive.
|
|
61
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
62
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
63
|
+
* only.
|
|
64
|
+
* @param managementPolicyName The name of the Storage Account Management Policy. It should always be
|
|
65
|
+
* 'default'
|
|
66
|
+
* @param options The options parameters.
|
|
67
|
+
*/
|
|
68
|
+
delete(
|
|
69
|
+
resourceGroupName: string,
|
|
70
|
+
accountName: string,
|
|
71
|
+
managementPolicyName: ManagementPolicyName,
|
|
72
|
+
options?: ManagementPoliciesDeleteOptionalParams
|
|
73
|
+
): Promise<void>;
|
|
74
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
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
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import {
|
|
11
|
+
ObjectReplicationPolicy,
|
|
12
|
+
ObjectReplicationPoliciesListOptionalParams,
|
|
13
|
+
ObjectReplicationPoliciesGetOptionalParams,
|
|
14
|
+
ObjectReplicationPoliciesGetResponse,
|
|
15
|
+
ObjectReplicationPoliciesCreateOrUpdateOptionalParams,
|
|
16
|
+
ObjectReplicationPoliciesCreateOrUpdateResponse,
|
|
17
|
+
ObjectReplicationPoliciesDeleteOptionalParams
|
|
18
|
+
} from "../models";
|
|
19
|
+
|
|
20
|
+
/// <reference lib="esnext.asynciterable" />
|
|
21
|
+
/** Interface representing a ObjectReplicationPoliciesOperations. */
|
|
22
|
+
export interface ObjectReplicationPoliciesOperations {
|
|
23
|
+
/**
|
|
24
|
+
* List the object replication policies associated with the storage account.
|
|
25
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
26
|
+
* case insensitive.
|
|
27
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
28
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
29
|
+
* only.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
list(
|
|
33
|
+
resourceGroupName: string,
|
|
34
|
+
accountName: string,
|
|
35
|
+
options?: ObjectReplicationPoliciesListOptionalParams
|
|
36
|
+
): PagedAsyncIterableIterator<ObjectReplicationPolicy>;
|
|
37
|
+
/**
|
|
38
|
+
* Get the object replication policy of the storage account by policy ID.
|
|
39
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
40
|
+
* case insensitive.
|
|
41
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
42
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
43
|
+
* only.
|
|
44
|
+
* @param objectReplicationPolicyId For the destination account, provide the value 'default'. Configure
|
|
45
|
+
* the policy on the destination account first. For the source account, provide the value of the policy
|
|
46
|
+
* ID that is returned when you download the policy that was defined on the destination account. The
|
|
47
|
+
* policy is downloaded as a JSON file.
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
get(
|
|
51
|
+
resourceGroupName: string,
|
|
52
|
+
accountName: string,
|
|
53
|
+
objectReplicationPolicyId: string,
|
|
54
|
+
options?: ObjectReplicationPoliciesGetOptionalParams
|
|
55
|
+
): Promise<ObjectReplicationPoliciesGetResponse>;
|
|
56
|
+
/**
|
|
57
|
+
* Create or update the object replication policy of the storage account.
|
|
58
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
59
|
+
* case insensitive.
|
|
60
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
61
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
62
|
+
* only.
|
|
63
|
+
* @param objectReplicationPolicyId For the destination account, provide the value 'default'. Configure
|
|
64
|
+
* the policy on the destination account first. For the source account, provide the value of the policy
|
|
65
|
+
* ID that is returned when you download the policy that was defined on the destination account. The
|
|
66
|
+
* policy is downloaded as a JSON file.
|
|
67
|
+
* @param properties The object replication policy set to a storage account. A unique policy ID will be
|
|
68
|
+
* created if absent.
|
|
69
|
+
* @param options The options parameters.
|
|
70
|
+
*/
|
|
71
|
+
createOrUpdate(
|
|
72
|
+
resourceGroupName: string,
|
|
73
|
+
accountName: string,
|
|
74
|
+
objectReplicationPolicyId: string,
|
|
75
|
+
properties: ObjectReplicationPolicy,
|
|
76
|
+
options?: ObjectReplicationPoliciesCreateOrUpdateOptionalParams
|
|
77
|
+
): Promise<ObjectReplicationPoliciesCreateOrUpdateResponse>;
|
|
78
|
+
/**
|
|
79
|
+
* Deletes the object replication policy associated with the specified storage account.
|
|
80
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
81
|
+
* case insensitive.
|
|
82
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
83
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
84
|
+
* only.
|
|
85
|
+
* @param objectReplicationPolicyId For the destination account, provide the value 'default'. Configure
|
|
86
|
+
* the policy on the destination account first. For the source account, provide the value of the policy
|
|
87
|
+
* ID that is returned when you download the policy that was defined on the destination account. The
|
|
88
|
+
* policy is downloaded as a JSON file.
|
|
89
|
+
* @param options The options parameters.
|
|
90
|
+
*/
|
|
91
|
+
delete(
|
|
92
|
+
resourceGroupName: string,
|
|
93
|
+
accountName: string,
|
|
94
|
+
objectReplicationPolicyId: string,
|
|
95
|
+
options?: ObjectReplicationPoliciesDeleteOptionalParams
|
|
96
|
+
): Promise<void>;
|
|
97
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { Operation, OperationsListOptionalParams } from "../models";
|
|
11
|
+
|
|
12
|
+
/// <reference lib="esnext.asynciterable" />
|
|
13
|
+
/** Interface representing a Operations. */
|
|
14
|
+
export interface Operations {
|
|
15
|
+
/**
|
|
16
|
+
* Lists all of the available Storage Rest API operations.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
list(
|
|
20
|
+
options?: OperationsListOptionalParams
|
|
21
|
+
): PagedAsyncIterableIterator<Operation>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
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
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import {
|
|
11
|
+
PrivateEndpointConnection,
|
|
12
|
+
PrivateEndpointConnectionsListOptionalParams,
|
|
13
|
+
PrivateEndpointConnectionsGetOptionalParams,
|
|
14
|
+
PrivateEndpointConnectionsGetResponse,
|
|
15
|
+
PrivateEndpointConnectionsPutOptionalParams,
|
|
16
|
+
PrivateEndpointConnectionsPutResponse,
|
|
17
|
+
PrivateEndpointConnectionsDeleteOptionalParams
|
|
18
|
+
} from "../models";
|
|
19
|
+
|
|
20
|
+
/// <reference lib="esnext.asynciterable" />
|
|
21
|
+
/** Interface representing a PrivateEndpointConnections. */
|
|
22
|
+
export interface PrivateEndpointConnections {
|
|
23
|
+
/**
|
|
24
|
+
* List all the private endpoint connections associated with the storage account.
|
|
25
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
26
|
+
* case insensitive.
|
|
27
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
28
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
29
|
+
* only.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
list(
|
|
33
|
+
resourceGroupName: string,
|
|
34
|
+
accountName: string,
|
|
35
|
+
options?: PrivateEndpointConnectionsListOptionalParams
|
|
36
|
+
): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
37
|
+
/**
|
|
38
|
+
* Gets the specified private endpoint connection associated with the storage account.
|
|
39
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
40
|
+
* case insensitive.
|
|
41
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
42
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
43
|
+
* only.
|
|
44
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
45
|
+
* Azure resource
|
|
46
|
+
* @param options The options parameters.
|
|
47
|
+
*/
|
|
48
|
+
get(
|
|
49
|
+
resourceGroupName: string,
|
|
50
|
+
accountName: string,
|
|
51
|
+
privateEndpointConnectionName: string,
|
|
52
|
+
options?: PrivateEndpointConnectionsGetOptionalParams
|
|
53
|
+
): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
54
|
+
/**
|
|
55
|
+
* Update the state of specified private endpoint connection associated with the storage account.
|
|
56
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
57
|
+
* case insensitive.
|
|
58
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
59
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
60
|
+
* only.
|
|
61
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
62
|
+
* Azure resource
|
|
63
|
+
* @param properties The private endpoint connection properties.
|
|
64
|
+
* @param options The options parameters.
|
|
65
|
+
*/
|
|
66
|
+
put(
|
|
67
|
+
resourceGroupName: string,
|
|
68
|
+
accountName: string,
|
|
69
|
+
privateEndpointConnectionName: string,
|
|
70
|
+
properties: PrivateEndpointConnection,
|
|
71
|
+
options?: PrivateEndpointConnectionsPutOptionalParams
|
|
72
|
+
): Promise<PrivateEndpointConnectionsPutResponse>;
|
|
73
|
+
/**
|
|
74
|
+
* Deletes the specified private endpoint connection associated with the storage account.
|
|
75
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
76
|
+
* case insensitive.
|
|
77
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
78
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
79
|
+
* only.
|
|
80
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
81
|
+
* Azure resource
|
|
82
|
+
* @param options The options parameters.
|
|
83
|
+
*/
|
|
84
|
+
delete(
|
|
85
|
+
resourceGroupName: string,
|
|
86
|
+
accountName: string,
|
|
87
|
+
privateEndpointConnectionName: string,
|
|
88
|
+
options?: PrivateEndpointConnectionsDeleteOptionalParams
|
|
89
|
+
): Promise<void>;
|
|
90
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
import {
|
|
10
|
+
PrivateLinkResourcesListByStorageAccountOptionalParams,
|
|
11
|
+
PrivateLinkResourcesListByStorageAccountResponse
|
|
12
|
+
} from "../models";
|
|
13
|
+
|
|
14
|
+
/** Interface representing a PrivateLinkResources. */
|
|
15
|
+
export interface PrivateLinkResources {
|
|
16
|
+
/**
|
|
17
|
+
* Gets the private link resources that need to be created for a storage account.
|
|
18
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
19
|
+
* case insensitive.
|
|
20
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
21
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
22
|
+
* only.
|
|
23
|
+
* @param options The options parameters.
|
|
24
|
+
*/
|
|
25
|
+
listByStorageAccount(
|
|
26
|
+
resourceGroupName: string,
|
|
27
|
+
accountName: string,
|
|
28
|
+
options?: PrivateLinkResourcesListByStorageAccountOptionalParams
|
|
29
|
+
): Promise<PrivateLinkResourcesListByStorageAccountResponse>;
|
|
30
|
+
}
|