@azure/arm-storage 16.1.1 → 17.0.0-alpha.20211111.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +63 -80
- package/dist/index.js +10964 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/esm/coreClientLro.d.ts +26 -0
- package/esm/coreClientLro.d.ts.map +1 -0
- package/esm/coreClientLro.js +186 -0
- package/esm/coreClientLro.js.map +1 -0
- package/esm/index.d.ts +5002 -0
- package/esm/index.d.ts.map +1 -0
- package/esm/index.js +13 -0
- package/esm/index.js.map +1 -0
- package/esm/lro/azureAsyncPolling.d.ts +3 -0
- package/esm/lro/azureAsyncPolling.d.ts.map +1 -0
- package/esm/lro/azureAsyncPolling.js +67 -0
- package/esm/lro/azureAsyncPolling.js.map +1 -0
- package/esm/lro/bodyPolling.d.ts +8 -0
- package/esm/lro/bodyPolling.d.ts.map +1 -0
- package/esm/lro/bodyPolling.js +37 -0
- package/esm/lro/bodyPolling.js.map +1 -0
- package/esm/lro/index.d.ts +4 -0
- package/esm/lro/index.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → esm/lro/index.js} +5 -10
- package/esm/lro/index.js.map +1 -0
- package/esm/lro/locationPolling.d.ts +3 -0
- package/esm/lro/locationPolling.d.ts.map +1 -0
- package/esm/lro/locationPolling.js +19 -0
- package/esm/lro/locationPolling.js.map +1 -0
- package/esm/lro/lroEngine.d.ts +14 -0
- package/esm/lro/lroEngine.d.ts.map +1 -0
- package/esm/lro/lroEngine.js +41 -0
- package/esm/lro/lroEngine.js.map +1 -0
- package/esm/lro/models.d.ts +138 -0
- package/esm/lro/models.d.ts.map +1 -0
- package/esm/lro/models.js +14 -0
- package/esm/lro/models.js.map +1 -0
- package/esm/lro/operation.d.ts +36 -0
- package/esm/lro/operation.d.ts.map +1 -0
- package/esm/lro/operation.js +82 -0
- package/esm/lro/operation.js.map +1 -0
- package/esm/lro/passthrough.d.ts +3 -0
- package/esm/lro/passthrough.d.ts.map +1 -0
- package/esm/{models/operationsMappers.js → lro/passthrough.js} +8 -2
- package/esm/lro/passthrough.js.map +1 -0
- package/esm/lro/requestUtils.d.ts +16 -0
- package/esm/lro/requestUtils.d.ts.map +1 -0
- package/esm/lro/requestUtils.js +73 -0
- package/esm/lro/requestUtils.js.map +1 -0
- package/esm/lro/stateMachine.d.ts +18 -0
- package/esm/lro/stateMachine.d.ts.map +1 -0
- package/esm/lro/stateMachine.js +84 -0
- package/esm/lro/stateMachine.js.map +1 -0
- package/esm/models/index.d.ts +2673 -4395
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +331 -0
- package/esm/models/index.js.map +1 -1
- package/esm/models/mappers.d.ts +146 -138
- package/esm/models/mappers.d.ts.map +1 -1
- package/esm/models/mappers.js +2734 -2563
- package/esm/models/mappers.js.map +1 -1
- package/esm/models/parameters.d.ts +59 -33
- package/esm/models/parameters.d.ts.map +1 -1
- package/esm/models/parameters.js +267 -159
- package/esm/models/parameters.js.map +1 -1
- package/esm/operations/blobContainers.d.ts +213 -561
- package/esm/operations/blobContainers.d.ts.map +1 -1
- package/esm/operations/blobContainers.js +578 -429
- package/esm/operations/blobContainers.js.map +1 -1
- package/esm/operations/blobInventoryPolicies.d.ts +47 -109
- package/esm/operations/blobInventoryPolicies.d.ts.map +1 -1
- package/esm/operations/blobInventoryPolicies.js +163 -105
- package/esm/operations/blobInventoryPolicies.js.map +1 -1
- package/esm/operations/blobServices.d.ts +39 -89
- package/esm/operations/blobServices.d.ts.map +1 -1
- package/esm/operations/blobServices.js +133 -89
- package/esm/operations/blobServices.js.map +1 -1
- package/esm/operations/deletedAccounts.d.ts +20 -47
- package/esm/operations/deletedAccounts.d.ts.map +1 -1
- package/esm/operations/deletedAccounts.js +111 -69
- package/esm/operations/deletedAccounts.js.map +1 -1
- package/esm/operations/encryptionScopes.d.ts +65 -166
- package/esm/operations/encryptionScopes.d.ts.map +1 -1
- package/esm/operations/encryptionScopes.js +211 -131
- package/esm/operations/encryptionScopes.js.map +1 -1
- package/esm/operations/fileServices.d.ts +25 -89
- package/esm/operations/fileServices.d.ts.map +1 -1
- package/esm/operations/fileServices.js +86 -83
- package/esm/operations/fileServices.js.map +1 -1
- package/esm/operations/fileShares.d.ts +100 -256
- package/esm/operations/fileShares.d.ts.map +1 -1
- package/esm/operations/fileShares.js +316 -164
- package/esm/operations/fileShares.js.map +1 -1
- package/esm/operations/index.d.ts.map +1 -1
- package/esm/operations/index.js +1 -2
- package/esm/operations/index.js.map +1 -1
- package/esm/operations/managementPolicies.d.ts +30 -89
- package/esm/operations/managementPolicies.d.ts.map +1 -1
- package/esm/operations/managementPolicies.js +89 -92
- package/esm/operations/managementPolicies.js.map +1 -1
- package/esm/operations/objectReplicationPoliciesOperations.d.ts +54 -130
- package/esm/operations/objectReplicationPoliciesOperations.d.ts.map +1 -1
- package/esm/operations/objectReplicationPoliciesOperations.js +170 -102
- package/esm/operations/objectReplicationPoliciesOperations.js.map +1 -1
- package/esm/operations/operations.d.ts +14 -15
- package/esm/operations/operations.d.ts.map +1 -1
- package/esm/operations/operations.js +67 -29
- package/esm/operations/operations.js.map +1 -1
- package/esm/operations/privateEndpointConnections.d.ts +46 -126
- package/esm/operations/privateEndpointConnections.d.ts.map +1 -1
- package/esm/operations/privateEndpointConnections.js +171 -103
- package/esm/operations/privateEndpointConnections.js.map +1 -1
- package/esm/operations/privateLinkResources.d.ts +11 -31
- package/esm/operations/privateLinkResources.d.ts.map +1 -1
- package/esm/operations/privateLinkResources.js +32 -36
- package/esm/operations/privateLinkResources.js.map +1 -1
- package/esm/operations/queue.d.ts +69 -196
- package/esm/operations/queue.d.ts.map +1 -1
- package/esm/operations/queue.js +230 -162
- package/esm/operations/queue.js.map +1 -1
- package/esm/operations/queueServices.d.ts +29 -87
- package/esm/operations/queueServices.d.ts.map +1 -1
- package/esm/operations/queueServices.js +86 -87
- package/esm/operations/queueServices.js.map +1 -1
- package/esm/operations/skus.d.ts +14 -15
- package/esm/operations/skus.d.ts.map +1 -1
- package/esm/operations/skus.js +67 -32
- package/esm/operations/skus.js.map +1 -1
- package/esm/operations/storageAccounts.d.ts +163 -381
- package/esm/operations/storageAccounts.d.ts.map +1 -1
- package/esm/operations/storageAccounts.js +605 -501
- package/esm/operations/storageAccounts.js.map +1 -1
- package/esm/operations/tableOperations.d.ts +67 -184
- package/esm/operations/tableOperations.d.ts.map +1 -1
- package/esm/operations/tableOperations.js +220 -143
- package/esm/operations/tableOperations.js.map +1 -1
- package/esm/operations/tableServices.d.ts +29 -87
- package/esm/operations/tableServices.d.ts.map +1 -1
- package/esm/operations/tableServices.js +86 -87
- package/esm/operations/tableServices.js.map +1 -1
- package/esm/operations/usages.d.ts +15 -18
- package/esm/operations/usages.d.ts.map +1 -1
- package/esm/operations/usages.js +73 -34
- package/esm/operations/usages.js.map +1 -1
- package/esm/operationsInterfaces/blobContainers.d.ts +247 -0
- package/esm/operationsInterfaces/blobContainers.d.ts.map +1 -0
- package/{src/models/usagesMappers.ts → esm/operationsInterfaces/blobContainers.js} +2 -7
- package/esm/operationsInterfaces/blobContainers.js.map +1 -0
- package/esm/operationsInterfaces/blobInventoryPolicies.d.ts +54 -0
- package/esm/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
- package/esm/{models/usagesMappers.js → operationsInterfaces/blobInventoryPolicies.js} +2 -2
- package/esm/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
- package/esm/operationsInterfaces/blobServices.d.ts +41 -0
- package/esm/operationsInterfaces/blobServices.d.ts.map +1 -0
- package/{src/models/skusMappers.ts → esm/operationsInterfaces/blobServices.js} +2 -8
- package/esm/operationsInterfaces/blobServices.js.map +1 -0
- package/esm/operationsInterfaces/deletedAccounts.d.ts +19 -0
- package/esm/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/esm/{models/skusMappers.js → operationsInterfaces/deletedAccounts.js} +2 -2
- package/esm/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/esm/operationsInterfaces/encryptionScopes.d.ts +64 -0
- package/esm/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/esm/operationsInterfaces/encryptionScopes.js +9 -0
- package/esm/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/esm/operationsInterfaces/fileServices.d.ts +39 -0
- package/esm/operationsInterfaces/fileServices.d.ts.map +1 -0
- package/esm/operationsInterfaces/fileServices.js +9 -0
- package/esm/operationsInterfaces/fileServices.js.map +1 -0
- package/esm/operationsInterfaces/fileShares.d.ts +102 -0
- package/esm/operationsInterfaces/fileShares.d.ts.map +1 -0
- package/esm/operationsInterfaces/fileShares.js +9 -0
- package/esm/operationsInterfaces/fileShares.js.map +1 -0
- package/esm/operationsInterfaces/index.d.ts +20 -0
- package/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/esm/operationsInterfaces/index.js +27 -0
- package/esm/operationsInterfaces/index.js.map +1 -0
- package/esm/operationsInterfaces/managementPolicies.d.ts +42 -0
- package/esm/operationsInterfaces/managementPolicies.d.ts.map +1 -0
- package/esm/operationsInterfaces/managementPolicies.js +9 -0
- package/esm/operationsInterfaces/managementPolicies.js.map +1 -0
- package/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +61 -0
- package/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/esm/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
- package/esm/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
- package/esm/operationsInterfaces/operations.d.ts +12 -0
- package/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/esm/operationsInterfaces/operations.js +9 -0
- package/esm/operationsInterfaces/operations.js.map +1 -0
- package/esm/operationsInterfaces/privateEndpointConnections.d.ts +54 -0
- package/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/esm/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/esm/operationsInterfaces/queue.d.ts +71 -0
- package/esm/operationsInterfaces/queue.d.ts.map +1 -0
- package/esm/operationsInterfaces/queue.js +9 -0
- package/esm/operationsInterfaces/queue.js.map +1 -0
- package/esm/operationsInterfaces/queueServices.d.ts +39 -0
- package/esm/operationsInterfaces/queueServices.d.ts.map +1 -0
- package/esm/operationsInterfaces/queueServices.js +9 -0
- package/esm/operationsInterfaces/queueServices.js.map +1 -0
- package/esm/operationsInterfaces/skus.d.ts +12 -0
- package/esm/operationsInterfaces/skus.d.ts.map +1 -0
- package/esm/operationsInterfaces/skus.js +9 -0
- package/esm/operationsInterfaces/skus.js.map +1 -0
- package/esm/operationsInterfaces/storageAccounts.d.ts +197 -0
- package/esm/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/esm/operationsInterfaces/storageAccounts.js +9 -0
- package/esm/operationsInterfaces/storageAccounts.js.map +1 -0
- package/esm/operationsInterfaces/tableOperations.d.ts +69 -0
- package/esm/operationsInterfaces/tableOperations.d.ts.map +1 -0
- package/esm/operationsInterfaces/tableOperations.js +9 -0
- package/esm/operationsInterfaces/tableOperations.js.map +1 -0
- package/esm/operationsInterfaces/tableServices.d.ts +39 -0
- package/esm/operationsInterfaces/tableServices.d.ts.map +1 -0
- package/esm/operationsInterfaces/tableServices.js +9 -0
- package/esm/operationsInterfaces/tableServices.js.map +1 -0
- package/esm/operationsInterfaces/usages.d.ts +13 -0
- package/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/esm/operationsInterfaces/usages.js +9 -0
- package/esm/operationsInterfaces/usages.js.map +1 -0
- package/esm/storageManagementClient.d.ts +26 -35
- package/esm/storageManagementClient.d.ts.map +1 -1
- package/esm/storageManagementClient.js +27 -42
- package/esm/storageManagementClient.js.map +1 -1
- package/esm/storageManagementClientContext.d.ts +10 -16
- package/esm/storageManagementClientContext.d.ts.map +1 -1
- package/esm/storageManagementClientContext.js +32 -44
- package/esm/storageManagementClientContext.js.map +1 -1
- package/package.json +57 -18
- package/review/arm-storage.api.md +2659 -0
- package/rollup.config.js +181 -30
- package/src/coreClientLro.ts +323 -0
- package/src/index.ts +13 -0
- package/src/lro/azureAsyncPolling.ts +96 -0
- package/src/lro/bodyPolling.ts +54 -0
- package/src/lro/index.ts +26 -0
- package/src/lro/locationPolling.ts +30 -0
- package/src/lro/lroEngine.ts +61 -0
- package/src/lro/models.ts +173 -0
- package/src/lro/operation.ts +120 -0
- package/src/lro/passthrough.ts +23 -0
- package/src/lro/requestUtils.ts +105 -0
- package/src/lro/stateMachine.ts +138 -0
- package/src/models/index.ts +2813 -4492
- package/src/models/mappers.ts +2745 -2553
- package/src/models/parameters.ts +354 -160
- package/src/operations/blobContainers.ts +719 -1037
- package/src/operations/blobInventoryPolicies.ts +182 -211
- package/src/operations/blobServices.ts +150 -177
- package/src/operations/deletedAccounts.ts +111 -112
- package/src/operations/encryptionScopes.ts +233 -291
- package/src/operations/fileServices.ts +99 -171
- package/src/operations/fileShares.ts +335 -560
- package/src/operations/index.ts +1 -2
- package/src/operations/managementPolicies.ts +102 -175
- package/src/operations/objectReplicationPoliciesOperations.ts +187 -227
- package/src/operations/operations.ts +61 -38
- package/src/operations/privateEndpointConnections.ts +177 -214
- package/src/operations/privateLinkResources.ts +37 -60
- package/src/operations/queue.ts +269 -365
- package/src/operations/queueServices.ts +103 -173
- package/src/operations/skus.ts +59 -41
- package/src/operations/storageAccounts.ts +779 -872
- package/src/operations/tableOperations.ts +255 -328
- package/src/operations/tableServices.ts +103 -173
- package/src/operations/usages.ts +73 -45
- package/src/operationsInterfaces/blobContainers.ts +366 -0
- package/src/operationsInterfaces/blobInventoryPolicies.ts +92 -0
- package/src/operationsInterfaces/blobServices.ts +70 -0
- package/src/operationsInterfaces/deletedAccounts.ts +39 -0
- package/src/operationsInterfaces/encryptionScopes.ts +103 -0
- package/src/operationsInterfaces/fileServices.ts +68 -0
- package/src/operationsInterfaces/fileShares.ts +163 -0
- package/src/operationsInterfaces/index.ts +27 -0
- package/src/operationsInterfaces/managementPolicies.ts +74 -0
- package/src/operationsInterfaces/objectReplicationPoliciesOperations.ts +98 -0
- package/src/operationsInterfaces/operations.ts +23 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +91 -0
- package/src/operationsInterfaces/privateLinkResources.ts +30 -0
- package/src/operationsInterfaces/queue.ts +117 -0
- package/src/operationsInterfaces/queueServices.ts +68 -0
- package/src/operationsInterfaces/skus.ts +23 -0
- package/src/operationsInterfaces/storageAccounts.ts +320 -0
- package/src/operationsInterfaces/tableOperations.ts +112 -0
- package/src/operationsInterfaces/tableServices.ts +68 -0
- package/src/operationsInterfaces/usages.ts +25 -0
- package/src/storageManagementClient.ts +94 -67
- package/src/storageManagementClientContext.ts +42 -46
- package/tsconfig.json +2 -1
- 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/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/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/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.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/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
|
@@ -0,0 +1,2659 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-storage"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public (undocumented)
|
|
14
|
+
export interface AccessPolicy {
|
|
15
|
+
expiryTime?: Date;
|
|
16
|
+
permission?: string;
|
|
17
|
+
startTime?: Date;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// @public
|
|
21
|
+
export type AccessTier = "Hot" | "Cool";
|
|
22
|
+
|
|
23
|
+
// @public
|
|
24
|
+
export interface AccountSasParameters {
|
|
25
|
+
iPAddressOrRange?: string;
|
|
26
|
+
keyToSign?: string;
|
|
27
|
+
permissions: Permissions_2;
|
|
28
|
+
protocols?: HttpProtocol;
|
|
29
|
+
resourceTypes: SignedResourceTypes;
|
|
30
|
+
services: Services;
|
|
31
|
+
sharedAccessExpiryTime: Date;
|
|
32
|
+
sharedAccessStartTime?: Date;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// @public
|
|
36
|
+
export type AccountStatus = "available" | "unavailable";
|
|
37
|
+
|
|
38
|
+
// @public
|
|
39
|
+
export interface ActiveDirectoryProperties {
|
|
40
|
+
azureStorageSid: string;
|
|
41
|
+
domainGuid: string;
|
|
42
|
+
domainName: string;
|
|
43
|
+
domainSid: string;
|
|
44
|
+
forestName: string;
|
|
45
|
+
netBiosDomainName: string;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
// @public
|
|
49
|
+
export type AzureEntityResource = Resource & {
|
|
50
|
+
readonly etag?: string;
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
// @public
|
|
54
|
+
export interface AzureFilesIdentityBasedAuthentication {
|
|
55
|
+
activeDirectoryProperties?: ActiveDirectoryProperties;
|
|
56
|
+
defaultSharePermission?: DefaultSharePermission;
|
|
57
|
+
directoryServiceOptions: DirectoryServiceOptions;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
// @public
|
|
61
|
+
export type BlobContainer = AzureEntityResource & {
|
|
62
|
+
readonly version?: string;
|
|
63
|
+
readonly deleted?: boolean;
|
|
64
|
+
readonly deletedTime?: Date;
|
|
65
|
+
readonly remainingRetentionDays?: number;
|
|
66
|
+
defaultEncryptionScope?: string;
|
|
67
|
+
denyEncryptionScopeOverride?: boolean;
|
|
68
|
+
publicAccess?: PublicAccess;
|
|
69
|
+
readonly lastModifiedTime?: Date;
|
|
70
|
+
readonly leaseStatus?: LeaseStatus;
|
|
71
|
+
readonly leaseState?: LeaseState;
|
|
72
|
+
readonly leaseDuration?: LeaseDuration;
|
|
73
|
+
metadata?: {
|
|
74
|
+
[propertyName: string]: string;
|
|
75
|
+
};
|
|
76
|
+
readonly immutabilityPolicy?: ImmutabilityPolicyProperties;
|
|
77
|
+
readonly legalHold?: LegalHoldProperties;
|
|
78
|
+
readonly hasLegalHold?: boolean;
|
|
79
|
+
readonly hasImmutabilityPolicy?: boolean;
|
|
80
|
+
immutableStorageWithVersioning?: ImmutableStorageWithVersioning;
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
// @public
|
|
84
|
+
export interface BlobContainers {
|
|
85
|
+
beginObjectLevelWorm(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersObjectLevelWormOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
86
|
+
beginObjectLevelWormAndWait(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersObjectLevelWormOptionalParams): Promise<void>;
|
|
87
|
+
clearLegalHold(resourceGroupName: string, accountName: string, containerName: string, legalHold: LegalHold, options?: BlobContainersClearLegalHoldOptionalParams): Promise<BlobContainersClearLegalHoldResponse>;
|
|
88
|
+
create(resourceGroupName: string, accountName: string, containerName: string, blobContainer: BlobContainer, options?: BlobContainersCreateOptionalParams): Promise<BlobContainersCreateResponse>;
|
|
89
|
+
createOrUpdateImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams): Promise<BlobContainersCreateOrUpdateImmutabilityPolicyResponse>;
|
|
90
|
+
delete(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersDeleteOptionalParams): Promise<void>;
|
|
91
|
+
deleteImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: BlobContainersDeleteImmutabilityPolicyOptionalParams): Promise<BlobContainersDeleteImmutabilityPolicyResponse>;
|
|
92
|
+
extendImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: BlobContainersExtendImmutabilityPolicyOptionalParams): Promise<BlobContainersExtendImmutabilityPolicyResponse>;
|
|
93
|
+
get(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersGetOptionalParams): Promise<BlobContainersGetResponse>;
|
|
94
|
+
getImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersGetImmutabilityPolicyOptionalParams): Promise<BlobContainersGetImmutabilityPolicyResponse>;
|
|
95
|
+
lease(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersLeaseOptionalParams): Promise<BlobContainersLeaseResponse>;
|
|
96
|
+
list(resourceGroupName: string, accountName: string, options?: BlobContainersListOptionalParams): PagedAsyncIterableIterator<ListContainerItem>;
|
|
97
|
+
lockImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: BlobContainersLockImmutabilityPolicyOptionalParams): Promise<BlobContainersLockImmutabilityPolicyResponse>;
|
|
98
|
+
setLegalHold(resourceGroupName: string, accountName: string, containerName: string, legalHold: LegalHold, options?: BlobContainersSetLegalHoldOptionalParams): Promise<BlobContainersSetLegalHoldResponse>;
|
|
99
|
+
update(resourceGroupName: string, accountName: string, containerName: string, blobContainer: BlobContainer, options?: BlobContainersUpdateOptionalParams): Promise<BlobContainersUpdateResponse>;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
// @public
|
|
103
|
+
export interface BlobContainersClearLegalHoldOptionalParams extends coreClient.OperationOptions {
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
// @public
|
|
107
|
+
export type BlobContainersClearLegalHoldResponse = LegalHold;
|
|
108
|
+
|
|
109
|
+
// @public
|
|
110
|
+
export interface BlobContainersCreateOptionalParams extends coreClient.OperationOptions {
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
// @public
|
|
114
|
+
export interface BlobContainersCreateOrUpdateImmutabilityPolicyHeaders {
|
|
115
|
+
eTag?: string;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
// @public
|
|
119
|
+
export interface BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
|
120
|
+
ifMatch?: string;
|
|
121
|
+
parameters?: ImmutabilityPolicy;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
// @public
|
|
125
|
+
export type BlobContainersCreateOrUpdateImmutabilityPolicyResponse = BlobContainersCreateOrUpdateImmutabilityPolicyHeaders & ImmutabilityPolicy;
|
|
126
|
+
|
|
127
|
+
// @public
|
|
128
|
+
export type BlobContainersCreateResponse = BlobContainer;
|
|
129
|
+
|
|
130
|
+
// @public
|
|
131
|
+
export interface BlobContainersDeleteImmutabilityPolicyHeaders {
|
|
132
|
+
eTag?: string;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
// @public
|
|
136
|
+
export interface BlobContainersDeleteImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
// @public
|
|
140
|
+
export type BlobContainersDeleteImmutabilityPolicyResponse = BlobContainersDeleteImmutabilityPolicyHeaders & ImmutabilityPolicy;
|
|
141
|
+
|
|
142
|
+
// @public
|
|
143
|
+
export interface BlobContainersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
// @public
|
|
147
|
+
export interface BlobContainersExtendImmutabilityPolicyHeaders {
|
|
148
|
+
eTag?: string;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
// @public
|
|
152
|
+
export interface BlobContainersExtendImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
|
153
|
+
parameters?: ImmutabilityPolicy;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
// @public
|
|
157
|
+
export type BlobContainersExtendImmutabilityPolicyResponse = BlobContainersExtendImmutabilityPolicyHeaders & ImmutabilityPolicy;
|
|
158
|
+
|
|
159
|
+
// @public
|
|
160
|
+
export interface BlobContainersGetImmutabilityPolicyHeaders {
|
|
161
|
+
eTag?: string;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
// @public
|
|
165
|
+
export interface BlobContainersGetImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
|
166
|
+
ifMatch?: string;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
// @public
|
|
170
|
+
export type BlobContainersGetImmutabilityPolicyResponse = BlobContainersGetImmutabilityPolicyHeaders & ImmutabilityPolicy;
|
|
171
|
+
|
|
172
|
+
// @public
|
|
173
|
+
export interface BlobContainersGetOptionalParams extends coreClient.OperationOptions {
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
// @public
|
|
177
|
+
export type BlobContainersGetResponse = BlobContainer;
|
|
178
|
+
|
|
179
|
+
// @public
|
|
180
|
+
export interface BlobContainersLeaseOptionalParams extends coreClient.OperationOptions {
|
|
181
|
+
parameters?: LeaseContainerRequest;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
// @public
|
|
185
|
+
export type BlobContainersLeaseResponse = LeaseContainerResponse;
|
|
186
|
+
|
|
187
|
+
// @public
|
|
188
|
+
export interface BlobContainersListNextOptionalParams extends coreClient.OperationOptions {
|
|
189
|
+
filter?: string;
|
|
190
|
+
include?: ListContainersInclude;
|
|
191
|
+
maxpagesize?: string;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
// @public
|
|
195
|
+
export type BlobContainersListNextResponse = ListContainerItems;
|
|
196
|
+
|
|
197
|
+
// @public
|
|
198
|
+
export interface BlobContainersListOptionalParams extends coreClient.OperationOptions {
|
|
199
|
+
filter?: string;
|
|
200
|
+
include?: ListContainersInclude;
|
|
201
|
+
maxpagesize?: string;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
// @public
|
|
205
|
+
export type BlobContainersListResponse = ListContainerItems;
|
|
206
|
+
|
|
207
|
+
// @public
|
|
208
|
+
export interface BlobContainersLockImmutabilityPolicyHeaders {
|
|
209
|
+
eTag?: string;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
// @public
|
|
213
|
+
export interface BlobContainersLockImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
// @public
|
|
217
|
+
export type BlobContainersLockImmutabilityPolicyResponse = BlobContainersLockImmutabilityPolicyHeaders & ImmutabilityPolicy;
|
|
218
|
+
|
|
219
|
+
// @public
|
|
220
|
+
export interface BlobContainersObjectLevelWormOptionalParams extends coreClient.OperationOptions {
|
|
221
|
+
resumeFrom?: string;
|
|
222
|
+
updateIntervalInMs?: number;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
// @public
|
|
226
|
+
export interface BlobContainersSetLegalHoldOptionalParams extends coreClient.OperationOptions {
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
// @public
|
|
230
|
+
export type BlobContainersSetLegalHoldResponse = LegalHold;
|
|
231
|
+
|
|
232
|
+
// @public
|
|
233
|
+
export interface BlobContainersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
// @public
|
|
237
|
+
export type BlobContainersUpdateResponse = BlobContainer;
|
|
238
|
+
|
|
239
|
+
// @public
|
|
240
|
+
export interface BlobInventoryPolicies {
|
|
241
|
+
createOrUpdate(resourceGroupName: string, accountName: string, blobInventoryPolicyName: BlobInventoryPolicyName, properties: BlobInventoryPolicy, options?: BlobInventoryPoliciesCreateOrUpdateOptionalParams): Promise<BlobInventoryPoliciesCreateOrUpdateResponse>;
|
|
242
|
+
delete(resourceGroupName: string, accountName: string, blobInventoryPolicyName: BlobInventoryPolicyName, options?: BlobInventoryPoliciesDeleteOptionalParams): Promise<void>;
|
|
243
|
+
get(resourceGroupName: string, accountName: string, blobInventoryPolicyName: BlobInventoryPolicyName, options?: BlobInventoryPoliciesGetOptionalParams): Promise<BlobInventoryPoliciesGetResponse>;
|
|
244
|
+
list(resourceGroupName: string, accountName: string, options?: BlobInventoryPoliciesListOptionalParams): PagedAsyncIterableIterator<BlobInventoryPolicy>;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
// @public
|
|
248
|
+
export interface BlobInventoryPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
// @public
|
|
252
|
+
export type BlobInventoryPoliciesCreateOrUpdateResponse = BlobInventoryPolicy;
|
|
253
|
+
|
|
254
|
+
// @public
|
|
255
|
+
export interface BlobInventoryPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
// @public
|
|
259
|
+
export interface BlobInventoryPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
// @public
|
|
263
|
+
export type BlobInventoryPoliciesGetResponse = BlobInventoryPolicy;
|
|
264
|
+
|
|
265
|
+
// @public
|
|
266
|
+
export interface BlobInventoryPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
// @public
|
|
270
|
+
export type BlobInventoryPoliciesListResponse = ListBlobInventoryPolicy;
|
|
271
|
+
|
|
272
|
+
// @public
|
|
273
|
+
export type BlobInventoryPolicy = Resource & {
|
|
274
|
+
readonly systemData?: SystemData;
|
|
275
|
+
readonly lastModifiedTime?: Date;
|
|
276
|
+
policy?: BlobInventoryPolicySchema;
|
|
277
|
+
};
|
|
278
|
+
|
|
279
|
+
// @public
|
|
280
|
+
export interface BlobInventoryPolicyDefinition {
|
|
281
|
+
filters?: BlobInventoryPolicyFilter;
|
|
282
|
+
format: Format;
|
|
283
|
+
objectType: ObjectType;
|
|
284
|
+
schedule: Schedule;
|
|
285
|
+
schemaFields: string[];
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
// @public
|
|
289
|
+
export interface BlobInventoryPolicyFilter {
|
|
290
|
+
blobTypes?: string[];
|
|
291
|
+
includeBlobVersions?: boolean;
|
|
292
|
+
includeSnapshots?: boolean;
|
|
293
|
+
prefixMatch?: string[];
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
// @public
|
|
297
|
+
export type BlobInventoryPolicyName = string;
|
|
298
|
+
|
|
299
|
+
// @public
|
|
300
|
+
export interface BlobInventoryPolicyRule {
|
|
301
|
+
definition: BlobInventoryPolicyDefinition;
|
|
302
|
+
destination: string;
|
|
303
|
+
enabled: boolean;
|
|
304
|
+
name: string;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
// @public
|
|
308
|
+
export interface BlobInventoryPolicySchema {
|
|
309
|
+
enabled: boolean;
|
|
310
|
+
rules: BlobInventoryPolicyRule[];
|
|
311
|
+
type: InventoryRuleType;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
// @public
|
|
315
|
+
export interface BlobRestoreParameters {
|
|
316
|
+
blobRanges: BlobRestoreRange[];
|
|
317
|
+
timeToRestore: Date;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
// @public
|
|
321
|
+
export type BlobRestoreProgressStatus = string;
|
|
322
|
+
|
|
323
|
+
// @public
|
|
324
|
+
export interface BlobRestoreRange {
|
|
325
|
+
endRange: string;
|
|
326
|
+
startRange: string;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
// @public
|
|
330
|
+
export interface BlobRestoreStatus {
|
|
331
|
+
readonly failureReason?: string;
|
|
332
|
+
readonly parameters?: BlobRestoreParameters;
|
|
333
|
+
readonly restoreId?: string;
|
|
334
|
+
readonly status?: BlobRestoreProgressStatus;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
// @public (undocumented)
|
|
338
|
+
export interface BlobServiceItems {
|
|
339
|
+
readonly value?: BlobServiceProperties[];
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
// @public
|
|
343
|
+
export type BlobServiceProperties = Resource & {
|
|
344
|
+
readonly sku?: Sku;
|
|
345
|
+
cors?: CorsRules;
|
|
346
|
+
defaultServiceVersion?: string;
|
|
347
|
+
deleteRetentionPolicy?: DeleteRetentionPolicy;
|
|
348
|
+
isVersioningEnabled?: boolean;
|
|
349
|
+
automaticSnapshotPolicyEnabled?: boolean;
|
|
350
|
+
changeFeed?: ChangeFeed;
|
|
351
|
+
restorePolicy?: RestorePolicyProperties;
|
|
352
|
+
containerDeleteRetentionPolicy?: DeleteRetentionPolicy;
|
|
353
|
+
lastAccessTimeTrackingPolicy?: LastAccessTimeTrackingPolicy;
|
|
354
|
+
};
|
|
355
|
+
|
|
356
|
+
// @public
|
|
357
|
+
export interface BlobServices {
|
|
358
|
+
getServiceProperties(resourceGroupName: string, accountName: string, options?: BlobServicesGetServicePropertiesOptionalParams): Promise<BlobServicesGetServicePropertiesResponse>;
|
|
359
|
+
list(resourceGroupName: string, accountName: string, options?: BlobServicesListOptionalParams): PagedAsyncIterableIterator<BlobServiceProperties>;
|
|
360
|
+
setServiceProperties(resourceGroupName: string, accountName: string, parameters: BlobServiceProperties, options?: BlobServicesSetServicePropertiesOptionalParams): Promise<BlobServicesSetServicePropertiesResponse>;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
// @public
|
|
364
|
+
export interface BlobServicesGetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
// @public
|
|
368
|
+
export type BlobServicesGetServicePropertiesResponse = BlobServiceProperties;
|
|
369
|
+
|
|
370
|
+
// @public
|
|
371
|
+
export interface BlobServicesListOptionalParams extends coreClient.OperationOptions {
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
// @public
|
|
375
|
+
export type BlobServicesListResponse = BlobServiceItems;
|
|
376
|
+
|
|
377
|
+
// @public
|
|
378
|
+
export interface BlobServicesSetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
// @public
|
|
382
|
+
export type BlobServicesSetServicePropertiesResponse = BlobServiceProperties;
|
|
383
|
+
|
|
384
|
+
// @public
|
|
385
|
+
export type Bypass = string;
|
|
386
|
+
|
|
387
|
+
// @public
|
|
388
|
+
export interface ChangeFeed {
|
|
389
|
+
enabled?: boolean;
|
|
390
|
+
retentionInDays?: number;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
// @public
|
|
394
|
+
export interface CheckNameAvailabilityResult {
|
|
395
|
+
readonly message?: string;
|
|
396
|
+
readonly nameAvailable?: boolean;
|
|
397
|
+
readonly reason?: Reason;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
// @public
|
|
401
|
+
export interface CloudError {
|
|
402
|
+
error?: CloudErrorBody;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
// @public
|
|
406
|
+
export interface CloudErrorAutoGenerated {
|
|
407
|
+
error?: CloudErrorBodyAutoGenerated;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
// @public
|
|
411
|
+
export interface CloudErrorBody {
|
|
412
|
+
code?: string;
|
|
413
|
+
details?: CloudErrorBody[];
|
|
414
|
+
message?: string;
|
|
415
|
+
target?: string;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
// @public
|
|
419
|
+
export interface CloudErrorBodyAutoGenerated {
|
|
420
|
+
code?: string;
|
|
421
|
+
details?: CloudErrorBodyAutoGenerated[];
|
|
422
|
+
message?: string;
|
|
423
|
+
target?: string;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
// @public
|
|
427
|
+
export interface CorsRule {
|
|
428
|
+
allowedHeaders: string[];
|
|
429
|
+
allowedMethods: CorsRuleAllowedMethodsItem[];
|
|
430
|
+
allowedOrigins: string[];
|
|
431
|
+
exposedHeaders: string[];
|
|
432
|
+
maxAgeInSeconds: number;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
// @public
|
|
436
|
+
export type CorsRuleAllowedMethodsItem = string;
|
|
437
|
+
|
|
438
|
+
// @public
|
|
439
|
+
export interface CorsRules {
|
|
440
|
+
corsRules?: CorsRule[];
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
// @public
|
|
444
|
+
export type CreatedByType = string;
|
|
445
|
+
|
|
446
|
+
// @public
|
|
447
|
+
export interface CustomDomain {
|
|
448
|
+
name: string;
|
|
449
|
+
useSubDomainName?: boolean;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
// @public
|
|
453
|
+
export interface DateAfterCreation {
|
|
454
|
+
daysAfterCreationGreaterThan: number;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
// @public
|
|
458
|
+
export interface DateAfterModification {
|
|
459
|
+
daysAfterLastAccessTimeGreaterThan?: number;
|
|
460
|
+
daysAfterModificationGreaterThan?: number;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
// @public
|
|
464
|
+
export type DefaultAction = "Allow" | "Deny";
|
|
465
|
+
|
|
466
|
+
// @public
|
|
467
|
+
export type DefaultSharePermission = string;
|
|
468
|
+
|
|
469
|
+
// @public
|
|
470
|
+
export type DeletedAccount = ProxyResource & {
|
|
471
|
+
readonly storageAccountResourceId?: string;
|
|
472
|
+
readonly location?: string;
|
|
473
|
+
readonly restoreReference?: string;
|
|
474
|
+
readonly creationTime?: string;
|
|
475
|
+
readonly deletionTime?: string;
|
|
476
|
+
};
|
|
477
|
+
|
|
478
|
+
// @public
|
|
479
|
+
export interface DeletedAccountListResult {
|
|
480
|
+
readonly nextLink?: string;
|
|
481
|
+
readonly value?: DeletedAccount[];
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
// @public
|
|
485
|
+
export interface DeletedAccounts {
|
|
486
|
+
get(deletedAccountName: string, location: string, options?: DeletedAccountsGetOptionalParams): Promise<DeletedAccountsGetResponse>;
|
|
487
|
+
list(options?: DeletedAccountsListOptionalParams): PagedAsyncIterableIterator<DeletedAccount>;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
// @public
|
|
491
|
+
export interface DeletedAccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
// @public
|
|
495
|
+
export type DeletedAccountsGetResponse = DeletedAccount;
|
|
496
|
+
|
|
497
|
+
// @public
|
|
498
|
+
export interface DeletedAccountsListNextOptionalParams extends coreClient.OperationOptions {
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
// @public
|
|
502
|
+
export type DeletedAccountsListNextResponse = DeletedAccountListResult;
|
|
503
|
+
|
|
504
|
+
// @public
|
|
505
|
+
export interface DeletedAccountsListOptionalParams extends coreClient.OperationOptions {
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
// @public
|
|
509
|
+
export type DeletedAccountsListResponse = DeletedAccountListResult;
|
|
510
|
+
|
|
511
|
+
// @public
|
|
512
|
+
export interface DeletedShare {
|
|
513
|
+
deletedShareName: string;
|
|
514
|
+
deletedShareVersion: string;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
// @public
|
|
518
|
+
export interface DeleteRetentionPolicy {
|
|
519
|
+
days?: number;
|
|
520
|
+
enabled?: boolean;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
// @public
|
|
524
|
+
export interface Dimension {
|
|
525
|
+
displayName?: string;
|
|
526
|
+
name?: string;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
// @public
|
|
530
|
+
export type DirectoryServiceOptions = string;
|
|
531
|
+
|
|
532
|
+
// @public
|
|
533
|
+
export type EnabledProtocols = string;
|
|
534
|
+
|
|
535
|
+
// @public
|
|
536
|
+
export interface Encryption {
|
|
537
|
+
encryptionIdentity?: EncryptionIdentity;
|
|
538
|
+
keySource: KeySource;
|
|
539
|
+
keyVaultProperties?: KeyVaultProperties;
|
|
540
|
+
requireInfrastructureEncryption?: boolean;
|
|
541
|
+
services?: EncryptionServices;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
// @public
|
|
545
|
+
export interface EncryptionIdentity {
|
|
546
|
+
encryptionUserAssignedIdentity?: string;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
// @public
|
|
550
|
+
export type EncryptionScope = Resource & {
|
|
551
|
+
source?: EncryptionScopeSource;
|
|
552
|
+
state?: EncryptionScopeState;
|
|
553
|
+
readonly creationTime?: Date;
|
|
554
|
+
readonly lastModifiedTime?: Date;
|
|
555
|
+
keyVaultProperties?: EncryptionScopeKeyVaultProperties;
|
|
556
|
+
requireInfrastructureEncryption?: boolean;
|
|
557
|
+
};
|
|
558
|
+
|
|
559
|
+
// @public
|
|
560
|
+
export interface EncryptionScopeKeyVaultProperties {
|
|
561
|
+
readonly currentVersionedKeyIdentifier?: string;
|
|
562
|
+
keyUri?: string;
|
|
563
|
+
readonly lastKeyRotationTimestamp?: Date;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
// @public
|
|
567
|
+
export interface EncryptionScopeListResult {
|
|
568
|
+
readonly nextLink?: string;
|
|
569
|
+
readonly value?: EncryptionScope[];
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
// @public
|
|
573
|
+
export interface EncryptionScopes {
|
|
574
|
+
get(resourceGroupName: string, accountName: string, encryptionScopeName: string, options?: EncryptionScopesGetOptionalParams): Promise<EncryptionScopesGetResponse>;
|
|
575
|
+
list(resourceGroupName: string, accountName: string, options?: EncryptionScopesListOptionalParams): PagedAsyncIterableIterator<EncryptionScope>;
|
|
576
|
+
patch(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: EncryptionScope, options?: EncryptionScopesPatchOptionalParams): Promise<EncryptionScopesPatchResponse>;
|
|
577
|
+
put(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: EncryptionScope, options?: EncryptionScopesPutOptionalParams): Promise<EncryptionScopesPutResponse>;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
// @public
|
|
581
|
+
export interface EncryptionScopesGetOptionalParams extends coreClient.OperationOptions {
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
// @public
|
|
585
|
+
export type EncryptionScopesGetResponse = EncryptionScope;
|
|
586
|
+
|
|
587
|
+
// @public
|
|
588
|
+
export interface EncryptionScopesListNextOptionalParams extends coreClient.OperationOptions {
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
// @public
|
|
592
|
+
export type EncryptionScopesListNextResponse = EncryptionScopeListResult;
|
|
593
|
+
|
|
594
|
+
// @public
|
|
595
|
+
export interface EncryptionScopesListOptionalParams extends coreClient.OperationOptions {
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
// @public
|
|
599
|
+
export type EncryptionScopesListResponse = EncryptionScopeListResult;
|
|
600
|
+
|
|
601
|
+
// @public
|
|
602
|
+
export type EncryptionScopeSource = string;
|
|
603
|
+
|
|
604
|
+
// @public
|
|
605
|
+
export interface EncryptionScopesPatchOptionalParams extends coreClient.OperationOptions {
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
// @public
|
|
609
|
+
export type EncryptionScopesPatchResponse = EncryptionScope;
|
|
610
|
+
|
|
611
|
+
// @public
|
|
612
|
+
export interface EncryptionScopesPutOptionalParams extends coreClient.OperationOptions {
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
// @public
|
|
616
|
+
export type EncryptionScopesPutResponse = EncryptionScope;
|
|
617
|
+
|
|
618
|
+
// @public
|
|
619
|
+
export type EncryptionScopeState = string;
|
|
620
|
+
|
|
621
|
+
// @public
|
|
622
|
+
export interface EncryptionService {
|
|
623
|
+
enabled?: boolean;
|
|
624
|
+
keyType?: KeyType_2;
|
|
625
|
+
readonly lastEnabledTime?: Date;
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
// @public
|
|
629
|
+
export interface EncryptionServices {
|
|
630
|
+
blob?: EncryptionService;
|
|
631
|
+
file?: EncryptionService;
|
|
632
|
+
queue?: EncryptionService;
|
|
633
|
+
table?: EncryptionService;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
// @public
|
|
637
|
+
export interface Endpoints {
|
|
638
|
+
readonly blob?: string;
|
|
639
|
+
readonly dfs?: string;
|
|
640
|
+
readonly file?: string;
|
|
641
|
+
internetEndpoints?: StorageAccountInternetEndpoints;
|
|
642
|
+
microsoftEndpoints?: StorageAccountMicrosoftEndpoints;
|
|
643
|
+
readonly queue?: string;
|
|
644
|
+
readonly table?: string;
|
|
645
|
+
readonly web?: string;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
// @public
|
|
649
|
+
export interface ErrorResponse {
|
|
650
|
+
error?: ErrorResponseBody;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
// @public
|
|
654
|
+
export interface ErrorResponseBody {
|
|
655
|
+
code?: string;
|
|
656
|
+
message?: string;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
// @public
|
|
660
|
+
export type ExpirationAction = string;
|
|
661
|
+
|
|
662
|
+
// @public
|
|
663
|
+
export interface ExtendedLocation {
|
|
664
|
+
name?: string;
|
|
665
|
+
type?: ExtendedLocationTypes;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
// @public
|
|
669
|
+
export type ExtendedLocationTypes = string;
|
|
670
|
+
|
|
671
|
+
// @public (undocumented)
|
|
672
|
+
export interface FileServiceItems {
|
|
673
|
+
readonly value?: FileServiceProperties[];
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
// @public
|
|
677
|
+
export type FileServiceProperties = Resource & {
|
|
678
|
+
readonly sku?: Sku;
|
|
679
|
+
cors?: CorsRules;
|
|
680
|
+
shareDeleteRetentionPolicy?: DeleteRetentionPolicy;
|
|
681
|
+
protocolSettings?: ProtocolSettings;
|
|
682
|
+
};
|
|
683
|
+
|
|
684
|
+
// @public
|
|
685
|
+
export interface FileServices {
|
|
686
|
+
getServiceProperties(resourceGroupName: string, accountName: string, options?: FileServicesGetServicePropertiesOptionalParams): Promise<FileServicesGetServicePropertiesResponse>;
|
|
687
|
+
list(resourceGroupName: string, accountName: string, options?: FileServicesListOptionalParams): Promise<FileServicesListResponse>;
|
|
688
|
+
setServiceProperties(resourceGroupName: string, accountName: string, parameters: FileServiceProperties, options?: FileServicesSetServicePropertiesOptionalParams): Promise<FileServicesSetServicePropertiesResponse>;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
// @public
|
|
692
|
+
export interface FileServicesGetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
// @public
|
|
696
|
+
export type FileServicesGetServicePropertiesResponse = FileServiceProperties;
|
|
697
|
+
|
|
698
|
+
// @public
|
|
699
|
+
export interface FileServicesListOptionalParams extends coreClient.OperationOptions {
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
// @public
|
|
703
|
+
export type FileServicesListResponse = FileServiceItems;
|
|
704
|
+
|
|
705
|
+
// @public
|
|
706
|
+
export interface FileServicesSetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
// @public
|
|
710
|
+
export type FileServicesSetServicePropertiesResponse = FileServiceProperties;
|
|
711
|
+
|
|
712
|
+
// @public
|
|
713
|
+
export type FileShare = AzureEntityResource & {
|
|
714
|
+
readonly lastModifiedTime?: Date;
|
|
715
|
+
metadata?: {
|
|
716
|
+
[propertyName: string]: string;
|
|
717
|
+
};
|
|
718
|
+
shareQuota?: number;
|
|
719
|
+
enabledProtocols?: EnabledProtocols;
|
|
720
|
+
rootSquash?: RootSquashType;
|
|
721
|
+
readonly version?: string;
|
|
722
|
+
readonly deleted?: boolean;
|
|
723
|
+
readonly deletedTime?: Date;
|
|
724
|
+
readonly remainingRetentionDays?: number;
|
|
725
|
+
accessTier?: ShareAccessTier;
|
|
726
|
+
readonly accessTierChangeTime?: Date;
|
|
727
|
+
readonly accessTierStatus?: string;
|
|
728
|
+
readonly shareUsageBytes?: number;
|
|
729
|
+
readonly leaseStatus?: LeaseStatus;
|
|
730
|
+
readonly leaseState?: LeaseState;
|
|
731
|
+
readonly leaseDuration?: LeaseDuration;
|
|
732
|
+
signedIdentifiers?: SignedIdentifier[];
|
|
733
|
+
readonly snapshotTime?: Date;
|
|
734
|
+
};
|
|
735
|
+
|
|
736
|
+
// @public
|
|
737
|
+
export type FileShareItem = AzureEntityResource & {
|
|
738
|
+
readonly lastModifiedTime?: Date;
|
|
739
|
+
metadata?: {
|
|
740
|
+
[propertyName: string]: string;
|
|
741
|
+
};
|
|
742
|
+
shareQuota?: number;
|
|
743
|
+
enabledProtocols?: EnabledProtocols;
|
|
744
|
+
rootSquash?: RootSquashType;
|
|
745
|
+
readonly version?: string;
|
|
746
|
+
readonly deleted?: boolean;
|
|
747
|
+
readonly deletedTime?: Date;
|
|
748
|
+
readonly remainingRetentionDays?: number;
|
|
749
|
+
accessTier?: ShareAccessTier;
|
|
750
|
+
readonly accessTierChangeTime?: Date;
|
|
751
|
+
readonly accessTierStatus?: string;
|
|
752
|
+
readonly shareUsageBytes?: number;
|
|
753
|
+
readonly leaseStatus?: LeaseStatus;
|
|
754
|
+
readonly leaseState?: LeaseState;
|
|
755
|
+
readonly leaseDuration?: LeaseDuration;
|
|
756
|
+
signedIdentifiers?: SignedIdentifier[];
|
|
757
|
+
readonly snapshotTime?: Date;
|
|
758
|
+
};
|
|
759
|
+
|
|
760
|
+
// @public
|
|
761
|
+
export interface FileShareItems {
|
|
762
|
+
readonly nextLink?: string;
|
|
763
|
+
readonly value?: FileShareItem[];
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
// @public
|
|
767
|
+
export interface FileShares {
|
|
768
|
+
create(resourceGroupName: string, accountName: string, shareName: string, fileShare: FileShare, options?: FileSharesCreateOptionalParams): Promise<FileSharesCreateResponse>;
|
|
769
|
+
delete(resourceGroupName: string, accountName: string, shareName: string, options?: FileSharesDeleteOptionalParams): Promise<void>;
|
|
770
|
+
get(resourceGroupName: string, accountName: string, shareName: string, options?: FileSharesGetOptionalParams): Promise<FileSharesGetResponse>;
|
|
771
|
+
lease(resourceGroupName: string, accountName: string, shareName: string, options?: FileSharesLeaseOptionalParams): Promise<FileSharesLeaseResponse>;
|
|
772
|
+
list(resourceGroupName: string, accountName: string, options?: FileSharesListOptionalParams): PagedAsyncIterableIterator<FileShareItem>;
|
|
773
|
+
restore(resourceGroupName: string, accountName: string, shareName: string, deletedShare: DeletedShare, options?: FileSharesRestoreOptionalParams): Promise<void>;
|
|
774
|
+
update(resourceGroupName: string, accountName: string, shareName: string, fileShare: FileShare, options?: FileSharesUpdateOptionalParams): Promise<FileSharesUpdateResponse>;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
// @public
|
|
778
|
+
export interface FileSharesCreateOptionalParams extends coreClient.OperationOptions {
|
|
779
|
+
expand?: string;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
// @public
|
|
783
|
+
export type FileSharesCreateResponse = FileShare;
|
|
784
|
+
|
|
785
|
+
// @public
|
|
786
|
+
export interface FileSharesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
787
|
+
include?: string;
|
|
788
|
+
xMsSnapshot?: string;
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
// @public
|
|
792
|
+
export interface FileSharesGetOptionalParams extends coreClient.OperationOptions {
|
|
793
|
+
expand?: string;
|
|
794
|
+
xMsSnapshot?: string;
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
// @public
|
|
798
|
+
export type FileSharesGetResponse = FileShare;
|
|
799
|
+
|
|
800
|
+
// @public
|
|
801
|
+
export interface FileSharesLeaseHeaders {
|
|
802
|
+
eTag?: string;
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
// @public
|
|
806
|
+
export interface FileSharesLeaseOptionalParams extends coreClient.OperationOptions {
|
|
807
|
+
parameters?: LeaseShareRequest;
|
|
808
|
+
xMsSnapshot?: string;
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
// @public
|
|
812
|
+
export type FileSharesLeaseResponse = FileSharesLeaseHeaders & LeaseShareResponse;
|
|
813
|
+
|
|
814
|
+
// @public
|
|
815
|
+
export interface FileSharesListNextOptionalParams extends coreClient.OperationOptions {
|
|
816
|
+
expand?: string;
|
|
817
|
+
filter?: string;
|
|
818
|
+
maxpagesize?: string;
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
// @public
|
|
822
|
+
export type FileSharesListNextResponse = FileShareItems;
|
|
823
|
+
|
|
824
|
+
// @public
|
|
825
|
+
export interface FileSharesListOptionalParams extends coreClient.OperationOptions {
|
|
826
|
+
expand?: string;
|
|
827
|
+
filter?: string;
|
|
828
|
+
maxpagesize?: string;
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
// @public
|
|
832
|
+
export type FileSharesListResponse = FileShareItems;
|
|
833
|
+
|
|
834
|
+
// @public
|
|
835
|
+
export interface FileSharesRestoreOptionalParams extends coreClient.OperationOptions {
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
// @public
|
|
839
|
+
export interface FileSharesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
// @public
|
|
843
|
+
export type FileSharesUpdateResponse = FileShare;
|
|
844
|
+
|
|
845
|
+
// @public
|
|
846
|
+
export type Format = string;
|
|
847
|
+
|
|
848
|
+
// @public
|
|
849
|
+
export interface GeoReplicationStats {
|
|
850
|
+
readonly canFailover?: boolean;
|
|
851
|
+
readonly lastSyncTime?: Date;
|
|
852
|
+
readonly status?: GeoReplicationStatus;
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
// @public
|
|
856
|
+
export type GeoReplicationStatus = string;
|
|
857
|
+
|
|
858
|
+
// @public
|
|
859
|
+
export type HttpProtocol = "https,http" | "https";
|
|
860
|
+
|
|
861
|
+
// @public
|
|
862
|
+
export interface Identity {
|
|
863
|
+
readonly principalId?: string;
|
|
864
|
+
readonly tenantId?: string;
|
|
865
|
+
type: IdentityType;
|
|
866
|
+
userAssignedIdentities?: {
|
|
867
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
868
|
+
};
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
// @public
|
|
872
|
+
export type IdentityType = string;
|
|
873
|
+
|
|
874
|
+
// @public
|
|
875
|
+
export type ImmutabilityPolicy = AzureEntityResource & {
|
|
876
|
+
immutabilityPeriodSinceCreationInDays?: number;
|
|
877
|
+
readonly state?: ImmutabilityPolicyState;
|
|
878
|
+
allowProtectedAppendWrites?: boolean;
|
|
879
|
+
};
|
|
880
|
+
|
|
881
|
+
// @public
|
|
882
|
+
export interface ImmutabilityPolicyProperties {
|
|
883
|
+
allowProtectedAppendWrites?: boolean;
|
|
884
|
+
readonly etag?: string;
|
|
885
|
+
immutabilityPeriodSinceCreationInDays?: number;
|
|
886
|
+
readonly state?: ImmutabilityPolicyState;
|
|
887
|
+
readonly updateHistory?: UpdateHistoryProperty[];
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
// @public
|
|
891
|
+
export type ImmutabilityPolicyState = string;
|
|
892
|
+
|
|
893
|
+
// @public
|
|
894
|
+
export type ImmutabilityPolicyUpdateType = string;
|
|
895
|
+
|
|
896
|
+
// @public
|
|
897
|
+
export interface ImmutableStorageWithVersioning {
|
|
898
|
+
enabled?: boolean;
|
|
899
|
+
readonly migrationState?: MigrationState;
|
|
900
|
+
readonly timeStamp?: Date;
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
// @public
|
|
904
|
+
export type InventoryRuleType = string;
|
|
905
|
+
|
|
906
|
+
// @public
|
|
907
|
+
export interface IPRule {
|
|
908
|
+
action?: "Allow";
|
|
909
|
+
iPAddressOrRange: string;
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
// @public
|
|
913
|
+
export interface KeyCreationTime {
|
|
914
|
+
// (undocumented)
|
|
915
|
+
key1?: Date;
|
|
916
|
+
// (undocumented)
|
|
917
|
+
key2?: Date;
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
// @public
|
|
921
|
+
export type KeyPermission = "Read" | "Full";
|
|
922
|
+
|
|
923
|
+
// @public
|
|
924
|
+
export interface KeyPolicy {
|
|
925
|
+
keyExpirationPeriodInDays: number;
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
// @public
|
|
929
|
+
export type KeySource = string;
|
|
930
|
+
|
|
931
|
+
// @public
|
|
932
|
+
type KeyType_2 = string;
|
|
933
|
+
export { KeyType_2 as KeyType }
|
|
934
|
+
|
|
935
|
+
// @public
|
|
936
|
+
export interface KeyVaultProperties {
|
|
937
|
+
readonly currentVersionedKeyIdentifier?: string;
|
|
938
|
+
keyName?: string;
|
|
939
|
+
keyVaultUri?: string;
|
|
940
|
+
keyVersion?: string;
|
|
941
|
+
readonly lastKeyRotationTimestamp?: Date;
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
// @public
|
|
945
|
+
export type Kind = string;
|
|
946
|
+
|
|
947
|
+
// @public
|
|
948
|
+
export enum KnownBlobInventoryPolicyName {
|
|
949
|
+
// (undocumented)
|
|
950
|
+
Default = "default"
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
// @public
|
|
954
|
+
export enum KnownBlobRestoreProgressStatus {
|
|
955
|
+
// (undocumented)
|
|
956
|
+
Complete = "Complete",
|
|
957
|
+
// (undocumented)
|
|
958
|
+
Failed = "Failed",
|
|
959
|
+
// (undocumented)
|
|
960
|
+
InProgress = "InProgress"
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
// @public
|
|
964
|
+
export enum KnownBypass {
|
|
965
|
+
// (undocumented)
|
|
966
|
+
AzureServices = "AzureServices",
|
|
967
|
+
// (undocumented)
|
|
968
|
+
Logging = "Logging",
|
|
969
|
+
// (undocumented)
|
|
970
|
+
Metrics = "Metrics",
|
|
971
|
+
// (undocumented)
|
|
972
|
+
None = "None"
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
// @public
|
|
976
|
+
export enum KnownCorsRuleAllowedMethodsItem {
|
|
977
|
+
// (undocumented)
|
|
978
|
+
Delete = "DELETE",
|
|
979
|
+
// (undocumented)
|
|
980
|
+
GET = "GET",
|
|
981
|
+
// (undocumented)
|
|
982
|
+
Head = "HEAD",
|
|
983
|
+
// (undocumented)
|
|
984
|
+
Merge = "MERGE",
|
|
985
|
+
// (undocumented)
|
|
986
|
+
Options = "OPTIONS",
|
|
987
|
+
// (undocumented)
|
|
988
|
+
Post = "POST",
|
|
989
|
+
// (undocumented)
|
|
990
|
+
PUT = "PUT"
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
// @public
|
|
994
|
+
export enum KnownCreatedByType {
|
|
995
|
+
// (undocumented)
|
|
996
|
+
Application = "Application",
|
|
997
|
+
// (undocumented)
|
|
998
|
+
Key = "Key",
|
|
999
|
+
// (undocumented)
|
|
1000
|
+
ManagedIdentity = "ManagedIdentity",
|
|
1001
|
+
// (undocumented)
|
|
1002
|
+
User = "User"
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
// @public
|
|
1006
|
+
export enum KnownDefaultSharePermission {
|
|
1007
|
+
// (undocumented)
|
|
1008
|
+
None = "None",
|
|
1009
|
+
// (undocumented)
|
|
1010
|
+
StorageFileDataSmbShareContributor = "StorageFileDataSmbShareContributor",
|
|
1011
|
+
// (undocumented)
|
|
1012
|
+
StorageFileDataSmbShareElevatedContributor = "StorageFileDataSmbShareElevatedContributor",
|
|
1013
|
+
// (undocumented)
|
|
1014
|
+
StorageFileDataSmbShareOwner = "StorageFileDataSmbShareOwner",
|
|
1015
|
+
// (undocumented)
|
|
1016
|
+
StorageFileDataSmbShareReader = "StorageFileDataSmbShareReader"
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
// @public
|
|
1020
|
+
export enum KnownDirectoryServiceOptions {
|
|
1021
|
+
// (undocumented)
|
|
1022
|
+
Aadds = "AADDS",
|
|
1023
|
+
// (undocumented)
|
|
1024
|
+
AD = "AD",
|
|
1025
|
+
// (undocumented)
|
|
1026
|
+
None = "None"
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
// @public
|
|
1030
|
+
export enum KnownEnabledProtocols {
|
|
1031
|
+
// (undocumented)
|
|
1032
|
+
NFS = "NFS",
|
|
1033
|
+
// (undocumented)
|
|
1034
|
+
SMB = "SMB"
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
// @public
|
|
1038
|
+
export enum KnownEncryptionScopeSource {
|
|
1039
|
+
// (undocumented)
|
|
1040
|
+
MicrosoftKeyVault = "Microsoft.KeyVault",
|
|
1041
|
+
// (undocumented)
|
|
1042
|
+
MicrosoftStorage = "Microsoft.Storage"
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
// @public
|
|
1046
|
+
export enum KnownEncryptionScopeState {
|
|
1047
|
+
// (undocumented)
|
|
1048
|
+
Disabled = "Disabled",
|
|
1049
|
+
// (undocumented)
|
|
1050
|
+
Enabled = "Enabled"
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
// @public
|
|
1054
|
+
export enum KnownExpirationAction {
|
|
1055
|
+
// (undocumented)
|
|
1056
|
+
Log = "Log"
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
// @public
|
|
1060
|
+
export enum KnownExtendedLocationTypes {
|
|
1061
|
+
// (undocumented)
|
|
1062
|
+
EdgeZone = "EdgeZone"
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
// @public
|
|
1066
|
+
export enum KnownFormat {
|
|
1067
|
+
// (undocumented)
|
|
1068
|
+
Csv = "Csv",
|
|
1069
|
+
// (undocumented)
|
|
1070
|
+
Parquet = "Parquet"
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
// @public
|
|
1074
|
+
export enum KnownGeoReplicationStatus {
|
|
1075
|
+
// (undocumented)
|
|
1076
|
+
Bootstrap = "Bootstrap",
|
|
1077
|
+
// (undocumented)
|
|
1078
|
+
Live = "Live",
|
|
1079
|
+
// (undocumented)
|
|
1080
|
+
Unavailable = "Unavailable"
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
// @public
|
|
1084
|
+
export enum KnownIdentityType {
|
|
1085
|
+
// (undocumented)
|
|
1086
|
+
None = "None",
|
|
1087
|
+
// (undocumented)
|
|
1088
|
+
SystemAssigned = "SystemAssigned",
|
|
1089
|
+
// (undocumented)
|
|
1090
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
|
|
1091
|
+
// (undocumented)
|
|
1092
|
+
UserAssigned = "UserAssigned"
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
// @public
|
|
1096
|
+
export enum KnownImmutabilityPolicyState {
|
|
1097
|
+
// (undocumented)
|
|
1098
|
+
Locked = "Locked",
|
|
1099
|
+
// (undocumented)
|
|
1100
|
+
Unlocked = "Unlocked"
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
// @public
|
|
1104
|
+
export enum KnownImmutabilityPolicyUpdateType {
|
|
1105
|
+
// (undocumented)
|
|
1106
|
+
Extend = "extend",
|
|
1107
|
+
// (undocumented)
|
|
1108
|
+
Lock = "lock",
|
|
1109
|
+
// (undocumented)
|
|
1110
|
+
Put = "put"
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1113
|
+
// @public
|
|
1114
|
+
export enum KnownInventoryRuleType {
|
|
1115
|
+
// (undocumented)
|
|
1116
|
+
Inventory = "Inventory"
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
// @public
|
|
1120
|
+
export enum KnownKeySource {
|
|
1121
|
+
// (undocumented)
|
|
1122
|
+
MicrosoftKeyvault = "Microsoft.Keyvault",
|
|
1123
|
+
// (undocumented)
|
|
1124
|
+
MicrosoftStorage = "Microsoft.Storage"
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
// @public
|
|
1128
|
+
export enum KnownKeyType {
|
|
1129
|
+
// (undocumented)
|
|
1130
|
+
Account = "Account",
|
|
1131
|
+
// (undocumented)
|
|
1132
|
+
Service = "Service"
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
// @public
|
|
1136
|
+
export enum KnownKind {
|
|
1137
|
+
// (undocumented)
|
|
1138
|
+
BlobStorage = "BlobStorage",
|
|
1139
|
+
// (undocumented)
|
|
1140
|
+
BlockBlobStorage = "BlockBlobStorage",
|
|
1141
|
+
// (undocumented)
|
|
1142
|
+
FileStorage = "FileStorage",
|
|
1143
|
+
// (undocumented)
|
|
1144
|
+
Storage = "Storage",
|
|
1145
|
+
// (undocumented)
|
|
1146
|
+
StorageV2 = "StorageV2"
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
// @public
|
|
1150
|
+
export enum KnownLargeFileSharesState {
|
|
1151
|
+
// (undocumented)
|
|
1152
|
+
Disabled = "Disabled",
|
|
1153
|
+
// (undocumented)
|
|
1154
|
+
Enabled = "Enabled"
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1157
|
+
// @public
|
|
1158
|
+
export enum KnownLeaseContainerRequestAction {
|
|
1159
|
+
// (undocumented)
|
|
1160
|
+
Acquire = "Acquire",
|
|
1161
|
+
// (undocumented)
|
|
1162
|
+
Break = "Break",
|
|
1163
|
+
// (undocumented)
|
|
1164
|
+
Change = "Change",
|
|
1165
|
+
// (undocumented)
|
|
1166
|
+
Release = "Release",
|
|
1167
|
+
// (undocumented)
|
|
1168
|
+
Renew = "Renew"
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1171
|
+
// @public
|
|
1172
|
+
export enum KnownLeaseDuration {
|
|
1173
|
+
// (undocumented)
|
|
1174
|
+
Fixed = "Fixed",
|
|
1175
|
+
// (undocumented)
|
|
1176
|
+
Infinite = "Infinite"
|
|
1177
|
+
}
|
|
1178
|
+
|
|
1179
|
+
// @public
|
|
1180
|
+
export enum KnownLeaseShareAction {
|
|
1181
|
+
// (undocumented)
|
|
1182
|
+
Acquire = "Acquire",
|
|
1183
|
+
// (undocumented)
|
|
1184
|
+
Break = "Break",
|
|
1185
|
+
// (undocumented)
|
|
1186
|
+
Change = "Change",
|
|
1187
|
+
// (undocumented)
|
|
1188
|
+
Release = "Release",
|
|
1189
|
+
// (undocumented)
|
|
1190
|
+
Renew = "Renew"
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1193
|
+
// @public
|
|
1194
|
+
export enum KnownLeaseState {
|
|
1195
|
+
// (undocumented)
|
|
1196
|
+
Available = "Available",
|
|
1197
|
+
// (undocumented)
|
|
1198
|
+
Breaking = "Breaking",
|
|
1199
|
+
// (undocumented)
|
|
1200
|
+
Broken = "Broken",
|
|
1201
|
+
// (undocumented)
|
|
1202
|
+
Expired = "Expired",
|
|
1203
|
+
// (undocumented)
|
|
1204
|
+
Leased = "Leased"
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
// @public
|
|
1208
|
+
export enum KnownLeaseStatus {
|
|
1209
|
+
// (undocumented)
|
|
1210
|
+
Locked = "Locked",
|
|
1211
|
+
// (undocumented)
|
|
1212
|
+
Unlocked = "Unlocked"
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
// @public
|
|
1216
|
+
export enum KnownListContainersInclude {
|
|
1217
|
+
// (undocumented)
|
|
1218
|
+
Deleted = "deleted"
|
|
1219
|
+
}
|
|
1220
|
+
|
|
1221
|
+
// @public
|
|
1222
|
+
export enum KnownManagementPolicyName {
|
|
1223
|
+
// (undocumented)
|
|
1224
|
+
Default = "default"
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
// @public
|
|
1228
|
+
export enum KnownMigrationState {
|
|
1229
|
+
// (undocumented)
|
|
1230
|
+
Completed = "Completed",
|
|
1231
|
+
// (undocumented)
|
|
1232
|
+
InProgress = "InProgress"
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
// @public
|
|
1236
|
+
export enum KnownMinimumTlsVersion {
|
|
1237
|
+
// (undocumented)
|
|
1238
|
+
TLS10 = "TLS1_0",
|
|
1239
|
+
// (undocumented)
|
|
1240
|
+
TLS11 = "TLS1_1",
|
|
1241
|
+
// (undocumented)
|
|
1242
|
+
TLS12 = "TLS1_2"
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
// @public
|
|
1246
|
+
export enum KnownName {
|
|
1247
|
+
// (undocumented)
|
|
1248
|
+
AccessTimeTracking = "AccessTimeTracking"
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1251
|
+
// @public
|
|
1252
|
+
export enum KnownObjectType {
|
|
1253
|
+
// (undocumented)
|
|
1254
|
+
Blob = "Blob",
|
|
1255
|
+
// (undocumented)
|
|
1256
|
+
Container = "Container"
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
// @public
|
|
1260
|
+
export enum KnownPermissions {
|
|
1261
|
+
// (undocumented)
|
|
1262
|
+
A = "a",
|
|
1263
|
+
// (undocumented)
|
|
1264
|
+
C = "c",
|
|
1265
|
+
// (undocumented)
|
|
1266
|
+
D = "d",
|
|
1267
|
+
// (undocumented)
|
|
1268
|
+
L = "l",
|
|
1269
|
+
// (undocumented)
|
|
1270
|
+
P = "p",
|
|
1271
|
+
// (undocumented)
|
|
1272
|
+
R = "r",
|
|
1273
|
+
// (undocumented)
|
|
1274
|
+
U = "u",
|
|
1275
|
+
// (undocumented)
|
|
1276
|
+
W = "w"
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
// @public
|
|
1280
|
+
export enum KnownPrivateEndpointConnectionProvisioningState {
|
|
1281
|
+
// (undocumented)
|
|
1282
|
+
Creating = "Creating",
|
|
1283
|
+
// (undocumented)
|
|
1284
|
+
Deleting = "Deleting",
|
|
1285
|
+
// (undocumented)
|
|
1286
|
+
Failed = "Failed",
|
|
1287
|
+
// (undocumented)
|
|
1288
|
+
Succeeded = "Succeeded"
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
// @public
|
|
1292
|
+
export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
1293
|
+
// (undocumented)
|
|
1294
|
+
Approved = "Approved",
|
|
1295
|
+
// (undocumented)
|
|
1296
|
+
Pending = "Pending",
|
|
1297
|
+
// (undocumented)
|
|
1298
|
+
Rejected = "Rejected"
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1301
|
+
// @public
|
|
1302
|
+
export enum KnownReasonCode {
|
|
1303
|
+
// (undocumented)
|
|
1304
|
+
NotAvailableForSubscription = "NotAvailableForSubscription",
|
|
1305
|
+
// (undocumented)
|
|
1306
|
+
QuotaId = "QuotaId"
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
// @public
|
|
1310
|
+
export enum KnownRootSquashType {
|
|
1311
|
+
// (undocumented)
|
|
1312
|
+
AllSquash = "AllSquash",
|
|
1313
|
+
// (undocumented)
|
|
1314
|
+
NoRootSquash = "NoRootSquash",
|
|
1315
|
+
// (undocumented)
|
|
1316
|
+
RootSquash = "RootSquash"
|
|
1317
|
+
}
|
|
1318
|
+
|
|
1319
|
+
// @public
|
|
1320
|
+
export enum KnownRoutingChoice {
|
|
1321
|
+
// (undocumented)
|
|
1322
|
+
InternetRouting = "InternetRouting",
|
|
1323
|
+
// (undocumented)
|
|
1324
|
+
MicrosoftRouting = "MicrosoftRouting"
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1327
|
+
// @public
|
|
1328
|
+
export enum KnownRuleType {
|
|
1329
|
+
// (undocumented)
|
|
1330
|
+
Lifecycle = "Lifecycle"
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1333
|
+
// @public
|
|
1334
|
+
export enum KnownSchedule {
|
|
1335
|
+
// (undocumented)
|
|
1336
|
+
Daily = "Daily",
|
|
1337
|
+
// (undocumented)
|
|
1338
|
+
Weekly = "Weekly"
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1341
|
+
// @public
|
|
1342
|
+
export enum KnownServices {
|
|
1343
|
+
// (undocumented)
|
|
1344
|
+
B = "b",
|
|
1345
|
+
// (undocumented)
|
|
1346
|
+
F = "f",
|
|
1347
|
+
// (undocumented)
|
|
1348
|
+
Q = "q",
|
|
1349
|
+
// (undocumented)
|
|
1350
|
+
T = "t"
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1353
|
+
// @public
|
|
1354
|
+
export enum KnownShareAccessTier {
|
|
1355
|
+
// (undocumented)
|
|
1356
|
+
Cool = "Cool",
|
|
1357
|
+
// (undocumented)
|
|
1358
|
+
Hot = "Hot",
|
|
1359
|
+
// (undocumented)
|
|
1360
|
+
Premium = "Premium",
|
|
1361
|
+
// (undocumented)
|
|
1362
|
+
TransactionOptimized = "TransactionOptimized"
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1365
|
+
// @public
|
|
1366
|
+
export enum KnownSignedResource {
|
|
1367
|
+
// (undocumented)
|
|
1368
|
+
B = "b",
|
|
1369
|
+
// (undocumented)
|
|
1370
|
+
C = "c",
|
|
1371
|
+
// (undocumented)
|
|
1372
|
+
F = "f",
|
|
1373
|
+
// (undocumented)
|
|
1374
|
+
S = "s"
|
|
1375
|
+
}
|
|
1376
|
+
|
|
1377
|
+
// @public
|
|
1378
|
+
export enum KnownSignedResourceTypes {
|
|
1379
|
+
// (undocumented)
|
|
1380
|
+
C = "c",
|
|
1381
|
+
// (undocumented)
|
|
1382
|
+
O = "o",
|
|
1383
|
+
// (undocumented)
|
|
1384
|
+
S = "s"
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
// @public
|
|
1388
|
+
export enum KnownSkuName {
|
|
1389
|
+
// (undocumented)
|
|
1390
|
+
PremiumLRS = "Premium_LRS",
|
|
1391
|
+
// (undocumented)
|
|
1392
|
+
PremiumZRS = "Premium_ZRS",
|
|
1393
|
+
// (undocumented)
|
|
1394
|
+
StandardGRS = "Standard_GRS",
|
|
1395
|
+
// (undocumented)
|
|
1396
|
+
StandardGzrs = "Standard_GZRS",
|
|
1397
|
+
// (undocumented)
|
|
1398
|
+
StandardLRS = "Standard_LRS",
|
|
1399
|
+
// (undocumented)
|
|
1400
|
+
StandardRagrs = "Standard_RAGRS",
|
|
1401
|
+
// (undocumented)
|
|
1402
|
+
StandardRagzrs = "Standard_RAGZRS",
|
|
1403
|
+
// (undocumented)
|
|
1404
|
+
StandardZRS = "Standard_ZRS"
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
// @public
|
|
1408
|
+
export enum KnownState {
|
|
1409
|
+
// (undocumented)
|
|
1410
|
+
Deprovisioning = "Deprovisioning",
|
|
1411
|
+
// (undocumented)
|
|
1412
|
+
Failed = "Failed",
|
|
1413
|
+
// (undocumented)
|
|
1414
|
+
NetworkSourceDeleted = "NetworkSourceDeleted",
|
|
1415
|
+
// (undocumented)
|
|
1416
|
+
Provisioning = "Provisioning",
|
|
1417
|
+
// (undocumented)
|
|
1418
|
+
Succeeded = "Succeeded"
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
// @public
|
|
1422
|
+
export type LargeFileSharesState = string;
|
|
1423
|
+
|
|
1424
|
+
// @public
|
|
1425
|
+
export interface LastAccessTimeTrackingPolicy {
|
|
1426
|
+
blobType?: string[];
|
|
1427
|
+
enable: boolean;
|
|
1428
|
+
name?: Name;
|
|
1429
|
+
trackingGranularityInDays?: number;
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
// @public
|
|
1433
|
+
export interface LeaseContainerRequest {
|
|
1434
|
+
action: LeaseContainerRequestAction;
|
|
1435
|
+
breakPeriod?: number;
|
|
1436
|
+
leaseDuration?: number;
|
|
1437
|
+
leaseId?: string;
|
|
1438
|
+
proposedLeaseId?: string;
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1441
|
+
// @public
|
|
1442
|
+
export type LeaseContainerRequestAction = string;
|
|
1443
|
+
|
|
1444
|
+
// @public
|
|
1445
|
+
export interface LeaseContainerResponse {
|
|
1446
|
+
leaseId?: string;
|
|
1447
|
+
leaseTimeSeconds?: string;
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1450
|
+
// @public
|
|
1451
|
+
export type LeaseDuration = string;
|
|
1452
|
+
|
|
1453
|
+
// @public
|
|
1454
|
+
export type LeaseShareAction = string;
|
|
1455
|
+
|
|
1456
|
+
// @public
|
|
1457
|
+
export interface LeaseShareRequest {
|
|
1458
|
+
action: LeaseShareAction;
|
|
1459
|
+
breakPeriod?: number;
|
|
1460
|
+
leaseDuration?: number;
|
|
1461
|
+
leaseId?: string;
|
|
1462
|
+
proposedLeaseId?: string;
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
// @public
|
|
1466
|
+
export interface LeaseShareResponse {
|
|
1467
|
+
leaseId?: string;
|
|
1468
|
+
leaseTimeSeconds?: string;
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
// @public
|
|
1472
|
+
export type LeaseState = string;
|
|
1473
|
+
|
|
1474
|
+
// @public
|
|
1475
|
+
export type LeaseStatus = string;
|
|
1476
|
+
|
|
1477
|
+
// @public
|
|
1478
|
+
export interface LegalHold {
|
|
1479
|
+
readonly hasLegalHold?: boolean;
|
|
1480
|
+
tags: string[];
|
|
1481
|
+
}
|
|
1482
|
+
|
|
1483
|
+
// @public
|
|
1484
|
+
export interface LegalHoldProperties {
|
|
1485
|
+
readonly hasLegalHold?: boolean;
|
|
1486
|
+
tags?: TagProperty[];
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1489
|
+
// @public
|
|
1490
|
+
export interface ListAccountSasResponse {
|
|
1491
|
+
readonly accountSasToken?: string;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
// @public
|
|
1495
|
+
export interface ListBlobInventoryPolicy {
|
|
1496
|
+
readonly value?: BlobInventoryPolicy[];
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
// @public
|
|
1500
|
+
export type ListContainerItem = AzureEntityResource & {
|
|
1501
|
+
readonly version?: string;
|
|
1502
|
+
readonly deleted?: boolean;
|
|
1503
|
+
readonly deletedTime?: Date;
|
|
1504
|
+
readonly remainingRetentionDays?: number;
|
|
1505
|
+
defaultEncryptionScope?: string;
|
|
1506
|
+
denyEncryptionScopeOverride?: boolean;
|
|
1507
|
+
publicAccess?: PublicAccess;
|
|
1508
|
+
readonly lastModifiedTime?: Date;
|
|
1509
|
+
readonly leaseStatus?: LeaseStatus;
|
|
1510
|
+
readonly leaseState?: LeaseState;
|
|
1511
|
+
readonly leaseDuration?: LeaseDuration;
|
|
1512
|
+
metadata?: {
|
|
1513
|
+
[propertyName: string]: string;
|
|
1514
|
+
};
|
|
1515
|
+
readonly immutabilityPolicy?: ImmutabilityPolicyProperties;
|
|
1516
|
+
readonly legalHold?: LegalHoldProperties;
|
|
1517
|
+
readonly hasLegalHold?: boolean;
|
|
1518
|
+
readonly hasImmutabilityPolicy?: boolean;
|
|
1519
|
+
immutableStorageWithVersioning?: ImmutableStorageWithVersioning;
|
|
1520
|
+
};
|
|
1521
|
+
|
|
1522
|
+
// @public
|
|
1523
|
+
export interface ListContainerItems {
|
|
1524
|
+
readonly nextLink?: string;
|
|
1525
|
+
readonly value?: ListContainerItem[];
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1528
|
+
// @public
|
|
1529
|
+
export type ListContainersInclude = string;
|
|
1530
|
+
|
|
1531
|
+
// @public (undocumented)
|
|
1532
|
+
export type ListQueue = Resource & {
|
|
1533
|
+
metadata?: {
|
|
1534
|
+
[propertyName: string]: string;
|
|
1535
|
+
};
|
|
1536
|
+
};
|
|
1537
|
+
|
|
1538
|
+
// @public
|
|
1539
|
+
export interface ListQueueResource {
|
|
1540
|
+
readonly nextLink?: string;
|
|
1541
|
+
readonly value?: ListQueue[];
|
|
1542
|
+
}
|
|
1543
|
+
|
|
1544
|
+
// @public (undocumented)
|
|
1545
|
+
export interface ListQueueServices {
|
|
1546
|
+
readonly value?: QueueServiceProperties[];
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
// @public
|
|
1550
|
+
export interface ListServiceSasResponse {
|
|
1551
|
+
readonly serviceSasToken?: string;
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
// @public
|
|
1555
|
+
export interface ListTableResource {
|
|
1556
|
+
readonly nextLink?: string;
|
|
1557
|
+
readonly value?: Table[];
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
// @public (undocumented)
|
|
1561
|
+
export interface ListTableServices {
|
|
1562
|
+
readonly value?: TableServiceProperties[];
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1565
|
+
// @public
|
|
1566
|
+
export interface ManagementPolicies {
|
|
1567
|
+
createOrUpdate(resourceGroupName: string, accountName: string, managementPolicyName: ManagementPolicyName, properties: ManagementPolicy, options?: ManagementPoliciesCreateOrUpdateOptionalParams): Promise<ManagementPoliciesCreateOrUpdateResponse>;
|
|
1568
|
+
delete(resourceGroupName: string, accountName: string, managementPolicyName: ManagementPolicyName, options?: ManagementPoliciesDeleteOptionalParams): Promise<void>;
|
|
1569
|
+
get(resourceGroupName: string, accountName: string, managementPolicyName: ManagementPolicyName, options?: ManagementPoliciesGetOptionalParams): Promise<ManagementPoliciesGetResponse>;
|
|
1570
|
+
}
|
|
1571
|
+
|
|
1572
|
+
// @public
|
|
1573
|
+
export interface ManagementPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1576
|
+
// @public
|
|
1577
|
+
export type ManagementPoliciesCreateOrUpdateResponse = ManagementPolicy;
|
|
1578
|
+
|
|
1579
|
+
// @public
|
|
1580
|
+
export interface ManagementPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1583
|
+
// @public
|
|
1584
|
+
export interface ManagementPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
1585
|
+
}
|
|
1586
|
+
|
|
1587
|
+
// @public
|
|
1588
|
+
export type ManagementPoliciesGetResponse = ManagementPolicy;
|
|
1589
|
+
|
|
1590
|
+
// @public
|
|
1591
|
+
export type ManagementPolicy = Resource & {
|
|
1592
|
+
readonly lastModifiedTime?: Date;
|
|
1593
|
+
policy?: ManagementPolicySchema;
|
|
1594
|
+
};
|
|
1595
|
+
|
|
1596
|
+
// @public
|
|
1597
|
+
export interface ManagementPolicyAction {
|
|
1598
|
+
baseBlob?: ManagementPolicyBaseBlob;
|
|
1599
|
+
snapshot?: ManagementPolicySnapShot;
|
|
1600
|
+
version?: ManagementPolicyVersion;
|
|
1601
|
+
}
|
|
1602
|
+
|
|
1603
|
+
// @public
|
|
1604
|
+
export interface ManagementPolicyBaseBlob {
|
|
1605
|
+
delete?: DateAfterModification;
|
|
1606
|
+
enableAutoTierToHotFromCool?: boolean;
|
|
1607
|
+
tierToArchive?: DateAfterModification;
|
|
1608
|
+
tierToCool?: DateAfterModification;
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1611
|
+
// @public
|
|
1612
|
+
export interface ManagementPolicyDefinition {
|
|
1613
|
+
actions: ManagementPolicyAction;
|
|
1614
|
+
filters?: ManagementPolicyFilter;
|
|
1615
|
+
}
|
|
1616
|
+
|
|
1617
|
+
// @public
|
|
1618
|
+
export interface ManagementPolicyFilter {
|
|
1619
|
+
blobIndexMatch?: TagFilter[];
|
|
1620
|
+
blobTypes: string[];
|
|
1621
|
+
prefixMatch?: string[];
|
|
1622
|
+
}
|
|
1623
|
+
|
|
1624
|
+
// @public
|
|
1625
|
+
export type ManagementPolicyName = string;
|
|
1626
|
+
|
|
1627
|
+
// @public
|
|
1628
|
+
export interface ManagementPolicyRule {
|
|
1629
|
+
definition: ManagementPolicyDefinition;
|
|
1630
|
+
enabled?: boolean;
|
|
1631
|
+
name: string;
|
|
1632
|
+
type: RuleType;
|
|
1633
|
+
}
|
|
1634
|
+
|
|
1635
|
+
// @public
|
|
1636
|
+
export interface ManagementPolicySchema {
|
|
1637
|
+
rules: ManagementPolicyRule[];
|
|
1638
|
+
}
|
|
1639
|
+
|
|
1640
|
+
// @public
|
|
1641
|
+
export interface ManagementPolicySnapShot {
|
|
1642
|
+
delete?: DateAfterCreation;
|
|
1643
|
+
tierToArchive?: DateAfterCreation;
|
|
1644
|
+
tierToCool?: DateAfterCreation;
|
|
1645
|
+
}
|
|
1646
|
+
|
|
1647
|
+
// @public
|
|
1648
|
+
export interface ManagementPolicyVersion {
|
|
1649
|
+
delete?: DateAfterCreation;
|
|
1650
|
+
tierToArchive?: DateAfterCreation;
|
|
1651
|
+
tierToCool?: DateAfterCreation;
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
// @public
|
|
1655
|
+
export interface MetricSpecification {
|
|
1656
|
+
aggregationType?: string;
|
|
1657
|
+
category?: string;
|
|
1658
|
+
dimensions?: Dimension[];
|
|
1659
|
+
displayDescription?: string;
|
|
1660
|
+
displayName?: string;
|
|
1661
|
+
fillGapWithZero?: boolean;
|
|
1662
|
+
name?: string;
|
|
1663
|
+
resourceIdDimensionNameOverride?: string;
|
|
1664
|
+
unit?: string;
|
|
1665
|
+
}
|
|
1666
|
+
|
|
1667
|
+
// @public
|
|
1668
|
+
export type MigrationState = string;
|
|
1669
|
+
|
|
1670
|
+
// @public
|
|
1671
|
+
export type MinimumTlsVersion = string;
|
|
1672
|
+
|
|
1673
|
+
// @public
|
|
1674
|
+
export interface Multichannel {
|
|
1675
|
+
enabled?: boolean;
|
|
1676
|
+
}
|
|
1677
|
+
|
|
1678
|
+
// @public
|
|
1679
|
+
export type Name = string;
|
|
1680
|
+
|
|
1681
|
+
// @public
|
|
1682
|
+
export interface NetworkRuleSet {
|
|
1683
|
+
bypass?: Bypass;
|
|
1684
|
+
defaultAction: DefaultAction;
|
|
1685
|
+
ipRules?: IPRule[];
|
|
1686
|
+
resourceAccessRules?: ResourceAccessRule[];
|
|
1687
|
+
virtualNetworkRules?: VirtualNetworkRule[];
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
// @public
|
|
1691
|
+
export interface ObjectReplicationPolicies {
|
|
1692
|
+
value?: ObjectReplicationPolicy[];
|
|
1693
|
+
}
|
|
1694
|
+
|
|
1695
|
+
// @public
|
|
1696
|
+
export interface ObjectReplicationPoliciesOperations {
|
|
1697
|
+
createOrUpdate(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, properties: ObjectReplicationPolicy, options?: ObjectReplicationPoliciesOperationsCreateOrUpdateOptionalParams): Promise<ObjectReplicationPoliciesOperationsCreateOrUpdateResponse>;
|
|
1698
|
+
delete(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options?: ObjectReplicationPoliciesOperationsDeleteOptionalParams): Promise<void>;
|
|
1699
|
+
get(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options?: ObjectReplicationPoliciesOperationsGetOptionalParams): Promise<ObjectReplicationPoliciesOperationsGetResponse>;
|
|
1700
|
+
list(resourceGroupName: string, accountName: string, options?: ObjectReplicationPoliciesOperationsListOptionalParams): PagedAsyncIterableIterator<ObjectReplicationPolicy>;
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1703
|
+
// @public
|
|
1704
|
+
export interface ObjectReplicationPoliciesOperationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1705
|
+
}
|
|
1706
|
+
|
|
1707
|
+
// @public
|
|
1708
|
+
export type ObjectReplicationPoliciesOperationsCreateOrUpdateResponse = ObjectReplicationPolicy;
|
|
1709
|
+
|
|
1710
|
+
// @public
|
|
1711
|
+
export interface ObjectReplicationPoliciesOperationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1714
|
+
// @public
|
|
1715
|
+
export interface ObjectReplicationPoliciesOperationsGetOptionalParams extends coreClient.OperationOptions {
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1718
|
+
// @public
|
|
1719
|
+
export type ObjectReplicationPoliciesOperationsGetResponse = ObjectReplicationPolicy;
|
|
1720
|
+
|
|
1721
|
+
// @public
|
|
1722
|
+
export interface ObjectReplicationPoliciesOperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1723
|
+
}
|
|
1724
|
+
|
|
1725
|
+
// @public
|
|
1726
|
+
export type ObjectReplicationPoliciesOperationsListResponse = ObjectReplicationPolicies;
|
|
1727
|
+
|
|
1728
|
+
// @public
|
|
1729
|
+
export type ObjectReplicationPolicy = Resource & {
|
|
1730
|
+
readonly policyId?: string;
|
|
1731
|
+
readonly enabledTime?: Date;
|
|
1732
|
+
sourceAccount?: string;
|
|
1733
|
+
destinationAccount?: string;
|
|
1734
|
+
rules?: ObjectReplicationPolicyRule[];
|
|
1735
|
+
};
|
|
1736
|
+
|
|
1737
|
+
// @public
|
|
1738
|
+
export interface ObjectReplicationPolicyFilter {
|
|
1739
|
+
minCreationTime?: string;
|
|
1740
|
+
prefixMatch?: string[];
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1743
|
+
// @public
|
|
1744
|
+
export interface ObjectReplicationPolicyRule {
|
|
1745
|
+
destinationContainer: string;
|
|
1746
|
+
filters?: ObjectReplicationPolicyFilter;
|
|
1747
|
+
ruleId?: string;
|
|
1748
|
+
sourceContainer: string;
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
// @public
|
|
1752
|
+
export type ObjectType = string;
|
|
1753
|
+
|
|
1754
|
+
// @public
|
|
1755
|
+
export interface Operation {
|
|
1756
|
+
display?: OperationDisplay;
|
|
1757
|
+
name?: string;
|
|
1758
|
+
origin?: string;
|
|
1759
|
+
serviceSpecification?: ServiceSpecification;
|
|
1760
|
+
}
|
|
1761
|
+
|
|
1762
|
+
// @public
|
|
1763
|
+
export interface OperationDisplay {
|
|
1764
|
+
description?: string;
|
|
1765
|
+
operation?: string;
|
|
1766
|
+
provider?: string;
|
|
1767
|
+
resource?: string;
|
|
1768
|
+
}
|
|
1769
|
+
|
|
1770
|
+
// @public
|
|
1771
|
+
export interface OperationListResult {
|
|
1772
|
+
value?: Operation[];
|
|
1773
|
+
}
|
|
1774
|
+
|
|
1775
|
+
// @public
|
|
1776
|
+
export interface Operations {
|
|
1777
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
// @public
|
|
1781
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1782
|
+
}
|
|
1783
|
+
|
|
1784
|
+
// @public
|
|
1785
|
+
export type OperationsListResponse = OperationListResult;
|
|
1786
|
+
|
|
1787
|
+
// @public
|
|
1788
|
+
type Permissions_2 = string;
|
|
1789
|
+
export { Permissions_2 as Permissions }
|
|
1790
|
+
|
|
1791
|
+
// @public
|
|
1792
|
+
export interface PrivateEndpoint {
|
|
1793
|
+
readonly id?: string;
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
// @public
|
|
1797
|
+
export type PrivateEndpointConnection = Resource & {
|
|
1798
|
+
privateEndpoint?: PrivateEndpoint;
|
|
1799
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
1800
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
1801
|
+
};
|
|
1802
|
+
|
|
1803
|
+
// @public
|
|
1804
|
+
export interface PrivateEndpointConnectionListResult {
|
|
1805
|
+
value?: PrivateEndpointConnection[];
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
// @public
|
|
1809
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
1810
|
+
|
|
1811
|
+
// @public
|
|
1812
|
+
export interface PrivateEndpointConnections {
|
|
1813
|
+
delete(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
|
1814
|
+
get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
1815
|
+
list(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
1816
|
+
put(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsPutOptionalParams): Promise<PrivateEndpointConnectionsPutResponse>;
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
// @public
|
|
1820
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1823
|
+
// @public
|
|
1824
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1825
|
+
}
|
|
1826
|
+
|
|
1827
|
+
// @public
|
|
1828
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
1829
|
+
|
|
1830
|
+
// @public
|
|
1831
|
+
export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
// @public
|
|
1835
|
+
export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
1836
|
+
|
|
1837
|
+
// @public
|
|
1838
|
+
export interface PrivateEndpointConnectionsPutOptionalParams extends coreClient.OperationOptions {
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
// @public
|
|
1842
|
+
export type PrivateEndpointConnectionsPutResponse = PrivateEndpointConnection;
|
|
1843
|
+
|
|
1844
|
+
// @public
|
|
1845
|
+
export type PrivateEndpointServiceConnectionStatus = string;
|
|
1846
|
+
|
|
1847
|
+
// @public
|
|
1848
|
+
export type PrivateLinkResource = Resource & {
|
|
1849
|
+
readonly groupId?: string;
|
|
1850
|
+
readonly requiredMembers?: string[];
|
|
1851
|
+
requiredZoneNames?: string[];
|
|
1852
|
+
};
|
|
1853
|
+
|
|
1854
|
+
// @public
|
|
1855
|
+
export interface PrivateLinkResourceListResult {
|
|
1856
|
+
value?: PrivateLinkResource[];
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
// @public
|
|
1860
|
+
export interface PrivateLinkResources {
|
|
1861
|
+
listByStorageAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByStorageAccountOptionalParams): Promise<PrivateLinkResourcesListByStorageAccountResponse>;
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1864
|
+
// @public
|
|
1865
|
+
export interface PrivateLinkResourcesListByStorageAccountOptionalParams extends coreClient.OperationOptions {
|
|
1866
|
+
}
|
|
1867
|
+
|
|
1868
|
+
// @public
|
|
1869
|
+
export type PrivateLinkResourcesListByStorageAccountResponse = PrivateLinkResourceListResult;
|
|
1870
|
+
|
|
1871
|
+
// @public
|
|
1872
|
+
export interface PrivateLinkServiceConnectionState {
|
|
1873
|
+
actionRequired?: string;
|
|
1874
|
+
description?: string;
|
|
1875
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
|
1876
|
+
}
|
|
1877
|
+
|
|
1878
|
+
// @public
|
|
1879
|
+
export interface ProtocolSettings {
|
|
1880
|
+
smb?: SmbSetting;
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
// @public
|
|
1884
|
+
export type ProvisioningState = "Creating" | "ResolvingDNS" | "Succeeded";
|
|
1885
|
+
|
|
1886
|
+
// @public
|
|
1887
|
+
export type ProxyResource = Resource & {};
|
|
1888
|
+
|
|
1889
|
+
// @public
|
|
1890
|
+
export type PublicAccess = "Container" | "Blob" | "None";
|
|
1891
|
+
|
|
1892
|
+
// @public
|
|
1893
|
+
export interface Queue {
|
|
1894
|
+
create(resourceGroupName: string, accountName: string, queueName: string, queue: StorageQueue, options?: QueueCreateOptionalParams): Promise<QueueCreateResponse>;
|
|
1895
|
+
delete(resourceGroupName: string, accountName: string, queueName: string, options?: QueueDeleteOptionalParams): Promise<void>;
|
|
1896
|
+
get(resourceGroupName: string, accountName: string, queueName: string, options?: QueueGetOptionalParams): Promise<QueueGetResponse>;
|
|
1897
|
+
list(resourceGroupName: string, accountName: string, options?: QueueListOptionalParams): PagedAsyncIterableIterator<ListQueue>;
|
|
1898
|
+
update(resourceGroupName: string, accountName: string, queueName: string, queue: StorageQueue, options?: QueueUpdateOptionalParams): Promise<QueueUpdateResponse>;
|
|
1899
|
+
}
|
|
1900
|
+
|
|
1901
|
+
// @public
|
|
1902
|
+
export interface QueueCreateOptionalParams extends coreClient.OperationOptions {
|
|
1903
|
+
}
|
|
1904
|
+
|
|
1905
|
+
// @public
|
|
1906
|
+
export type QueueCreateResponse = StorageQueue;
|
|
1907
|
+
|
|
1908
|
+
// @public
|
|
1909
|
+
export interface QueueDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
// @public
|
|
1913
|
+
export interface QueueGetOptionalParams extends coreClient.OperationOptions {
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
// @public
|
|
1917
|
+
export type QueueGetResponse = StorageQueue;
|
|
1918
|
+
|
|
1919
|
+
// @public
|
|
1920
|
+
export interface QueueListNextOptionalParams extends coreClient.OperationOptions {
|
|
1921
|
+
filter?: string;
|
|
1922
|
+
maxpagesize?: string;
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
// @public
|
|
1926
|
+
export type QueueListNextResponse = ListQueueResource;
|
|
1927
|
+
|
|
1928
|
+
// @public
|
|
1929
|
+
export interface QueueListOptionalParams extends coreClient.OperationOptions {
|
|
1930
|
+
filter?: string;
|
|
1931
|
+
maxpagesize?: string;
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
// @public
|
|
1935
|
+
export type QueueListResponse = ListQueueResource;
|
|
1936
|
+
|
|
1937
|
+
// @public
|
|
1938
|
+
export type QueueServiceProperties = Resource & {
|
|
1939
|
+
cors?: CorsRules;
|
|
1940
|
+
};
|
|
1941
|
+
|
|
1942
|
+
// @public
|
|
1943
|
+
export interface QueueServices {
|
|
1944
|
+
getServiceProperties(resourceGroupName: string, accountName: string, options?: QueueServicesGetServicePropertiesOptionalParams): Promise<QueueServicesGetServicePropertiesResponse>;
|
|
1945
|
+
list(resourceGroupName: string, accountName: string, options?: QueueServicesListOptionalParams): Promise<QueueServicesListResponse>;
|
|
1946
|
+
setServiceProperties(resourceGroupName: string, accountName: string, parameters: QueueServiceProperties, options?: QueueServicesSetServicePropertiesOptionalParams): Promise<QueueServicesSetServicePropertiesResponse>;
|
|
1947
|
+
}
|
|
1948
|
+
|
|
1949
|
+
// @public
|
|
1950
|
+
export interface QueueServicesGetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
1951
|
+
}
|
|
1952
|
+
|
|
1953
|
+
// @public
|
|
1954
|
+
export type QueueServicesGetServicePropertiesResponse = QueueServiceProperties;
|
|
1955
|
+
|
|
1956
|
+
// @public
|
|
1957
|
+
export interface QueueServicesListOptionalParams extends coreClient.OperationOptions {
|
|
1958
|
+
}
|
|
1959
|
+
|
|
1960
|
+
// @public
|
|
1961
|
+
export type QueueServicesListResponse = ListQueueServices;
|
|
1962
|
+
|
|
1963
|
+
// @public
|
|
1964
|
+
export interface QueueServicesSetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1967
|
+
// @public
|
|
1968
|
+
export type QueueServicesSetServicePropertiesResponse = QueueServiceProperties;
|
|
1969
|
+
|
|
1970
|
+
// @public
|
|
1971
|
+
export interface QueueUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1974
|
+
// @public
|
|
1975
|
+
export type QueueUpdateResponse = StorageQueue;
|
|
1976
|
+
|
|
1977
|
+
// @public
|
|
1978
|
+
export type Reason = "AccountNameInvalid" | "AlreadyExists";
|
|
1979
|
+
|
|
1980
|
+
// @public
|
|
1981
|
+
export type ReasonCode = string;
|
|
1982
|
+
|
|
1983
|
+
// @public
|
|
1984
|
+
export interface Resource {
|
|
1985
|
+
readonly id?: string;
|
|
1986
|
+
readonly name?: string;
|
|
1987
|
+
readonly type?: string;
|
|
1988
|
+
}
|
|
1989
|
+
|
|
1990
|
+
// @public
|
|
1991
|
+
export interface ResourceAccessRule {
|
|
1992
|
+
resourceId?: string;
|
|
1993
|
+
tenantId?: string;
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1996
|
+
// @public
|
|
1997
|
+
export interface RestorePolicyProperties {
|
|
1998
|
+
days?: number;
|
|
1999
|
+
enabled: boolean;
|
|
2000
|
+
readonly lastEnabledTime?: Date;
|
|
2001
|
+
readonly minRestoreTime?: Date;
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
// @public
|
|
2005
|
+
export interface Restriction {
|
|
2006
|
+
reasonCode?: ReasonCode;
|
|
2007
|
+
readonly type?: string;
|
|
2008
|
+
readonly values?: string[];
|
|
2009
|
+
}
|
|
2010
|
+
|
|
2011
|
+
// @public
|
|
2012
|
+
export type RootSquashType = string;
|
|
2013
|
+
|
|
2014
|
+
// @public
|
|
2015
|
+
export type RoutingChoice = string;
|
|
2016
|
+
|
|
2017
|
+
// @public
|
|
2018
|
+
export interface RoutingPreference {
|
|
2019
|
+
publishInternetEndpoints?: boolean;
|
|
2020
|
+
publishMicrosoftEndpoints?: boolean;
|
|
2021
|
+
routingChoice?: RoutingChoice;
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
// @public
|
|
2025
|
+
export type RuleType = string;
|
|
2026
|
+
|
|
2027
|
+
// @public
|
|
2028
|
+
export interface SasPolicy {
|
|
2029
|
+
expirationAction: ExpirationAction;
|
|
2030
|
+
sasExpirationPeriod: string;
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2033
|
+
// @public
|
|
2034
|
+
export type Schedule = string;
|
|
2035
|
+
|
|
2036
|
+
// @public
|
|
2037
|
+
export type Services = string;
|
|
2038
|
+
|
|
2039
|
+
// @public
|
|
2040
|
+
export interface ServiceSasParameters {
|
|
2041
|
+
cacheControl?: string;
|
|
2042
|
+
canonicalizedResource: string;
|
|
2043
|
+
contentDisposition?: string;
|
|
2044
|
+
contentEncoding?: string;
|
|
2045
|
+
contentLanguage?: string;
|
|
2046
|
+
contentType?: string;
|
|
2047
|
+
identifier?: string;
|
|
2048
|
+
iPAddressOrRange?: string;
|
|
2049
|
+
keyToSign?: string;
|
|
2050
|
+
partitionKeyEnd?: string;
|
|
2051
|
+
partitionKeyStart?: string;
|
|
2052
|
+
permissions?: Permissions_2;
|
|
2053
|
+
protocols?: HttpProtocol;
|
|
2054
|
+
resource?: SignedResource;
|
|
2055
|
+
rowKeyEnd?: string;
|
|
2056
|
+
rowKeyStart?: string;
|
|
2057
|
+
sharedAccessExpiryTime?: Date;
|
|
2058
|
+
sharedAccessStartTime?: Date;
|
|
2059
|
+
}
|
|
2060
|
+
|
|
2061
|
+
// @public
|
|
2062
|
+
export interface ServiceSpecification {
|
|
2063
|
+
metricSpecifications?: MetricSpecification[];
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
// @public
|
|
2067
|
+
export type ShareAccessTier = string;
|
|
2068
|
+
|
|
2069
|
+
// @public (undocumented)
|
|
2070
|
+
export interface SignedIdentifier {
|
|
2071
|
+
accessPolicy?: AccessPolicy;
|
|
2072
|
+
id?: string;
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
// @public
|
|
2076
|
+
export type SignedResource = string;
|
|
2077
|
+
|
|
2078
|
+
// @public
|
|
2079
|
+
export type SignedResourceTypes = string;
|
|
2080
|
+
|
|
2081
|
+
// @public
|
|
2082
|
+
export interface Sku {
|
|
2083
|
+
name: SkuName;
|
|
2084
|
+
readonly tier?: SkuTier;
|
|
2085
|
+
}
|
|
2086
|
+
|
|
2087
|
+
// @public
|
|
2088
|
+
export interface SKUCapability {
|
|
2089
|
+
readonly name?: string;
|
|
2090
|
+
readonly value?: string;
|
|
2091
|
+
}
|
|
2092
|
+
|
|
2093
|
+
// @public
|
|
2094
|
+
export interface SkuInformation {
|
|
2095
|
+
readonly capabilities?: SKUCapability[];
|
|
2096
|
+
readonly kind?: Kind;
|
|
2097
|
+
readonly locations?: string[];
|
|
2098
|
+
name: SkuName;
|
|
2099
|
+
readonly resourceType?: string;
|
|
2100
|
+
restrictions?: Restriction[];
|
|
2101
|
+
readonly tier?: SkuTier;
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2104
|
+
// @public
|
|
2105
|
+
export type SkuName = string;
|
|
2106
|
+
|
|
2107
|
+
// @public
|
|
2108
|
+
export interface Skus {
|
|
2109
|
+
list(options?: SkusListOptionalParams): PagedAsyncIterableIterator<SkuInformation>;
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2112
|
+
// @public
|
|
2113
|
+
export interface SkusListOptionalParams extends coreClient.OperationOptions {
|
|
2114
|
+
}
|
|
2115
|
+
|
|
2116
|
+
// @public
|
|
2117
|
+
export type SkusListResponse = StorageSkuListResult;
|
|
2118
|
+
|
|
2119
|
+
// @public
|
|
2120
|
+
export type SkuTier = "Standard" | "Premium";
|
|
2121
|
+
|
|
2122
|
+
// @public
|
|
2123
|
+
export interface SmbSetting {
|
|
2124
|
+
authenticationMethods?: string;
|
|
2125
|
+
channelEncryption?: string;
|
|
2126
|
+
kerberosTicketEncryption?: string;
|
|
2127
|
+
multichannel?: Multichannel;
|
|
2128
|
+
versions?: string;
|
|
2129
|
+
}
|
|
2130
|
+
|
|
2131
|
+
// @public
|
|
2132
|
+
export type State = string;
|
|
2133
|
+
|
|
2134
|
+
// @public
|
|
2135
|
+
export type StorageAccount = TrackedResource & {
|
|
2136
|
+
readonly sku?: Sku;
|
|
2137
|
+
readonly kind?: Kind;
|
|
2138
|
+
identity?: Identity;
|
|
2139
|
+
extendedLocation?: ExtendedLocation;
|
|
2140
|
+
readonly provisioningState?: ProvisioningState;
|
|
2141
|
+
readonly primaryEndpoints?: Endpoints;
|
|
2142
|
+
readonly primaryLocation?: string;
|
|
2143
|
+
readonly statusOfPrimary?: AccountStatus;
|
|
2144
|
+
readonly lastGeoFailoverTime?: Date;
|
|
2145
|
+
readonly secondaryLocation?: string;
|
|
2146
|
+
readonly statusOfSecondary?: AccountStatus;
|
|
2147
|
+
readonly creationTime?: Date;
|
|
2148
|
+
readonly customDomain?: CustomDomain;
|
|
2149
|
+
readonly sasPolicy?: SasPolicy;
|
|
2150
|
+
readonly keyPolicy?: KeyPolicy;
|
|
2151
|
+
readonly keyCreationTime?: KeyCreationTime;
|
|
2152
|
+
readonly secondaryEndpoints?: Endpoints;
|
|
2153
|
+
readonly encryption?: Encryption;
|
|
2154
|
+
readonly accessTier?: AccessTier;
|
|
2155
|
+
azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;
|
|
2156
|
+
enableHttpsTrafficOnly?: boolean;
|
|
2157
|
+
readonly networkRuleSet?: NetworkRuleSet;
|
|
2158
|
+
isHnsEnabled?: boolean;
|
|
2159
|
+
readonly geoReplicationStats?: GeoReplicationStats;
|
|
2160
|
+
readonly failoverInProgress?: boolean;
|
|
2161
|
+
largeFileSharesState?: LargeFileSharesState;
|
|
2162
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
2163
|
+
routingPreference?: RoutingPreference;
|
|
2164
|
+
readonly blobRestoreStatus?: BlobRestoreStatus;
|
|
2165
|
+
allowBlobPublicAccess?: boolean;
|
|
2166
|
+
minimumTlsVersion?: MinimumTlsVersion;
|
|
2167
|
+
allowSharedKeyAccess?: boolean;
|
|
2168
|
+
enableNfsV3?: boolean;
|
|
2169
|
+
allowCrossTenantReplication?: boolean;
|
|
2170
|
+
};
|
|
2171
|
+
|
|
2172
|
+
// @public
|
|
2173
|
+
export interface StorageAccountCheckNameAvailabilityParameters {
|
|
2174
|
+
name: string;
|
|
2175
|
+
type: "Microsoft.Storage/storageAccounts";
|
|
2176
|
+
}
|
|
2177
|
+
|
|
2178
|
+
// @public
|
|
2179
|
+
export interface StorageAccountCreateParameters {
|
|
2180
|
+
accessTier?: AccessTier;
|
|
2181
|
+
allowBlobPublicAccess?: boolean;
|
|
2182
|
+
allowCrossTenantReplication?: boolean;
|
|
2183
|
+
allowSharedKeyAccess?: boolean;
|
|
2184
|
+
azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;
|
|
2185
|
+
customDomain?: CustomDomain;
|
|
2186
|
+
enableHttpsTrafficOnly?: boolean;
|
|
2187
|
+
enableNfsV3?: boolean;
|
|
2188
|
+
encryption?: Encryption;
|
|
2189
|
+
extendedLocation?: ExtendedLocation;
|
|
2190
|
+
identity?: Identity;
|
|
2191
|
+
isHnsEnabled?: boolean;
|
|
2192
|
+
keyPolicy?: KeyPolicy;
|
|
2193
|
+
kind: Kind;
|
|
2194
|
+
largeFileSharesState?: LargeFileSharesState;
|
|
2195
|
+
location: string;
|
|
2196
|
+
minimumTlsVersion?: MinimumTlsVersion;
|
|
2197
|
+
networkRuleSet?: NetworkRuleSet;
|
|
2198
|
+
routingPreference?: RoutingPreference;
|
|
2199
|
+
sasPolicy?: SasPolicy;
|
|
2200
|
+
sku: Sku;
|
|
2201
|
+
tags?: {
|
|
2202
|
+
[propertyName: string]: string;
|
|
2203
|
+
};
|
|
2204
|
+
}
|
|
2205
|
+
|
|
2206
|
+
// @public
|
|
2207
|
+
export type StorageAccountExpand = "geoReplicationStats" | "blobRestoreStatus";
|
|
2208
|
+
|
|
2209
|
+
// @public
|
|
2210
|
+
export interface StorageAccountInternetEndpoints {
|
|
2211
|
+
readonly blob?: string;
|
|
2212
|
+
readonly dfs?: string;
|
|
2213
|
+
readonly file?: string;
|
|
2214
|
+
readonly web?: string;
|
|
2215
|
+
}
|
|
2216
|
+
|
|
2217
|
+
// @public
|
|
2218
|
+
export interface StorageAccountKey {
|
|
2219
|
+
readonly creationTime?: Date;
|
|
2220
|
+
readonly keyName?: string;
|
|
2221
|
+
readonly permissions?: KeyPermission;
|
|
2222
|
+
readonly value?: string;
|
|
2223
|
+
}
|
|
2224
|
+
|
|
2225
|
+
// @public
|
|
2226
|
+
export interface StorageAccountListKeysResult {
|
|
2227
|
+
readonly keys?: StorageAccountKey[];
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
// @public
|
|
2231
|
+
export interface StorageAccountListResult {
|
|
2232
|
+
readonly nextLink?: string;
|
|
2233
|
+
readonly value?: StorageAccount[];
|
|
2234
|
+
}
|
|
2235
|
+
|
|
2236
|
+
// @public
|
|
2237
|
+
export interface StorageAccountMicrosoftEndpoints {
|
|
2238
|
+
readonly blob?: string;
|
|
2239
|
+
readonly dfs?: string;
|
|
2240
|
+
readonly file?: string;
|
|
2241
|
+
readonly queue?: string;
|
|
2242
|
+
readonly table?: string;
|
|
2243
|
+
readonly web?: string;
|
|
2244
|
+
}
|
|
2245
|
+
|
|
2246
|
+
// @public
|
|
2247
|
+
export interface StorageAccountRegenerateKeyParameters {
|
|
2248
|
+
keyName: string;
|
|
2249
|
+
}
|
|
2250
|
+
|
|
2251
|
+
// @public
|
|
2252
|
+
export interface StorageAccounts {
|
|
2253
|
+
beginCreate(resourceGroupName: string, accountName: string, parameters: StorageAccountCreateParameters, options?: StorageAccountsCreateOptionalParams): Promise<PollerLike<PollOperationState<StorageAccountsCreateResponse>, StorageAccountsCreateResponse>>;
|
|
2254
|
+
beginCreateAndWait(resourceGroupName: string, accountName: string, parameters: StorageAccountCreateParameters, options?: StorageAccountsCreateOptionalParams): Promise<StorageAccountsCreateResponse>;
|
|
2255
|
+
beginFailover(resourceGroupName: string, accountName: string, options?: StorageAccountsFailoverOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2256
|
+
beginFailoverAndWait(resourceGroupName: string, accountName: string, options?: StorageAccountsFailoverOptionalParams): Promise<void>;
|
|
2257
|
+
beginRestoreBlobRanges(resourceGroupName: string, accountName: string, parameters: BlobRestoreParameters, options?: StorageAccountsRestoreBlobRangesOptionalParams): Promise<PollerLike<PollOperationState<StorageAccountsRestoreBlobRangesResponse>, StorageAccountsRestoreBlobRangesResponse>>;
|
|
2258
|
+
beginRestoreBlobRangesAndWait(resourceGroupName: string, accountName: string, parameters: BlobRestoreParameters, options?: StorageAccountsRestoreBlobRangesOptionalParams): Promise<StorageAccountsRestoreBlobRangesResponse>;
|
|
2259
|
+
checkNameAvailability(accountName: StorageAccountCheckNameAvailabilityParameters, options?: StorageAccountsCheckNameAvailabilityOptionalParams): Promise<StorageAccountsCheckNameAvailabilityResponse>;
|
|
2260
|
+
delete(resourceGroupName: string, accountName: string, options?: StorageAccountsDeleteOptionalParams): Promise<void>;
|
|
2261
|
+
getProperties(resourceGroupName: string, accountName: string, options?: StorageAccountsGetPropertiesOptionalParams): Promise<StorageAccountsGetPropertiesResponse>;
|
|
2262
|
+
list(options?: StorageAccountsListOptionalParams): PagedAsyncIterableIterator<StorageAccount>;
|
|
2263
|
+
listAccountSAS(resourceGroupName: string, accountName: string, parameters: AccountSasParameters, options?: StorageAccountsListAccountSASOptionalParams): Promise<StorageAccountsListAccountSASResponse>;
|
|
2264
|
+
listByResourceGroup(resourceGroupName: string, options?: StorageAccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<StorageAccount>;
|
|
2265
|
+
listKeys(resourceGroupName: string, accountName: string, options?: StorageAccountsListKeysOptionalParams): Promise<StorageAccountsListKeysResponse>;
|
|
2266
|
+
listServiceSAS(resourceGroupName: string, accountName: string, parameters: ServiceSasParameters, options?: StorageAccountsListServiceSASOptionalParams): Promise<StorageAccountsListServiceSASResponse>;
|
|
2267
|
+
regenerateKey(resourceGroupName: string, accountName: string, regenerateKey: StorageAccountRegenerateKeyParameters, options?: StorageAccountsRegenerateKeyOptionalParams): Promise<StorageAccountsRegenerateKeyResponse>;
|
|
2268
|
+
revokeUserDelegationKeys(resourceGroupName: string, accountName: string, options?: StorageAccountsRevokeUserDelegationKeysOptionalParams): Promise<void>;
|
|
2269
|
+
update(resourceGroupName: string, accountName: string, parameters: StorageAccountUpdateParameters, options?: StorageAccountsUpdateOptionalParams): Promise<StorageAccountsUpdateResponse>;
|
|
2270
|
+
}
|
|
2271
|
+
|
|
2272
|
+
// @public
|
|
2273
|
+
export interface StorageAccountsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
2274
|
+
}
|
|
2275
|
+
|
|
2276
|
+
// @public
|
|
2277
|
+
export type StorageAccountsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
|
|
2278
|
+
|
|
2279
|
+
// @public
|
|
2280
|
+
export interface StorageAccountsCreateOptionalParams extends coreClient.OperationOptions {
|
|
2281
|
+
resumeFrom?: string;
|
|
2282
|
+
updateIntervalInMs?: number;
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2285
|
+
// @public
|
|
2286
|
+
export type StorageAccountsCreateResponse = StorageAccount;
|
|
2287
|
+
|
|
2288
|
+
// @public
|
|
2289
|
+
export interface StorageAccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2290
|
+
}
|
|
2291
|
+
|
|
2292
|
+
// @public
|
|
2293
|
+
export interface StorageAccountsFailoverOptionalParams extends coreClient.OperationOptions {
|
|
2294
|
+
resumeFrom?: string;
|
|
2295
|
+
updateIntervalInMs?: number;
|
|
2296
|
+
}
|
|
2297
|
+
|
|
2298
|
+
// @public
|
|
2299
|
+
export interface StorageAccountsGetPropertiesOptionalParams extends coreClient.OperationOptions {
|
|
2300
|
+
expand?: StorageAccountExpand;
|
|
2301
|
+
}
|
|
2302
|
+
|
|
2303
|
+
// @public
|
|
2304
|
+
export type StorageAccountsGetPropertiesResponse = StorageAccount;
|
|
2305
|
+
|
|
2306
|
+
// @public
|
|
2307
|
+
export interface StorageAccountsListAccountSASOptionalParams extends coreClient.OperationOptions {
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2310
|
+
// @public
|
|
2311
|
+
export type StorageAccountsListAccountSASResponse = ListAccountSasResponse;
|
|
2312
|
+
|
|
2313
|
+
// @public
|
|
2314
|
+
export interface StorageAccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2315
|
+
}
|
|
2316
|
+
|
|
2317
|
+
// @public
|
|
2318
|
+
export type StorageAccountsListByResourceGroupNextResponse = StorageAccountListResult;
|
|
2319
|
+
|
|
2320
|
+
// @public
|
|
2321
|
+
export interface StorageAccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2322
|
+
}
|
|
2323
|
+
|
|
2324
|
+
// @public
|
|
2325
|
+
export type StorageAccountsListByResourceGroupResponse = StorageAccountListResult;
|
|
2326
|
+
|
|
2327
|
+
// @public
|
|
2328
|
+
export interface StorageAccountsListKeysOptionalParams extends coreClient.OperationOptions {
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
// @public
|
|
2332
|
+
export type StorageAccountsListKeysResponse = StorageAccountListKeysResult;
|
|
2333
|
+
|
|
2334
|
+
// @public
|
|
2335
|
+
export interface StorageAccountsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2336
|
+
}
|
|
2337
|
+
|
|
2338
|
+
// @public
|
|
2339
|
+
export type StorageAccountsListNextResponse = StorageAccountListResult;
|
|
2340
|
+
|
|
2341
|
+
// @public
|
|
2342
|
+
export interface StorageAccountsListOptionalParams extends coreClient.OperationOptions {
|
|
2343
|
+
}
|
|
2344
|
+
|
|
2345
|
+
// @public
|
|
2346
|
+
export type StorageAccountsListResponse = StorageAccountListResult;
|
|
2347
|
+
|
|
2348
|
+
// @public
|
|
2349
|
+
export interface StorageAccountsListServiceSASOptionalParams extends coreClient.OperationOptions {
|
|
2350
|
+
}
|
|
2351
|
+
|
|
2352
|
+
// @public
|
|
2353
|
+
export type StorageAccountsListServiceSASResponse = ListServiceSasResponse;
|
|
2354
|
+
|
|
2355
|
+
// @public
|
|
2356
|
+
export interface StorageAccountsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
2357
|
+
}
|
|
2358
|
+
|
|
2359
|
+
// @public
|
|
2360
|
+
export type StorageAccountsRegenerateKeyResponse = StorageAccountListKeysResult;
|
|
2361
|
+
|
|
2362
|
+
// @public
|
|
2363
|
+
export interface StorageAccountsRestoreBlobRangesOptionalParams extends coreClient.OperationOptions {
|
|
2364
|
+
resumeFrom?: string;
|
|
2365
|
+
updateIntervalInMs?: number;
|
|
2366
|
+
}
|
|
2367
|
+
|
|
2368
|
+
// @public
|
|
2369
|
+
export type StorageAccountsRestoreBlobRangesResponse = BlobRestoreStatus;
|
|
2370
|
+
|
|
2371
|
+
// @public
|
|
2372
|
+
export interface StorageAccountsRevokeUserDelegationKeysOptionalParams extends coreClient.OperationOptions {
|
|
2373
|
+
}
|
|
2374
|
+
|
|
2375
|
+
// @public
|
|
2376
|
+
export interface StorageAccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2377
|
+
}
|
|
2378
|
+
|
|
2379
|
+
// @public
|
|
2380
|
+
export type StorageAccountsUpdateResponse = StorageAccount;
|
|
2381
|
+
|
|
2382
|
+
// @public
|
|
2383
|
+
export interface StorageAccountUpdateParameters {
|
|
2384
|
+
accessTier?: AccessTier;
|
|
2385
|
+
allowBlobPublicAccess?: boolean;
|
|
2386
|
+
allowCrossTenantReplication?: boolean;
|
|
2387
|
+
allowSharedKeyAccess?: boolean;
|
|
2388
|
+
azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;
|
|
2389
|
+
customDomain?: CustomDomain;
|
|
2390
|
+
enableHttpsTrafficOnly?: boolean;
|
|
2391
|
+
encryption?: Encryption;
|
|
2392
|
+
identity?: Identity;
|
|
2393
|
+
keyPolicy?: KeyPolicy;
|
|
2394
|
+
kind?: Kind;
|
|
2395
|
+
largeFileSharesState?: LargeFileSharesState;
|
|
2396
|
+
minimumTlsVersion?: MinimumTlsVersion;
|
|
2397
|
+
networkRuleSet?: NetworkRuleSet;
|
|
2398
|
+
routingPreference?: RoutingPreference;
|
|
2399
|
+
sasPolicy?: SasPolicy;
|
|
2400
|
+
sku?: Sku;
|
|
2401
|
+
tags?: {
|
|
2402
|
+
[propertyName: string]: string;
|
|
2403
|
+
};
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
// @public (undocumented)
|
|
2407
|
+
export class StorageManagementClient extends StorageManagementClientContext {
|
|
2408
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: StorageManagementClientOptionalParams);
|
|
2409
|
+
// (undocumented)
|
|
2410
|
+
blobContainers: BlobContainers;
|
|
2411
|
+
// (undocumented)
|
|
2412
|
+
blobInventoryPolicies: BlobInventoryPolicies;
|
|
2413
|
+
// (undocumented)
|
|
2414
|
+
blobServices: BlobServices;
|
|
2415
|
+
// (undocumented)
|
|
2416
|
+
deletedAccounts: DeletedAccounts;
|
|
2417
|
+
// (undocumented)
|
|
2418
|
+
encryptionScopes: EncryptionScopes;
|
|
2419
|
+
// (undocumented)
|
|
2420
|
+
fileServices: FileServices;
|
|
2421
|
+
// (undocumented)
|
|
2422
|
+
fileShares: FileShares;
|
|
2423
|
+
// (undocumented)
|
|
2424
|
+
managementPolicies: ManagementPolicies;
|
|
2425
|
+
// (undocumented)
|
|
2426
|
+
objectReplicationPoliciesOperations: ObjectReplicationPoliciesOperations;
|
|
2427
|
+
// (undocumented)
|
|
2428
|
+
operations: Operations;
|
|
2429
|
+
// (undocumented)
|
|
2430
|
+
privateEndpointConnections: PrivateEndpointConnections;
|
|
2431
|
+
// (undocumented)
|
|
2432
|
+
privateLinkResources: PrivateLinkResources;
|
|
2433
|
+
// (undocumented)
|
|
2434
|
+
queue: Queue;
|
|
2435
|
+
// (undocumented)
|
|
2436
|
+
queueServices: QueueServices;
|
|
2437
|
+
// (undocumented)
|
|
2438
|
+
skus: Skus;
|
|
2439
|
+
// (undocumented)
|
|
2440
|
+
storageAccounts: StorageAccounts;
|
|
2441
|
+
// (undocumented)
|
|
2442
|
+
tableOperations: TableOperations;
|
|
2443
|
+
// (undocumented)
|
|
2444
|
+
tableServices: TableServices;
|
|
2445
|
+
// (undocumented)
|
|
2446
|
+
usages: Usages;
|
|
2447
|
+
}
|
|
2448
|
+
|
|
2449
|
+
// @public (undocumented)
|
|
2450
|
+
export class StorageManagementClientContext extends coreClient.ServiceClient {
|
|
2451
|
+
// (undocumented)
|
|
2452
|
+
$host: string;
|
|
2453
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: StorageManagementClientOptionalParams);
|
|
2454
|
+
// (undocumented)
|
|
2455
|
+
apiVersion: string;
|
|
2456
|
+
// (undocumented)
|
|
2457
|
+
subscriptionId: string;
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2460
|
+
// @public
|
|
2461
|
+
export interface StorageManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
2462
|
+
$host?: string;
|
|
2463
|
+
apiVersion?: string;
|
|
2464
|
+
endpoint?: string;
|
|
2465
|
+
}
|
|
2466
|
+
|
|
2467
|
+
// @public (undocumented)
|
|
2468
|
+
export type StorageQueue = Resource & {
|
|
2469
|
+
metadata?: {
|
|
2470
|
+
[propertyName: string]: string;
|
|
2471
|
+
};
|
|
2472
|
+
readonly approximateMessageCount?: number;
|
|
2473
|
+
};
|
|
2474
|
+
|
|
2475
|
+
// @public
|
|
2476
|
+
export interface StorageSkuListResult {
|
|
2477
|
+
readonly value?: SkuInformation[];
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2480
|
+
// @public
|
|
2481
|
+
export interface SystemData {
|
|
2482
|
+
createdAt?: Date;
|
|
2483
|
+
createdBy?: string;
|
|
2484
|
+
createdByType?: CreatedByType;
|
|
2485
|
+
lastModifiedAt?: Date;
|
|
2486
|
+
lastModifiedBy?: string;
|
|
2487
|
+
lastModifiedByType?: CreatedByType;
|
|
2488
|
+
}
|
|
2489
|
+
|
|
2490
|
+
// @public
|
|
2491
|
+
export type Table = Resource & {
|
|
2492
|
+
readonly tableName?: string;
|
|
2493
|
+
};
|
|
2494
|
+
|
|
2495
|
+
// @public
|
|
2496
|
+
export interface TableOperations {
|
|
2497
|
+
create(resourceGroupName: string, accountName: string, tableName: string, options?: TableOperationsCreateOptionalParams): Promise<TableOperationsCreateResponse>;
|
|
2498
|
+
delete(resourceGroupName: string, accountName: string, tableName: string, options?: TableOperationsDeleteOptionalParams): Promise<void>;
|
|
2499
|
+
get(resourceGroupName: string, accountName: string, tableName: string, options?: TableOperationsGetOptionalParams): Promise<TableOperationsGetResponse>;
|
|
2500
|
+
list(resourceGroupName: string, accountName: string, options?: TableOperationsListOptionalParams): PagedAsyncIterableIterator<Table>;
|
|
2501
|
+
update(resourceGroupName: string, accountName: string, tableName: string, options?: TableOperationsUpdateOptionalParams): Promise<TableOperationsUpdateResponse>;
|
|
2502
|
+
}
|
|
2503
|
+
|
|
2504
|
+
// @public
|
|
2505
|
+
export interface TableOperationsCreateOptionalParams extends coreClient.OperationOptions {
|
|
2506
|
+
}
|
|
2507
|
+
|
|
2508
|
+
// @public
|
|
2509
|
+
export type TableOperationsCreateResponse = Table;
|
|
2510
|
+
|
|
2511
|
+
// @public
|
|
2512
|
+
export interface TableOperationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2513
|
+
}
|
|
2514
|
+
|
|
2515
|
+
// @public
|
|
2516
|
+
export interface TableOperationsGetOptionalParams extends coreClient.OperationOptions {
|
|
2517
|
+
}
|
|
2518
|
+
|
|
2519
|
+
// @public
|
|
2520
|
+
export type TableOperationsGetResponse = Table;
|
|
2521
|
+
|
|
2522
|
+
// @public
|
|
2523
|
+
export interface TableOperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2524
|
+
}
|
|
2525
|
+
|
|
2526
|
+
// @public
|
|
2527
|
+
export type TableOperationsListNextResponse = ListTableResource;
|
|
2528
|
+
|
|
2529
|
+
// @public
|
|
2530
|
+
export interface TableOperationsListOptionalParams extends coreClient.OperationOptions {
|
|
2531
|
+
}
|
|
2532
|
+
|
|
2533
|
+
// @public
|
|
2534
|
+
export type TableOperationsListResponse = ListTableResource;
|
|
2535
|
+
|
|
2536
|
+
// @public
|
|
2537
|
+
export interface TableOperationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2538
|
+
}
|
|
2539
|
+
|
|
2540
|
+
// @public
|
|
2541
|
+
export type TableOperationsUpdateResponse = Table;
|
|
2542
|
+
|
|
2543
|
+
// @public
|
|
2544
|
+
export type TableServiceProperties = Resource & {
|
|
2545
|
+
cors?: CorsRules;
|
|
2546
|
+
};
|
|
2547
|
+
|
|
2548
|
+
// @public
|
|
2549
|
+
export interface TableServices {
|
|
2550
|
+
getServiceProperties(resourceGroupName: string, accountName: string, options?: TableServicesGetServicePropertiesOptionalParams): Promise<TableServicesGetServicePropertiesResponse>;
|
|
2551
|
+
list(resourceGroupName: string, accountName: string, options?: TableServicesListOptionalParams): Promise<TableServicesListResponse>;
|
|
2552
|
+
setServiceProperties(resourceGroupName: string, accountName: string, parameters: TableServiceProperties, options?: TableServicesSetServicePropertiesOptionalParams): Promise<TableServicesSetServicePropertiesResponse>;
|
|
2553
|
+
}
|
|
2554
|
+
|
|
2555
|
+
// @public
|
|
2556
|
+
export interface TableServicesGetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
2557
|
+
}
|
|
2558
|
+
|
|
2559
|
+
// @public
|
|
2560
|
+
export type TableServicesGetServicePropertiesResponse = TableServiceProperties;
|
|
2561
|
+
|
|
2562
|
+
// @public
|
|
2563
|
+
export interface TableServicesListOptionalParams extends coreClient.OperationOptions {
|
|
2564
|
+
}
|
|
2565
|
+
|
|
2566
|
+
// @public
|
|
2567
|
+
export type TableServicesListResponse = ListTableServices;
|
|
2568
|
+
|
|
2569
|
+
// @public
|
|
2570
|
+
export interface TableServicesSetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
2571
|
+
}
|
|
2572
|
+
|
|
2573
|
+
// @public
|
|
2574
|
+
export type TableServicesSetServicePropertiesResponse = TableServiceProperties;
|
|
2575
|
+
|
|
2576
|
+
// @public
|
|
2577
|
+
export interface TagFilter {
|
|
2578
|
+
name: string;
|
|
2579
|
+
op: string;
|
|
2580
|
+
value: string;
|
|
2581
|
+
}
|
|
2582
|
+
|
|
2583
|
+
// @public
|
|
2584
|
+
export interface TagProperty {
|
|
2585
|
+
readonly objectIdentifier?: string;
|
|
2586
|
+
readonly tag?: string;
|
|
2587
|
+
readonly tenantId?: string;
|
|
2588
|
+
readonly timestamp?: Date;
|
|
2589
|
+
readonly upn?: string;
|
|
2590
|
+
}
|
|
2591
|
+
|
|
2592
|
+
// @public
|
|
2593
|
+
export type TrackedResource = Resource & {
|
|
2594
|
+
tags?: {
|
|
2595
|
+
[propertyName: string]: string;
|
|
2596
|
+
};
|
|
2597
|
+
location: string;
|
|
2598
|
+
};
|
|
2599
|
+
|
|
2600
|
+
// @public
|
|
2601
|
+
export interface UpdateHistoryProperty {
|
|
2602
|
+
readonly immutabilityPeriodSinceCreationInDays?: number;
|
|
2603
|
+
readonly objectIdentifier?: string;
|
|
2604
|
+
readonly tenantId?: string;
|
|
2605
|
+
readonly timestamp?: Date;
|
|
2606
|
+
readonly update?: ImmutabilityPolicyUpdateType;
|
|
2607
|
+
readonly upn?: string;
|
|
2608
|
+
}
|
|
2609
|
+
|
|
2610
|
+
// @public
|
|
2611
|
+
export interface Usage {
|
|
2612
|
+
readonly currentValue?: number;
|
|
2613
|
+
readonly limit?: number;
|
|
2614
|
+
readonly name?: UsageName;
|
|
2615
|
+
readonly unit?: UsageUnit;
|
|
2616
|
+
}
|
|
2617
|
+
|
|
2618
|
+
// @public
|
|
2619
|
+
export interface UsageListResult {
|
|
2620
|
+
value?: Usage[];
|
|
2621
|
+
}
|
|
2622
|
+
|
|
2623
|
+
// @public
|
|
2624
|
+
export interface UsageName {
|
|
2625
|
+
readonly localizedValue?: string;
|
|
2626
|
+
readonly value?: string;
|
|
2627
|
+
}
|
|
2628
|
+
|
|
2629
|
+
// @public
|
|
2630
|
+
export interface Usages {
|
|
2631
|
+
listByLocation(location: string, options?: UsagesListByLocationOptionalParams): PagedAsyncIterableIterator<Usage>;
|
|
2632
|
+
}
|
|
2633
|
+
|
|
2634
|
+
// @public
|
|
2635
|
+
export interface UsagesListByLocationOptionalParams extends coreClient.OperationOptions {
|
|
2636
|
+
}
|
|
2637
|
+
|
|
2638
|
+
// @public
|
|
2639
|
+
export type UsagesListByLocationResponse = UsageListResult;
|
|
2640
|
+
|
|
2641
|
+
// @public
|
|
2642
|
+
export type UsageUnit = "Count" | "Bytes" | "Seconds" | "Percent" | "CountsPerSecond" | "BytesPerSecond";
|
|
2643
|
+
|
|
2644
|
+
// @public
|
|
2645
|
+
export interface UserAssignedIdentity {
|
|
2646
|
+
readonly clientId?: string;
|
|
2647
|
+
readonly principalId?: string;
|
|
2648
|
+
}
|
|
2649
|
+
|
|
2650
|
+
// @public
|
|
2651
|
+
export interface VirtualNetworkRule {
|
|
2652
|
+
action?: "Allow";
|
|
2653
|
+
state?: State;
|
|
2654
|
+
virtualNetworkResourceId: string;
|
|
2655
|
+
}
|
|
2656
|
+
|
|
2657
|
+
// (No @packageDocumentation comment for this package)
|
|
2658
|
+
|
|
2659
|
+
```
|