@azure/arm-storage 18.3.1-alpha.20250213.1 → 18.3.1-alpha.20250217.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/README.md +21 -12
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +637 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/blobContainers.d.ts +278 -0
- package/dist/browser/operations/blobContainers.d.ts.map +1 -0
- package/dist/browser/operations/blobContainers.js +731 -0
- package/dist/browser/operations/blobContainers.js.map +1 -0
- package/dist/browser/operations/blobInventoryPolicies.d.ts +73 -0
- package/dist/browser/operations/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/browser/operations/blobInventoryPolicies.js +227 -0
- package/dist/browser/operations/blobInventoryPolicies.js.map +1 -0
- package/dist/browser/operations/blobServices.d.ts +60 -0
- package/dist/browser/operations/blobServices.d.ts.map +1 -0
- package/dist/browser/operations/blobServices.js +176 -0
- package/dist/browser/operations/blobServices.js.map +1 -0
- package/dist/browser/operations/deletedAccounts.d.ts +39 -0
- package/dist/browser/operations/deletedAccounts.d.ts.map +1 -0
- package/dist/browser/operations/deletedAccounts.js +167 -0
- package/dist/browser/operations/deletedAccounts.js.map +1 -0
- package/dist/browser/operations/encryptionScopes.d.ts +94 -0
- package/dist/browser/operations/encryptionScopes.d.ts.map +1 -0
- package/dist/browser/operations/encryptionScopes.js +296 -0
- package/dist/browser/operations/encryptionScopes.js.map +1 -0
- package/dist/browser/operations/fileServices.d.ts +47 -0
- package/dist/browser/operations/fileServices.d.ts.map +1 -0
- package/dist/browser/operations/fileServices.js +130 -0
- package/dist/browser/operations/fileServices.js.map +1 -0
- package/dist/browser/operations/fileShares.d.ts +132 -0
- package/dist/browser/operations/fileShares.d.ts.map +1 -0
- package/dist/browser/operations/fileShares.js +406 -0
- package/dist/browser/operations/fileShares.js.map +1 -0
- package/dist/browser/operations/index.d.ts +25 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +32 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/localUsersOperations.d.ts +98 -0
- package/dist/browser/operations/localUsersOperations.d.ts.map +1 -0
- package/dist/browser/operations/localUsersOperations.js +299 -0
- package/dist/browser/operations/localUsersOperations.js.map +1 -0
- package/dist/browser/operations/managementPolicies.d.ts +50 -0
- package/dist/browser/operations/managementPolicies.d.ts.map +1 -0
- package/dist/browser/operations/managementPolicies.js +126 -0
- package/dist/browser/operations/managementPolicies.js.map +1 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +73 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +252 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operations/objectReplicationPoliciesOperations.d.ts +80 -0
- package/dist/browser/operations/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/browser/operations/objectReplicationPoliciesOperations.js +234 -0
- package/dist/browser/operations/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +26 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +93 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +234 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +23 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +53 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/queue.d.ts +101 -0
- package/dist/browser/operations/queue.d.ts.map +1 -0
- package/dist/browser/operations/queue.js +315 -0
- package/dist/browser/operations/queue.js.map +1 -0
- package/dist/browser/operations/queueServices.d.ts +47 -0
- package/dist/browser/operations/queueServices.d.ts.map +1 -0
- package/dist/browser/operations/queueServices.js +130 -0
- package/dist/browser/operations/queueServices.js.map +1 -0
- package/dist/browser/operations/skus.d.ts +26 -0
- package/dist/browser/operations/skus.d.ts.map +1 -0
- package/dist/browser/operations/skus.js +93 -0
- package/dist/browser/operations/skus.js.map +1 -0
- package/dist/browser/operations/storageAccounts.d.ts +337 -0
- package/dist/browser/operations/storageAccounts.d.ts.map +1 -0
- package/dist/browser/operations/storageAccounts.js +1094 -0
- package/dist/browser/operations/storageAccounts.js.map +1 -0
- package/dist/browser/operations/storageTaskAssignmentInstancesReport.d.ts +53 -0
- package/dist/browser/operations/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/browser/operations/storageTaskAssignmentInstancesReport.js +177 -0
- package/dist/browser/operations/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/browser/operations/storageTaskAssignments.d.ts +141 -0
- package/dist/browser/operations/storageTaskAssignments.d.ts.map +1 -0
- package/dist/browser/operations/storageTaskAssignments.js +506 -0
- package/dist/browser/operations/storageTaskAssignments.js.map +1 -0
- package/dist/browser/operations/storageTaskAssignmentsInstancesReport.d.ts +44 -0
- package/dist/browser/operations/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/browser/operations/storageTaskAssignmentsInstancesReport.js +160 -0
- package/dist/browser/operations/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/browser/operations/tableOperations.d.ts +99 -0
- package/dist/browser/operations/tableOperations.d.ts.map +1 -0
- package/dist/browser/operations/tableOperations.js +309 -0
- package/dist/browser/operations/tableOperations.js.map +1 -0
- package/dist/browser/operations/tableServices.d.ts +47 -0
- package/dist/browser/operations/tableServices.d.ts.map +1 -0
- package/dist/browser/operations/tableServices.js +130 -0
- package/dist/browser/operations/tableServices.js.map +1 -0
- package/dist/browser/operations/usages.d.ts +28 -0
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/dist/browser/operations/usages.js +99 -0
- package/dist/browser/operations/usages.js.map +1 -0
- package/dist/browser/operationsInterfaces/blobContainers.d.ts +246 -0
- package/dist/browser/operationsInterfaces/blobContainers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/blobContainers.js.map +1 -0
- package/dist/browser/operationsInterfaces/blobInventoryPolicies.d.ts +53 -0
- package/dist/browser/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
- package/dist/browser/operationsInterfaces/blobServices.d.ts +40 -0
- package/dist/browser/operationsInterfaces/blobServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/blobServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/deletedAccounts.d.ts +18 -0
- package/dist/browser/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist/browser/operationsInterfaces/encryptionScopes.d.ts +63 -0
- package/dist/browser/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist/browser/operationsInterfaces/fileServices.d.ts +39 -0
- package/dist/browser/operationsInterfaces/fileServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fileServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/fileShares.d.ts +101 -0
- package/dist/browser/operationsInterfaces/fileShares.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fileShares.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +25 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +32 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/localUsersOperations.d.ts +78 -0
- package/dist/browser/operationsInterfaces/localUsersOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/localUsersOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/managementPolicies.d.ts +42 -0
- package/dist/browser/operationsInterfaces/managementPolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managementPolicies.js.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +53 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +60 -0
- package/dist/browser/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +53 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/queue.d.ts +70 -0
- package/dist/browser/operationsInterfaces/queue.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/queue.js.map +1 -0
- package/dist/browser/operationsInterfaces/queueServices.d.ts +39 -0
- package/dist/browser/operationsInterfaces/queueServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/queueServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/skus.d.ts +11 -0
- package/dist/browser/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/skus.js.map +1 -0
- package/dist/browser/operationsInterfaces/storageAccounts.d.ts +297 -0
- package/dist/browser/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts +18 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignments.d.ts +112 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignments.js.map +1 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts +15 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/browser/operationsInterfaces/tableOperations.d.ts +68 -0
- package/dist/browser/operationsInterfaces/tableOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tableOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/tableServices.d.ts +39 -0
- package/dist/browser/operationsInterfaces/tableServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tableServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/usages.d.ts +12 -0
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/browser/storageManagementClient.d.ts +43 -0
- package/dist/browser/storageManagementClient.d.ts.map +1 -0
- package/dist/browser/storageManagementClient.js +124 -0
- package/dist/browser/storageManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +4776 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +670 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +196 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +6838 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +76 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +641 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/blobContainers.d.ts +278 -0
- package/dist/commonjs/operations/blobContainers.d.ts.map +1 -0
- package/dist/commonjs/operations/blobContainers.js +735 -0
- package/dist/commonjs/operations/blobContainers.js.map +1 -0
- package/dist/commonjs/operations/blobInventoryPolicies.d.ts +73 -0
- package/dist/commonjs/operations/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/blobInventoryPolicies.js +231 -0
- package/dist/commonjs/operations/blobInventoryPolicies.js.map +1 -0
- package/dist/commonjs/operations/blobServices.d.ts +60 -0
- package/dist/commonjs/operations/blobServices.d.ts.map +1 -0
- package/dist/commonjs/operations/blobServices.js +180 -0
- package/dist/commonjs/operations/blobServices.js.map +1 -0
- package/dist/commonjs/operations/deletedAccounts.d.ts +39 -0
- package/dist/commonjs/operations/deletedAccounts.d.ts.map +1 -0
- package/dist/commonjs/operations/deletedAccounts.js +171 -0
- package/dist/commonjs/operations/deletedAccounts.js.map +1 -0
- package/dist/commonjs/operations/encryptionScopes.d.ts +94 -0
- package/dist/commonjs/operations/encryptionScopes.d.ts.map +1 -0
- package/dist/commonjs/operations/encryptionScopes.js +300 -0
- package/dist/commonjs/operations/encryptionScopes.js.map +1 -0
- package/dist/commonjs/operations/fileServices.d.ts +47 -0
- package/dist/commonjs/operations/fileServices.d.ts.map +1 -0
- package/dist/commonjs/operations/fileServices.js +135 -0
- package/dist/commonjs/operations/fileServices.js.map +1 -0
- package/dist/commonjs/operations/fileShares.d.ts +132 -0
- package/dist/commonjs/operations/fileShares.d.ts.map +1 -0
- package/dist/commonjs/operations/fileShares.js +410 -0
- package/dist/commonjs/operations/fileShares.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +25 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +35 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/localUsersOperations.d.ts +98 -0
- package/dist/commonjs/operations/localUsersOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/localUsersOperations.js +303 -0
- package/dist/commonjs/operations/localUsersOperations.js.map +1 -0
- package/dist/commonjs/operations/managementPolicies.d.ts +50 -0
- package/dist/commonjs/operations/managementPolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/managementPolicies.js +131 -0
- package/dist/commonjs/operations/managementPolicies.js.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +73 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +256 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operations/objectReplicationPoliciesOperations.d.ts +80 -0
- package/dist/commonjs/operations/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/objectReplicationPoliciesOperations.js +238 -0
- package/dist/commonjs/operations/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +26 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +97 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +238 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +23 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +58 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/queue.d.ts +101 -0
- package/dist/commonjs/operations/queue.d.ts.map +1 -0
- package/dist/commonjs/operations/queue.js +319 -0
- package/dist/commonjs/operations/queue.js.map +1 -0
- package/dist/commonjs/operations/queueServices.d.ts +47 -0
- package/dist/commonjs/operations/queueServices.d.ts.map +1 -0
- package/dist/commonjs/operations/queueServices.js +135 -0
- package/dist/commonjs/operations/queueServices.js.map +1 -0
- package/dist/commonjs/operations/skus.d.ts +26 -0
- package/dist/commonjs/operations/skus.d.ts.map +1 -0
- package/dist/commonjs/operations/skus.js +97 -0
- package/dist/commonjs/operations/skus.js.map +1 -0
- package/dist/commonjs/operations/storageAccounts.d.ts +337 -0
- package/dist/commonjs/operations/storageAccounts.d.ts.map +1 -0
- package/dist/commonjs/operations/storageAccounts.js +1098 -0
- package/dist/commonjs/operations/storageAccounts.js.map +1 -0
- package/dist/commonjs/operations/storageTaskAssignmentInstancesReport.d.ts +53 -0
- package/dist/commonjs/operations/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/commonjs/operations/storageTaskAssignmentInstancesReport.js +181 -0
- package/dist/commonjs/operations/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/commonjs/operations/storageTaskAssignments.d.ts +141 -0
- package/dist/commonjs/operations/storageTaskAssignments.d.ts.map +1 -0
- package/dist/commonjs/operations/storageTaskAssignments.js +510 -0
- package/dist/commonjs/operations/storageTaskAssignments.js.map +1 -0
- package/dist/commonjs/operations/storageTaskAssignmentsInstancesReport.d.ts +44 -0
- package/dist/commonjs/operations/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/commonjs/operations/storageTaskAssignmentsInstancesReport.js +164 -0
- package/dist/commonjs/operations/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/commonjs/operations/tableOperations.d.ts +99 -0
- package/dist/commonjs/operations/tableOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/tableOperations.js +313 -0
- package/dist/commonjs/operations/tableOperations.js.map +1 -0
- package/dist/commonjs/operations/tableServices.d.ts +47 -0
- package/dist/commonjs/operations/tableServices.d.ts.map +1 -0
- package/dist/commonjs/operations/tableServices.js +135 -0
- package/dist/commonjs/operations/tableServices.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +28 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +103 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/blobContainers.d.ts +246 -0
- package/dist/commonjs/operationsInterfaces/blobContainers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/blobContainers.js +10 -0
- package/dist/commonjs/operationsInterfaces/blobContainers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/blobInventoryPolicies.d.ts +53 -0
- package/dist/commonjs/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/blobInventoryPolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/blobServices.d.ts +40 -0
- package/dist/commonjs/operationsInterfaces/blobServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/blobServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/blobServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedAccounts.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedAccounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/encryptionScopes.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/encryptionScopes.js +10 -0
- package/dist/commonjs/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fileServices.d.ts +39 -0
- package/dist/commonjs/operationsInterfaces/fileServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fileServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/fileServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fileShares.d.ts +101 -0
- package/dist/commonjs/operationsInterfaces/fileShares.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fileShares.js +10 -0
- package/dist/commonjs/operationsInterfaces/fileShares.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +35 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/localUsersOperations.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/localUsersOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/localUsersOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/localUsersOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managementPolicies.d.ts +42 -0
- package/dist/commonjs/operationsInterfaces/managementPolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managementPolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/managementPolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +53 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/objectReplicationPoliciesOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +53 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/queue.d.ts +70 -0
- package/dist/commonjs/operationsInterfaces/queue.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/queue.js +10 -0
- package/dist/commonjs/operationsInterfaces/queue.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/queueServices.d.ts +39 -0
- package/dist/commonjs/operationsInterfaces/queueServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/queueServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/queueServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.js +10 -0
- package/dist/commonjs/operationsInterfaces/skus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts +297 -0
- package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageAccounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentInstancesReport.js +10 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignments.d.ts +112 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignments.js +10 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentsInstancesReport.js +10 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tableOperations.d.ts +68 -0
- package/dist/commonjs/operationsInterfaces/tableOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tableOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/tableOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tableServices.d.ts +39 -0
- package/dist/commonjs/operationsInterfaces/tableServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tableServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/tableServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/storageManagementClient.d.ts +43 -0
- package/dist/commonjs/storageManagementClient.d.ts.map +1 -0
- package/dist/commonjs/storageManagementClient.js +129 -0
- package/dist/commonjs/storageManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +4776 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +666 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +196 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +6832 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +76 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +637 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/blobContainers.d.ts +278 -0
- package/dist/esm/operations/blobContainers.d.ts.map +1 -0
- package/dist/esm/operations/blobContainers.js +731 -0
- package/dist/esm/operations/blobContainers.js.map +1 -0
- package/dist/esm/operations/blobInventoryPolicies.d.ts +73 -0
- package/dist/esm/operations/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/esm/operations/blobInventoryPolicies.js +227 -0
- package/dist/esm/operations/blobInventoryPolicies.js.map +1 -0
- package/dist/esm/operations/blobServices.d.ts +60 -0
- package/dist/esm/operations/blobServices.d.ts.map +1 -0
- package/dist/esm/operations/blobServices.js +176 -0
- package/dist/esm/operations/blobServices.js.map +1 -0
- package/dist/esm/operations/deletedAccounts.d.ts +39 -0
- package/dist/esm/operations/deletedAccounts.d.ts.map +1 -0
- package/dist/esm/operations/deletedAccounts.js +167 -0
- package/dist/esm/operations/deletedAccounts.js.map +1 -0
- package/dist/esm/operations/encryptionScopes.d.ts +94 -0
- package/dist/esm/operations/encryptionScopes.d.ts.map +1 -0
- package/dist/esm/operations/encryptionScopes.js +296 -0
- package/dist/esm/operations/encryptionScopes.js.map +1 -0
- package/dist/esm/operations/fileServices.d.ts +47 -0
- package/dist/esm/operations/fileServices.d.ts.map +1 -0
- package/dist/esm/operations/fileServices.js +130 -0
- package/dist/esm/operations/fileServices.js.map +1 -0
- package/dist/esm/operations/fileShares.d.ts +132 -0
- package/dist/esm/operations/fileShares.d.ts.map +1 -0
- package/dist/esm/operations/fileShares.js +406 -0
- package/dist/esm/operations/fileShares.js.map +1 -0
- package/dist/esm/operations/index.d.ts +25 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +32 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/localUsersOperations.d.ts +98 -0
- package/dist/esm/operations/localUsersOperations.d.ts.map +1 -0
- package/dist/esm/operations/localUsersOperations.js +299 -0
- package/dist/esm/operations/localUsersOperations.js.map +1 -0
- package/dist/esm/operations/managementPolicies.d.ts +50 -0
- package/dist/esm/operations/managementPolicies.d.ts.map +1 -0
- package/dist/esm/operations/managementPolicies.js +126 -0
- package/dist/esm/operations/managementPolicies.js.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +73 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +252 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operations/objectReplicationPoliciesOperations.d.ts +80 -0
- package/dist/esm/operations/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/esm/operations/objectReplicationPoliciesOperations.js +234 -0
- package/dist/esm/operations/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +26 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +93 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +234 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +23 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +53 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/queue.d.ts +101 -0
- package/dist/esm/operations/queue.d.ts.map +1 -0
- package/dist/esm/operations/queue.js +315 -0
- package/dist/esm/operations/queue.js.map +1 -0
- package/dist/esm/operations/queueServices.d.ts +47 -0
- package/dist/esm/operations/queueServices.d.ts.map +1 -0
- package/dist/esm/operations/queueServices.js +130 -0
- package/dist/esm/operations/queueServices.js.map +1 -0
- package/dist/esm/operations/skus.d.ts +26 -0
- package/dist/esm/operations/skus.d.ts.map +1 -0
- package/dist/esm/operations/skus.js +93 -0
- package/dist/esm/operations/skus.js.map +1 -0
- package/dist/esm/operations/storageAccounts.d.ts +337 -0
- package/dist/esm/operations/storageAccounts.d.ts.map +1 -0
- package/dist/esm/operations/storageAccounts.js +1094 -0
- package/dist/esm/operations/storageAccounts.js.map +1 -0
- package/dist/esm/operations/storageTaskAssignmentInstancesReport.d.ts +53 -0
- package/dist/esm/operations/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/esm/operations/storageTaskAssignmentInstancesReport.js +177 -0
- package/dist/esm/operations/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/esm/operations/storageTaskAssignments.d.ts +141 -0
- package/dist/esm/operations/storageTaskAssignments.d.ts.map +1 -0
- package/dist/esm/operations/storageTaskAssignments.js +506 -0
- package/dist/esm/operations/storageTaskAssignments.js.map +1 -0
- package/dist/esm/operations/storageTaskAssignmentsInstancesReport.d.ts +44 -0
- package/dist/esm/operations/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/esm/operations/storageTaskAssignmentsInstancesReport.js +160 -0
- package/dist/esm/operations/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/esm/operations/tableOperations.d.ts +99 -0
- package/dist/esm/operations/tableOperations.d.ts.map +1 -0
- package/dist/esm/operations/tableOperations.js +309 -0
- package/dist/esm/operations/tableOperations.js.map +1 -0
- package/dist/esm/operations/tableServices.d.ts +47 -0
- package/dist/esm/operations/tableServices.d.ts.map +1 -0
- package/dist/esm/operations/tableServices.js +130 -0
- package/dist/esm/operations/tableServices.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +28 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +99 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/blobContainers.d.ts +246 -0
- package/dist/esm/operationsInterfaces/blobContainers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/blobContainers.js +9 -0
- package/dist/esm/operationsInterfaces/blobContainers.js.map +1 -0
- package/dist/esm/operationsInterfaces/blobInventoryPolicies.d.ts +53 -0
- package/dist/esm/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/blobInventoryPolicies.js +9 -0
- package/dist/esm/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/blobServices.d.ts +40 -0
- package/dist/esm/operationsInterfaces/blobServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/blobServices.js +9 -0
- package/dist/esm/operationsInterfaces/blobServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/deletedAccounts.d.ts +18 -0
- package/dist/esm/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/deletedAccounts.js +9 -0
- package/dist/esm/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/encryptionScopes.d.ts +63 -0
- package/dist/esm/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/encryptionScopes.js +9 -0
- package/dist/esm/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist/esm/operationsInterfaces/fileServices.d.ts +39 -0
- package/dist/esm/operationsInterfaces/fileServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fileServices.js +9 -0
- package/dist/esm/operationsInterfaces/fileServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/fileShares.d.ts +101 -0
- package/dist/esm/operationsInterfaces/fileShares.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fileShares.js +9 -0
- package/dist/esm/operationsInterfaces/fileShares.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +25 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +32 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/localUsersOperations.d.ts +78 -0
- package/dist/esm/operationsInterfaces/localUsersOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/localUsersOperations.js +9 -0
- package/dist/esm/operationsInterfaces/localUsersOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/managementPolicies.d.ts +42 -0
- package/dist/esm/operationsInterfaces/managementPolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managementPolicies.js +9 -0
- package/dist/esm/operationsInterfaces/managementPolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +53 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +60 -0
- package/dist/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
- package/dist/esm/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +53 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/queue.d.ts +70 -0
- package/dist/esm/operationsInterfaces/queue.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/queue.js +9 -0
- package/dist/esm/operationsInterfaces/queue.js.map +1 -0
- package/dist/esm/operationsInterfaces/queueServices.d.ts +39 -0
- package/dist/esm/operationsInterfaces/queueServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/queueServices.js +9 -0
- package/dist/esm/operationsInterfaces/queueServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/skus.d.ts +11 -0
- package/dist/esm/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/skus.js +9 -0
- package/dist/esm/operationsInterfaces/skus.js.map +1 -0
- package/dist/esm/operationsInterfaces/storageAccounts.d.ts +297 -0
- package/dist/esm/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/storageAccounts.js +9 -0
- package/dist/esm/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts +18 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentInstancesReport.js +9 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignments.d.ts +112 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignments.js +9 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignments.js.map +1 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts +15 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentsInstancesReport.js +9 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/esm/operationsInterfaces/tableOperations.d.ts +68 -0
- package/dist/esm/operationsInterfaces/tableOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tableOperations.js +9 -0
- package/dist/esm/operationsInterfaces/tableOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/tableServices.d.ts +39 -0
- package/dist/esm/operationsInterfaces/tableServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tableServices.js +9 -0
- package/dist/esm/operationsInterfaces/tableServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +12 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/storageManagementClient.d.ts +43 -0
- package/dist/esm/storageManagementClient.d.ts.map +1 -0
- package/dist/esm/storageManagementClient.js +124 -0
- package/dist/esm/storageManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +4776 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +666 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +196 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +6832 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +76 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +637 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/blobContainers.d.ts +278 -0
- package/dist/react-native/operations/blobContainers.d.ts.map +1 -0
- package/dist/react-native/operations/blobContainers.js +731 -0
- package/dist/react-native/operations/blobContainers.js.map +1 -0
- package/dist/react-native/operations/blobInventoryPolicies.d.ts +73 -0
- package/dist/react-native/operations/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/react-native/operations/blobInventoryPolicies.js +227 -0
- package/dist/react-native/operations/blobInventoryPolicies.js.map +1 -0
- package/dist/react-native/operations/blobServices.d.ts +60 -0
- package/dist/react-native/operations/blobServices.d.ts.map +1 -0
- package/dist/react-native/operations/blobServices.js +176 -0
- package/dist/react-native/operations/blobServices.js.map +1 -0
- package/dist/react-native/operations/deletedAccounts.d.ts +39 -0
- package/dist/react-native/operations/deletedAccounts.d.ts.map +1 -0
- package/dist/react-native/operations/deletedAccounts.js +167 -0
- package/dist/react-native/operations/deletedAccounts.js.map +1 -0
- package/dist/react-native/operations/encryptionScopes.d.ts +94 -0
- package/dist/react-native/operations/encryptionScopes.d.ts.map +1 -0
- package/dist/react-native/operations/encryptionScopes.js +296 -0
- package/dist/react-native/operations/encryptionScopes.js.map +1 -0
- package/dist/react-native/operations/fileServices.d.ts +47 -0
- package/dist/react-native/operations/fileServices.d.ts.map +1 -0
- package/dist/react-native/operations/fileServices.js +130 -0
- package/dist/react-native/operations/fileServices.js.map +1 -0
- package/dist/react-native/operations/fileShares.d.ts +132 -0
- package/dist/react-native/operations/fileShares.d.ts.map +1 -0
- package/dist/react-native/operations/fileShares.js +406 -0
- package/dist/react-native/operations/fileShares.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +25 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +32 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/localUsersOperations.d.ts +98 -0
- package/dist/react-native/operations/localUsersOperations.d.ts.map +1 -0
- package/dist/react-native/operations/localUsersOperations.js +299 -0
- package/dist/react-native/operations/localUsersOperations.js.map +1 -0
- package/dist/react-native/operations/managementPolicies.d.ts +50 -0
- package/dist/react-native/operations/managementPolicies.d.ts.map +1 -0
- package/dist/react-native/operations/managementPolicies.js +126 -0
- package/dist/react-native/operations/managementPolicies.js.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +73 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +252 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operations/objectReplicationPoliciesOperations.d.ts +80 -0
- package/dist/react-native/operations/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/react-native/operations/objectReplicationPoliciesOperations.js +234 -0
- package/dist/react-native/operations/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +26 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +93 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +234 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +23 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +53 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/queue.d.ts +101 -0
- package/dist/react-native/operations/queue.d.ts.map +1 -0
- package/dist/react-native/operations/queue.js +315 -0
- package/dist/react-native/operations/queue.js.map +1 -0
- package/dist/react-native/operations/queueServices.d.ts +47 -0
- package/dist/react-native/operations/queueServices.d.ts.map +1 -0
- package/dist/react-native/operations/queueServices.js +130 -0
- package/dist/react-native/operations/queueServices.js.map +1 -0
- package/dist/react-native/operations/skus.d.ts +26 -0
- package/dist/react-native/operations/skus.d.ts.map +1 -0
- package/dist/react-native/operations/skus.js +93 -0
- package/dist/react-native/operations/skus.js.map +1 -0
- package/dist/react-native/operations/storageAccounts.d.ts +337 -0
- package/dist/react-native/operations/storageAccounts.d.ts.map +1 -0
- package/dist/react-native/operations/storageAccounts.js +1094 -0
- package/dist/react-native/operations/storageAccounts.js.map +1 -0
- package/dist/react-native/operations/storageTaskAssignmentInstancesReport.d.ts +53 -0
- package/dist/react-native/operations/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/react-native/operations/storageTaskAssignmentInstancesReport.js +177 -0
- package/dist/react-native/operations/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/react-native/operations/storageTaskAssignments.d.ts +141 -0
- package/dist/react-native/operations/storageTaskAssignments.d.ts.map +1 -0
- package/dist/react-native/operations/storageTaskAssignments.js +506 -0
- package/dist/react-native/operations/storageTaskAssignments.js.map +1 -0
- package/dist/react-native/operations/storageTaskAssignmentsInstancesReport.d.ts +44 -0
- package/dist/react-native/operations/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/react-native/operations/storageTaskAssignmentsInstancesReport.js +160 -0
- package/dist/react-native/operations/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/react-native/operations/tableOperations.d.ts +99 -0
- package/dist/react-native/operations/tableOperations.d.ts.map +1 -0
- package/dist/react-native/operations/tableOperations.js +309 -0
- package/dist/react-native/operations/tableOperations.js.map +1 -0
- package/dist/react-native/operations/tableServices.d.ts +47 -0
- package/dist/react-native/operations/tableServices.d.ts.map +1 -0
- package/dist/react-native/operations/tableServices.js +130 -0
- package/dist/react-native/operations/tableServices.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +28 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +99 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/blobContainers.d.ts +246 -0
- package/dist/react-native/operationsInterfaces/blobContainers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/blobContainers.js +9 -0
- package/dist/react-native/operationsInterfaces/blobContainers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/blobInventoryPolicies.d.ts +53 -0
- package/dist/react-native/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/blobInventoryPolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/blobServices.d.ts +40 -0
- package/dist/react-native/operationsInterfaces/blobServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/blobServices.js +9 -0
- package/dist/react-native/operationsInterfaces/blobServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedAccounts.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedAccounts.js +9 -0
- package/dist/react-native/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/encryptionScopes.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/encryptionScopes.js +9 -0
- package/dist/react-native/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fileServices.d.ts +39 -0
- package/dist/react-native/operationsInterfaces/fileServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fileServices.js +9 -0
- package/dist/react-native/operationsInterfaces/fileServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fileShares.d.ts +101 -0
- package/dist/react-native/operationsInterfaces/fileShares.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fileShares.js +9 -0
- package/dist/react-native/operationsInterfaces/fileShares.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +32 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/localUsersOperations.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/localUsersOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/localUsersOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/localUsersOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managementPolicies.d.ts +42 -0
- package/dist/react-native/operationsInterfaces/managementPolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managementPolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/managementPolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +53 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +53 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/queue.d.ts +70 -0
- package/dist/react-native/operationsInterfaces/queue.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/queue.js +9 -0
- package/dist/react-native/operationsInterfaces/queue.js.map +1 -0
- package/dist/react-native/operationsInterfaces/queueServices.d.ts +39 -0
- package/dist/react-native/operationsInterfaces/queueServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/queueServices.js +9 -0
- package/dist/react-native/operationsInterfaces/queueServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.js +9 -0
- package/dist/react-native/operationsInterfaces/skus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/storageAccounts.d.ts +297 -0
- package/dist/react-native/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/storageAccounts.js +9 -0
- package/dist/react-native/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentInstancesReport.js +9 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignments.d.ts +112 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignments.js +9 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentsInstancesReport.js +9 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tableOperations.d.ts +68 -0
- package/dist/react-native/operationsInterfaces/tableOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tableOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/tableOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tableServices.d.ts +39 -0
- package/dist/react-native/operationsInterfaces/tableServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tableServices.js +9 -0
- package/dist/react-native/operationsInterfaces/tableServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/storageManagementClient.d.ts +43 -0
- package/dist/react-native/storageManagementClient.d.ts.map +1 -0
- package/dist/react-native/storageManagementClient.js +124 -0
- package/dist/react-native/storageManagementClient.js.map +1 -0
- package/package.json +66 -36
- package/dist/index.js +0 -14904
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersClearLegalHoldSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersClearLegalHoldSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersClearLegalHoldSample.js +0 -31
- package/dist-esm/samples-dev/blobContainersClearLegalHoldSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersCreateOrUpdateImmutabilityPolicySample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersCreateOrUpdateImmutabilityPolicySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersCreateOrUpdateImmutabilityPolicySample.js +0 -59
- package/dist-esm/samples-dev/blobContainersCreateOrUpdateImmutabilityPolicySample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersCreateSample.js +0 -76
- package/dist-esm/samples-dev/blobContainersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersDeleteImmutabilityPolicySample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersDeleteImmutabilityPolicySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersDeleteImmutabilityPolicySample.js +0 -38
- package/dist-esm/samples-dev/blobContainersDeleteImmutabilityPolicySample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersDeleteSample.js +0 -37
- package/dist-esm/samples-dev/blobContainersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersExtendImmutabilityPolicySample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersExtendImmutabilityPolicySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersExtendImmutabilityPolicySample.js +0 -37
- package/dist-esm/samples-dev/blobContainersExtendImmutabilityPolicySample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersGetImmutabilityPolicySample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersGetImmutabilityPolicySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersGetImmutabilityPolicySample.js +0 -37
- package/dist-esm/samples-dev/blobContainersGetImmutabilityPolicySample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersGetSample.js +0 -56
- package/dist-esm/samples-dev/blobContainersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersLeaseSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersLeaseSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersLeaseSample.js +0 -65
- package/dist-esm/samples-dev/blobContainersLeaseSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersListSample.js +0 -81
- package/dist-esm/samples-dev/blobContainersListSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersLockImmutabilityPolicySample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersLockImmutabilityPolicySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersLockImmutabilityPolicySample.js +0 -38
- package/dist-esm/samples-dev/blobContainersLockImmutabilityPolicySample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersObjectLevelWormSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersObjectLevelWormSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersObjectLevelWormSample.js +0 -37
- package/dist-esm/samples-dev/blobContainersObjectLevelWormSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersSetLegalHoldSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersSetLegalHoldSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersSetLegalHoldSample.js +0 -54
- package/dist-esm/samples-dev/blobContainersSetLegalHoldSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersUpdateSample.js +0 -34
- package/dist-esm/samples-dev/blobContainersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobInventoryPoliciesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesCreateOrUpdateSample.js +0 -283
- package/dist-esm/samples-dev/blobInventoryPoliciesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobInventoryPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/blobInventoryPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobInventoryPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesGetSample.js +0 -37
- package/dist-esm/samples-dev/blobInventoryPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobInventoryPoliciesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesListSample.js +0 -52
- package/dist-esm/samples-dev/blobInventoryPoliciesListSample.js.map +0 -1
- package/dist-esm/samples-dev/blobServicesGetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobServicesGetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobServicesGetServicePropertiesSample.js +0 -36
- package/dist-esm/samples-dev/blobServicesGetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/blobServicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobServicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobServicesListSample.js +0 -52
- package/dist-esm/samples-dev/blobServicesListSample.js.map +0 -1
- package/dist-esm/samples-dev/blobServicesSetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobServicesSetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobServicesSetServicePropertiesSample.js +0 -112
- package/dist-esm/samples-dev/blobServicesSetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/deletedAccountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsGetSample.js +0 -36
- package/dist-esm/samples-dev/deletedAccountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/deletedAccountsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsListSample.js +0 -50
- package/dist-esm/samples-dev/deletedAccountsListSample.js.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/encryptionScopesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesGetSample.js +0 -37
- package/dist-esm/samples-dev/encryptionScopesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/encryptionScopesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesListSample.js +0 -52
- package/dist-esm/samples-dev/encryptionScopesListSample.js.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesPatchSample.d.ts +0 -2
- package/dist-esm/samples-dev/encryptionScopesPatchSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesPatchSample.js +0 -36
- package/dist-esm/samples-dev/encryptionScopesPatchSample.js.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/encryptionScopesPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesPutSample.js +0 -53
- package/dist-esm/samples-dev/encryptionScopesPutSample.js.map +0 -1
- package/dist-esm/samples-dev/fileServicesGetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileServicesGetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileServicesGetServicePropertiesSample.js +0 -36
- package/dist-esm/samples-dev/fileServicesGetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/fileServicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileServicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileServicesListSample.js +0 -36
- package/dist-esm/samples-dev/fileServicesListSample.js.map +0 -1
- package/dist-esm/samples-dev/fileServicesSetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileServicesSetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileServicesSetServicePropertiesSample.js +0 -105
- package/dist-esm/samples-dev/fileServicesSetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSharesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSharesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSharesCreateSample.js +0 -71
- package/dist-esm/samples-dev/fileSharesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSharesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSharesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSharesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/fileSharesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSharesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSharesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSharesGetSample.js +0 -51
- package/dist-esm/samples-dev/fileSharesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSharesLeaseSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSharesLeaseSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSharesLeaseSample.js +0 -65
- package/dist-esm/samples-dev/fileSharesLeaseSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSharesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSharesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSharesListSample.js +0 -117
- package/dist-esm/samples-dev/fileSharesListSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSharesRestoreSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSharesRestoreSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSharesRestoreSample.js +0 -34
- package/dist-esm/samples-dev/fileSharesRestoreSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSharesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSharesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSharesUpdateSample.js +0 -62
- package/dist-esm/samples-dev/fileSharesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/localUsersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/localUsersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localUsersCreateOrUpdateSample.js +0 -93
- package/dist-esm/samples-dev/localUsersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/localUsersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/localUsersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localUsersDeleteSample.js +0 -37
- package/dist-esm/samples-dev/localUsersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/localUsersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/localUsersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localUsersGetSample.js +0 -37
- package/dist-esm/samples-dev/localUsersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/localUsersListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/localUsersListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localUsersListKeysSample.js +0 -37
- package/dist-esm/samples-dev/localUsersListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/localUsersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/localUsersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localUsersListSample.js +0 -81
- package/dist-esm/samples-dev/localUsersListSample.js.map +0 -1
- package/dist-esm/samples-dev/localUsersRegeneratePasswordSample.d.ts +0 -2
- package/dist-esm/samples-dev/localUsersRegeneratePasswordSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localUsersRegeneratePasswordSample.js +0 -37
- package/dist-esm/samples-dev/localUsersRegeneratePasswordSample.js.map +0 -1
- package/dist-esm/samples-dev/managementPoliciesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementPoliciesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementPoliciesCreateOrUpdateSample.js +0 -410
- package/dist-esm/samples-dev/managementPoliciesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managementPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementPoliciesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/managementPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managementPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementPoliciesGetSample.js +0 -37
- package/dist-esm/samples-dev/managementPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js +0 -37
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.js +0 -52
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js +0 -37
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/objectReplicationPoliciesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesCreateOrUpdateSample.js +0 -143
- package/dist-esm/samples-dev/objectReplicationPoliciesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/objectReplicationPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/objectReplicationPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/objectReplicationPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesGetSample.js +0 -37
- package/dist-esm/samples-dev/objectReplicationPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/objectReplicationPoliciesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesListSample.js +0 -52
- package/dist-esm/samples-dev/objectReplicationPoliciesListSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -50
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -52
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js +0 -36
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByStorageAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByStorageAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByStorageAccountSample.js +0 -36
- package/dist-esm/samples-dev/privateLinkResourcesListByStorageAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/queueCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueCreateSample.js +0 -53
- package/dist-esm/samples-dev/queueCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/queueDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueDeleteSample.js +0 -37
- package/dist-esm/samples-dev/queueDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/queueGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueGetSample.js +0 -37
- package/dist-esm/samples-dev/queueGetSample.js.map +0 -1
- package/dist-esm/samples-dev/queueListSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueListSample.js +0 -52
- package/dist-esm/samples-dev/queueListSample.js.map +0 -1
- package/dist-esm/samples-dev/queueServicesGetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueServicesGetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueServicesGetServicePropertiesSample.js +0 -36
- package/dist-esm/samples-dev/queueServicesGetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/queueServicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueServicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueServicesListSample.js +0 -36
- package/dist-esm/samples-dev/queueServicesListSample.js.map +0 -1
- package/dist-esm/samples-dev/queueServicesSetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueServicesSetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueServicesSetServicePropertiesSample.js +0 -56
- package/dist-esm/samples-dev/queueServicesSetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/queueUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueUpdateSample.js +0 -31
- package/dist-esm/samples-dev/queueUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/skusListSample.d.ts +0 -2
- package/dist-esm/samples-dev/skusListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/skusListSample.js +0 -50
- package/dist-esm/samples-dev/skusListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsAbortHierarchicalNamespaceMigrationSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsAbortHierarchicalNamespaceMigrationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsAbortHierarchicalNamespaceMigrationSample.js +0 -36
- package/dist-esm/samples-dev/storageAccountsAbortHierarchicalNamespaceMigrationSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsCheckNameAvailabilitySample.js +0 -31
- package/dist-esm/samples-dev/storageAccountsCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsCreateSample.js +0 -521
- package/dist-esm/samples-dev/storageAccountsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsCustomerInitiatedMigrationSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsCustomerInitiatedMigrationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsCustomerInitiatedMigrationSample.js +0 -30
- package/dist-esm/samples-dev/storageAccountsCustomerInitiatedMigrationSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/storageAccountsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsFailoverSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsFailoverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsFailoverSample.js +0 -54
- package/dist-esm/samples-dev/storageAccountsFailoverSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsGetCustomerInitiatedMigrationSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsGetCustomerInitiatedMigrationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsGetCustomerInitiatedMigrationSample.js +0 -56
- package/dist-esm/samples-dev/storageAccountsGetCustomerInitiatedMigrationSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsGetPropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsGetPropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsGetPropertiesSample.js +0 -123
- package/dist-esm/samples-dev/storageAccountsGetPropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsHierarchicalNamespaceMigrationSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsHierarchicalNamespaceMigrationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsHierarchicalNamespaceMigrationSample.js +0 -37
- package/dist-esm/samples-dev/storageAccountsHierarchicalNamespaceMigrationSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListAccountSasSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsListAccountSasSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListAccountSasSample.js +0 -38
- package/dist-esm/samples-dev/storageAccountsListAccountSasSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListKeysSample.js +0 -36
- package/dist-esm/samples-dev/storageAccountsListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListSample.js +0 -50
- package/dist-esm/samples-dev/storageAccountsListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListServiceSasSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsListServiceSasSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListServiceSasSample.js +0 -35
- package/dist-esm/samples-dev/storageAccountsListServiceSasSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsRegenerateKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsRegenerateKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsRegenerateKeySample.js +0 -53
- package/dist-esm/samples-dev/storageAccountsRegenerateKeySample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsRestoreBlobRangesSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsRestoreBlobRangesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsRestoreBlobRangesSample.js +0 -36
- package/dist-esm/samples-dev/storageAccountsRestoreBlobRangesSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsRevokeUserDelegationKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsRevokeUserDelegationKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsRevokeUserDelegationKeysSample.js +0 -36
- package/dist-esm/samples-dev/storageAccountsRevokeUserDelegationKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsUpdateSample.js +0 -335
- package/dist-esm/samples-dev/storageAccountsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentInstancesReportListSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentInstancesReportListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentInstancesReportListSample.js +0 -53
- package/dist-esm/samples-dev/storageTaskAssignmentInstancesReportListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsCreateSample.js +0 -78
- package/dist-esm/samples-dev/storageTaskAssignmentsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/storageTaskAssignmentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsGetSample.js +0 -37
- package/dist-esm/samples-dev/storageTaskAssignmentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsInstancesReportListSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentsInstancesReportListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsInstancesReportListSample.js +0 -52
- package/dist-esm/samples-dev/storageTaskAssignmentsInstancesReportListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsListSample.js +0 -52
- package/dist-esm/samples-dev/storageTaskAssignmentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsUpdateSample.js +0 -44
- package/dist-esm/samples-dev/storageTaskAssignmentsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/tableCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableCreateSample.js +0 -70
- package/dist-esm/samples-dev/tableCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/tableDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableDeleteSample.js +0 -37
- package/dist-esm/samples-dev/tableDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/tableGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableGetSample.js +0 -37
- package/dist-esm/samples-dev/tableGetSample.js.map +0 -1
- package/dist-esm/samples-dev/tableListSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableListSample.js +0 -52
- package/dist-esm/samples-dev/tableListSample.js.map +0 -1
- package/dist-esm/samples-dev/tableServicesGetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableServicesGetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableServicesGetServicePropertiesSample.js +0 -36
- package/dist-esm/samples-dev/tableServicesGetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/tableServicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableServicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableServicesListSample.js +0 -36
- package/dist-esm/samples-dev/tableServicesListSample.js.map +0 -1
- package/dist-esm/samples-dev/tableServicesSetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableServicesSetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableServicesSetServicePropertiesSample.js +0 -56
- package/dist-esm/samples-dev/tableServicesSetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/tableUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableUpdateSample.js +0 -70
- package/dist-esm/samples-dev/tableUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesListByLocationSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListByLocationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListByLocationSample.js +0 -51
- package/dist-esm/samples-dev/usagesListByLocationSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -637
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/blobContainers.d.ts +0 -278
- package/dist-esm/src/operations/blobContainers.d.ts.map +0 -1
- package/dist-esm/src/operations/blobContainers.js +0 -735
- package/dist-esm/src/operations/blobContainers.js.map +0 -1
- package/dist-esm/src/operations/blobInventoryPolicies.d.ts +0 -73
- package/dist-esm/src/operations/blobInventoryPolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/blobInventoryPolicies.js +0 -227
- package/dist-esm/src/operations/blobInventoryPolicies.js.map +0 -1
- package/dist-esm/src/operations/blobServices.d.ts +0 -60
- package/dist-esm/src/operations/blobServices.d.ts.map +0 -1
- package/dist-esm/src/operations/blobServices.js +0 -176
- package/dist-esm/src/operations/blobServices.js.map +0 -1
- package/dist-esm/src/operations/deletedAccounts.d.ts +0 -39
- package/dist-esm/src/operations/deletedAccounts.d.ts.map +0 -1
- package/dist-esm/src/operations/deletedAccounts.js +0 -167
- package/dist-esm/src/operations/deletedAccounts.js.map +0 -1
- package/dist-esm/src/operations/encryptionScopes.d.ts +0 -94
- package/dist-esm/src/operations/encryptionScopes.d.ts.map +0 -1
- package/dist-esm/src/operations/encryptionScopes.js +0 -296
- package/dist-esm/src/operations/encryptionScopes.js.map +0 -1
- package/dist-esm/src/operations/fileServices.d.ts +0 -47
- package/dist-esm/src/operations/fileServices.d.ts.map +0 -1
- package/dist-esm/src/operations/fileServices.js +0 -130
- package/dist-esm/src/operations/fileServices.js.map +0 -1
- package/dist-esm/src/operations/fileShares.d.ts +0 -132
- package/dist-esm/src/operations/fileShares.d.ts.map +0 -1
- package/dist-esm/src/operations/fileShares.js +0 -406
- package/dist-esm/src/operations/fileShares.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -25
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -32
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/localUsersOperations.d.ts +0 -98
- package/dist-esm/src/operations/localUsersOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/localUsersOperations.js +0 -299
- package/dist-esm/src/operations/localUsersOperations.js.map +0 -1
- package/dist-esm/src/operations/managementPolicies.d.ts +0 -50
- package/dist-esm/src/operations/managementPolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/managementPolicies.js +0 -126
- package/dist-esm/src/operations/managementPolicies.js.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts +0 -73
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js +0 -256
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts +0 -80
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js +0 -234
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -26
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -93
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -73
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -234
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -23
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -53
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/queue.d.ts +0 -101
- package/dist-esm/src/operations/queue.d.ts.map +0 -1
- package/dist-esm/src/operations/queue.js +0 -315
- package/dist-esm/src/operations/queue.js.map +0 -1
- package/dist-esm/src/operations/queueServices.d.ts +0 -47
- package/dist-esm/src/operations/queueServices.d.ts.map +0 -1
- package/dist-esm/src/operations/queueServices.js +0 -130
- package/dist-esm/src/operations/queueServices.js.map +0 -1
- package/dist-esm/src/operations/skus.d.ts +0 -26
- package/dist-esm/src/operations/skus.d.ts.map +0 -1
- package/dist-esm/src/operations/skus.js +0 -93
- package/dist-esm/src/operations/skus.js.map +0 -1
- package/dist-esm/src/operations/storageAccounts.d.ts +0 -337
- package/dist-esm/src/operations/storageAccounts.d.ts.map +0 -1
- package/dist-esm/src/operations/storageAccounts.js +0 -1118
- package/dist-esm/src/operations/storageAccounts.js.map +0 -1
- package/dist-esm/src/operations/storageTaskAssignmentInstancesReport.d.ts +0 -53
- package/dist-esm/src/operations/storageTaskAssignmentInstancesReport.d.ts.map +0 -1
- package/dist-esm/src/operations/storageTaskAssignmentInstancesReport.js +0 -177
- package/dist-esm/src/operations/storageTaskAssignmentInstancesReport.js.map +0 -1
- package/dist-esm/src/operations/storageTaskAssignments.d.ts +0 -141
- package/dist-esm/src/operations/storageTaskAssignments.d.ts.map +0 -1
- package/dist-esm/src/operations/storageTaskAssignments.js +0 -518
- package/dist-esm/src/operations/storageTaskAssignments.js.map +0 -1
- package/dist-esm/src/operations/storageTaskAssignmentsInstancesReport.d.ts +0 -44
- package/dist-esm/src/operations/storageTaskAssignmentsInstancesReport.d.ts.map +0 -1
- package/dist-esm/src/operations/storageTaskAssignmentsInstancesReport.js +0 -160
- package/dist-esm/src/operations/storageTaskAssignmentsInstancesReport.js.map +0 -1
- package/dist-esm/src/operations/tableOperations.d.ts +0 -99
- package/dist-esm/src/operations/tableOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/tableOperations.js +0 -309
- package/dist-esm/src/operations/tableOperations.js.map +0 -1
- package/dist-esm/src/operations/tableServices.d.ts +0 -47
- package/dist-esm/src/operations/tableServices.d.ts.map +0 -1
- package/dist-esm/src/operations/tableServices.js +0 -130
- package/dist-esm/src/operations/tableServices.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts +0 -28
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js +0 -99
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/blobContainers.d.ts +0 -246
- package/dist-esm/src/operationsInterfaces/blobContainers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/blobContainers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts +0 -53
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/blobServices.d.ts +0 -40
- package/dist-esm/src/operationsInterfaces/blobServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/blobServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts +0 -18
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/deletedAccounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/encryptionScopes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fileServices.d.ts +0 -39
- package/dist-esm/src/operationsInterfaces/fileServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fileServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fileShares.d.ts +0 -101
- package/dist-esm/src/operationsInterfaces/fileShares.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fileShares.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -25
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -32
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/localUsersOperations.d.ts +0 -78
- package/dist-esm/src/operationsInterfaces/localUsersOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/localUsersOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts +0 -42
- package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managementPolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -53
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -53
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/queue.d.ts +0 -70
- package/dist-esm/src/operationsInterfaces/queue.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/queue.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/queueServices.d.ts +0 -39
- package/dist-esm/src/operationsInterfaces/queueServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/queueServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/skus.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/skus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/skus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts +0 -297
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts +0 -18
- package/dist-esm/src/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTaskAssignmentInstancesReport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTaskAssignments.d.ts +0 -112
- package/dist-esm/src/operationsInterfaces/storageTaskAssignments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTaskAssignments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTaskAssignmentsInstancesReport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/tableOperations.d.ts +0 -68
- package/dist-esm/src/operationsInterfaces/tableOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/tableOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/tableServices.d.ts +0 -39
- package/dist-esm/src/operationsInterfaces/tableServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/tableServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/storageManagementClient.d.ts +0 -43
- package/dist-esm/src/storageManagementClient.d.ts.map +0 -1
- package/dist-esm/src/storageManagementClient.js +0 -127
- package/dist-esm/src/storageManagementClient.js.map +0 -1
- package/dist-esm/test/storage_examples.d.ts +0 -4
- package/dist-esm/test/storage_examples.d.ts.map +0 -1
- package/dist-esm/test/storage_examples.js +0 -203
- package/dist-esm/test/storage_examples.js.map +0 -1
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -5358
- package/src/models/mappers.ts +0 -7298
- package/src/models/parameters.ts +0 -747
- package/src/operations/blobContainers.ts +0 -954
- package/src/operations/blobInventoryPolicies.ts +0 -288
- package/src/operations/blobServices.ts +0 -224
- package/src/operations/deletedAccounts.ts +0 -193
- package/src/operations/encryptionScopes.ts +0 -374
- package/src/operations/fileServices.ts +0 -170
- package/src/operations/fileShares.ts +0 -518
- package/src/operations/index.ts +0 -32
- package/src/operations/localUsersOperations.ts +0 -381
- package/src/operations/managementPolicies.ts +0 -169
- package/src/operations/networkSecurityPerimeterConfigurations.ts +0 -343
- package/src/operations/objectReplicationPoliciesOperations.ts +0 -296
- package/src/operations/operations.ts +0 -100
- package/src/operations/privateEndpointConnections.ts +0 -296
- package/src/operations/privateLinkResources.ts +0 -71
- package/src/operations/queue.ts +0 -404
- package/src/operations/queueServices.ts +0 -170
- package/src/operations/skus.ts +0 -98
- package/src/operations/storageAccounts.ts +0 -1468
- package/src/operations/storageTaskAssignmentInstancesReport.ts +0 -240
- package/src/operations/storageTaskAssignments.ts +0 -700
- package/src/operations/storageTaskAssignmentsInstancesReport.ts +0 -205
- package/src/operations/tableOperations.ts +0 -395
- package/src/operations/tableServices.ts +0 -170
- package/src/operations/usages.ts +0 -113
- package/src/operationsInterfaces/blobContainers.ts +0 -365
- package/src/operationsInterfaces/blobInventoryPolicies.ts +0 -91
- package/src/operationsInterfaces/blobServices.ts +0 -69
- package/src/operationsInterfaces/deletedAccounts.ts +0 -38
- package/src/operationsInterfaces/encryptionScopes.ts +0 -102
- package/src/operationsInterfaces/fileServices.ts +0 -68
- package/src/operationsInterfaces/fileShares.ts +0 -162
- package/src/operationsInterfaces/index.ts +0 -32
- package/src/operationsInterfaces/localUsersOperations.ts +0 -129
- package/src/operationsInterfaces/managementPolicies.ts +0 -74
- package/src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts +0 -93
- package/src/operationsInterfaces/objectReplicationPoliciesOperations.ts +0 -97
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -90
- package/src/operationsInterfaces/privateLinkResources.ts +0 -30
- package/src/operationsInterfaces/queue.ts +0 -116
- package/src/operationsInterfaces/queueServices.ts +0 -68
- package/src/operationsInterfaces/skus.ts +0 -22
- package/src/operationsInterfaces/storageAccounts.ts +0 -460
- package/src/operationsInterfaces/storageTaskAssignmentInstancesReport.ts +0 -35
- package/src/operationsInterfaces/storageTaskAssignments.ts +0 -191
- package/src/operationsInterfaces/storageTaskAssignmentsInstancesReport.ts +0 -31
- package/src/operationsInterfaces/tableOperations.ts +0 -111
- package/src/operationsInterfaces/tableServices.ts +0 -68
- package/src/operationsInterfaces/usages.ts +0 -24
- package/src/pagingHelper.ts +0 -39
- package/src/storageManagementClient.ts +0 -241
- package/tsconfig.json +0 -33
- package/types/arm-storage.d.ts +0 -6885
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/blobContainers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/blobInventoryPolicies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/blobServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/deletedAccounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/encryptionScopes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fileServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fileShares.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/localUsersOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managementPolicies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/objectReplicationPoliciesOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/queue.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/queueServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageAccounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageTaskAssignmentInstancesReport.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageTaskAssignments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageTaskAssignmentsInstancesReport.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/tableOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/tableServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -0,0 +1,4776 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export interface BlobServiceItems {
|
|
3
|
+
/**
|
|
4
|
+
* List of blob services returned.
|
|
5
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
6
|
+
*/
|
|
7
|
+
readonly value?: BlobServiceProperties[];
|
|
8
|
+
}
|
|
9
|
+
/** Sets the CORS rules. You can include up to five CorsRule elements in the request. */
|
|
10
|
+
export interface CorsRules {
|
|
11
|
+
/** The List of CORS rules. You can include up to five CorsRule elements in the request. */
|
|
12
|
+
corsRules?: CorsRule[];
|
|
13
|
+
}
|
|
14
|
+
/** Specifies a CORS rule for the Blob service. */
|
|
15
|
+
export interface CorsRule {
|
|
16
|
+
/** Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or "*" to allow all domains */
|
|
17
|
+
allowedOrigins: string[];
|
|
18
|
+
/** Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin. */
|
|
19
|
+
allowedMethods: AllowedMethods[];
|
|
20
|
+
/** Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response. */
|
|
21
|
+
maxAgeInSeconds: number;
|
|
22
|
+
/** Required if CorsRule element is present. A list of response headers to expose to CORS clients. */
|
|
23
|
+
exposedHeaders: string[];
|
|
24
|
+
/** Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request. */
|
|
25
|
+
allowedHeaders: string[];
|
|
26
|
+
}
|
|
27
|
+
/** The service properties for soft delete. */
|
|
28
|
+
export interface DeleteRetentionPolicy {
|
|
29
|
+
/** Indicates whether DeleteRetentionPolicy is enabled. */
|
|
30
|
+
enabled?: boolean;
|
|
31
|
+
/** Indicates the number of days that the deleted item should be retained. The minimum specified value can be 1 and the maximum value can be 365. */
|
|
32
|
+
days?: number;
|
|
33
|
+
/** This property when set to true allows deletion of the soft deleted blob versions and snapshots. This property cannot be used blob restore policy. This property only applies to blob service and does not apply to containers or file share. */
|
|
34
|
+
allowPermanentDelete?: boolean;
|
|
35
|
+
}
|
|
36
|
+
/** The blob service properties for change feed events. */
|
|
37
|
+
export interface ChangeFeed {
|
|
38
|
+
/** Indicates whether change feed event logging is enabled for the Blob service. */
|
|
39
|
+
enabled?: boolean;
|
|
40
|
+
/** Indicates the duration of changeFeed retention in days. Minimum value is 1 day and maximum value is 146000 days (400 years). A null value indicates an infinite retention of the change feed. */
|
|
41
|
+
retentionInDays?: number;
|
|
42
|
+
}
|
|
43
|
+
/** The blob service properties for blob restore policy */
|
|
44
|
+
export interface RestorePolicyProperties {
|
|
45
|
+
/** Blob restore is enabled if set to true. */
|
|
46
|
+
enabled: boolean;
|
|
47
|
+
/** how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days. */
|
|
48
|
+
days?: number;
|
|
49
|
+
/**
|
|
50
|
+
* Deprecated in favor of minRestoreTime property.
|
|
51
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
52
|
+
*/
|
|
53
|
+
readonly lastEnabledTime?: Date;
|
|
54
|
+
/**
|
|
55
|
+
* Returns the minimum date and time that the restore can be started.
|
|
56
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
57
|
+
*/
|
|
58
|
+
readonly minRestoreTime?: Date;
|
|
59
|
+
}
|
|
60
|
+
/** The blob service properties for Last access time based tracking policy. */
|
|
61
|
+
export interface LastAccessTimeTrackingPolicy {
|
|
62
|
+
/** When set to true last access time based tracking is enabled. */
|
|
63
|
+
enable: boolean;
|
|
64
|
+
/** Name of the policy. The valid value is AccessTimeTracking. This field is currently read only */
|
|
65
|
+
name?: Name;
|
|
66
|
+
/** The field specifies blob object tracking granularity in days, typically how often the blob object should be tracked.This field is currently read only with value as 1 */
|
|
67
|
+
trackingGranularityInDays?: number;
|
|
68
|
+
/** An array of predefined supported blob types. Only blockBlob is the supported value. This field is currently read only */
|
|
69
|
+
blobType?: string[];
|
|
70
|
+
}
|
|
71
|
+
/** The SKU of the storage account. */
|
|
72
|
+
export interface Sku {
|
|
73
|
+
/** The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType. */
|
|
74
|
+
name: SkuName;
|
|
75
|
+
/**
|
|
76
|
+
* The SKU tier. This is based on the SKU name.
|
|
77
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
78
|
+
*/
|
|
79
|
+
readonly tier?: SkuTier;
|
|
80
|
+
}
|
|
81
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
82
|
+
export interface Resource {
|
|
83
|
+
/**
|
|
84
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
85
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
86
|
+
*/
|
|
87
|
+
readonly id?: string;
|
|
88
|
+
/**
|
|
89
|
+
* The name of the resource
|
|
90
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
91
|
+
*/
|
|
92
|
+
readonly name?: string;
|
|
93
|
+
/**
|
|
94
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
95
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
96
|
+
*/
|
|
97
|
+
readonly type?: string;
|
|
98
|
+
}
|
|
99
|
+
/** Response schema. Contains list of blobs returned, and if paging is requested or required, a URL to next page of containers. */
|
|
100
|
+
export interface ListContainerItems {
|
|
101
|
+
/**
|
|
102
|
+
* List of blobs containers returned.
|
|
103
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
104
|
+
*/
|
|
105
|
+
readonly value?: ListContainerItem[];
|
|
106
|
+
/**
|
|
107
|
+
* Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size.
|
|
108
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
109
|
+
*/
|
|
110
|
+
readonly nextLink?: string;
|
|
111
|
+
}
|
|
112
|
+
/** The properties of an ImmutabilityPolicy of a blob container. */
|
|
113
|
+
export interface ImmutabilityPolicyProperties {
|
|
114
|
+
/**
|
|
115
|
+
* ImmutabilityPolicy Etag.
|
|
116
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
117
|
+
*/
|
|
118
|
+
readonly etag?: string;
|
|
119
|
+
/**
|
|
120
|
+
* The ImmutabilityPolicy update history of the blob container.
|
|
121
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
122
|
+
*/
|
|
123
|
+
readonly updateHistory?: UpdateHistoryProperty[];
|
|
124
|
+
/** The immutability period for the blobs in the container since the policy creation, in days. */
|
|
125
|
+
immutabilityPeriodSinceCreationInDays?: number;
|
|
126
|
+
/**
|
|
127
|
+
* The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked.
|
|
128
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
129
|
+
*/
|
|
130
|
+
readonly state?: ImmutabilityPolicyState;
|
|
131
|
+
/** This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. */
|
|
132
|
+
allowProtectedAppendWrites?: boolean;
|
|
133
|
+
/** This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive. */
|
|
134
|
+
allowProtectedAppendWritesAll?: boolean;
|
|
135
|
+
}
|
|
136
|
+
/** An update history of the ImmutabilityPolicy of a blob container. */
|
|
137
|
+
export interface UpdateHistoryProperty {
|
|
138
|
+
/**
|
|
139
|
+
* The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend.
|
|
140
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
141
|
+
*/
|
|
142
|
+
readonly update?: ImmutabilityPolicyUpdateType;
|
|
143
|
+
/**
|
|
144
|
+
* The immutability period for the blobs in the container since the policy creation, in days.
|
|
145
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
146
|
+
*/
|
|
147
|
+
readonly immutabilityPeriodSinceCreationInDays?: number;
|
|
148
|
+
/**
|
|
149
|
+
* Returns the date and time the ImmutabilityPolicy was updated.
|
|
150
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
151
|
+
*/
|
|
152
|
+
readonly timestamp?: Date;
|
|
153
|
+
/**
|
|
154
|
+
* Returns the Object ID of the user who updated the ImmutabilityPolicy.
|
|
155
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
156
|
+
*/
|
|
157
|
+
readonly objectIdentifier?: string;
|
|
158
|
+
/**
|
|
159
|
+
* Returns the Tenant ID that issued the token for the user who updated the ImmutabilityPolicy.
|
|
160
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
161
|
+
*/
|
|
162
|
+
readonly tenantId?: string;
|
|
163
|
+
/**
|
|
164
|
+
* Returns the User Principal Name of the user who updated the ImmutabilityPolicy.
|
|
165
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
166
|
+
*/
|
|
167
|
+
readonly upn?: string;
|
|
168
|
+
/** This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. */
|
|
169
|
+
allowProtectedAppendWrites?: boolean;
|
|
170
|
+
/** This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive. */
|
|
171
|
+
allowProtectedAppendWritesAll?: boolean;
|
|
172
|
+
}
|
|
173
|
+
/** The LegalHold property of a blob container. */
|
|
174
|
+
export interface LegalHoldProperties {
|
|
175
|
+
/**
|
|
176
|
+
* The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.
|
|
177
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
178
|
+
*/
|
|
179
|
+
readonly hasLegalHold?: boolean;
|
|
180
|
+
/** The list of LegalHold tags of a blob container. */
|
|
181
|
+
tags?: TagProperty[];
|
|
182
|
+
/** Protected append blob writes history. */
|
|
183
|
+
protectedAppendWritesHistory?: ProtectedAppendWritesHistory;
|
|
184
|
+
}
|
|
185
|
+
/** A tag of the LegalHold of a blob container. */
|
|
186
|
+
export interface TagProperty {
|
|
187
|
+
/**
|
|
188
|
+
* The tag value.
|
|
189
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
190
|
+
*/
|
|
191
|
+
readonly tag?: string;
|
|
192
|
+
/**
|
|
193
|
+
* Returns the date and time the tag was added.
|
|
194
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
195
|
+
*/
|
|
196
|
+
readonly timestamp?: Date;
|
|
197
|
+
/**
|
|
198
|
+
* Returns the Object ID of the user who added the tag.
|
|
199
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
200
|
+
*/
|
|
201
|
+
readonly objectIdentifier?: string;
|
|
202
|
+
/**
|
|
203
|
+
* Returns the Tenant ID that issued the token for the user who added the tag.
|
|
204
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
205
|
+
*/
|
|
206
|
+
readonly tenantId?: string;
|
|
207
|
+
/**
|
|
208
|
+
* Returns the User Principal Name of the user who added the tag.
|
|
209
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
210
|
+
*/
|
|
211
|
+
readonly upn?: string;
|
|
212
|
+
}
|
|
213
|
+
/** Protected append writes history setting for the blob container with Legal holds. */
|
|
214
|
+
export interface ProtectedAppendWritesHistory {
|
|
215
|
+
/** When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining legal hold protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. */
|
|
216
|
+
allowProtectedAppendWritesAll?: boolean;
|
|
217
|
+
/**
|
|
218
|
+
* Returns the date and time the tag was added.
|
|
219
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
220
|
+
*/
|
|
221
|
+
readonly timestamp?: Date;
|
|
222
|
+
}
|
|
223
|
+
/** Object level immutability properties of the container. */
|
|
224
|
+
export interface ImmutableStorageWithVersioning {
|
|
225
|
+
/** This is an immutable property, when set to true it enables object level immutability at the container level. */
|
|
226
|
+
enabled?: boolean;
|
|
227
|
+
/**
|
|
228
|
+
* Returns the date and time the object level immutability was enabled.
|
|
229
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
230
|
+
*/
|
|
231
|
+
readonly timeStamp?: Date;
|
|
232
|
+
/**
|
|
233
|
+
* This property denotes the container level immutability to object level immutability migration state.
|
|
234
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
235
|
+
*/
|
|
236
|
+
readonly migrationState?: MigrationState;
|
|
237
|
+
}
|
|
238
|
+
/** The LegalHold property of a blob container. */
|
|
239
|
+
export interface LegalHold {
|
|
240
|
+
/**
|
|
241
|
+
* The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.
|
|
242
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
243
|
+
*/
|
|
244
|
+
readonly hasLegalHold?: boolean;
|
|
245
|
+
/** Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case at SRP. */
|
|
246
|
+
tags: string[];
|
|
247
|
+
/** When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining legal hold protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. */
|
|
248
|
+
allowProtectedAppendWritesAll?: boolean;
|
|
249
|
+
}
|
|
250
|
+
/** Lease Container request schema. */
|
|
251
|
+
export interface LeaseContainerRequest {
|
|
252
|
+
/** Specifies the lease action. Can be one of the available actions. */
|
|
253
|
+
action: LeaseContainerRequestAction;
|
|
254
|
+
/** Identifies the lease. Can be specified in any valid GUID string format. */
|
|
255
|
+
leaseId?: string;
|
|
256
|
+
/** Optional. For a break action, proposed duration the lease should continue before it is broken, in seconds, between 0 and 60. */
|
|
257
|
+
breakPeriod?: number;
|
|
258
|
+
/** Required for acquire. Specifies the duration of the lease, in seconds, or negative one (-1) for a lease that never expires. */
|
|
259
|
+
leaseDuration?: number;
|
|
260
|
+
/** Optional for acquire, required for change. Proposed lease ID, in a GUID string format. */
|
|
261
|
+
proposedLeaseId?: string;
|
|
262
|
+
}
|
|
263
|
+
/** Lease Container response schema. */
|
|
264
|
+
export interface LeaseContainerResponse {
|
|
265
|
+
/** Returned unique lease ID that must be included with any request to delete the container, or to renew, change, or release the lease. */
|
|
266
|
+
leaseId?: string;
|
|
267
|
+
/** Approximate time remaining in the lease period, in seconds. */
|
|
268
|
+
leaseTimeSeconds?: string;
|
|
269
|
+
}
|
|
270
|
+
/** An error response from the Storage service. */
|
|
271
|
+
export interface CloudError {
|
|
272
|
+
/** An error response from the Storage service. */
|
|
273
|
+
error?: CloudErrorBody;
|
|
274
|
+
}
|
|
275
|
+
/** An error response from the Storage service. */
|
|
276
|
+
export interface CloudErrorBody {
|
|
277
|
+
/** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
|
|
278
|
+
code?: string;
|
|
279
|
+
/** A message describing the error, intended to be suitable for display in a user interface. */
|
|
280
|
+
message?: string;
|
|
281
|
+
/** The target of the particular error. For example, the name of the property in error. */
|
|
282
|
+
target?: string;
|
|
283
|
+
/** A list of additional details about the error. */
|
|
284
|
+
details?: CloudErrorBody[];
|
|
285
|
+
}
|
|
286
|
+
export interface FileServiceItems {
|
|
287
|
+
/**
|
|
288
|
+
* List of file services returned.
|
|
289
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
290
|
+
*/
|
|
291
|
+
readonly value?: FileServiceProperties[];
|
|
292
|
+
}
|
|
293
|
+
/** Protocol settings for file service */
|
|
294
|
+
export interface ProtocolSettings {
|
|
295
|
+
/** Setting for SMB protocol */
|
|
296
|
+
smb?: SmbSetting;
|
|
297
|
+
}
|
|
298
|
+
/** Setting for SMB protocol */
|
|
299
|
+
export interface SmbSetting {
|
|
300
|
+
/** Multichannel setting. Applies to Premium FileStorage only. */
|
|
301
|
+
multichannel?: Multichannel;
|
|
302
|
+
/** SMB protocol versions supported by server. Valid values are SMB2.1, SMB3.0, SMB3.1.1. Should be passed as a string with delimiter ';'. */
|
|
303
|
+
versions?: string;
|
|
304
|
+
/** SMB authentication methods supported by server. Valid values are NTLMv2, Kerberos. Should be passed as a string with delimiter ';'. */
|
|
305
|
+
authenticationMethods?: string;
|
|
306
|
+
/** Kerberos ticket encryption supported by server. Valid values are RC4-HMAC, AES-256. Should be passed as a string with delimiter ';' */
|
|
307
|
+
kerberosTicketEncryption?: string;
|
|
308
|
+
/** SMB channel encryption supported by server. Valid values are AES-128-CCM, AES-128-GCM, AES-256-GCM. Should be passed as a string with delimiter ';'. */
|
|
309
|
+
channelEncryption?: string;
|
|
310
|
+
}
|
|
311
|
+
/** Multichannel setting. Applies to Premium FileStorage only. */
|
|
312
|
+
export interface Multichannel {
|
|
313
|
+
/** Indicates whether multichannel is enabled */
|
|
314
|
+
enabled?: boolean;
|
|
315
|
+
}
|
|
316
|
+
/** Response schema. Contains list of shares returned, and if paging is requested or required, a URL to next page of shares. */
|
|
317
|
+
export interface FileShareItems {
|
|
318
|
+
/**
|
|
319
|
+
* List of file shares returned.
|
|
320
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
321
|
+
*/
|
|
322
|
+
readonly value?: FileShareItem[];
|
|
323
|
+
/**
|
|
324
|
+
* Request URL that can be used to query next page of shares. Returned when total number of requested shares exceed maximum page size.
|
|
325
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
326
|
+
*/
|
|
327
|
+
readonly nextLink?: string;
|
|
328
|
+
}
|
|
329
|
+
export interface SignedIdentifier {
|
|
330
|
+
/** An unique identifier of the stored access policy. */
|
|
331
|
+
id?: string;
|
|
332
|
+
/** Access policy */
|
|
333
|
+
accessPolicy?: AccessPolicy;
|
|
334
|
+
}
|
|
335
|
+
export interface AccessPolicy {
|
|
336
|
+
/** Start time of the access policy */
|
|
337
|
+
startTime?: Date;
|
|
338
|
+
/** Expiry time of the access policy */
|
|
339
|
+
expiryTime?: Date;
|
|
340
|
+
/** List of abbreviated permissions. */
|
|
341
|
+
permission?: string;
|
|
342
|
+
}
|
|
343
|
+
/** The deleted share to be restored. */
|
|
344
|
+
export interface DeletedShare {
|
|
345
|
+
/** Required. Identify the name of the deleted share that will be restored. */
|
|
346
|
+
deletedShareName: string;
|
|
347
|
+
/** Required. Identify the version of the deleted share that will be restored. */
|
|
348
|
+
deletedShareVersion: string;
|
|
349
|
+
}
|
|
350
|
+
/** Lease Share request schema. */
|
|
351
|
+
export interface LeaseShareRequest {
|
|
352
|
+
/** Specifies the lease action. Can be one of the available actions. */
|
|
353
|
+
action: LeaseShareAction;
|
|
354
|
+
/** Identifies the lease. Can be specified in any valid GUID string format. */
|
|
355
|
+
leaseId?: string;
|
|
356
|
+
/** Optional. For a break action, proposed duration the lease should continue before it is broken, in seconds, between 0 and 60. */
|
|
357
|
+
breakPeriod?: number;
|
|
358
|
+
/** Required for acquire. Specifies the duration of the lease, in seconds, or negative one (-1) for a lease that never expires. */
|
|
359
|
+
leaseDuration?: number;
|
|
360
|
+
/** Optional for acquire, required for change. Proposed lease ID, in a GUID string format. */
|
|
361
|
+
proposedLeaseId?: string;
|
|
362
|
+
}
|
|
363
|
+
/** Lease Share response schema. */
|
|
364
|
+
export interface LeaseShareResponse {
|
|
365
|
+
/** Returned unique lease ID that must be included with any request to delete the share, or to renew, change, or release the lease. */
|
|
366
|
+
leaseId?: string;
|
|
367
|
+
/** Approximate time remaining in the lease period, in seconds. */
|
|
368
|
+
leaseTimeSeconds?: string;
|
|
369
|
+
}
|
|
370
|
+
export interface ListQueueServices {
|
|
371
|
+
/**
|
|
372
|
+
* List of queue services returned.
|
|
373
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
374
|
+
*/
|
|
375
|
+
readonly value?: QueueServiceProperties[];
|
|
376
|
+
}
|
|
377
|
+
/** Response schema. Contains list of queues returned */
|
|
378
|
+
export interface ListQueueResource {
|
|
379
|
+
/**
|
|
380
|
+
* List of queues returned.
|
|
381
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
382
|
+
*/
|
|
383
|
+
readonly value?: ListQueue[];
|
|
384
|
+
/**
|
|
385
|
+
* Request URL that can be used to list next page of queues
|
|
386
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
387
|
+
*/
|
|
388
|
+
readonly nextLink?: string;
|
|
389
|
+
}
|
|
390
|
+
/** Result of the request to list Storage operations. It contains a list of operations and a URL link to get the next set of results. */
|
|
391
|
+
export interface OperationListResult {
|
|
392
|
+
/** List of Storage operations supported by the Storage resource provider. */
|
|
393
|
+
value?: Operation[];
|
|
394
|
+
}
|
|
395
|
+
/** Storage REST API operation definition. */
|
|
396
|
+
export interface Operation {
|
|
397
|
+
/** Operation name: {provider}/{resource}/{operation} */
|
|
398
|
+
name?: string;
|
|
399
|
+
/** Display metadata associated with the operation. */
|
|
400
|
+
display?: OperationDisplay;
|
|
401
|
+
/** The origin of operations. */
|
|
402
|
+
origin?: string;
|
|
403
|
+
/** One property of operation, include metric specifications. */
|
|
404
|
+
serviceSpecification?: ServiceSpecification;
|
|
405
|
+
}
|
|
406
|
+
/** Display metadata associated with the operation. */
|
|
407
|
+
export interface OperationDisplay {
|
|
408
|
+
/** Service provider: Microsoft Storage. */
|
|
409
|
+
provider?: string;
|
|
410
|
+
/** Resource on which the operation is performed etc. */
|
|
411
|
+
resource?: string;
|
|
412
|
+
/** Type of operation: get, read, delete, etc. */
|
|
413
|
+
operation?: string;
|
|
414
|
+
/** Description of the operation. */
|
|
415
|
+
description?: string;
|
|
416
|
+
}
|
|
417
|
+
/** One property of operation, include metric specifications. */
|
|
418
|
+
export interface ServiceSpecification {
|
|
419
|
+
/** Metric specifications of operation. */
|
|
420
|
+
metricSpecifications?: MetricSpecification[];
|
|
421
|
+
}
|
|
422
|
+
/** Metric specification of operation. */
|
|
423
|
+
export interface MetricSpecification {
|
|
424
|
+
/** Name of metric specification. */
|
|
425
|
+
name?: string;
|
|
426
|
+
/** Display name of metric specification. */
|
|
427
|
+
displayName?: string;
|
|
428
|
+
/** Display description of metric specification. */
|
|
429
|
+
displayDescription?: string;
|
|
430
|
+
/** Unit could be Bytes or Count. */
|
|
431
|
+
unit?: string;
|
|
432
|
+
/** Dimensions of blobs, including blob type and access tier. */
|
|
433
|
+
dimensions?: Dimension[];
|
|
434
|
+
/** Aggregation type could be Average. */
|
|
435
|
+
aggregationType?: string;
|
|
436
|
+
/** The property to decide fill gap with zero or not. */
|
|
437
|
+
fillGapWithZero?: boolean;
|
|
438
|
+
/** The category this metric specification belong to, could be Capacity. */
|
|
439
|
+
category?: string;
|
|
440
|
+
/** Account Resource Id. */
|
|
441
|
+
resourceIdDimensionNameOverride?: string;
|
|
442
|
+
}
|
|
443
|
+
/** Dimension of blobs, possibly be blob type or access tier. */
|
|
444
|
+
export interface Dimension {
|
|
445
|
+
/** Display name of dimension. */
|
|
446
|
+
name?: string;
|
|
447
|
+
/** Display name of dimension. */
|
|
448
|
+
displayName?: string;
|
|
449
|
+
}
|
|
450
|
+
/** The response from the List Storage SKUs operation. */
|
|
451
|
+
export interface StorageSkuListResult {
|
|
452
|
+
/**
|
|
453
|
+
* Get the list result of storage SKUs and their properties.
|
|
454
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
455
|
+
*/
|
|
456
|
+
readonly value?: SkuInformation[];
|
|
457
|
+
}
|
|
458
|
+
/** Storage SKU and its properties */
|
|
459
|
+
export interface SkuInformation {
|
|
460
|
+
/** The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType. */
|
|
461
|
+
name: SkuName;
|
|
462
|
+
/**
|
|
463
|
+
* The SKU tier. This is based on the SKU name.
|
|
464
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
465
|
+
*/
|
|
466
|
+
readonly tier?: SkuTier;
|
|
467
|
+
/**
|
|
468
|
+
* The type of the resource, usually it is 'storageAccounts'.
|
|
469
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
470
|
+
*/
|
|
471
|
+
readonly resourceType?: string;
|
|
472
|
+
/**
|
|
473
|
+
* Indicates the type of storage account.
|
|
474
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
475
|
+
*/
|
|
476
|
+
readonly kind?: Kind;
|
|
477
|
+
/**
|
|
478
|
+
* The set of locations that the SKU is available. This will be supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.).
|
|
479
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
480
|
+
*/
|
|
481
|
+
readonly locations?: string[];
|
|
482
|
+
/**
|
|
483
|
+
* The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc.
|
|
484
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
485
|
+
*/
|
|
486
|
+
readonly capabilities?: SKUCapability[];
|
|
487
|
+
/** The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. */
|
|
488
|
+
restrictions?: Restriction[];
|
|
489
|
+
}
|
|
490
|
+
/** The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc. */
|
|
491
|
+
export interface SKUCapability {
|
|
492
|
+
/**
|
|
493
|
+
* The name of capability, The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc.
|
|
494
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
495
|
+
*/
|
|
496
|
+
readonly name?: string;
|
|
497
|
+
/**
|
|
498
|
+
* A string value to indicate states of given capability. Possibly 'true' or 'false'.
|
|
499
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
500
|
+
*/
|
|
501
|
+
readonly value?: string;
|
|
502
|
+
}
|
|
503
|
+
/** The restriction because of which SKU cannot be used. */
|
|
504
|
+
export interface Restriction {
|
|
505
|
+
/**
|
|
506
|
+
* The type of restrictions. As of now only possible value for this is location.
|
|
507
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
508
|
+
*/
|
|
509
|
+
readonly type?: string;
|
|
510
|
+
/**
|
|
511
|
+
* The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted.
|
|
512
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
513
|
+
*/
|
|
514
|
+
readonly values?: string[];
|
|
515
|
+
/** The reason for the restriction. As of now this can be "QuotaId" or "NotAvailableForSubscription". Quota Id is set when the SKU has requiredQuotas parameter as the subscription does not belong to that quota. The "NotAvailableForSubscription" is related to capacity at DC. */
|
|
516
|
+
reasonCode?: ReasonCode;
|
|
517
|
+
}
|
|
518
|
+
/** The parameters used to check the availability of the storage account name. */
|
|
519
|
+
export interface StorageAccountCheckNameAvailabilityParameters {
|
|
520
|
+
/** The storage account name. */
|
|
521
|
+
name: string;
|
|
522
|
+
/** The type of resource, Microsoft.Storage/storageAccounts */
|
|
523
|
+
type: "Microsoft.Storage/storageAccounts";
|
|
524
|
+
}
|
|
525
|
+
/** The CheckNameAvailability operation response. */
|
|
526
|
+
export interface CheckNameAvailabilityResult {
|
|
527
|
+
/**
|
|
528
|
+
* Gets a boolean value that indicates whether the name is available for you to use. If true, the name is available. If false, the name has already been taken or is invalid and cannot be used.
|
|
529
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
530
|
+
*/
|
|
531
|
+
readonly nameAvailable?: boolean;
|
|
532
|
+
/**
|
|
533
|
+
* Gets the reason that a storage account name could not be used. The Reason element is only returned if NameAvailable is false.
|
|
534
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
535
|
+
*/
|
|
536
|
+
readonly reason?: Reason;
|
|
537
|
+
/**
|
|
538
|
+
* Gets an error message explaining the Reason value in more detail.
|
|
539
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
540
|
+
*/
|
|
541
|
+
readonly message?: string;
|
|
542
|
+
}
|
|
543
|
+
/** The parameters used when creating a storage account. */
|
|
544
|
+
export interface StorageAccountCreateParameters {
|
|
545
|
+
/** Required. Gets or sets the SKU name. */
|
|
546
|
+
sku: Sku;
|
|
547
|
+
/** Required. Indicates the type of storage account. */
|
|
548
|
+
kind: Kind;
|
|
549
|
+
/** Required. Gets or sets the location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update, the request will succeed. */
|
|
550
|
+
location: string;
|
|
551
|
+
/** Optional. Set the extended location of the resource. If not set, the storage account will be created in Azure main region. Otherwise it will be created in the specified extended location */
|
|
552
|
+
extendedLocation?: ExtendedLocation;
|
|
553
|
+
/** Gets or sets a list of key value pairs that describe the resource. These tags can be used for viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key with a length no greater than 128 characters and a value with a length no greater than 256 characters. */
|
|
554
|
+
tags?: {
|
|
555
|
+
[propertyName: string]: string;
|
|
556
|
+
};
|
|
557
|
+
/** The identity of the resource. */
|
|
558
|
+
identity?: Identity;
|
|
559
|
+
/** Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet. */
|
|
560
|
+
allowedCopyScope?: AllowedCopyScope;
|
|
561
|
+
/** Allow, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account. Value is optional but if passed in, must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. */
|
|
562
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
563
|
+
/** SasPolicy assigned to the storage account. */
|
|
564
|
+
sasPolicy?: SasPolicy;
|
|
565
|
+
/** KeyPolicy assigned to the storage account. */
|
|
566
|
+
keyPolicy?: KeyPolicy;
|
|
567
|
+
/** User domain assigned to the storage account. Name is the CNAME source. Only one custom domain is supported per storage account at this time. To clear the existing custom domain, use an empty string for the custom domain name property. */
|
|
568
|
+
customDomain?: CustomDomain;
|
|
569
|
+
/** Encryption settings to be used for server-side encryption for the storage account. */
|
|
570
|
+
encryption?: Encryption;
|
|
571
|
+
/** Network rule set */
|
|
572
|
+
networkRuleSet?: NetworkRuleSet;
|
|
573
|
+
/** Required for storage accounts where kind = BlobStorage. The access tier is used for billing. The 'Premium' access tier is the default value for premium block blobs storage account type and it cannot be changed for the premium block blobs storage account type. */
|
|
574
|
+
accessTier?: AccessTier;
|
|
575
|
+
/** Provides the identity based authentication settings for Azure Files. */
|
|
576
|
+
azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;
|
|
577
|
+
/** Allows https traffic only to storage service if sets to true. The default value is true since API version 2019-04-01. */
|
|
578
|
+
enableHttpsTrafficOnly?: boolean;
|
|
579
|
+
/** Enables Secure File Transfer Protocol, if set to true */
|
|
580
|
+
isSftpEnabled?: boolean;
|
|
581
|
+
/** Enables local users feature, if set to true */
|
|
582
|
+
isLocalUserEnabled?: boolean;
|
|
583
|
+
/** Enables extended group support with local users feature, if set to true */
|
|
584
|
+
enableExtendedGroups?: boolean;
|
|
585
|
+
/** Account HierarchicalNamespace enabled if sets to true. */
|
|
586
|
+
isHnsEnabled?: boolean;
|
|
587
|
+
/** Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. */
|
|
588
|
+
largeFileSharesState?: LargeFileSharesState;
|
|
589
|
+
/** Maintains information about the network routing choice opted by the user for data transfer */
|
|
590
|
+
routingPreference?: RoutingPreference;
|
|
591
|
+
/** Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is false for this property. */
|
|
592
|
+
allowBlobPublicAccess?: boolean;
|
|
593
|
+
/** Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property. */
|
|
594
|
+
minimumTlsVersion?: MinimumTlsVersion;
|
|
595
|
+
/** Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true. */
|
|
596
|
+
allowSharedKeyAccess?: boolean;
|
|
597
|
+
/** NFS 3.0 protocol support enabled if set to true. */
|
|
598
|
+
enableNfsV3?: boolean;
|
|
599
|
+
/** Allow or disallow cross AAD tenant object replication. Set this property to true for new or existing accounts only if object replication policies will involve storage accounts in different AAD tenants. The default interpretation is false for new accounts to follow best security practices by default. */
|
|
600
|
+
allowCrossTenantReplication?: boolean;
|
|
601
|
+
/** A boolean flag which indicates whether the default authentication is OAuth or not. The default interpretation is false for this property. */
|
|
602
|
+
defaultToOAuthAuthentication?: boolean;
|
|
603
|
+
/** The property is immutable and can only be set to true at the account creation time. When set to true, it enables object level immutability for all the new containers in the account by default. */
|
|
604
|
+
immutableStorageWithVersioning?: ImmutableStorageAccount;
|
|
605
|
+
/** Allows you to specify the type of endpoint. Set this to AzureDNSZone to create a large number of accounts in a single subscription, which creates accounts in an Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone identifier. */
|
|
606
|
+
dnsEndpointType?: DnsEndpointType;
|
|
607
|
+
}
|
|
608
|
+
/** The complex type of the extended location. */
|
|
609
|
+
export interface ExtendedLocation {
|
|
610
|
+
/** The name of the extended location. */
|
|
611
|
+
name?: string;
|
|
612
|
+
/** The type of the extended location. */
|
|
613
|
+
type?: ExtendedLocationTypes;
|
|
614
|
+
}
|
|
615
|
+
/** Identity for the resource. */
|
|
616
|
+
export interface Identity {
|
|
617
|
+
/**
|
|
618
|
+
* The principal ID of resource identity.
|
|
619
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
620
|
+
*/
|
|
621
|
+
readonly principalId?: string;
|
|
622
|
+
/**
|
|
623
|
+
* The tenant ID of resource.
|
|
624
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
625
|
+
*/
|
|
626
|
+
readonly tenantId?: string;
|
|
627
|
+
/** The identity type. */
|
|
628
|
+
type: IdentityType;
|
|
629
|
+
/** Gets or sets a list of key value pairs that describe the set of User Assigned identities that will be used with this storage account. The key is the ARM resource identifier of the identity. Only 1 User Assigned identity is permitted here. */
|
|
630
|
+
userAssignedIdentities?: {
|
|
631
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
632
|
+
};
|
|
633
|
+
}
|
|
634
|
+
/** UserAssignedIdentity for the resource. */
|
|
635
|
+
export interface UserAssignedIdentity {
|
|
636
|
+
/**
|
|
637
|
+
* The principal ID of the identity.
|
|
638
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
639
|
+
*/
|
|
640
|
+
readonly principalId?: string;
|
|
641
|
+
/**
|
|
642
|
+
* The client ID of the identity.
|
|
643
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
644
|
+
*/
|
|
645
|
+
readonly clientId?: string;
|
|
646
|
+
}
|
|
647
|
+
/** SasPolicy assigned to the storage account. */
|
|
648
|
+
export interface SasPolicy {
|
|
649
|
+
/** The SAS expiration period, DD.HH:MM:SS. */
|
|
650
|
+
sasExpirationPeriod: string;
|
|
651
|
+
/** The SAS Expiration Action defines the action to be performed when sasPolicy.sasExpirationPeriod is violated. The 'Log' action can be used for audit purposes and the 'Block' action can be used to block and deny the usage of SAS tokens that do not adhere to the sas policy expiration period. */
|
|
652
|
+
expirationAction: ExpirationAction;
|
|
653
|
+
}
|
|
654
|
+
/** KeyPolicy assigned to the storage account. */
|
|
655
|
+
export interface KeyPolicy {
|
|
656
|
+
/** The key expiration period in days. */
|
|
657
|
+
keyExpirationPeriodInDays: number;
|
|
658
|
+
}
|
|
659
|
+
/** The custom domain assigned to this storage account. This can be set via Update. */
|
|
660
|
+
export interface CustomDomain {
|
|
661
|
+
/** Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source. */
|
|
662
|
+
name: string;
|
|
663
|
+
/** Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates. */
|
|
664
|
+
useSubDomainName?: boolean;
|
|
665
|
+
}
|
|
666
|
+
/** The encryption settings on the storage account. */
|
|
667
|
+
export interface Encryption {
|
|
668
|
+
/** List of services which support encryption. */
|
|
669
|
+
services?: EncryptionServices;
|
|
670
|
+
/** The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault */
|
|
671
|
+
keySource?: KeySource;
|
|
672
|
+
/** A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest. */
|
|
673
|
+
requireInfrastructureEncryption?: boolean;
|
|
674
|
+
/** Properties provided by key vault. */
|
|
675
|
+
keyVaultProperties?: KeyVaultProperties;
|
|
676
|
+
/** The identity to be used with service-side encryption at rest. */
|
|
677
|
+
encryptionIdentity?: EncryptionIdentity;
|
|
678
|
+
}
|
|
679
|
+
/** A list of services that support encryption. */
|
|
680
|
+
export interface EncryptionServices {
|
|
681
|
+
/** The encryption function of the blob storage service. */
|
|
682
|
+
blob?: EncryptionService;
|
|
683
|
+
/** The encryption function of the file storage service. */
|
|
684
|
+
file?: EncryptionService;
|
|
685
|
+
/** The encryption function of the table storage service. */
|
|
686
|
+
table?: EncryptionService;
|
|
687
|
+
/** The encryption function of the queue storage service. */
|
|
688
|
+
queue?: EncryptionService;
|
|
689
|
+
}
|
|
690
|
+
/** A service that allows server-side encryption to be used. */
|
|
691
|
+
export interface EncryptionService {
|
|
692
|
+
/** A boolean indicating whether or not the service encrypts the data as it is stored. Encryption at rest is enabled by default today and cannot be disabled. */
|
|
693
|
+
enabled?: boolean;
|
|
694
|
+
/**
|
|
695
|
+
* Gets a rough estimate of the date/time when the encryption was last enabled by the user. Data is encrypted at rest by default today and cannot be disabled.
|
|
696
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
697
|
+
*/
|
|
698
|
+
readonly lastEnabledTime?: Date;
|
|
699
|
+
/** Encryption key type to be used for the encryption service. 'Account' key type implies that an account-scoped encryption key will be used. 'Service' key type implies that a default service key is used. */
|
|
700
|
+
keyType?: KeyType;
|
|
701
|
+
}
|
|
702
|
+
/** Properties of key vault. */
|
|
703
|
+
export interface KeyVaultProperties {
|
|
704
|
+
/** The name of KeyVault key. */
|
|
705
|
+
keyName?: string;
|
|
706
|
+
/** The version of KeyVault key. */
|
|
707
|
+
keyVersion?: string;
|
|
708
|
+
/** The Uri of KeyVault. */
|
|
709
|
+
keyVaultUri?: string;
|
|
710
|
+
/**
|
|
711
|
+
* The object identifier of the current versioned Key Vault Key in use.
|
|
712
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
713
|
+
*/
|
|
714
|
+
readonly currentVersionedKeyIdentifier?: string;
|
|
715
|
+
/**
|
|
716
|
+
* Timestamp of last rotation of the Key Vault Key.
|
|
717
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
718
|
+
*/
|
|
719
|
+
readonly lastKeyRotationTimestamp?: Date;
|
|
720
|
+
/**
|
|
721
|
+
* This is a read only property that represents the expiration time of the current version of the customer managed key used for encryption.
|
|
722
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
723
|
+
*/
|
|
724
|
+
readonly currentVersionedKeyExpirationTimestamp?: Date;
|
|
725
|
+
}
|
|
726
|
+
/** Encryption identity for the storage account. */
|
|
727
|
+
export interface EncryptionIdentity {
|
|
728
|
+
/** Resource identifier of the UserAssigned identity to be associated with server-side encryption on the storage account. */
|
|
729
|
+
encryptionUserAssignedIdentity?: string;
|
|
730
|
+
/** ClientId of the multi-tenant application to be used in conjunction with the user-assigned identity for cross-tenant customer-managed-keys server-side encryption on the storage account. */
|
|
731
|
+
encryptionFederatedIdentityClientId?: string;
|
|
732
|
+
}
|
|
733
|
+
/** Network rule set */
|
|
734
|
+
export interface NetworkRuleSet {
|
|
735
|
+
/** Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to bypass none of those traffics. */
|
|
736
|
+
bypass?: Bypass;
|
|
737
|
+
/** Sets the resource access rules */
|
|
738
|
+
resourceAccessRules?: ResourceAccessRule[];
|
|
739
|
+
/** Sets the virtual network rules */
|
|
740
|
+
virtualNetworkRules?: VirtualNetworkRule[];
|
|
741
|
+
/** Sets the IP ACL rules */
|
|
742
|
+
ipRules?: IPRule[];
|
|
743
|
+
/** Specifies the default action of allow or deny when no other rules match. */
|
|
744
|
+
defaultAction: DefaultAction;
|
|
745
|
+
}
|
|
746
|
+
/** Resource Access Rule. */
|
|
747
|
+
export interface ResourceAccessRule {
|
|
748
|
+
/** Tenant Id */
|
|
749
|
+
tenantId?: string;
|
|
750
|
+
/** Resource Id */
|
|
751
|
+
resourceId?: string;
|
|
752
|
+
}
|
|
753
|
+
/** Virtual Network rule. */
|
|
754
|
+
export interface VirtualNetworkRule {
|
|
755
|
+
/** Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}. */
|
|
756
|
+
virtualNetworkResourceId: string;
|
|
757
|
+
/** The action of virtual network rule. */
|
|
758
|
+
action?: "Allow";
|
|
759
|
+
/** Gets the state of virtual network rule. */
|
|
760
|
+
state?: State;
|
|
761
|
+
}
|
|
762
|
+
/** IP rule with specific IP or IP range in CIDR format. */
|
|
763
|
+
export interface IPRule {
|
|
764
|
+
/** Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed. */
|
|
765
|
+
iPAddressOrRange: string;
|
|
766
|
+
/** The action of IP ACL rule. */
|
|
767
|
+
action?: "Allow";
|
|
768
|
+
}
|
|
769
|
+
/** Settings for Azure Files identity based authentication. */
|
|
770
|
+
export interface AzureFilesIdentityBasedAuthentication {
|
|
771
|
+
/** Indicates the directory service used. Note that this enum may be extended in the future. */
|
|
772
|
+
directoryServiceOptions: DirectoryServiceOptions;
|
|
773
|
+
/** Required if directoryServiceOptions are AD, optional if they are AADKERB. */
|
|
774
|
+
activeDirectoryProperties?: ActiveDirectoryProperties;
|
|
775
|
+
/** Default share permission for users using Kerberos authentication if RBAC role is not assigned. */
|
|
776
|
+
defaultSharePermission?: DefaultSharePermission;
|
|
777
|
+
}
|
|
778
|
+
/** Settings properties for Active Directory (AD). */
|
|
779
|
+
export interface ActiveDirectoryProperties {
|
|
780
|
+
/** Specifies the primary domain that the AD DNS server is authoritative for. */
|
|
781
|
+
domainName: string;
|
|
782
|
+
/** Specifies the NetBIOS domain name. */
|
|
783
|
+
netBiosDomainName?: string;
|
|
784
|
+
/** Specifies the Active Directory forest to get. */
|
|
785
|
+
forestName?: string;
|
|
786
|
+
/** Specifies the domain GUID. */
|
|
787
|
+
domainGuid: string;
|
|
788
|
+
/** Specifies the security identifier (SID). */
|
|
789
|
+
domainSid?: string;
|
|
790
|
+
/** Specifies the security identifier (SID) for Azure Storage. */
|
|
791
|
+
azureStorageSid?: string;
|
|
792
|
+
/** Specifies the Active Directory SAMAccountName for Azure Storage. */
|
|
793
|
+
samAccountName?: string;
|
|
794
|
+
/** Specifies the Active Directory account type for Azure Storage. */
|
|
795
|
+
accountType?: AccountType;
|
|
796
|
+
}
|
|
797
|
+
/** Routing preference defines the type of network, either microsoft or internet routing to be used to deliver the user data, the default option is microsoft routing */
|
|
798
|
+
export interface RoutingPreference {
|
|
799
|
+
/** Routing Choice defines the kind of network routing opted by the user. */
|
|
800
|
+
routingChoice?: RoutingChoice;
|
|
801
|
+
/** A boolean flag which indicates whether microsoft routing storage endpoints are to be published */
|
|
802
|
+
publishMicrosoftEndpoints?: boolean;
|
|
803
|
+
/** A boolean flag which indicates whether internet routing storage endpoints are to be published */
|
|
804
|
+
publishInternetEndpoints?: boolean;
|
|
805
|
+
}
|
|
806
|
+
/** This property enables and defines account-level immutability. Enabling the feature auto-enables Blob Versioning. */
|
|
807
|
+
export interface ImmutableStorageAccount {
|
|
808
|
+
/** A boolean flag which enables account-level immutability. All the containers under such an account have object-level immutability enabled by default. */
|
|
809
|
+
enabled?: boolean;
|
|
810
|
+
/** Specifies the default account-level immutability policy which is inherited and applied to objects that do not possess an explicit immutability policy at the object level. The object-level immutability policy has higher precedence than the container-level immutability policy, which has a higher precedence than the account-level immutability policy. */
|
|
811
|
+
immutabilityPolicy?: AccountImmutabilityPolicyProperties;
|
|
812
|
+
}
|
|
813
|
+
/** This defines account-level immutability policy properties. */
|
|
814
|
+
export interface AccountImmutabilityPolicyProperties {
|
|
815
|
+
/** The immutability period for the blobs in the container since the policy creation, in days. */
|
|
816
|
+
immutabilityPeriodSinceCreationInDays?: number;
|
|
817
|
+
/** The ImmutabilityPolicy state defines the mode of the policy. Disabled state disables the policy, Unlocked state allows increase and decrease of immutability retention time and also allows toggling allowProtectedAppendWrites property, Locked state only allows the increase of the immutability retention time. A policy can only be created in a Disabled or Unlocked state and can be toggled between the two states. Only a policy in an Unlocked state can transition to a Locked state which cannot be reverted. */
|
|
818
|
+
state?: AccountImmutabilityPolicyState;
|
|
819
|
+
/** This property can only be changed for disabled and unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. */
|
|
820
|
+
allowProtectedAppendWrites?: boolean;
|
|
821
|
+
}
|
|
822
|
+
/** The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object. */
|
|
823
|
+
export interface Endpoints {
|
|
824
|
+
/**
|
|
825
|
+
* Gets the blob endpoint.
|
|
826
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
827
|
+
*/
|
|
828
|
+
readonly blob?: string;
|
|
829
|
+
/**
|
|
830
|
+
* Gets the queue endpoint.
|
|
831
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
832
|
+
*/
|
|
833
|
+
readonly queue?: string;
|
|
834
|
+
/**
|
|
835
|
+
* Gets the table endpoint.
|
|
836
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
837
|
+
*/
|
|
838
|
+
readonly table?: string;
|
|
839
|
+
/**
|
|
840
|
+
* Gets the file endpoint.
|
|
841
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
842
|
+
*/
|
|
843
|
+
readonly file?: string;
|
|
844
|
+
/**
|
|
845
|
+
* Gets the web endpoint.
|
|
846
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
847
|
+
*/
|
|
848
|
+
readonly web?: string;
|
|
849
|
+
/**
|
|
850
|
+
* Gets the dfs endpoint.
|
|
851
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
852
|
+
*/
|
|
853
|
+
readonly dfs?: string;
|
|
854
|
+
/** Gets the microsoft routing storage endpoints. */
|
|
855
|
+
microsoftEndpoints?: StorageAccountMicrosoftEndpoints;
|
|
856
|
+
/** Gets the internet routing storage endpoints */
|
|
857
|
+
internetEndpoints?: StorageAccountInternetEndpoints;
|
|
858
|
+
}
|
|
859
|
+
/** The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object via a microsoft routing endpoint. */
|
|
860
|
+
export interface StorageAccountMicrosoftEndpoints {
|
|
861
|
+
/**
|
|
862
|
+
* Gets the blob endpoint.
|
|
863
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
864
|
+
*/
|
|
865
|
+
readonly blob?: string;
|
|
866
|
+
/**
|
|
867
|
+
* Gets the queue endpoint.
|
|
868
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
869
|
+
*/
|
|
870
|
+
readonly queue?: string;
|
|
871
|
+
/**
|
|
872
|
+
* Gets the table endpoint.
|
|
873
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
874
|
+
*/
|
|
875
|
+
readonly table?: string;
|
|
876
|
+
/**
|
|
877
|
+
* Gets the file endpoint.
|
|
878
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
879
|
+
*/
|
|
880
|
+
readonly file?: string;
|
|
881
|
+
/**
|
|
882
|
+
* Gets the web endpoint.
|
|
883
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
884
|
+
*/
|
|
885
|
+
readonly web?: string;
|
|
886
|
+
/**
|
|
887
|
+
* Gets the dfs endpoint.
|
|
888
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
889
|
+
*/
|
|
890
|
+
readonly dfs?: string;
|
|
891
|
+
}
|
|
892
|
+
/** The URIs that are used to perform a retrieval of a public blob, file, web or dfs object via a internet routing endpoint. */
|
|
893
|
+
export interface StorageAccountInternetEndpoints {
|
|
894
|
+
/**
|
|
895
|
+
* Gets the blob endpoint.
|
|
896
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
897
|
+
*/
|
|
898
|
+
readonly blob?: string;
|
|
899
|
+
/**
|
|
900
|
+
* Gets the file endpoint.
|
|
901
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
902
|
+
*/
|
|
903
|
+
readonly file?: string;
|
|
904
|
+
/**
|
|
905
|
+
* Gets the web endpoint.
|
|
906
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
907
|
+
*/
|
|
908
|
+
readonly web?: string;
|
|
909
|
+
/**
|
|
910
|
+
* Gets the dfs endpoint.
|
|
911
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
912
|
+
*/
|
|
913
|
+
readonly dfs?: string;
|
|
914
|
+
}
|
|
915
|
+
/** Storage account keys creation time. */
|
|
916
|
+
export interface KeyCreationTime {
|
|
917
|
+
key1?: Date;
|
|
918
|
+
key2?: Date;
|
|
919
|
+
}
|
|
920
|
+
/** Statistics related to replication for storage account's Blob, Table, Queue and File services. It is only available when geo-redundant replication is enabled for the storage account. */
|
|
921
|
+
export interface GeoReplicationStats {
|
|
922
|
+
/**
|
|
923
|
+
* The status of the secondary location. Possible values are: - Live: Indicates that the secondary location is active and operational. - Bootstrap: Indicates initial synchronization from the primary location to the secondary location is in progress.This typically occurs when replication is first enabled. - Unavailable: Indicates that the secondary location is temporarily unavailable.
|
|
924
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
925
|
+
*/
|
|
926
|
+
readonly status?: GeoReplicationStatus;
|
|
927
|
+
/**
|
|
928
|
+
* All primary writes preceding this UTC date/time value are guaranteed to be available for read operations. Primary writes following this point in time may or may not be available for reads. Element may be default value if value of LastSyncTime is not available, this can happen if secondary is offline or we are in bootstrap.
|
|
929
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
930
|
+
*/
|
|
931
|
+
readonly lastSyncTime?: Date;
|
|
932
|
+
/**
|
|
933
|
+
* A boolean flag which indicates whether or not account failover is supported for the account.
|
|
934
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
935
|
+
*/
|
|
936
|
+
readonly canFailover?: boolean;
|
|
937
|
+
/**
|
|
938
|
+
* A boolean flag which indicates whether or not planned account failover is supported for the account.
|
|
939
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
940
|
+
*/
|
|
941
|
+
readonly canPlannedFailover?: boolean;
|
|
942
|
+
/**
|
|
943
|
+
* The redundancy type of the account after an account failover is performed.
|
|
944
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
945
|
+
*/
|
|
946
|
+
readonly postFailoverRedundancy?: PostFailoverRedundancy;
|
|
947
|
+
/**
|
|
948
|
+
* The redundancy type of the account after a planned account failover is performed.
|
|
949
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
950
|
+
*/
|
|
951
|
+
readonly postPlannedFailoverRedundancy?: PostPlannedFailoverRedundancy;
|
|
952
|
+
}
|
|
953
|
+
/** The Private Endpoint resource. */
|
|
954
|
+
export interface PrivateEndpoint {
|
|
955
|
+
/**
|
|
956
|
+
* The ARM identifier for Private Endpoint
|
|
957
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
958
|
+
*/
|
|
959
|
+
readonly id?: string;
|
|
960
|
+
}
|
|
961
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
962
|
+
export interface PrivateLinkServiceConnectionState {
|
|
963
|
+
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
964
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
|
965
|
+
/** The reason for approval/rejection of the connection. */
|
|
966
|
+
description?: string;
|
|
967
|
+
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
968
|
+
actionRequired?: string;
|
|
969
|
+
}
|
|
970
|
+
/** Blob restore status. */
|
|
971
|
+
export interface BlobRestoreStatus {
|
|
972
|
+
/**
|
|
973
|
+
* The status of blob restore progress. Possible values are: - InProgress: Indicates that blob restore is ongoing. - Complete: Indicates that blob restore has been completed successfully. - Failed: Indicates that blob restore is failed.
|
|
974
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
975
|
+
*/
|
|
976
|
+
readonly status?: BlobRestoreProgressStatus;
|
|
977
|
+
/**
|
|
978
|
+
* Failure reason when blob restore is failed.
|
|
979
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
980
|
+
*/
|
|
981
|
+
readonly failureReason?: string;
|
|
982
|
+
/**
|
|
983
|
+
* Id for tracking blob restore request.
|
|
984
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
985
|
+
*/
|
|
986
|
+
readonly restoreId?: string;
|
|
987
|
+
/**
|
|
988
|
+
* Blob restore request parameters.
|
|
989
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
990
|
+
*/
|
|
991
|
+
readonly parameters?: BlobRestoreParameters;
|
|
992
|
+
}
|
|
993
|
+
/** Blob restore parameters */
|
|
994
|
+
export interface BlobRestoreParameters {
|
|
995
|
+
/** Restore blob to the specified time. */
|
|
996
|
+
timeToRestore: Date;
|
|
997
|
+
/** Blob ranges to restore. */
|
|
998
|
+
blobRanges: BlobRestoreRange[];
|
|
999
|
+
}
|
|
1000
|
+
/** Blob range */
|
|
1001
|
+
export interface BlobRestoreRange {
|
|
1002
|
+
/** Blob start range. This is inclusive. Empty means account start. */
|
|
1003
|
+
startRange: string;
|
|
1004
|
+
/** Blob end range. This is exclusive. Empty means account end. */
|
|
1005
|
+
endRange: string;
|
|
1006
|
+
}
|
|
1007
|
+
/** This defines the sku conversion status object for asynchronous sku conversions. */
|
|
1008
|
+
export interface StorageAccountSkuConversionStatus {
|
|
1009
|
+
/**
|
|
1010
|
+
* This property indicates the current sku conversion status.
|
|
1011
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1012
|
+
*/
|
|
1013
|
+
readonly skuConversionStatus?: SkuConversionStatus;
|
|
1014
|
+
/** This property represents the target sku name to which the account sku is being converted asynchronously. */
|
|
1015
|
+
targetSkuName?: SkuName;
|
|
1016
|
+
/**
|
|
1017
|
+
* This property represents the sku conversion start time.
|
|
1018
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1019
|
+
*/
|
|
1020
|
+
readonly startTime?: string;
|
|
1021
|
+
/**
|
|
1022
|
+
* This property represents the sku conversion end time.
|
|
1023
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1024
|
+
*/
|
|
1025
|
+
readonly endTime?: string;
|
|
1026
|
+
}
|
|
1027
|
+
/** The parameters that can be provided when updating the storage account properties. */
|
|
1028
|
+
export interface StorageAccountUpdateParameters {
|
|
1029
|
+
/** Gets or sets the SKU name. Note that the SKU name cannot be updated to Standard_ZRS, Premium_LRS or Premium_ZRS, nor can accounts of those SKU names be updated to any other value. */
|
|
1030
|
+
sku?: Sku;
|
|
1031
|
+
/** Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters. */
|
|
1032
|
+
tags?: {
|
|
1033
|
+
[propertyName: string]: string;
|
|
1034
|
+
};
|
|
1035
|
+
/** The identity of the resource. */
|
|
1036
|
+
identity?: Identity;
|
|
1037
|
+
/** Optional. Indicates the type of storage account. Currently only StorageV2 value supported by server. */
|
|
1038
|
+
kind?: Kind;
|
|
1039
|
+
/** Custom domain assigned to the storage account by the user. Name is the CNAME source. Only one custom domain is supported per storage account at this time. To clear the existing custom domain, use an empty string for the custom domain name property. */
|
|
1040
|
+
customDomain?: CustomDomain;
|
|
1041
|
+
/** Not applicable. Azure Storage encryption at rest is enabled by default for all storage accounts and cannot be disabled. */
|
|
1042
|
+
encryption?: Encryption;
|
|
1043
|
+
/** SasPolicy assigned to the storage account. */
|
|
1044
|
+
sasPolicy?: SasPolicy;
|
|
1045
|
+
/** KeyPolicy assigned to the storage account. */
|
|
1046
|
+
keyPolicy?: KeyPolicy;
|
|
1047
|
+
/** Required for storage accounts where kind = BlobStorage. The access tier is used for billing. The 'Premium' access tier is the default value for premium block blobs storage account type and it cannot be changed for the premium block blobs storage account type. */
|
|
1048
|
+
accessTier?: AccessTier;
|
|
1049
|
+
/** Provides the identity based authentication settings for Azure Files. */
|
|
1050
|
+
azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;
|
|
1051
|
+
/** Allows https traffic only to storage service if sets to true. */
|
|
1052
|
+
enableHttpsTrafficOnly?: boolean;
|
|
1053
|
+
/** Enables Secure File Transfer Protocol, if set to true */
|
|
1054
|
+
isSftpEnabled?: boolean;
|
|
1055
|
+
/** Enables local users feature, if set to true */
|
|
1056
|
+
isLocalUserEnabled?: boolean;
|
|
1057
|
+
/** Enables extended group support with local users feature, if set to true */
|
|
1058
|
+
enableExtendedGroups?: boolean;
|
|
1059
|
+
/** Network rule set */
|
|
1060
|
+
networkRuleSet?: NetworkRuleSet;
|
|
1061
|
+
/** Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. */
|
|
1062
|
+
largeFileSharesState?: LargeFileSharesState;
|
|
1063
|
+
/** Maintains information about the network routing choice opted by the user for data transfer */
|
|
1064
|
+
routingPreference?: RoutingPreference;
|
|
1065
|
+
/** Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is false for this property. */
|
|
1066
|
+
allowBlobPublicAccess?: boolean;
|
|
1067
|
+
/** Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property. */
|
|
1068
|
+
minimumTlsVersion?: MinimumTlsVersion;
|
|
1069
|
+
/** Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true. */
|
|
1070
|
+
allowSharedKeyAccess?: boolean;
|
|
1071
|
+
/** Allow or disallow cross AAD tenant object replication. Set this property to true for new or existing accounts only if object replication policies will involve storage accounts in different AAD tenants. The default interpretation is false for new accounts to follow best security practices by default. */
|
|
1072
|
+
allowCrossTenantReplication?: boolean;
|
|
1073
|
+
/** A boolean flag which indicates whether the default authentication is OAuth or not. The default interpretation is false for this property. */
|
|
1074
|
+
defaultToOAuthAuthentication?: boolean;
|
|
1075
|
+
/** Allow, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account. Value is optional but if passed in, must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. */
|
|
1076
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
1077
|
+
/** The property is immutable and can only be set to true at the account creation time. When set to true, it enables object level immutability for all the containers in the account by default. */
|
|
1078
|
+
immutableStorageWithVersioning?: ImmutableStorageAccount;
|
|
1079
|
+
/** Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet. */
|
|
1080
|
+
allowedCopyScope?: AllowedCopyScope;
|
|
1081
|
+
/** Allows you to specify the type of endpoint. Set this to AzureDNSZone to create a large number of accounts in a single subscription, which creates accounts in an Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone identifier. */
|
|
1082
|
+
dnsEndpointType?: DnsEndpointType;
|
|
1083
|
+
}
|
|
1084
|
+
/** The response from the List Deleted Accounts operation. */
|
|
1085
|
+
export interface DeletedAccountListResult {
|
|
1086
|
+
/**
|
|
1087
|
+
* Gets the list of deleted accounts and their properties.
|
|
1088
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1089
|
+
*/
|
|
1090
|
+
readonly value?: DeletedAccount[];
|
|
1091
|
+
/**
|
|
1092
|
+
* Request URL that can be used to query next page of deleted accounts. Returned when total number of requested deleted accounts exceed maximum page size.
|
|
1093
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1094
|
+
*/
|
|
1095
|
+
readonly nextLink?: string;
|
|
1096
|
+
}
|
|
1097
|
+
/** An error response from the storage resource provider. */
|
|
1098
|
+
export interface ErrorResponse {
|
|
1099
|
+
/** Azure Storage Resource Provider error response body. */
|
|
1100
|
+
error?: ErrorResponseBody;
|
|
1101
|
+
}
|
|
1102
|
+
/** Error response body contract. */
|
|
1103
|
+
export interface ErrorResponseBody {
|
|
1104
|
+
/** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
|
|
1105
|
+
code?: string;
|
|
1106
|
+
/** A message describing the error, intended to be suitable for display in a user interface. */
|
|
1107
|
+
message?: string;
|
|
1108
|
+
}
|
|
1109
|
+
/** The response from the List Storage Accounts operation. */
|
|
1110
|
+
export interface StorageAccountListResult {
|
|
1111
|
+
/**
|
|
1112
|
+
* Gets the list of storage accounts and their properties.
|
|
1113
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1114
|
+
*/
|
|
1115
|
+
readonly value?: StorageAccount[];
|
|
1116
|
+
/**
|
|
1117
|
+
* Request URL that can be used to query next page of storage accounts. Returned when total number of requested storage accounts exceed maximum page size.
|
|
1118
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1119
|
+
*/
|
|
1120
|
+
readonly nextLink?: string;
|
|
1121
|
+
}
|
|
1122
|
+
/** The response from the ListKeys operation. */
|
|
1123
|
+
export interface StorageAccountListKeysResult {
|
|
1124
|
+
/**
|
|
1125
|
+
* Gets the list of storage account keys and their properties for the specified storage account.
|
|
1126
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1127
|
+
*/
|
|
1128
|
+
readonly keys?: StorageAccountKey[];
|
|
1129
|
+
}
|
|
1130
|
+
/** An access key for the storage account. */
|
|
1131
|
+
export interface StorageAccountKey {
|
|
1132
|
+
/**
|
|
1133
|
+
* Name of the key.
|
|
1134
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1135
|
+
*/
|
|
1136
|
+
readonly keyName?: string;
|
|
1137
|
+
/**
|
|
1138
|
+
* Base 64-encoded value of the key.
|
|
1139
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1140
|
+
*/
|
|
1141
|
+
readonly value?: string;
|
|
1142
|
+
/**
|
|
1143
|
+
* Permissions for the key -- read-only or full permissions.
|
|
1144
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1145
|
+
*/
|
|
1146
|
+
readonly permissions?: KeyPermission;
|
|
1147
|
+
/**
|
|
1148
|
+
* Creation time of the key, in round trip date format.
|
|
1149
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1150
|
+
*/
|
|
1151
|
+
readonly creationTime?: Date;
|
|
1152
|
+
}
|
|
1153
|
+
/** The parameters used to regenerate the storage account key. */
|
|
1154
|
+
export interface StorageAccountRegenerateKeyParameters {
|
|
1155
|
+
/** The name of storage keys that want to be regenerated, possible values are key1, key2, kerb1, kerb2. */
|
|
1156
|
+
keyName: string;
|
|
1157
|
+
}
|
|
1158
|
+
/** The response from the List Usages operation. */
|
|
1159
|
+
export interface UsageListResult {
|
|
1160
|
+
/** Gets or sets the list of Storage Resource Usages. */
|
|
1161
|
+
value?: Usage[];
|
|
1162
|
+
}
|
|
1163
|
+
/** Describes Storage Resource Usage. */
|
|
1164
|
+
export interface Usage {
|
|
1165
|
+
/**
|
|
1166
|
+
* Gets the unit of measurement.
|
|
1167
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1168
|
+
*/
|
|
1169
|
+
readonly unit?: UsageUnit;
|
|
1170
|
+
/**
|
|
1171
|
+
* Gets the current count of the allocated resources in the subscription.
|
|
1172
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1173
|
+
*/
|
|
1174
|
+
readonly currentValue?: number;
|
|
1175
|
+
/**
|
|
1176
|
+
* Gets the maximum count of the resources that can be allocated in the subscription.
|
|
1177
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1178
|
+
*/
|
|
1179
|
+
readonly limit?: number;
|
|
1180
|
+
/**
|
|
1181
|
+
* Gets the name of the type of usage.
|
|
1182
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1183
|
+
*/
|
|
1184
|
+
readonly name?: UsageName;
|
|
1185
|
+
}
|
|
1186
|
+
/** The usage names that can be used; currently limited to StorageAccount. */
|
|
1187
|
+
export interface UsageName {
|
|
1188
|
+
/**
|
|
1189
|
+
* Gets a string describing the resource name.
|
|
1190
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1191
|
+
*/
|
|
1192
|
+
readonly value?: string;
|
|
1193
|
+
/**
|
|
1194
|
+
* Gets a localized string describing the resource name.
|
|
1195
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1196
|
+
*/
|
|
1197
|
+
readonly localizedValue?: string;
|
|
1198
|
+
}
|
|
1199
|
+
/** The parameters to list SAS credentials of a storage account. */
|
|
1200
|
+
export interface AccountSasParameters {
|
|
1201
|
+
/** The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f). */
|
|
1202
|
+
services: Services;
|
|
1203
|
+
/** The signed resource types that are accessible with the account SAS. Service (s): Access to service-level APIs; Container (c): Access to container-level APIs; Object (o): Access to object-level APIs for blobs, queue messages, table entities, and files. */
|
|
1204
|
+
resourceTypes: SignedResourceTypes;
|
|
1205
|
+
/** The signed permissions for the account SAS. Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p). */
|
|
1206
|
+
permissions: Permissions;
|
|
1207
|
+
/** An IP address or a range of IP addresses from which to accept requests. */
|
|
1208
|
+
iPAddressOrRange?: string;
|
|
1209
|
+
/** The protocol permitted for a request made with the account SAS. */
|
|
1210
|
+
protocols?: HttpProtocol;
|
|
1211
|
+
/** The time at which the SAS becomes valid. */
|
|
1212
|
+
sharedAccessStartTime?: Date;
|
|
1213
|
+
/** The time at which the shared access signature becomes invalid. */
|
|
1214
|
+
sharedAccessExpiryTime: Date;
|
|
1215
|
+
/** The key to sign the account SAS token with. */
|
|
1216
|
+
keyToSign?: string;
|
|
1217
|
+
}
|
|
1218
|
+
/** The List SAS credentials operation response. */
|
|
1219
|
+
export interface ListAccountSasResponse {
|
|
1220
|
+
/**
|
|
1221
|
+
* List SAS credentials of storage account.
|
|
1222
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1223
|
+
*/
|
|
1224
|
+
readonly accountSasToken?: string;
|
|
1225
|
+
}
|
|
1226
|
+
/** The parameters to list service SAS credentials of a specific resource. */
|
|
1227
|
+
export interface ServiceSasParameters {
|
|
1228
|
+
/** The canonical path to the signed resource. */
|
|
1229
|
+
canonicalizedResource: string;
|
|
1230
|
+
/** The signed services accessible with the service SAS. Possible values include: Blob (b), Container (c), File (f), Share (s). */
|
|
1231
|
+
resource?: SignedResource;
|
|
1232
|
+
/** The signed permissions for the service SAS. Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p). */
|
|
1233
|
+
permissions?: Permissions;
|
|
1234
|
+
/** An IP address or a range of IP addresses from which to accept requests. */
|
|
1235
|
+
iPAddressOrRange?: string;
|
|
1236
|
+
/** The protocol permitted for a request made with the account SAS. */
|
|
1237
|
+
protocols?: HttpProtocol;
|
|
1238
|
+
/** The time at which the SAS becomes valid. */
|
|
1239
|
+
sharedAccessStartTime?: Date;
|
|
1240
|
+
/** The time at which the shared access signature becomes invalid. */
|
|
1241
|
+
sharedAccessExpiryTime?: Date;
|
|
1242
|
+
/** A unique value up to 64 characters in length that correlates to an access policy specified for the container, queue, or table. */
|
|
1243
|
+
identifier?: string;
|
|
1244
|
+
/** The start of partition key. */
|
|
1245
|
+
partitionKeyStart?: string;
|
|
1246
|
+
/** The end of partition key. */
|
|
1247
|
+
partitionKeyEnd?: string;
|
|
1248
|
+
/** The start of row key. */
|
|
1249
|
+
rowKeyStart?: string;
|
|
1250
|
+
/** The end of row key. */
|
|
1251
|
+
rowKeyEnd?: string;
|
|
1252
|
+
/** The key to sign the account SAS token with. */
|
|
1253
|
+
keyToSign?: string;
|
|
1254
|
+
/** The response header override for cache control. */
|
|
1255
|
+
cacheControl?: string;
|
|
1256
|
+
/** The response header override for content disposition. */
|
|
1257
|
+
contentDisposition?: string;
|
|
1258
|
+
/** The response header override for content encoding. */
|
|
1259
|
+
contentEncoding?: string;
|
|
1260
|
+
/** The response header override for content language. */
|
|
1261
|
+
contentLanguage?: string;
|
|
1262
|
+
/** The response header override for content type. */
|
|
1263
|
+
contentType?: string;
|
|
1264
|
+
}
|
|
1265
|
+
/** The List service SAS credentials operation response. */
|
|
1266
|
+
export interface ListServiceSasResponse {
|
|
1267
|
+
/**
|
|
1268
|
+
* List service SAS credentials of specific resource.
|
|
1269
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1270
|
+
*/
|
|
1271
|
+
readonly serviceSasToken?: string;
|
|
1272
|
+
}
|
|
1273
|
+
/** The parameters or status associated with an ongoing or enqueued storage account migration in order to update its current SKU or region. */
|
|
1274
|
+
export interface StorageAccountMigration {
|
|
1275
|
+
/**
|
|
1276
|
+
* Migration Resource Id
|
|
1277
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1278
|
+
*/
|
|
1279
|
+
readonly id?: string;
|
|
1280
|
+
/** current value is 'default' for customer initiated migration */
|
|
1281
|
+
name?: string;
|
|
1282
|
+
/** SrpAccountMigrationType in ARM contract which is 'accountMigrations' */
|
|
1283
|
+
type?: string;
|
|
1284
|
+
/** Target sku name for the account */
|
|
1285
|
+
targetSkuName: SkuName;
|
|
1286
|
+
/**
|
|
1287
|
+
* Current status of migration
|
|
1288
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1289
|
+
*/
|
|
1290
|
+
readonly migrationStatus?: MigrationStatus;
|
|
1291
|
+
/**
|
|
1292
|
+
* Error code for migration failure
|
|
1293
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1294
|
+
*/
|
|
1295
|
+
readonly migrationFailedReason?: string;
|
|
1296
|
+
/**
|
|
1297
|
+
* Reason for migration failure
|
|
1298
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1299
|
+
*/
|
|
1300
|
+
readonly migrationFailedDetailedReason?: string;
|
|
1301
|
+
}
|
|
1302
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
1303
|
+
export interface ErrorResponseAutoGenerated {
|
|
1304
|
+
/** The error object. */
|
|
1305
|
+
error?: ErrorDetail;
|
|
1306
|
+
}
|
|
1307
|
+
/** The error detail. */
|
|
1308
|
+
export interface ErrorDetail {
|
|
1309
|
+
/**
|
|
1310
|
+
* The error code.
|
|
1311
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1312
|
+
*/
|
|
1313
|
+
readonly code?: string;
|
|
1314
|
+
/**
|
|
1315
|
+
* The error message.
|
|
1316
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1317
|
+
*/
|
|
1318
|
+
readonly message?: string;
|
|
1319
|
+
/**
|
|
1320
|
+
* The error target.
|
|
1321
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1322
|
+
*/
|
|
1323
|
+
readonly target?: string;
|
|
1324
|
+
/**
|
|
1325
|
+
* The error details.
|
|
1326
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1327
|
+
*/
|
|
1328
|
+
readonly details?: ErrorDetail[];
|
|
1329
|
+
/**
|
|
1330
|
+
* The error additional info.
|
|
1331
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1332
|
+
*/
|
|
1333
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
1334
|
+
}
|
|
1335
|
+
/** The resource management error additional info. */
|
|
1336
|
+
export interface ErrorAdditionalInfo {
|
|
1337
|
+
/**
|
|
1338
|
+
* The additional info type.
|
|
1339
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1340
|
+
*/
|
|
1341
|
+
readonly type?: string;
|
|
1342
|
+
/**
|
|
1343
|
+
* The additional info.
|
|
1344
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1345
|
+
*/
|
|
1346
|
+
readonly info?: Record<string, unknown>;
|
|
1347
|
+
}
|
|
1348
|
+
/** The Storage Account ManagementPolicies Rules. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts. */
|
|
1349
|
+
export interface ManagementPolicySchema {
|
|
1350
|
+
/** The Storage Account ManagementPolicies Rules. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts. */
|
|
1351
|
+
rules: ManagementPolicyRule[];
|
|
1352
|
+
}
|
|
1353
|
+
/** An object that wraps the Lifecycle rule. Each rule is uniquely defined by name. */
|
|
1354
|
+
export interface ManagementPolicyRule {
|
|
1355
|
+
/** Rule is enabled if set to true. */
|
|
1356
|
+
enabled?: boolean;
|
|
1357
|
+
/** A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy. */
|
|
1358
|
+
name: string;
|
|
1359
|
+
/** The valid value is Lifecycle */
|
|
1360
|
+
type: RuleType;
|
|
1361
|
+
/** An object that defines the Lifecycle rule. */
|
|
1362
|
+
definition: ManagementPolicyDefinition;
|
|
1363
|
+
}
|
|
1364
|
+
/** An object that defines the Lifecycle rule. Each definition is made up with a filters set and an actions set. */
|
|
1365
|
+
export interface ManagementPolicyDefinition {
|
|
1366
|
+
/** An object that defines the action set. */
|
|
1367
|
+
actions: ManagementPolicyAction;
|
|
1368
|
+
/** An object that defines the filter set. */
|
|
1369
|
+
filters?: ManagementPolicyFilter;
|
|
1370
|
+
}
|
|
1371
|
+
/** Actions are applied to the filtered blobs when the execution condition is met. */
|
|
1372
|
+
export interface ManagementPolicyAction {
|
|
1373
|
+
/** The management policy action for base blob */
|
|
1374
|
+
baseBlob?: ManagementPolicyBaseBlob;
|
|
1375
|
+
/** The management policy action for snapshot */
|
|
1376
|
+
snapshot?: ManagementPolicySnapShot;
|
|
1377
|
+
/** The management policy action for version */
|
|
1378
|
+
version?: ManagementPolicyVersion;
|
|
1379
|
+
}
|
|
1380
|
+
/** Management policy action for base blob. */
|
|
1381
|
+
export interface ManagementPolicyBaseBlob {
|
|
1382
|
+
/** The function to tier blobs to cool storage. */
|
|
1383
|
+
tierToCool?: DateAfterModification;
|
|
1384
|
+
/** The function to tier blobs to archive storage. */
|
|
1385
|
+
tierToArchive?: DateAfterModification;
|
|
1386
|
+
/** The function to tier blobs to cold storage. */
|
|
1387
|
+
tierToCold?: DateAfterModification;
|
|
1388
|
+
/** The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts */
|
|
1389
|
+
tierToHot?: DateAfterModification;
|
|
1390
|
+
/** The function to delete the blob */
|
|
1391
|
+
delete?: DateAfterModification;
|
|
1392
|
+
/** This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan. */
|
|
1393
|
+
enableAutoTierToHotFromCool?: boolean;
|
|
1394
|
+
}
|
|
1395
|
+
/** Object to define the base blob action conditions. Properties daysAfterModificationGreaterThan, daysAfterLastAccessTimeGreaterThan and daysAfterCreationGreaterThan are mutually exclusive. The daysAfterLastTierChangeGreaterThan property is only applicable for tierToArchive actions which requires daysAfterModificationGreaterThan to be set, also it cannot be used in conjunction with daysAfterLastAccessTimeGreaterThan or daysAfterCreationGreaterThan. */
|
|
1396
|
+
export interface DateAfterModification {
|
|
1397
|
+
/** Value indicating the age in days after last modification */
|
|
1398
|
+
daysAfterModificationGreaterThan?: number;
|
|
1399
|
+
/** Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy */
|
|
1400
|
+
daysAfterLastAccessTimeGreaterThan?: number;
|
|
1401
|
+
/** Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterModificationGreaterThan to be set for baseBlobs based actions. The blob will be archived if both the conditions are satisfied. */
|
|
1402
|
+
daysAfterLastTierChangeGreaterThan?: number;
|
|
1403
|
+
/** Value indicating the age in days after blob creation. */
|
|
1404
|
+
daysAfterCreationGreaterThan?: number;
|
|
1405
|
+
}
|
|
1406
|
+
/** Management policy action for snapshot. */
|
|
1407
|
+
export interface ManagementPolicySnapShot {
|
|
1408
|
+
/** The function to tier blob snapshot to cool storage. */
|
|
1409
|
+
tierToCool?: DateAfterCreation;
|
|
1410
|
+
/** The function to tier blob snapshot to archive storage. */
|
|
1411
|
+
tierToArchive?: DateAfterCreation;
|
|
1412
|
+
/** The function to tier blobs to cold storage. */
|
|
1413
|
+
tierToCold?: DateAfterCreation;
|
|
1414
|
+
/** The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts */
|
|
1415
|
+
tierToHot?: DateAfterCreation;
|
|
1416
|
+
/** The function to delete the blob snapshot */
|
|
1417
|
+
delete?: DateAfterCreation;
|
|
1418
|
+
}
|
|
1419
|
+
/** Object to define snapshot and version action conditions. */
|
|
1420
|
+
export interface DateAfterCreation {
|
|
1421
|
+
/** Value indicating the age in days after creation */
|
|
1422
|
+
daysAfterCreationGreaterThan: number;
|
|
1423
|
+
/** Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterCreationGreaterThan to be set for snapshots and blob version based actions. The blob will be archived if both the conditions are satisfied. */
|
|
1424
|
+
daysAfterLastTierChangeGreaterThan?: number;
|
|
1425
|
+
}
|
|
1426
|
+
/** Management policy action for blob version. */
|
|
1427
|
+
export interface ManagementPolicyVersion {
|
|
1428
|
+
/** The function to tier blob version to cool storage. */
|
|
1429
|
+
tierToCool?: DateAfterCreation;
|
|
1430
|
+
/** The function to tier blob version to archive storage. */
|
|
1431
|
+
tierToArchive?: DateAfterCreation;
|
|
1432
|
+
/** The function to tier blobs to cold storage. */
|
|
1433
|
+
tierToCold?: DateAfterCreation;
|
|
1434
|
+
/** The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts */
|
|
1435
|
+
tierToHot?: DateAfterCreation;
|
|
1436
|
+
/** The function to delete the blob version */
|
|
1437
|
+
delete?: DateAfterCreation;
|
|
1438
|
+
}
|
|
1439
|
+
/** Filters limit rule actions to a subset of blobs within the storage account. If multiple filters are defined, a logical AND is performed on all filters. */
|
|
1440
|
+
export interface ManagementPolicyFilter {
|
|
1441
|
+
/** An array of strings for prefixes to be match. */
|
|
1442
|
+
prefixMatch?: string[];
|
|
1443
|
+
/** An array of predefined enum values. Currently blockBlob supports all tiering and delete actions. Only delete actions are supported for appendBlob. */
|
|
1444
|
+
blobTypes: string[];
|
|
1445
|
+
/** An array of blob index tag based filters, there can be at most 10 tag filters */
|
|
1446
|
+
blobIndexMatch?: TagFilter[];
|
|
1447
|
+
}
|
|
1448
|
+
/** Blob index tag based filtering for blob objects */
|
|
1449
|
+
export interface TagFilter {
|
|
1450
|
+
/** This is the filter tag name, it can have 1 - 128 characters */
|
|
1451
|
+
name: string;
|
|
1452
|
+
/** This is the comparison operator which is used for object comparison and filtering. Only == (equality operator) is currently supported */
|
|
1453
|
+
op: string;
|
|
1454
|
+
/** This is the filter tag value field used for tag based filtering, it can have 0 - 256 characters */
|
|
1455
|
+
value: string;
|
|
1456
|
+
}
|
|
1457
|
+
/** The storage account blob inventory policy rules. */
|
|
1458
|
+
export interface BlobInventoryPolicySchema {
|
|
1459
|
+
/** Policy is enabled if set to true. */
|
|
1460
|
+
enabled: boolean;
|
|
1461
|
+
/**
|
|
1462
|
+
* Deprecated Property from API version 2021-04-01 onwards, the required destination container name must be specified at the rule level 'policy.rule.destination'
|
|
1463
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1464
|
+
*/
|
|
1465
|
+
readonly destination?: string;
|
|
1466
|
+
/** The valid value is Inventory */
|
|
1467
|
+
type: InventoryRuleType;
|
|
1468
|
+
/** The storage account blob inventory policy rules. The rule is applied when it is enabled. */
|
|
1469
|
+
rules: BlobInventoryPolicyRule[];
|
|
1470
|
+
}
|
|
1471
|
+
/** An object that wraps the blob inventory rule. Each rule is uniquely defined by name. */
|
|
1472
|
+
export interface BlobInventoryPolicyRule {
|
|
1473
|
+
/** Rule is enabled when set to true. */
|
|
1474
|
+
enabled: boolean;
|
|
1475
|
+
/** A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy. */
|
|
1476
|
+
name: string;
|
|
1477
|
+
/** Container name where blob inventory files are stored. Must be pre-created. */
|
|
1478
|
+
destination: string;
|
|
1479
|
+
/** An object that defines the blob inventory policy rule. */
|
|
1480
|
+
definition: BlobInventoryPolicyDefinition;
|
|
1481
|
+
}
|
|
1482
|
+
/** An object that defines the blob inventory rule. */
|
|
1483
|
+
export interface BlobInventoryPolicyDefinition {
|
|
1484
|
+
/** An object that defines the filter set. */
|
|
1485
|
+
filters?: BlobInventoryPolicyFilter;
|
|
1486
|
+
/** This is a required field, it specifies the format for the inventory files. */
|
|
1487
|
+
format: Format;
|
|
1488
|
+
/** This is a required field. This field is used to schedule an inventory formation. */
|
|
1489
|
+
schedule: Schedule;
|
|
1490
|
+
/** This is a required field. This field specifies the scope of the inventory created either at the blob or container level. */
|
|
1491
|
+
objectType: ObjectType;
|
|
1492
|
+
/** This is a required field. This field specifies the fields and properties of the object to be included in the inventory. The Schema field value 'Name' is always required. The valid values for this field for the 'Blob' definition.objectType include 'Name, Creation-Time, Last-Modified, Content-Length, Content-MD5, BlobType, AccessTier, AccessTierChangeTime, AccessTierInferred, Tags, Expiry-Time, hdi_isfolder, Owner, Group, Permissions, Acl, Snapshot, VersionId, IsCurrentVersion, Metadata, LastAccessTime, Tags, Etag, ContentType, ContentEncoding, ContentLanguage, ContentCRC64, CacheControl, ContentDisposition, LeaseStatus, LeaseState, LeaseDuration, ServerEncrypted, Deleted, DeletionId, DeletedTime, RemainingRetentionDays, ImmutabilityPolicyUntilDate, ImmutabilityPolicyMode, LegalHold, CopyId, CopyStatus, CopySource, CopyProgress, CopyCompletionTime, CopyStatusDescription, CustomerProvidedKeySha256, RehydratePriority, ArchiveStatus, XmsBlobSequenceNumber, EncryptionScope, IncrementalCopy, TagCount'. For Blob object type schema field value 'DeletedTime' is applicable only for Hns enabled accounts. The valid values for 'Container' definition.objectType include 'Name, Last-Modified, Metadata, LeaseStatus, LeaseState, LeaseDuration, PublicAccess, HasImmutabilityPolicy, HasLegalHold, Etag, DefaultEncryptionScope, DenyEncryptionScopeOverride, ImmutableStorageWithVersioningEnabled, Deleted, Version, DeletedTime, RemainingRetentionDays'. Schema field values 'Expiry-Time, hdi_isfolder, Owner, Group, Permissions, Acl, DeletionId' are valid only for Hns enabled accounts.Schema field values 'Tags, TagCount' are only valid for Non-Hns accounts. */
|
|
1493
|
+
schemaFields: string[];
|
|
1494
|
+
}
|
|
1495
|
+
/** An object that defines the blob inventory rule filter conditions. For 'Blob' definition.objectType all filter properties are applicable, 'blobTypes' is required and others are optional. For 'Container' definition.objectType only prefixMatch is applicable and is optional. */
|
|
1496
|
+
export interface BlobInventoryPolicyFilter {
|
|
1497
|
+
/** An array of strings with maximum 10 blob prefixes to be included in the inventory. */
|
|
1498
|
+
prefixMatch?: string[];
|
|
1499
|
+
/** An array of strings with maximum 10 blob prefixes to be excluded from the inventory. */
|
|
1500
|
+
excludePrefix?: string[];
|
|
1501
|
+
/** An array of predefined enum values. Valid values include blockBlob, appendBlob, pageBlob. Hns accounts does not support pageBlobs. This field is required when definition.objectType property is set to 'Blob'. */
|
|
1502
|
+
blobTypes?: string[];
|
|
1503
|
+
/** Includes blob versions in blob inventory when value is set to true. The definition.schemaFields values 'VersionId and IsCurrentVersion' are required if this property is set to true, else they must be excluded. */
|
|
1504
|
+
includeBlobVersions?: boolean;
|
|
1505
|
+
/** Includes blob snapshots in blob inventory when value is set to true. The definition.schemaFields value 'Snapshot' is required if this property is set to true, else it must be excluded. */
|
|
1506
|
+
includeSnapshots?: boolean;
|
|
1507
|
+
/** For 'Container' definition.objectType the definition.schemaFields must include 'Deleted, Version, DeletedTime and RemainingRetentionDays'. For 'Blob' definition.objectType and HNS enabled storage accounts the definition.schemaFields must include 'DeletionId, Deleted, DeletedTime and RemainingRetentionDays' and for Hns disabled accounts the definition.schemaFields must include 'Deleted and RemainingRetentionDays', else it must be excluded. */
|
|
1508
|
+
includeDeleted?: boolean;
|
|
1509
|
+
/** This property is used to filter objects based on the object creation time */
|
|
1510
|
+
creationTime?: BlobInventoryCreationTime;
|
|
1511
|
+
}
|
|
1512
|
+
/** This property defines the creation time based filtering condition. Blob Inventory schema parameter 'Creation-Time' is mandatory with this filter. */
|
|
1513
|
+
export interface BlobInventoryCreationTime {
|
|
1514
|
+
/** When set the policy filters the objects that are created in the last N days. Where N is an integer value between 1 to 36500. */
|
|
1515
|
+
lastNDays?: number;
|
|
1516
|
+
}
|
|
1517
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
1518
|
+
export interface SystemData {
|
|
1519
|
+
/** The identity that created the resource. */
|
|
1520
|
+
createdBy?: string;
|
|
1521
|
+
/** The type of identity that created the resource. */
|
|
1522
|
+
createdByType?: CreatedByType;
|
|
1523
|
+
/** The timestamp of resource creation (UTC). */
|
|
1524
|
+
createdAt?: Date;
|
|
1525
|
+
/** The identity that last modified the resource. */
|
|
1526
|
+
lastModifiedBy?: string;
|
|
1527
|
+
/** The type of identity that last modified the resource. */
|
|
1528
|
+
lastModifiedByType?: CreatedByType;
|
|
1529
|
+
/** The timestamp of resource last modification (UTC) */
|
|
1530
|
+
lastModifiedAt?: Date;
|
|
1531
|
+
}
|
|
1532
|
+
/** List of blob inventory policies returned. */
|
|
1533
|
+
export interface ListBlobInventoryPolicy {
|
|
1534
|
+
/**
|
|
1535
|
+
* List of blob inventory policies.
|
|
1536
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1537
|
+
*/
|
|
1538
|
+
readonly value?: BlobInventoryPolicy[];
|
|
1539
|
+
}
|
|
1540
|
+
/** List of private endpoint connection associated with the specified storage account */
|
|
1541
|
+
export interface PrivateEndpointConnectionListResult {
|
|
1542
|
+
/** Array of private endpoint connections */
|
|
1543
|
+
value?: PrivateEndpointConnection[];
|
|
1544
|
+
}
|
|
1545
|
+
/** A list of private link resources */
|
|
1546
|
+
export interface PrivateLinkResourceListResult {
|
|
1547
|
+
/** Array of private link resources */
|
|
1548
|
+
value?: PrivateLinkResource[];
|
|
1549
|
+
}
|
|
1550
|
+
/** List storage account object replication policies. */
|
|
1551
|
+
export interface ObjectReplicationPolicies {
|
|
1552
|
+
/** The replication policy between two storage accounts. */
|
|
1553
|
+
value?: ObjectReplicationPolicy[];
|
|
1554
|
+
}
|
|
1555
|
+
/** The replication policy rule between two containers. */
|
|
1556
|
+
export interface ObjectReplicationPolicyRule {
|
|
1557
|
+
/** Rule Id is auto-generated for each new rule on destination account. It is required for put policy on source account. */
|
|
1558
|
+
ruleId?: string;
|
|
1559
|
+
/** Required. Source container name. */
|
|
1560
|
+
sourceContainer: string;
|
|
1561
|
+
/** Required. Destination container name. */
|
|
1562
|
+
destinationContainer: string;
|
|
1563
|
+
/** Optional. An object that defines the filter set. */
|
|
1564
|
+
filters?: ObjectReplicationPolicyFilter;
|
|
1565
|
+
}
|
|
1566
|
+
/** Filters limit replication to a subset of blobs within the storage account. A logical OR is performed on values in the filter. If multiple filters are defined, a logical AND is performed on all filters. */
|
|
1567
|
+
export interface ObjectReplicationPolicyFilter {
|
|
1568
|
+
/** Optional. Filters the results to replicate only blobs whose names begin with the specified prefix. */
|
|
1569
|
+
prefixMatch?: string[];
|
|
1570
|
+
/** Blobs created after the time will be replicated to the destination. It must be in datetime format 'yyyy-MM-ddTHH:mm:ssZ'. Example: 2020-02-19T16:05:00Z */
|
|
1571
|
+
minCreationTime?: string;
|
|
1572
|
+
}
|
|
1573
|
+
/** List of local users requested, and if paging is required, a URL to the next page of local users. */
|
|
1574
|
+
export interface LocalUsers {
|
|
1575
|
+
/** The list of local users associated with the storage account. */
|
|
1576
|
+
value?: LocalUser[];
|
|
1577
|
+
/**
|
|
1578
|
+
* Request URL that can be used to query next page of local users. Returned when total number of requested local users exceeds the maximum page size.
|
|
1579
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1580
|
+
*/
|
|
1581
|
+
readonly nextLink?: string;
|
|
1582
|
+
}
|
|
1583
|
+
export interface PermissionScope {
|
|
1584
|
+
/** The permissions for the local user. Possible values include: Read (r), Write (w), Delete (d), List (l), Create (c), Modify Ownership (o), and Modify Permissions (p). */
|
|
1585
|
+
permissions: string;
|
|
1586
|
+
/** The service used by the local user, e.g. blob, file. */
|
|
1587
|
+
service: string;
|
|
1588
|
+
/** The name of resource, normally the container name or the file share name, used by the local user. */
|
|
1589
|
+
resourceName: string;
|
|
1590
|
+
}
|
|
1591
|
+
export interface SshPublicKey {
|
|
1592
|
+
/** Optional. It is used to store the function/usage of the key */
|
|
1593
|
+
description?: string;
|
|
1594
|
+
/** Ssh public key base64 encoded. The format should be: '<keyType> <keyData>', e.g. ssh-rsa AAAABBBB */
|
|
1595
|
+
key?: string;
|
|
1596
|
+
}
|
|
1597
|
+
/** The Storage Account Local User keys. */
|
|
1598
|
+
export interface LocalUserKeys {
|
|
1599
|
+
/** Optional, local user ssh authorized keys for SFTP. */
|
|
1600
|
+
sshAuthorizedKeys?: SshPublicKey[];
|
|
1601
|
+
/**
|
|
1602
|
+
* Auto generated by the server for SMB authentication.
|
|
1603
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1604
|
+
*/
|
|
1605
|
+
readonly sharedKey?: string;
|
|
1606
|
+
}
|
|
1607
|
+
/** The secrets of Storage Account Local User. */
|
|
1608
|
+
export interface LocalUserRegeneratePasswordResult {
|
|
1609
|
+
/**
|
|
1610
|
+
* Auto generated password by the server for SSH authentication if hasSshPassword is set to true on the creation of local user.
|
|
1611
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1612
|
+
*/
|
|
1613
|
+
readonly sshPassword?: string;
|
|
1614
|
+
}
|
|
1615
|
+
/** The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'. */
|
|
1616
|
+
export interface EncryptionScopeKeyVaultProperties {
|
|
1617
|
+
/** The object identifier for a key vault key object. When applied, the encryption scope will use the key referenced by the identifier to enable customer-managed key support on this encryption scope. */
|
|
1618
|
+
keyUri?: string;
|
|
1619
|
+
/**
|
|
1620
|
+
* The object identifier of the current versioned Key Vault Key in use.
|
|
1621
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1622
|
+
*/
|
|
1623
|
+
readonly currentVersionedKeyIdentifier?: string;
|
|
1624
|
+
/**
|
|
1625
|
+
* Timestamp of last rotation of the Key Vault Key.
|
|
1626
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1627
|
+
*/
|
|
1628
|
+
readonly lastKeyRotationTimestamp?: Date;
|
|
1629
|
+
}
|
|
1630
|
+
/** List of encryption scopes requested, and if paging is required, a URL to the next page of encryption scopes. */
|
|
1631
|
+
export interface EncryptionScopeListResult {
|
|
1632
|
+
/**
|
|
1633
|
+
* List of encryption scopes requested.
|
|
1634
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1635
|
+
*/
|
|
1636
|
+
readonly value?: EncryptionScope[];
|
|
1637
|
+
/**
|
|
1638
|
+
* Request URL that can be used to query next page of encryption scopes. Returned when total number of requested encryption scopes exceeds the maximum page size.
|
|
1639
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1640
|
+
*/
|
|
1641
|
+
readonly nextLink?: string;
|
|
1642
|
+
}
|
|
1643
|
+
export interface ListTableServices {
|
|
1644
|
+
/**
|
|
1645
|
+
* List of table services returned.
|
|
1646
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1647
|
+
*/
|
|
1648
|
+
readonly value?: TableServiceProperties[];
|
|
1649
|
+
}
|
|
1650
|
+
/** Object to set Table Access Policy. */
|
|
1651
|
+
export interface TableSignedIdentifier {
|
|
1652
|
+
/** unique-64-character-value of the stored access policy. */
|
|
1653
|
+
id: string;
|
|
1654
|
+
/** Access policy */
|
|
1655
|
+
accessPolicy?: TableAccessPolicy;
|
|
1656
|
+
}
|
|
1657
|
+
/** Table Access Policy Properties Object. */
|
|
1658
|
+
export interface TableAccessPolicy {
|
|
1659
|
+
/** Start time of the access policy */
|
|
1660
|
+
startTime?: Date;
|
|
1661
|
+
/** Expiry time of the access policy */
|
|
1662
|
+
expiryTime?: Date;
|
|
1663
|
+
/** Required. List of abbreviated permissions. Supported permission values include 'r','a','u','d' */
|
|
1664
|
+
permission: string;
|
|
1665
|
+
}
|
|
1666
|
+
/** Response schema. Contains list of tables returned */
|
|
1667
|
+
export interface ListTableResource {
|
|
1668
|
+
/**
|
|
1669
|
+
* List of tables returned.
|
|
1670
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1671
|
+
*/
|
|
1672
|
+
readonly value?: Table[];
|
|
1673
|
+
/**
|
|
1674
|
+
* Request URL that can be used to query next page of tables
|
|
1675
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1676
|
+
*/
|
|
1677
|
+
readonly nextLink?: string;
|
|
1678
|
+
}
|
|
1679
|
+
/** Result of the List Network Security Perimeter configuration operation. */
|
|
1680
|
+
export interface NetworkSecurityPerimeterConfigurationList {
|
|
1681
|
+
/**
|
|
1682
|
+
* A collection of Network Security Perimeter configurations
|
|
1683
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1684
|
+
*/
|
|
1685
|
+
readonly value?: NetworkSecurityPerimeterConfiguration[];
|
|
1686
|
+
/** The URI that can be used to request the next set of paged results. */
|
|
1687
|
+
nextLink?: string;
|
|
1688
|
+
}
|
|
1689
|
+
/** Describes provisioning issue for given NetworkSecurityPerimeterConfiguration */
|
|
1690
|
+
export interface ProvisioningIssue {
|
|
1691
|
+
/** Name of the issue */
|
|
1692
|
+
name?: string;
|
|
1693
|
+
/**
|
|
1694
|
+
* Properties of provisioning issue
|
|
1695
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1696
|
+
*/
|
|
1697
|
+
readonly properties?: ProvisioningIssueProperties;
|
|
1698
|
+
}
|
|
1699
|
+
/** Properties of provisioning issue */
|
|
1700
|
+
export interface ProvisioningIssueProperties {
|
|
1701
|
+
/** Type of issue */
|
|
1702
|
+
issueType?: IssueType;
|
|
1703
|
+
/** Severity of the issue. */
|
|
1704
|
+
severity?: Severity;
|
|
1705
|
+
/** Description of the issue */
|
|
1706
|
+
description?: string;
|
|
1707
|
+
}
|
|
1708
|
+
/** NetworkSecurityPerimeter related information */
|
|
1709
|
+
export interface NetworkSecurityPerimeter {
|
|
1710
|
+
/** The ARM identifier of the resource */
|
|
1711
|
+
id?: string;
|
|
1712
|
+
/** Guid of the resource */
|
|
1713
|
+
perimeterGuid?: string;
|
|
1714
|
+
/** Location of the resource */
|
|
1715
|
+
location?: string;
|
|
1716
|
+
}
|
|
1717
|
+
/** Information about resource association */
|
|
1718
|
+
export interface NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation {
|
|
1719
|
+
/** Name of the resource association */
|
|
1720
|
+
name?: string;
|
|
1721
|
+
/** Access Mode of the resource association */
|
|
1722
|
+
accessMode?: ResourceAssociationAccessMode;
|
|
1723
|
+
}
|
|
1724
|
+
/** Network Security Perimeter profile */
|
|
1725
|
+
export interface NetworkSecurityPerimeterConfigurationPropertiesProfile {
|
|
1726
|
+
/** Name of the resource */
|
|
1727
|
+
name?: string;
|
|
1728
|
+
/** Current access rules version */
|
|
1729
|
+
accessRulesVersion?: number;
|
|
1730
|
+
/** List of Access Rules */
|
|
1731
|
+
accessRules?: NspAccessRule[];
|
|
1732
|
+
/** Diagnostic settings version */
|
|
1733
|
+
diagnosticSettingsVersion?: number;
|
|
1734
|
+
/** Enabled logging categories */
|
|
1735
|
+
enabledLogCategories?: string[];
|
|
1736
|
+
}
|
|
1737
|
+
/** Information of Access Rule in Network Security Perimeter profile */
|
|
1738
|
+
export interface NspAccessRule {
|
|
1739
|
+
/** Name of the resource */
|
|
1740
|
+
name?: string;
|
|
1741
|
+
/**
|
|
1742
|
+
* Properties of Access Rule
|
|
1743
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1744
|
+
*/
|
|
1745
|
+
readonly properties?: NspAccessRuleProperties;
|
|
1746
|
+
}
|
|
1747
|
+
/** Properties of Access Rule */
|
|
1748
|
+
export interface NspAccessRuleProperties {
|
|
1749
|
+
/** Direction of Access Rule */
|
|
1750
|
+
direction?: NspAccessRuleDirection;
|
|
1751
|
+
/** Address prefixes in the CIDR format for inbound rules */
|
|
1752
|
+
addressPrefixes?: string[];
|
|
1753
|
+
/** Subscriptions for inbound rules */
|
|
1754
|
+
subscriptions?: NspAccessRulePropertiesSubscriptionsItem[];
|
|
1755
|
+
/**
|
|
1756
|
+
* NetworkSecurityPerimeters for inbound rules
|
|
1757
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1758
|
+
*/
|
|
1759
|
+
readonly networkSecurityPerimeters?: NetworkSecurityPerimeter[];
|
|
1760
|
+
/**
|
|
1761
|
+
* FQDN for outbound rules
|
|
1762
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1763
|
+
*/
|
|
1764
|
+
readonly fullyQualifiedDomainNames?: string[];
|
|
1765
|
+
}
|
|
1766
|
+
/** Subscription for inbound rule */
|
|
1767
|
+
export interface NspAccessRulePropertiesSubscriptionsItem {
|
|
1768
|
+
/** The ARM identifier of subscription */
|
|
1769
|
+
id?: string;
|
|
1770
|
+
}
|
|
1771
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
1772
|
+
export interface ResourceAutoGenerated {
|
|
1773
|
+
/**
|
|
1774
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
1775
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1776
|
+
*/
|
|
1777
|
+
readonly id?: string;
|
|
1778
|
+
/**
|
|
1779
|
+
* The name of the resource
|
|
1780
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1781
|
+
*/
|
|
1782
|
+
readonly name?: string;
|
|
1783
|
+
/**
|
|
1784
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
1785
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1786
|
+
*/
|
|
1787
|
+
readonly type?: string;
|
|
1788
|
+
/**
|
|
1789
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
1790
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1791
|
+
*/
|
|
1792
|
+
readonly systemData?: SystemData;
|
|
1793
|
+
}
|
|
1794
|
+
/** Properties of the storage task assignment. */
|
|
1795
|
+
export interface StorageTaskAssignmentProperties {
|
|
1796
|
+
/** Id of the corresponding storage task */
|
|
1797
|
+
taskId: string;
|
|
1798
|
+
/** Whether the storage task assignment is enabled or not */
|
|
1799
|
+
enabled: boolean;
|
|
1800
|
+
/** Text that describes the purpose of the storage task assignment */
|
|
1801
|
+
description: string;
|
|
1802
|
+
/** The storage task assignment execution context */
|
|
1803
|
+
executionContext: StorageTaskAssignmentExecutionContext;
|
|
1804
|
+
/** The storage task assignment report */
|
|
1805
|
+
report: StorageTaskAssignmentReport;
|
|
1806
|
+
/**
|
|
1807
|
+
* Represents the provisioning state of the storage task assignment.
|
|
1808
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1809
|
+
*/
|
|
1810
|
+
readonly provisioningState?: ProvisioningState;
|
|
1811
|
+
/** Run status of storage task assignment */
|
|
1812
|
+
runStatus?: StorageTaskReportProperties;
|
|
1813
|
+
}
|
|
1814
|
+
/** Execution context of the storage task assignment. */
|
|
1815
|
+
export interface StorageTaskAssignmentExecutionContext {
|
|
1816
|
+
/** Execution target of the storage task assignment */
|
|
1817
|
+
target?: ExecutionTarget;
|
|
1818
|
+
/** Execution trigger of the storage task assignment */
|
|
1819
|
+
trigger: ExecutionTrigger;
|
|
1820
|
+
}
|
|
1821
|
+
/** Target helps provide filter parameters for the objects in the storage account and forms the execution context for the storage task */
|
|
1822
|
+
export interface ExecutionTarget {
|
|
1823
|
+
/** Required list of object prefixes to be included for task execution */
|
|
1824
|
+
prefix?: string[];
|
|
1825
|
+
/** List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor */
|
|
1826
|
+
excludePrefix?: string[];
|
|
1827
|
+
}
|
|
1828
|
+
/** Execution trigger for storage task assignment */
|
|
1829
|
+
export interface ExecutionTrigger {
|
|
1830
|
+
/** The trigger type of the storage task assignment execution */
|
|
1831
|
+
type: TriggerType;
|
|
1832
|
+
/** The trigger parameters of the storage task assignment execution */
|
|
1833
|
+
parameters: TriggerParameters;
|
|
1834
|
+
}
|
|
1835
|
+
/** The trigger parameters update for the storage task assignment execution */
|
|
1836
|
+
export interface TriggerParameters {
|
|
1837
|
+
/** When to start task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' */
|
|
1838
|
+
startFrom?: Date;
|
|
1839
|
+
/** Run interval of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' */
|
|
1840
|
+
interval?: number;
|
|
1841
|
+
/** Run interval unit of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' */
|
|
1842
|
+
intervalUnit?: "Days";
|
|
1843
|
+
/** When to end task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' */
|
|
1844
|
+
endBy?: Date;
|
|
1845
|
+
/** When to start task execution. This is an optional field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule' */
|
|
1846
|
+
startOn?: Date;
|
|
1847
|
+
}
|
|
1848
|
+
/** The storage task assignment report */
|
|
1849
|
+
export interface StorageTaskAssignmentReport {
|
|
1850
|
+
/** The container prefix for the location of storage task assignment report */
|
|
1851
|
+
prefix: string;
|
|
1852
|
+
}
|
|
1853
|
+
/** Storage task execution report for a run instance. */
|
|
1854
|
+
export interface StorageTaskReportProperties {
|
|
1855
|
+
/**
|
|
1856
|
+
* Represents the Storage Task Assignment Id associated with the storage task that provided an execution context.
|
|
1857
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1858
|
+
*/
|
|
1859
|
+
readonly taskAssignmentId?: string;
|
|
1860
|
+
/**
|
|
1861
|
+
* Represents the Storage Account Id where the storage task definition was applied and executed.
|
|
1862
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1863
|
+
*/
|
|
1864
|
+
readonly storageAccountId?: string;
|
|
1865
|
+
/**
|
|
1866
|
+
* Start time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
|
|
1867
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1868
|
+
*/
|
|
1869
|
+
readonly startTime?: string;
|
|
1870
|
+
/**
|
|
1871
|
+
* End time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
|
|
1872
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1873
|
+
*/
|
|
1874
|
+
readonly finishTime?: string;
|
|
1875
|
+
/**
|
|
1876
|
+
* Total number of objects that meet the condition as defined in the storage task assignment execution context. Filter options such as objectsTargetedCount gt 50 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
|
|
1877
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1878
|
+
*/
|
|
1879
|
+
readonly objectsTargetedCount?: string;
|
|
1880
|
+
/**
|
|
1881
|
+
* Total number of objects that meet the storage tasks condition and were operated upon. Filter options such as objectsOperatedOnCount ge 100 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
|
|
1882
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1883
|
+
*/
|
|
1884
|
+
readonly objectsOperatedOnCount?: string;
|
|
1885
|
+
/**
|
|
1886
|
+
* Total number of objects where task operation failed when was attempted. Filter options such as objectFailedCount eq 0 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
|
|
1887
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1888
|
+
*/
|
|
1889
|
+
readonly objectFailedCount?: string;
|
|
1890
|
+
/**
|
|
1891
|
+
* Total number of objects where task operation succeeded when was attempted.Filter options such as objectsSucceededCount gt 150 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
|
|
1892
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1893
|
+
*/
|
|
1894
|
+
readonly objectsSucceededCount?: string;
|
|
1895
|
+
/**
|
|
1896
|
+
* Well known Azure Storage error code that represents the error encountered during execution of the run instance.
|
|
1897
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1898
|
+
*/
|
|
1899
|
+
readonly runStatusError?: string;
|
|
1900
|
+
/**
|
|
1901
|
+
* Represents the status of the execution.
|
|
1902
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1903
|
+
*/
|
|
1904
|
+
readonly runStatusEnum?: RunStatusEnum;
|
|
1905
|
+
/**
|
|
1906
|
+
* Full path to the verbose report stored in the reporting container as specified in the assignment execution context for the storage account.
|
|
1907
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1908
|
+
*/
|
|
1909
|
+
readonly summaryReportPath?: string;
|
|
1910
|
+
/**
|
|
1911
|
+
* Storage Task Arm Id.
|
|
1912
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1913
|
+
*/
|
|
1914
|
+
readonly taskId?: string;
|
|
1915
|
+
/**
|
|
1916
|
+
* Storage Task Version
|
|
1917
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1918
|
+
*/
|
|
1919
|
+
readonly taskVersion?: string;
|
|
1920
|
+
/**
|
|
1921
|
+
* Represents the overall result of the execution for the run instance
|
|
1922
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1923
|
+
*/
|
|
1924
|
+
readonly runResult?: RunResult;
|
|
1925
|
+
}
|
|
1926
|
+
/** Parameters of the storage task assignment update request */
|
|
1927
|
+
export interface StorageTaskAssignmentUpdateParameters {
|
|
1928
|
+
/** Properties of the storage task assignment. */
|
|
1929
|
+
properties?: StorageTaskAssignmentUpdateProperties;
|
|
1930
|
+
}
|
|
1931
|
+
/** Properties of the storage task update assignment. */
|
|
1932
|
+
export interface StorageTaskAssignmentUpdateProperties {
|
|
1933
|
+
/**
|
|
1934
|
+
* Id of the corresponding storage task
|
|
1935
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1936
|
+
*/
|
|
1937
|
+
readonly taskId?: string;
|
|
1938
|
+
/** Whether the storage task assignment is enabled or not */
|
|
1939
|
+
enabled?: boolean;
|
|
1940
|
+
/** Text that describes the purpose of the storage task assignment */
|
|
1941
|
+
description?: string;
|
|
1942
|
+
/** The storage task assignment execution context */
|
|
1943
|
+
executionContext?: StorageTaskAssignmentUpdateExecutionContext;
|
|
1944
|
+
/** The storage task assignment report */
|
|
1945
|
+
report?: StorageTaskAssignmentUpdateReport;
|
|
1946
|
+
/**
|
|
1947
|
+
* Represents the provisioning state of the storage task assignment.
|
|
1948
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1949
|
+
*/
|
|
1950
|
+
readonly provisioningState?: ProvisioningState;
|
|
1951
|
+
/** Run status of storage task assignment */
|
|
1952
|
+
runStatus?: StorageTaskReportProperties;
|
|
1953
|
+
}
|
|
1954
|
+
/** Execution context of the storage task assignment update. */
|
|
1955
|
+
export interface StorageTaskAssignmentUpdateExecutionContext {
|
|
1956
|
+
/** Execution target of the storage task assignment */
|
|
1957
|
+
target?: ExecutionTarget;
|
|
1958
|
+
/** Execution trigger of the storage task assignment */
|
|
1959
|
+
trigger?: ExecutionTriggerUpdate;
|
|
1960
|
+
}
|
|
1961
|
+
/** Execution trigger update for storage task assignment */
|
|
1962
|
+
export interface ExecutionTriggerUpdate {
|
|
1963
|
+
/** The trigger type of the storage task assignment execution */
|
|
1964
|
+
type?: TriggerType;
|
|
1965
|
+
/** The trigger parameters of the storage task assignment execution */
|
|
1966
|
+
parameters?: TriggerParametersUpdate;
|
|
1967
|
+
}
|
|
1968
|
+
/** The trigger parameters update for the storage task assignment execution */
|
|
1969
|
+
export interface TriggerParametersUpdate {
|
|
1970
|
+
/** When to start task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' */
|
|
1971
|
+
startFrom?: Date;
|
|
1972
|
+
/** Run interval of task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' */
|
|
1973
|
+
interval?: number;
|
|
1974
|
+
/** Run interval unit of task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' */
|
|
1975
|
+
intervalUnit?: "Days";
|
|
1976
|
+
/** When to end task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' */
|
|
1977
|
+
endBy?: Date;
|
|
1978
|
+
/** When to start task execution. This is a mutable field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule' */
|
|
1979
|
+
startOn?: Date;
|
|
1980
|
+
}
|
|
1981
|
+
/** The storage task assignment report */
|
|
1982
|
+
export interface StorageTaskAssignmentUpdateReport {
|
|
1983
|
+
/** The prefix of the storage task assignment report */
|
|
1984
|
+
prefix?: string;
|
|
1985
|
+
}
|
|
1986
|
+
/** List of storage task assignments for the storage account */
|
|
1987
|
+
export interface StorageTaskAssignmentsList {
|
|
1988
|
+
/**
|
|
1989
|
+
* Gets the list of storage task assignments and their properties.
|
|
1990
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1991
|
+
*/
|
|
1992
|
+
readonly value?: StorageTaskAssignment[];
|
|
1993
|
+
/**
|
|
1994
|
+
* Request URL that can be used to query next page of storage task assignments. Returned when total number of requested storage task assignments exceed maximum page size.
|
|
1995
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1996
|
+
*/
|
|
1997
|
+
readonly nextLink?: string;
|
|
1998
|
+
}
|
|
1999
|
+
/** Fetch Storage Tasks Run Summary. */
|
|
2000
|
+
export interface StorageTaskReportSummary {
|
|
2001
|
+
/**
|
|
2002
|
+
* Gets storage tasks run result summary.
|
|
2003
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2004
|
+
*/
|
|
2005
|
+
readonly value?: StorageTaskReportInstance[];
|
|
2006
|
+
/**
|
|
2007
|
+
* Request URL that can be used to query next page of storage task run results summary. Returned when the number of run instances and summary reports exceed maximum page size.
|
|
2008
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2009
|
+
*/
|
|
2010
|
+
readonly nextLink?: string;
|
|
2011
|
+
}
|
|
2012
|
+
/** The properties of a storage account’s Blob service. */
|
|
2013
|
+
export interface BlobServiceProperties extends Resource {
|
|
2014
|
+
/**
|
|
2015
|
+
* Sku name and tier.
|
|
2016
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2017
|
+
*/
|
|
2018
|
+
readonly sku?: Sku;
|
|
2019
|
+
/** Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service. */
|
|
2020
|
+
cors?: CorsRules;
|
|
2021
|
+
/** DefaultServiceVersion indicates the default version to use for requests to the Blob service if an incoming request’s version is not specified. Possible values include version 2008-10-27 and all more recent versions. */
|
|
2022
|
+
defaultServiceVersion?: string;
|
|
2023
|
+
/** The blob service properties for blob soft delete. */
|
|
2024
|
+
deleteRetentionPolicy?: DeleteRetentionPolicy;
|
|
2025
|
+
/** Versioning is enabled if set to true. */
|
|
2026
|
+
isVersioningEnabled?: boolean;
|
|
2027
|
+
/** Deprecated in favor of isVersioningEnabled property. */
|
|
2028
|
+
automaticSnapshotPolicyEnabled?: boolean;
|
|
2029
|
+
/** The blob service properties for change feed events. */
|
|
2030
|
+
changeFeed?: ChangeFeed;
|
|
2031
|
+
/** The blob service properties for blob restore policy. */
|
|
2032
|
+
restorePolicy?: RestorePolicyProperties;
|
|
2033
|
+
/** The blob service properties for container soft delete. */
|
|
2034
|
+
containerDeleteRetentionPolicy?: DeleteRetentionPolicy;
|
|
2035
|
+
/** The blob service property to configure last access time based tracking policy. */
|
|
2036
|
+
lastAccessTimeTrackingPolicy?: LastAccessTimeTrackingPolicy;
|
|
2037
|
+
}
|
|
2038
|
+
/** The resource model definition for an Azure Resource Manager resource with an etag. */
|
|
2039
|
+
export interface AzureEntityResource extends Resource {
|
|
2040
|
+
/**
|
|
2041
|
+
* Resource Etag.
|
|
2042
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2043
|
+
*/
|
|
2044
|
+
readonly etag?: string;
|
|
2045
|
+
}
|
|
2046
|
+
/** The properties of File services in storage account. */
|
|
2047
|
+
export interface FileServiceProperties extends Resource {
|
|
2048
|
+
/**
|
|
2049
|
+
* Sku name and tier.
|
|
2050
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2051
|
+
*/
|
|
2052
|
+
readonly sku?: Sku;
|
|
2053
|
+
/** Specifies CORS rules for the File service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the File service. */
|
|
2054
|
+
cors?: CorsRules;
|
|
2055
|
+
/** The file service properties for share soft delete. */
|
|
2056
|
+
shareDeleteRetentionPolicy?: DeleteRetentionPolicy;
|
|
2057
|
+
/** Protocol settings for file service */
|
|
2058
|
+
protocolSettings?: ProtocolSettings;
|
|
2059
|
+
}
|
|
2060
|
+
/** The properties of a storage account’s Queue service. */
|
|
2061
|
+
export interface QueueServiceProperties extends Resource {
|
|
2062
|
+
/** Specifies CORS rules for the Queue service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Queue service. */
|
|
2063
|
+
cors?: CorsRules;
|
|
2064
|
+
}
|
|
2065
|
+
export interface StorageQueue extends Resource {
|
|
2066
|
+
/** A name-value pair that represents queue metadata. */
|
|
2067
|
+
metadata?: {
|
|
2068
|
+
[propertyName: string]: string;
|
|
2069
|
+
};
|
|
2070
|
+
/**
|
|
2071
|
+
* Integer indicating an approximate number of messages in the queue. This number is not lower than the actual number of messages in the queue, but could be higher.
|
|
2072
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2073
|
+
*/
|
|
2074
|
+
readonly approximateMessageCount?: number;
|
|
2075
|
+
}
|
|
2076
|
+
export interface ListQueue extends Resource {
|
|
2077
|
+
/** A name-value pair that represents queue metadata. */
|
|
2078
|
+
metadata?: {
|
|
2079
|
+
[propertyName: string]: string;
|
|
2080
|
+
};
|
|
2081
|
+
}
|
|
2082
|
+
/** The Private Endpoint Connection resource. */
|
|
2083
|
+
export interface PrivateEndpointConnection extends Resource {
|
|
2084
|
+
/** The resource of private end point. */
|
|
2085
|
+
privateEndpoint?: PrivateEndpoint;
|
|
2086
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
2087
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
2088
|
+
/**
|
|
2089
|
+
* The provisioning state of the private endpoint connection resource.
|
|
2090
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2091
|
+
*/
|
|
2092
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
2093
|
+
}
|
|
2094
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
2095
|
+
export interface TrackedResource extends Resource {
|
|
2096
|
+
/** Resource tags. */
|
|
2097
|
+
tags?: {
|
|
2098
|
+
[propertyName: string]: string;
|
|
2099
|
+
};
|
|
2100
|
+
/** The geo-location where the resource lives */
|
|
2101
|
+
location: string;
|
|
2102
|
+
}
|
|
2103
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
2104
|
+
export interface ProxyResource extends Resource {
|
|
2105
|
+
}
|
|
2106
|
+
/** The Get Storage Account ManagementPolicies operation response. */
|
|
2107
|
+
export interface ManagementPolicy extends Resource {
|
|
2108
|
+
/**
|
|
2109
|
+
* Returns the date and time the ManagementPolicies was last modified.
|
|
2110
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2111
|
+
*/
|
|
2112
|
+
readonly lastModifiedTime?: Date;
|
|
2113
|
+
/** The Storage Account ManagementPolicy, in JSON format. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts. */
|
|
2114
|
+
policy?: ManagementPolicySchema;
|
|
2115
|
+
}
|
|
2116
|
+
/** The storage account blob inventory policy. */
|
|
2117
|
+
export interface BlobInventoryPolicy extends Resource {
|
|
2118
|
+
/**
|
|
2119
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
2120
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2121
|
+
*/
|
|
2122
|
+
readonly systemData?: SystemData;
|
|
2123
|
+
/**
|
|
2124
|
+
* Returns the last modified date and time of the blob inventory policy.
|
|
2125
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2126
|
+
*/
|
|
2127
|
+
readonly lastModifiedTime?: Date;
|
|
2128
|
+
/** The storage account blob inventory policy object. It is composed of policy rules. */
|
|
2129
|
+
policy?: BlobInventoryPolicySchema;
|
|
2130
|
+
}
|
|
2131
|
+
/** A private link resource */
|
|
2132
|
+
export interface PrivateLinkResource extends Resource {
|
|
2133
|
+
/**
|
|
2134
|
+
* The private link resource group id.
|
|
2135
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2136
|
+
*/
|
|
2137
|
+
readonly groupId?: string;
|
|
2138
|
+
/**
|
|
2139
|
+
* The private link resource required member names.
|
|
2140
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2141
|
+
*/
|
|
2142
|
+
readonly requiredMembers?: string[];
|
|
2143
|
+
/** The private link resource Private link DNS zone name. */
|
|
2144
|
+
requiredZoneNames?: string[];
|
|
2145
|
+
}
|
|
2146
|
+
/** The replication policy between two storage accounts. Multiple rules can be defined in one policy. */
|
|
2147
|
+
export interface ObjectReplicationPolicy extends Resource {
|
|
2148
|
+
/**
|
|
2149
|
+
* A unique id for object replication policy.
|
|
2150
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2151
|
+
*/
|
|
2152
|
+
readonly policyId?: string;
|
|
2153
|
+
/**
|
|
2154
|
+
* Indicates when the policy is enabled on the source account.
|
|
2155
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2156
|
+
*/
|
|
2157
|
+
readonly enabledTime?: Date;
|
|
2158
|
+
/** Required. Source account name. It should be full resource id if allowCrossTenantReplication set to false. */
|
|
2159
|
+
sourceAccount?: string;
|
|
2160
|
+
/** Required. Destination account name. It should be full resource id if allowCrossTenantReplication set to false. */
|
|
2161
|
+
destinationAccount?: string;
|
|
2162
|
+
/** The storage account object replication rules. */
|
|
2163
|
+
rules?: ObjectReplicationPolicyRule[];
|
|
2164
|
+
}
|
|
2165
|
+
/** The local user associated with the storage accounts. */
|
|
2166
|
+
export interface LocalUser extends Resource {
|
|
2167
|
+
/**
|
|
2168
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
2169
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2170
|
+
*/
|
|
2171
|
+
readonly systemData?: SystemData;
|
|
2172
|
+
/** The permission scopes of the local user. */
|
|
2173
|
+
permissionScopes?: PermissionScope[];
|
|
2174
|
+
/** Optional, local user home directory. */
|
|
2175
|
+
homeDirectory?: string;
|
|
2176
|
+
/** Optional, local user ssh authorized keys for SFTP. */
|
|
2177
|
+
sshAuthorizedKeys?: SshPublicKey[];
|
|
2178
|
+
/**
|
|
2179
|
+
* A unique Security Identifier that is generated by the server.
|
|
2180
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2181
|
+
*/
|
|
2182
|
+
readonly sid?: string;
|
|
2183
|
+
/** Indicates whether shared key exists. Set it to false to remove existing shared key. */
|
|
2184
|
+
hasSharedKey?: boolean;
|
|
2185
|
+
/** Indicates whether ssh key exists. Set it to false to remove existing SSH key. */
|
|
2186
|
+
hasSshKey?: boolean;
|
|
2187
|
+
/** Indicates whether ssh password exists. Set it to false to remove existing SSH password. */
|
|
2188
|
+
hasSshPassword?: boolean;
|
|
2189
|
+
/**
|
|
2190
|
+
* A unique Identifier that is generated by the server.
|
|
2191
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2192
|
+
*/
|
|
2193
|
+
readonly userId?: number;
|
|
2194
|
+
/** An identifier for associating a group of users. */
|
|
2195
|
+
groupId?: number;
|
|
2196
|
+
/** Indicates whether ACL authorization is allowed for this user. Set it to false to disallow using ACL authorization. */
|
|
2197
|
+
allowAclAuthorization?: boolean;
|
|
2198
|
+
/** Supplementary group membership. Only applicable for local users enabled for NFSv3 access. */
|
|
2199
|
+
extendedGroups?: number[];
|
|
2200
|
+
/** Indicates if the local user is enabled for access with NFSv3 protocol. */
|
|
2201
|
+
isNFSv3Enabled?: boolean;
|
|
2202
|
+
}
|
|
2203
|
+
/** The Encryption Scope resource. */
|
|
2204
|
+
export interface EncryptionScope extends Resource {
|
|
2205
|
+
/** The provider for the encryption scope. Possible values (case-insensitive): Microsoft.Storage, Microsoft.KeyVault. */
|
|
2206
|
+
source?: EncryptionScopeSource;
|
|
2207
|
+
/** The state of the encryption scope. Possible values (case-insensitive): Enabled, Disabled. */
|
|
2208
|
+
state?: EncryptionScopeState;
|
|
2209
|
+
/**
|
|
2210
|
+
* Gets the creation date and time of the encryption scope in UTC.
|
|
2211
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2212
|
+
*/
|
|
2213
|
+
readonly creationTime?: Date;
|
|
2214
|
+
/**
|
|
2215
|
+
* Gets the last modification date and time of the encryption scope in UTC.
|
|
2216
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2217
|
+
*/
|
|
2218
|
+
readonly lastModifiedTime?: Date;
|
|
2219
|
+
/** The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'. */
|
|
2220
|
+
keyVaultProperties?: EncryptionScopeKeyVaultProperties;
|
|
2221
|
+
/** A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest. */
|
|
2222
|
+
requireInfrastructureEncryption?: boolean;
|
|
2223
|
+
}
|
|
2224
|
+
/** The properties of a storage account’s Table service. */
|
|
2225
|
+
export interface TableServiceProperties extends Resource {
|
|
2226
|
+
/** Specifies CORS rules for the Table service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Table service. */
|
|
2227
|
+
cors?: CorsRules;
|
|
2228
|
+
}
|
|
2229
|
+
/** Properties of the table, including Id, resource name, resource type. */
|
|
2230
|
+
export interface Table extends Resource {
|
|
2231
|
+
/**
|
|
2232
|
+
* Table name under the specified account
|
|
2233
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2234
|
+
*/
|
|
2235
|
+
readonly tableName?: string;
|
|
2236
|
+
/** List of stored access policies specified on the table. */
|
|
2237
|
+
signedIdentifiers?: TableSignedIdentifier[];
|
|
2238
|
+
}
|
|
2239
|
+
/** The storage task assignment. */
|
|
2240
|
+
export interface StorageTaskAssignment extends Resource {
|
|
2241
|
+
/** Properties of the storage task assignment. */
|
|
2242
|
+
properties: StorageTaskAssignmentProperties;
|
|
2243
|
+
}
|
|
2244
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
2245
|
+
export interface ProxyResourceAutoGenerated extends ResourceAutoGenerated {
|
|
2246
|
+
}
|
|
2247
|
+
/** The blob container properties be listed out. */
|
|
2248
|
+
export interface ListContainerItem extends AzureEntityResource {
|
|
2249
|
+
/**
|
|
2250
|
+
* The version of the deleted blob container.
|
|
2251
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2252
|
+
*/
|
|
2253
|
+
readonly version?: string;
|
|
2254
|
+
/**
|
|
2255
|
+
* Indicates whether the blob container was deleted.
|
|
2256
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2257
|
+
*/
|
|
2258
|
+
readonly deleted?: boolean;
|
|
2259
|
+
/**
|
|
2260
|
+
* Blob container deletion time.
|
|
2261
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2262
|
+
*/
|
|
2263
|
+
readonly deletedTime?: Date;
|
|
2264
|
+
/**
|
|
2265
|
+
* Remaining retention days for soft deleted blob container.
|
|
2266
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2267
|
+
*/
|
|
2268
|
+
readonly remainingRetentionDays?: number;
|
|
2269
|
+
/** Default the container to use specified encryption scope for all writes. */
|
|
2270
|
+
defaultEncryptionScope?: string;
|
|
2271
|
+
/** Block override of encryption scope from the container default. */
|
|
2272
|
+
denyEncryptionScopeOverride?: boolean;
|
|
2273
|
+
/** Specifies whether data in the container may be accessed publicly and the level of access. */
|
|
2274
|
+
publicAccess?: PublicAccess;
|
|
2275
|
+
/**
|
|
2276
|
+
* Returns the date and time the container was last modified.
|
|
2277
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2278
|
+
*/
|
|
2279
|
+
readonly lastModifiedTime?: Date;
|
|
2280
|
+
/**
|
|
2281
|
+
* The lease status of the container.
|
|
2282
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2283
|
+
*/
|
|
2284
|
+
readonly leaseStatus?: LeaseStatus;
|
|
2285
|
+
/**
|
|
2286
|
+
* Lease state of the container.
|
|
2287
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2288
|
+
*/
|
|
2289
|
+
readonly leaseState?: LeaseState;
|
|
2290
|
+
/**
|
|
2291
|
+
* Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.
|
|
2292
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2293
|
+
*/
|
|
2294
|
+
readonly leaseDuration?: LeaseDuration;
|
|
2295
|
+
/** A name-value pair to associate with the container as metadata. */
|
|
2296
|
+
metadata?: {
|
|
2297
|
+
[propertyName: string]: string;
|
|
2298
|
+
};
|
|
2299
|
+
/**
|
|
2300
|
+
* The ImmutabilityPolicy property of the container.
|
|
2301
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2302
|
+
*/
|
|
2303
|
+
readonly immutabilityPolicy?: ImmutabilityPolicyProperties;
|
|
2304
|
+
/**
|
|
2305
|
+
* The LegalHold property of the container.
|
|
2306
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2307
|
+
*/
|
|
2308
|
+
readonly legalHold?: LegalHoldProperties;
|
|
2309
|
+
/**
|
|
2310
|
+
* The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.
|
|
2311
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2312
|
+
*/
|
|
2313
|
+
readonly hasLegalHold?: boolean;
|
|
2314
|
+
/**
|
|
2315
|
+
* The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container.
|
|
2316
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2317
|
+
*/
|
|
2318
|
+
readonly hasImmutabilityPolicy?: boolean;
|
|
2319
|
+
/** The object level immutability property of the container. The property is immutable and can only be set to true at the container creation time. Existing containers must undergo a migration process. */
|
|
2320
|
+
immutableStorageWithVersioning?: ImmutableStorageWithVersioning;
|
|
2321
|
+
/** Enable NFSv3 root squash on blob container. */
|
|
2322
|
+
enableNfsV3RootSquash?: boolean;
|
|
2323
|
+
/** Enable NFSv3 all squash on blob container. */
|
|
2324
|
+
enableNfsV3AllSquash?: boolean;
|
|
2325
|
+
}
|
|
2326
|
+
/** Properties of the blob container, including Id, resource name, resource type, Etag. */
|
|
2327
|
+
export interface BlobContainer extends AzureEntityResource {
|
|
2328
|
+
/**
|
|
2329
|
+
* The version of the deleted blob container.
|
|
2330
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2331
|
+
*/
|
|
2332
|
+
readonly version?: string;
|
|
2333
|
+
/**
|
|
2334
|
+
* Indicates whether the blob container was deleted.
|
|
2335
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2336
|
+
*/
|
|
2337
|
+
readonly deleted?: boolean;
|
|
2338
|
+
/**
|
|
2339
|
+
* Blob container deletion time.
|
|
2340
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2341
|
+
*/
|
|
2342
|
+
readonly deletedTime?: Date;
|
|
2343
|
+
/**
|
|
2344
|
+
* Remaining retention days for soft deleted blob container.
|
|
2345
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2346
|
+
*/
|
|
2347
|
+
readonly remainingRetentionDays?: number;
|
|
2348
|
+
/** Default the container to use specified encryption scope for all writes. */
|
|
2349
|
+
defaultEncryptionScope?: string;
|
|
2350
|
+
/** Block override of encryption scope from the container default. */
|
|
2351
|
+
denyEncryptionScopeOverride?: boolean;
|
|
2352
|
+
/** Specifies whether data in the container may be accessed publicly and the level of access. */
|
|
2353
|
+
publicAccess?: PublicAccess;
|
|
2354
|
+
/**
|
|
2355
|
+
* Returns the date and time the container was last modified.
|
|
2356
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2357
|
+
*/
|
|
2358
|
+
readonly lastModifiedTime?: Date;
|
|
2359
|
+
/**
|
|
2360
|
+
* The lease status of the container.
|
|
2361
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2362
|
+
*/
|
|
2363
|
+
readonly leaseStatus?: LeaseStatus;
|
|
2364
|
+
/**
|
|
2365
|
+
* Lease state of the container.
|
|
2366
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2367
|
+
*/
|
|
2368
|
+
readonly leaseState?: LeaseState;
|
|
2369
|
+
/**
|
|
2370
|
+
* Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.
|
|
2371
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2372
|
+
*/
|
|
2373
|
+
readonly leaseDuration?: LeaseDuration;
|
|
2374
|
+
/** A name-value pair to associate with the container as metadata. */
|
|
2375
|
+
metadata?: {
|
|
2376
|
+
[propertyName: string]: string;
|
|
2377
|
+
};
|
|
2378
|
+
/**
|
|
2379
|
+
* The ImmutabilityPolicy property of the container.
|
|
2380
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2381
|
+
*/
|
|
2382
|
+
readonly immutabilityPolicy?: ImmutabilityPolicyProperties;
|
|
2383
|
+
/**
|
|
2384
|
+
* The LegalHold property of the container.
|
|
2385
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2386
|
+
*/
|
|
2387
|
+
readonly legalHold?: LegalHoldProperties;
|
|
2388
|
+
/**
|
|
2389
|
+
* The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.
|
|
2390
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2391
|
+
*/
|
|
2392
|
+
readonly hasLegalHold?: boolean;
|
|
2393
|
+
/**
|
|
2394
|
+
* The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container.
|
|
2395
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2396
|
+
*/
|
|
2397
|
+
readonly hasImmutabilityPolicy?: boolean;
|
|
2398
|
+
/** The object level immutability property of the container. The property is immutable and can only be set to true at the container creation time. Existing containers must undergo a migration process. */
|
|
2399
|
+
immutableStorageWithVersioning?: ImmutableStorageWithVersioning;
|
|
2400
|
+
/** Enable NFSv3 root squash on blob container. */
|
|
2401
|
+
enableNfsV3RootSquash?: boolean;
|
|
2402
|
+
/** Enable NFSv3 all squash on blob container. */
|
|
2403
|
+
enableNfsV3AllSquash?: boolean;
|
|
2404
|
+
}
|
|
2405
|
+
/** The ImmutabilityPolicy property of a blob container, including Id, resource name, resource type, Etag. */
|
|
2406
|
+
export interface ImmutabilityPolicy extends AzureEntityResource {
|
|
2407
|
+
/** The immutability period for the blobs in the container since the policy creation, in days. */
|
|
2408
|
+
immutabilityPeriodSinceCreationInDays?: number;
|
|
2409
|
+
/**
|
|
2410
|
+
* The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked.
|
|
2411
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2412
|
+
*/
|
|
2413
|
+
readonly state?: ImmutabilityPolicyState;
|
|
2414
|
+
/** This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. */
|
|
2415
|
+
allowProtectedAppendWrites?: boolean;
|
|
2416
|
+
/** This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive. */
|
|
2417
|
+
allowProtectedAppendWritesAll?: boolean;
|
|
2418
|
+
}
|
|
2419
|
+
/** The file share properties be listed out. */
|
|
2420
|
+
export interface FileShareItem extends AzureEntityResource {
|
|
2421
|
+
/**
|
|
2422
|
+
* Returns the date and time the share was last modified.
|
|
2423
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2424
|
+
*/
|
|
2425
|
+
readonly lastModifiedTime?: Date;
|
|
2426
|
+
/** A name-value pair to associate with the share as metadata. */
|
|
2427
|
+
metadata?: {
|
|
2428
|
+
[propertyName: string]: string;
|
|
2429
|
+
};
|
|
2430
|
+
/** The maximum size of the share, in gigabytes. Must be greater than 0, and less than or equal to 5TB (5120). For Large File Shares, the maximum size is 102400. */
|
|
2431
|
+
shareQuota?: number;
|
|
2432
|
+
/** The authentication protocol that is used for the file share. Can only be specified when creating a share. */
|
|
2433
|
+
enabledProtocols?: EnabledProtocols;
|
|
2434
|
+
/** The property is for NFS share only. The default is NoRootSquash. */
|
|
2435
|
+
rootSquash?: RootSquashType;
|
|
2436
|
+
/**
|
|
2437
|
+
* The version of the share.
|
|
2438
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2439
|
+
*/
|
|
2440
|
+
readonly version?: string;
|
|
2441
|
+
/**
|
|
2442
|
+
* Indicates whether the share was deleted.
|
|
2443
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2444
|
+
*/
|
|
2445
|
+
readonly deleted?: boolean;
|
|
2446
|
+
/**
|
|
2447
|
+
* The deleted time if the share was deleted.
|
|
2448
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2449
|
+
*/
|
|
2450
|
+
readonly deletedTime?: Date;
|
|
2451
|
+
/**
|
|
2452
|
+
* Remaining retention days for share that was soft deleted.
|
|
2453
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2454
|
+
*/
|
|
2455
|
+
readonly remainingRetentionDays?: number;
|
|
2456
|
+
/** Access tier for specific share. GpV2 account can choose between TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium. */
|
|
2457
|
+
accessTier?: ShareAccessTier;
|
|
2458
|
+
/**
|
|
2459
|
+
* Indicates the last modification time for share access tier.
|
|
2460
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2461
|
+
*/
|
|
2462
|
+
readonly accessTierChangeTime?: Date;
|
|
2463
|
+
/**
|
|
2464
|
+
* Indicates if there is a pending transition for access tier.
|
|
2465
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2466
|
+
*/
|
|
2467
|
+
readonly accessTierStatus?: string;
|
|
2468
|
+
/**
|
|
2469
|
+
* The approximate size of the data stored on the share. Note that this value may not include all recently created or recently resized files.
|
|
2470
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2471
|
+
*/
|
|
2472
|
+
readonly shareUsageBytes?: number;
|
|
2473
|
+
/**
|
|
2474
|
+
* The lease status of the share.
|
|
2475
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2476
|
+
*/
|
|
2477
|
+
readonly leaseStatus?: LeaseStatus;
|
|
2478
|
+
/**
|
|
2479
|
+
* Lease state of the share.
|
|
2480
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2481
|
+
*/
|
|
2482
|
+
readonly leaseState?: LeaseState;
|
|
2483
|
+
/**
|
|
2484
|
+
* Specifies whether the lease on a share is of infinite or fixed duration, only when the share is leased.
|
|
2485
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2486
|
+
*/
|
|
2487
|
+
readonly leaseDuration?: LeaseDuration;
|
|
2488
|
+
/** List of stored access policies specified on the share. */
|
|
2489
|
+
signedIdentifiers?: SignedIdentifier[];
|
|
2490
|
+
/**
|
|
2491
|
+
* Creation time of share snapshot returned in the response of list shares with expand param "snapshots".
|
|
2492
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2493
|
+
*/
|
|
2494
|
+
readonly snapshotTime?: Date;
|
|
2495
|
+
}
|
|
2496
|
+
/** Properties of the file share, including Id, resource name, resource type, Etag. */
|
|
2497
|
+
export interface FileShare extends AzureEntityResource {
|
|
2498
|
+
/**
|
|
2499
|
+
* Returns the date and time the share was last modified.
|
|
2500
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2501
|
+
*/
|
|
2502
|
+
readonly lastModifiedTime?: Date;
|
|
2503
|
+
/** A name-value pair to associate with the share as metadata. */
|
|
2504
|
+
metadata?: {
|
|
2505
|
+
[propertyName: string]: string;
|
|
2506
|
+
};
|
|
2507
|
+
/** The maximum size of the share, in gigabytes. Must be greater than 0, and less than or equal to 5TB (5120). For Large File Shares, the maximum size is 102400. */
|
|
2508
|
+
shareQuota?: number;
|
|
2509
|
+
/** The authentication protocol that is used for the file share. Can only be specified when creating a share. */
|
|
2510
|
+
enabledProtocols?: EnabledProtocols;
|
|
2511
|
+
/** The property is for NFS share only. The default is NoRootSquash. */
|
|
2512
|
+
rootSquash?: RootSquashType;
|
|
2513
|
+
/**
|
|
2514
|
+
* The version of the share.
|
|
2515
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2516
|
+
*/
|
|
2517
|
+
readonly version?: string;
|
|
2518
|
+
/**
|
|
2519
|
+
* Indicates whether the share was deleted.
|
|
2520
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2521
|
+
*/
|
|
2522
|
+
readonly deleted?: boolean;
|
|
2523
|
+
/**
|
|
2524
|
+
* The deleted time if the share was deleted.
|
|
2525
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2526
|
+
*/
|
|
2527
|
+
readonly deletedTime?: Date;
|
|
2528
|
+
/**
|
|
2529
|
+
* Remaining retention days for share that was soft deleted.
|
|
2530
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2531
|
+
*/
|
|
2532
|
+
readonly remainingRetentionDays?: number;
|
|
2533
|
+
/** Access tier for specific share. GpV2 account can choose between TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium. */
|
|
2534
|
+
accessTier?: ShareAccessTier;
|
|
2535
|
+
/**
|
|
2536
|
+
* Indicates the last modification time for share access tier.
|
|
2537
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2538
|
+
*/
|
|
2539
|
+
readonly accessTierChangeTime?: Date;
|
|
2540
|
+
/**
|
|
2541
|
+
* Indicates if there is a pending transition for access tier.
|
|
2542
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2543
|
+
*/
|
|
2544
|
+
readonly accessTierStatus?: string;
|
|
2545
|
+
/**
|
|
2546
|
+
* The approximate size of the data stored on the share. Note that this value may not include all recently created or recently resized files.
|
|
2547
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2548
|
+
*/
|
|
2549
|
+
readonly shareUsageBytes?: number;
|
|
2550
|
+
/**
|
|
2551
|
+
* The lease status of the share.
|
|
2552
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2553
|
+
*/
|
|
2554
|
+
readonly leaseStatus?: LeaseStatus;
|
|
2555
|
+
/**
|
|
2556
|
+
* Lease state of the share.
|
|
2557
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2558
|
+
*/
|
|
2559
|
+
readonly leaseState?: LeaseState;
|
|
2560
|
+
/**
|
|
2561
|
+
* Specifies whether the lease on a share is of infinite or fixed duration, only when the share is leased.
|
|
2562
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2563
|
+
*/
|
|
2564
|
+
readonly leaseDuration?: LeaseDuration;
|
|
2565
|
+
/** List of stored access policies specified on the share. */
|
|
2566
|
+
signedIdentifiers?: SignedIdentifier[];
|
|
2567
|
+
/**
|
|
2568
|
+
* Creation time of share snapshot returned in the response of list shares with expand param "snapshots".
|
|
2569
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2570
|
+
*/
|
|
2571
|
+
readonly snapshotTime?: Date;
|
|
2572
|
+
}
|
|
2573
|
+
/** The storage account. */
|
|
2574
|
+
export interface StorageAccount extends TrackedResource {
|
|
2575
|
+
/**
|
|
2576
|
+
* Gets the SKU.
|
|
2577
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2578
|
+
*/
|
|
2579
|
+
readonly sku?: Sku;
|
|
2580
|
+
/**
|
|
2581
|
+
* Gets the Kind.
|
|
2582
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2583
|
+
*/
|
|
2584
|
+
readonly kind?: Kind;
|
|
2585
|
+
/** The identity of the resource. */
|
|
2586
|
+
identity?: Identity;
|
|
2587
|
+
/** The extendedLocation of the resource. */
|
|
2588
|
+
extendedLocation?: ExtendedLocation;
|
|
2589
|
+
/**
|
|
2590
|
+
* Gets the status of the storage account at the time the operation was called.
|
|
2591
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2592
|
+
*/
|
|
2593
|
+
readonly provisioningState?: ProvisioningState;
|
|
2594
|
+
/**
|
|
2595
|
+
* Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint.
|
|
2596
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2597
|
+
*/
|
|
2598
|
+
readonly primaryEndpoints?: Endpoints;
|
|
2599
|
+
/**
|
|
2600
|
+
* Gets the location of the primary data center for the storage account.
|
|
2601
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2602
|
+
*/
|
|
2603
|
+
readonly primaryLocation?: string;
|
|
2604
|
+
/**
|
|
2605
|
+
* Gets the status indicating whether the primary location of the storage account is available or unavailable.
|
|
2606
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2607
|
+
*/
|
|
2608
|
+
readonly statusOfPrimary?: AccountStatus;
|
|
2609
|
+
/**
|
|
2610
|
+
* Gets the timestamp of the most recent instance of a failover to the secondary location. Only the most recent timestamp is retained. This element is not returned if there has never been a failover instance. Only available if the accountType is Standard_GRS or Standard_RAGRS.
|
|
2611
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2612
|
+
*/
|
|
2613
|
+
readonly lastGeoFailoverTime?: Date;
|
|
2614
|
+
/**
|
|
2615
|
+
* Gets the location of the geo-replicated secondary for the storage account. Only available if the accountType is Standard_GRS or Standard_RAGRS.
|
|
2616
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2617
|
+
*/
|
|
2618
|
+
readonly secondaryLocation?: string;
|
|
2619
|
+
/**
|
|
2620
|
+
* Gets the status indicating whether the secondary location of the storage account is available or unavailable. Only available if the SKU name is Standard_GRS or Standard_RAGRS.
|
|
2621
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2622
|
+
*/
|
|
2623
|
+
readonly statusOfSecondary?: AccountStatus;
|
|
2624
|
+
/**
|
|
2625
|
+
* Gets the creation date and time of the storage account in UTC.
|
|
2626
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2627
|
+
*/
|
|
2628
|
+
readonly creationTime?: Date;
|
|
2629
|
+
/**
|
|
2630
|
+
* Gets the custom domain the user assigned to this storage account.
|
|
2631
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2632
|
+
*/
|
|
2633
|
+
readonly customDomain?: CustomDomain;
|
|
2634
|
+
/**
|
|
2635
|
+
* SasPolicy assigned to the storage account.
|
|
2636
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2637
|
+
*/
|
|
2638
|
+
readonly sasPolicy?: SasPolicy;
|
|
2639
|
+
/**
|
|
2640
|
+
* KeyPolicy assigned to the storage account.
|
|
2641
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2642
|
+
*/
|
|
2643
|
+
readonly keyPolicy?: KeyPolicy;
|
|
2644
|
+
/**
|
|
2645
|
+
* Storage account keys creation time.
|
|
2646
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2647
|
+
*/
|
|
2648
|
+
readonly keyCreationTime?: KeyCreationTime;
|
|
2649
|
+
/**
|
|
2650
|
+
* Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object from the secondary location of the storage account. Only available if the SKU name is Standard_RAGRS.
|
|
2651
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2652
|
+
*/
|
|
2653
|
+
readonly secondaryEndpoints?: Endpoints;
|
|
2654
|
+
/**
|
|
2655
|
+
* Encryption settings to be used for server-side encryption for the storage account.
|
|
2656
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2657
|
+
*/
|
|
2658
|
+
readonly encryption?: Encryption;
|
|
2659
|
+
/**
|
|
2660
|
+
* Required for storage accounts where kind = BlobStorage. The access tier is used for billing. The 'Premium' access tier is the default value for premium block blobs storage account type and it cannot be changed for the premium block blobs storage account type.
|
|
2661
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2662
|
+
*/
|
|
2663
|
+
readonly accessTier?: AccessTier;
|
|
2664
|
+
/** Provides the identity based authentication settings for Azure Files. */
|
|
2665
|
+
azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;
|
|
2666
|
+
/** Allows https traffic only to storage service if sets to true. */
|
|
2667
|
+
enableHttpsTrafficOnly?: boolean;
|
|
2668
|
+
/**
|
|
2669
|
+
* Network rule set
|
|
2670
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2671
|
+
*/
|
|
2672
|
+
readonly networkRuleSet?: NetworkRuleSet;
|
|
2673
|
+
/** Enables Secure File Transfer Protocol, if set to true */
|
|
2674
|
+
isSftpEnabled?: boolean;
|
|
2675
|
+
/** Enables local users feature, if set to true */
|
|
2676
|
+
isLocalUserEnabled?: boolean;
|
|
2677
|
+
/** Enables extended group support with local users feature, if set to true */
|
|
2678
|
+
enableExtendedGroups?: boolean;
|
|
2679
|
+
/** Account HierarchicalNamespace enabled if sets to true. */
|
|
2680
|
+
isHnsEnabled?: boolean;
|
|
2681
|
+
/**
|
|
2682
|
+
* Geo Replication Stats
|
|
2683
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2684
|
+
*/
|
|
2685
|
+
readonly geoReplicationStats?: GeoReplicationStats;
|
|
2686
|
+
/**
|
|
2687
|
+
* If the failover is in progress, the value will be true, otherwise, it will be null.
|
|
2688
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2689
|
+
*/
|
|
2690
|
+
readonly failoverInProgress?: boolean;
|
|
2691
|
+
/** Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. */
|
|
2692
|
+
largeFileSharesState?: LargeFileSharesState;
|
|
2693
|
+
/**
|
|
2694
|
+
* List of private endpoint connection associated with the specified storage account
|
|
2695
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2696
|
+
*/
|
|
2697
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
2698
|
+
/** Maintains information about the network routing choice opted by the user for data transfer */
|
|
2699
|
+
routingPreference?: RoutingPreference;
|
|
2700
|
+
/**
|
|
2701
|
+
* Blob restore status
|
|
2702
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2703
|
+
*/
|
|
2704
|
+
readonly blobRestoreStatus?: BlobRestoreStatus;
|
|
2705
|
+
/** Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is false for this property. */
|
|
2706
|
+
allowBlobPublicAccess?: boolean;
|
|
2707
|
+
/** Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property. */
|
|
2708
|
+
minimumTlsVersion?: MinimumTlsVersion;
|
|
2709
|
+
/** Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true. */
|
|
2710
|
+
allowSharedKeyAccess?: boolean;
|
|
2711
|
+
/** NFS 3.0 protocol support enabled if set to true. */
|
|
2712
|
+
enableNfsV3?: boolean;
|
|
2713
|
+
/** Allow or disallow cross AAD tenant object replication. Set this property to true for new or existing accounts only if object replication policies will involve storage accounts in different AAD tenants. The default interpretation is false for new accounts to follow best security practices by default. */
|
|
2714
|
+
allowCrossTenantReplication?: boolean;
|
|
2715
|
+
/** A boolean flag which indicates whether the default authentication is OAuth or not. The default interpretation is false for this property. */
|
|
2716
|
+
defaultToOAuthAuthentication?: boolean;
|
|
2717
|
+
/** Allow, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account. */
|
|
2718
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
2719
|
+
/** The property is immutable and can only be set to true at the account creation time. When set to true, it enables object level immutability for all the containers in the account by default. */
|
|
2720
|
+
immutableStorageWithVersioning?: ImmutableStorageAccount;
|
|
2721
|
+
/** Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet. */
|
|
2722
|
+
allowedCopyScope?: AllowedCopyScope;
|
|
2723
|
+
/** This property is readOnly and is set by server during asynchronous storage account sku conversion operations. */
|
|
2724
|
+
storageAccountSkuConversionStatus?: StorageAccountSkuConversionStatus;
|
|
2725
|
+
/** Allows you to specify the type of endpoint. Set this to AzureDNSZone to create a large number of accounts in a single subscription, which creates accounts in an Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone identifier. */
|
|
2726
|
+
dnsEndpointType?: DnsEndpointType;
|
|
2727
|
+
/**
|
|
2728
|
+
* This property will be set to true or false on an event of ongoing migration. Default value is null.
|
|
2729
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2730
|
+
*/
|
|
2731
|
+
readonly isSkuConversionBlocked?: boolean;
|
|
2732
|
+
/**
|
|
2733
|
+
* If customer initiated account migration is in progress, the value will be true else it will be null.
|
|
2734
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2735
|
+
*/
|
|
2736
|
+
readonly accountMigrationInProgress?: boolean;
|
|
2737
|
+
}
|
|
2738
|
+
/** Deleted storage account */
|
|
2739
|
+
export interface DeletedAccount extends ProxyResource {
|
|
2740
|
+
/**
|
|
2741
|
+
* Full resource id of the original storage account.
|
|
2742
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2743
|
+
*/
|
|
2744
|
+
readonly storageAccountResourceId?: string;
|
|
2745
|
+
/**
|
|
2746
|
+
* Location of the deleted account.
|
|
2747
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2748
|
+
*/
|
|
2749
|
+
readonly location?: string;
|
|
2750
|
+
/**
|
|
2751
|
+
* Can be used to attempt recovering this deleted account via PutStorageAccount API.
|
|
2752
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2753
|
+
*/
|
|
2754
|
+
readonly restoreReference?: string;
|
|
2755
|
+
/**
|
|
2756
|
+
* Creation time of the deleted account.
|
|
2757
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2758
|
+
*/
|
|
2759
|
+
readonly creationTime?: string;
|
|
2760
|
+
/**
|
|
2761
|
+
* Deletion time of the deleted account.
|
|
2762
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2763
|
+
*/
|
|
2764
|
+
readonly deletionTime?: string;
|
|
2765
|
+
}
|
|
2766
|
+
/** Storage Tasks run report instance */
|
|
2767
|
+
export interface StorageTaskReportInstance extends ProxyResource {
|
|
2768
|
+
/** Storage task execution report for a run instance. */
|
|
2769
|
+
properties?: StorageTaskReportProperties;
|
|
2770
|
+
}
|
|
2771
|
+
/** The Network Security Perimeter configuration resource. */
|
|
2772
|
+
export interface NetworkSecurityPerimeterConfiguration extends ProxyResourceAutoGenerated {
|
|
2773
|
+
/**
|
|
2774
|
+
* Provisioning state of Network Security Perimeter configuration propagation
|
|
2775
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2776
|
+
*/
|
|
2777
|
+
readonly provisioningState?: NetworkSecurityPerimeterConfigurationProvisioningState;
|
|
2778
|
+
/**
|
|
2779
|
+
* List of Provisioning Issues if any
|
|
2780
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2781
|
+
*/
|
|
2782
|
+
readonly provisioningIssues?: ProvisioningIssue[];
|
|
2783
|
+
/**
|
|
2784
|
+
* NetworkSecurityPerimeter related information
|
|
2785
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2786
|
+
*/
|
|
2787
|
+
readonly networkSecurityPerimeter?: NetworkSecurityPerimeter;
|
|
2788
|
+
/**
|
|
2789
|
+
* Information about resource association
|
|
2790
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2791
|
+
*/
|
|
2792
|
+
readonly resourceAssociation?: NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation;
|
|
2793
|
+
/**
|
|
2794
|
+
* Network Security Perimeter profile
|
|
2795
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2796
|
+
*/
|
|
2797
|
+
readonly profile?: NetworkSecurityPerimeterConfigurationPropertiesProfile;
|
|
2798
|
+
}
|
|
2799
|
+
/** Defines headers for BlobContainers_createOrUpdateImmutabilityPolicy operation. */
|
|
2800
|
+
export interface BlobContainersCreateOrUpdateImmutabilityPolicyHeaders {
|
|
2801
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. */
|
|
2802
|
+
eTag?: string;
|
|
2803
|
+
}
|
|
2804
|
+
/** Defines headers for BlobContainers_getImmutabilityPolicy operation. */
|
|
2805
|
+
export interface BlobContainersGetImmutabilityPolicyHeaders {
|
|
2806
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. */
|
|
2807
|
+
eTag?: string;
|
|
2808
|
+
}
|
|
2809
|
+
/** Defines headers for BlobContainers_deleteImmutabilityPolicy operation. */
|
|
2810
|
+
export interface BlobContainersDeleteImmutabilityPolicyHeaders {
|
|
2811
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. */
|
|
2812
|
+
eTag?: string;
|
|
2813
|
+
}
|
|
2814
|
+
/** Defines headers for BlobContainers_lockImmutabilityPolicy operation. */
|
|
2815
|
+
export interface BlobContainersLockImmutabilityPolicyHeaders {
|
|
2816
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. */
|
|
2817
|
+
eTag?: string;
|
|
2818
|
+
}
|
|
2819
|
+
/** Defines headers for BlobContainers_extendImmutabilityPolicy operation. */
|
|
2820
|
+
export interface BlobContainersExtendImmutabilityPolicyHeaders {
|
|
2821
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. */
|
|
2822
|
+
eTag?: string;
|
|
2823
|
+
}
|
|
2824
|
+
/** Defines headers for FileShares_lease operation. */
|
|
2825
|
+
export interface FileSharesLeaseHeaders {
|
|
2826
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. */
|
|
2827
|
+
eTag?: string;
|
|
2828
|
+
}
|
|
2829
|
+
/** Defines headers for StorageAccounts_customerInitiatedMigration operation. */
|
|
2830
|
+
export interface StorageAccountsCustomerInitiatedMigrationHeaders {
|
|
2831
|
+
location?: string;
|
|
2832
|
+
}
|
|
2833
|
+
/** Defines headers for NetworkSecurityPerimeterConfigurations_reconcile operation. */
|
|
2834
|
+
export interface NetworkSecurityPerimeterConfigurationsReconcileHeaders {
|
|
2835
|
+
location?: string;
|
|
2836
|
+
}
|
|
2837
|
+
/** Defines headers for StorageTaskAssignments_create operation. */
|
|
2838
|
+
export interface StorageTaskAssignmentsCreateHeaders {
|
|
2839
|
+
location?: string;
|
|
2840
|
+
}
|
|
2841
|
+
/** Defines headers for StorageTaskAssignments_update operation. */
|
|
2842
|
+
export interface StorageTaskAssignmentsUpdateHeaders {
|
|
2843
|
+
location?: string;
|
|
2844
|
+
}
|
|
2845
|
+
/** Defines headers for StorageTaskAssignments_delete operation. */
|
|
2846
|
+
export interface StorageTaskAssignmentsDeleteHeaders {
|
|
2847
|
+
location?: string;
|
|
2848
|
+
}
|
|
2849
|
+
/** Known values of {@link AllowedMethods} that the service accepts. */
|
|
2850
|
+
export declare enum KnownAllowedMethods {
|
|
2851
|
+
/** Delete */
|
|
2852
|
+
Delete = "DELETE",
|
|
2853
|
+
/** GET */
|
|
2854
|
+
GET = "GET",
|
|
2855
|
+
/** Head */
|
|
2856
|
+
Head = "HEAD",
|
|
2857
|
+
/** Merge */
|
|
2858
|
+
Merge = "MERGE",
|
|
2859
|
+
/** Post */
|
|
2860
|
+
Post = "POST",
|
|
2861
|
+
/** Options */
|
|
2862
|
+
Options = "OPTIONS",
|
|
2863
|
+
/** PUT */
|
|
2864
|
+
PUT = "PUT",
|
|
2865
|
+
/** Patch */
|
|
2866
|
+
Patch = "PATCH",
|
|
2867
|
+
/** Connect */
|
|
2868
|
+
Connect = "CONNECT",
|
|
2869
|
+
/** Trace */
|
|
2870
|
+
Trace = "TRACE"
|
|
2871
|
+
}
|
|
2872
|
+
/**
|
|
2873
|
+
* Defines values for AllowedMethods. \
|
|
2874
|
+
* {@link KnownAllowedMethods} can be used interchangeably with AllowedMethods,
|
|
2875
|
+
* this enum contains the known values that the service supports.
|
|
2876
|
+
* ### Known values supported by the service
|
|
2877
|
+
* **DELETE** \
|
|
2878
|
+
* **GET** \
|
|
2879
|
+
* **HEAD** \
|
|
2880
|
+
* **MERGE** \
|
|
2881
|
+
* **POST** \
|
|
2882
|
+
* **OPTIONS** \
|
|
2883
|
+
* **PUT** \
|
|
2884
|
+
* **PATCH** \
|
|
2885
|
+
* **CONNECT** \
|
|
2886
|
+
* **TRACE**
|
|
2887
|
+
*/
|
|
2888
|
+
export type AllowedMethods = string;
|
|
2889
|
+
/** Known values of {@link Name} that the service accepts. */
|
|
2890
|
+
export declare enum KnownName {
|
|
2891
|
+
/** AccessTimeTracking */
|
|
2892
|
+
AccessTimeTracking = "AccessTimeTracking"
|
|
2893
|
+
}
|
|
2894
|
+
/**
|
|
2895
|
+
* Defines values for Name. \
|
|
2896
|
+
* {@link KnownName} can be used interchangeably with Name,
|
|
2897
|
+
* this enum contains the known values that the service supports.
|
|
2898
|
+
* ### Known values supported by the service
|
|
2899
|
+
* **AccessTimeTracking**
|
|
2900
|
+
*/
|
|
2901
|
+
export type Name = string;
|
|
2902
|
+
/** Known values of {@link SkuName} that the service accepts. */
|
|
2903
|
+
export declare enum KnownSkuName {
|
|
2904
|
+
/** StandardLRS */
|
|
2905
|
+
StandardLRS = "Standard_LRS",
|
|
2906
|
+
/** StandardGRS */
|
|
2907
|
+
StandardGRS = "Standard_GRS",
|
|
2908
|
+
/** StandardRagrs */
|
|
2909
|
+
StandardRagrs = "Standard_RAGRS",
|
|
2910
|
+
/** StandardZRS */
|
|
2911
|
+
StandardZRS = "Standard_ZRS",
|
|
2912
|
+
/** PremiumLRS */
|
|
2913
|
+
PremiumLRS = "Premium_LRS",
|
|
2914
|
+
/** PremiumZRS */
|
|
2915
|
+
PremiumZRS = "Premium_ZRS",
|
|
2916
|
+
/** StandardGzrs */
|
|
2917
|
+
StandardGzrs = "Standard_GZRS",
|
|
2918
|
+
/** StandardRagzrs */
|
|
2919
|
+
StandardRagzrs = "Standard_RAGZRS"
|
|
2920
|
+
}
|
|
2921
|
+
/**
|
|
2922
|
+
* Defines values for SkuName. \
|
|
2923
|
+
* {@link KnownSkuName} can be used interchangeably with SkuName,
|
|
2924
|
+
* this enum contains the known values that the service supports.
|
|
2925
|
+
* ### Known values supported by the service
|
|
2926
|
+
* **Standard_LRS** \
|
|
2927
|
+
* **Standard_GRS** \
|
|
2928
|
+
* **Standard_RAGRS** \
|
|
2929
|
+
* **Standard_ZRS** \
|
|
2930
|
+
* **Premium_LRS** \
|
|
2931
|
+
* **Premium_ZRS** \
|
|
2932
|
+
* **Standard_GZRS** \
|
|
2933
|
+
* **Standard_RAGZRS**
|
|
2934
|
+
*/
|
|
2935
|
+
export type SkuName = string;
|
|
2936
|
+
/** Known values of {@link ListContainersInclude} that the service accepts. */
|
|
2937
|
+
export declare enum KnownListContainersInclude {
|
|
2938
|
+
/** Deleted */
|
|
2939
|
+
Deleted = "deleted"
|
|
2940
|
+
}
|
|
2941
|
+
/**
|
|
2942
|
+
* Defines values for ListContainersInclude. \
|
|
2943
|
+
* {@link KnownListContainersInclude} can be used interchangeably with ListContainersInclude,
|
|
2944
|
+
* this enum contains the known values that the service supports.
|
|
2945
|
+
* ### Known values supported by the service
|
|
2946
|
+
* **deleted**
|
|
2947
|
+
*/
|
|
2948
|
+
export type ListContainersInclude = string;
|
|
2949
|
+
/** Known values of {@link LeaseStatus} that the service accepts. */
|
|
2950
|
+
export declare enum KnownLeaseStatus {
|
|
2951
|
+
/** Locked */
|
|
2952
|
+
Locked = "Locked",
|
|
2953
|
+
/** Unlocked */
|
|
2954
|
+
Unlocked = "Unlocked"
|
|
2955
|
+
}
|
|
2956
|
+
/**
|
|
2957
|
+
* Defines values for LeaseStatus. \
|
|
2958
|
+
* {@link KnownLeaseStatus} can be used interchangeably with LeaseStatus,
|
|
2959
|
+
* this enum contains the known values that the service supports.
|
|
2960
|
+
* ### Known values supported by the service
|
|
2961
|
+
* **Locked** \
|
|
2962
|
+
* **Unlocked**
|
|
2963
|
+
*/
|
|
2964
|
+
export type LeaseStatus = string;
|
|
2965
|
+
/** Known values of {@link LeaseState} that the service accepts. */
|
|
2966
|
+
export declare enum KnownLeaseState {
|
|
2967
|
+
/** Available */
|
|
2968
|
+
Available = "Available",
|
|
2969
|
+
/** Leased */
|
|
2970
|
+
Leased = "Leased",
|
|
2971
|
+
/** Expired */
|
|
2972
|
+
Expired = "Expired",
|
|
2973
|
+
/** Breaking */
|
|
2974
|
+
Breaking = "Breaking",
|
|
2975
|
+
/** Broken */
|
|
2976
|
+
Broken = "Broken"
|
|
2977
|
+
}
|
|
2978
|
+
/**
|
|
2979
|
+
* Defines values for LeaseState. \
|
|
2980
|
+
* {@link KnownLeaseState} can be used interchangeably with LeaseState,
|
|
2981
|
+
* this enum contains the known values that the service supports.
|
|
2982
|
+
* ### Known values supported by the service
|
|
2983
|
+
* **Available** \
|
|
2984
|
+
* **Leased** \
|
|
2985
|
+
* **Expired** \
|
|
2986
|
+
* **Breaking** \
|
|
2987
|
+
* **Broken**
|
|
2988
|
+
*/
|
|
2989
|
+
export type LeaseState = string;
|
|
2990
|
+
/** Known values of {@link LeaseDuration} that the service accepts. */
|
|
2991
|
+
export declare enum KnownLeaseDuration {
|
|
2992
|
+
/** Infinite */
|
|
2993
|
+
Infinite = "Infinite",
|
|
2994
|
+
/** Fixed */
|
|
2995
|
+
Fixed = "Fixed"
|
|
2996
|
+
}
|
|
2997
|
+
/**
|
|
2998
|
+
* Defines values for LeaseDuration. \
|
|
2999
|
+
* {@link KnownLeaseDuration} can be used interchangeably with LeaseDuration,
|
|
3000
|
+
* this enum contains the known values that the service supports.
|
|
3001
|
+
* ### Known values supported by the service
|
|
3002
|
+
* **Infinite** \
|
|
3003
|
+
* **Fixed**
|
|
3004
|
+
*/
|
|
3005
|
+
export type LeaseDuration = string;
|
|
3006
|
+
/** Known values of {@link ImmutabilityPolicyState} that the service accepts. */
|
|
3007
|
+
export declare enum KnownImmutabilityPolicyState {
|
|
3008
|
+
/** Locked */
|
|
3009
|
+
Locked = "Locked",
|
|
3010
|
+
/** Unlocked */
|
|
3011
|
+
Unlocked = "Unlocked"
|
|
3012
|
+
}
|
|
3013
|
+
/**
|
|
3014
|
+
* Defines values for ImmutabilityPolicyState. \
|
|
3015
|
+
* {@link KnownImmutabilityPolicyState} can be used interchangeably with ImmutabilityPolicyState,
|
|
3016
|
+
* this enum contains the known values that the service supports.
|
|
3017
|
+
* ### Known values supported by the service
|
|
3018
|
+
* **Locked** \
|
|
3019
|
+
* **Unlocked**
|
|
3020
|
+
*/
|
|
3021
|
+
export type ImmutabilityPolicyState = string;
|
|
3022
|
+
/** Known values of {@link ImmutabilityPolicyUpdateType} that the service accepts. */
|
|
3023
|
+
export declare enum KnownImmutabilityPolicyUpdateType {
|
|
3024
|
+
/** Put */
|
|
3025
|
+
Put = "put",
|
|
3026
|
+
/** Lock */
|
|
3027
|
+
Lock = "lock",
|
|
3028
|
+
/** Extend */
|
|
3029
|
+
Extend = "extend"
|
|
3030
|
+
}
|
|
3031
|
+
/**
|
|
3032
|
+
* Defines values for ImmutabilityPolicyUpdateType. \
|
|
3033
|
+
* {@link KnownImmutabilityPolicyUpdateType} can be used interchangeably with ImmutabilityPolicyUpdateType,
|
|
3034
|
+
* this enum contains the known values that the service supports.
|
|
3035
|
+
* ### Known values supported by the service
|
|
3036
|
+
* **put** \
|
|
3037
|
+
* **lock** \
|
|
3038
|
+
* **extend**
|
|
3039
|
+
*/
|
|
3040
|
+
export type ImmutabilityPolicyUpdateType = string;
|
|
3041
|
+
/** Known values of {@link MigrationState} that the service accepts. */
|
|
3042
|
+
export declare enum KnownMigrationState {
|
|
3043
|
+
/** InProgress */
|
|
3044
|
+
InProgress = "InProgress",
|
|
3045
|
+
/** Completed */
|
|
3046
|
+
Completed = "Completed"
|
|
3047
|
+
}
|
|
3048
|
+
/**
|
|
3049
|
+
* Defines values for MigrationState. \
|
|
3050
|
+
* {@link KnownMigrationState} can be used interchangeably with MigrationState,
|
|
3051
|
+
* this enum contains the known values that the service supports.
|
|
3052
|
+
* ### Known values supported by the service
|
|
3053
|
+
* **InProgress** \
|
|
3054
|
+
* **Completed**
|
|
3055
|
+
*/
|
|
3056
|
+
export type MigrationState = string;
|
|
3057
|
+
/** Known values of {@link LeaseContainerRequestAction} that the service accepts. */
|
|
3058
|
+
export declare enum KnownLeaseContainerRequestAction {
|
|
3059
|
+
/** Acquire */
|
|
3060
|
+
Acquire = "Acquire",
|
|
3061
|
+
/** Renew */
|
|
3062
|
+
Renew = "Renew",
|
|
3063
|
+
/** Change */
|
|
3064
|
+
Change = "Change",
|
|
3065
|
+
/** Release */
|
|
3066
|
+
Release = "Release",
|
|
3067
|
+
/** Break */
|
|
3068
|
+
Break = "Break"
|
|
3069
|
+
}
|
|
3070
|
+
/**
|
|
3071
|
+
* Defines values for LeaseContainerRequestAction. \
|
|
3072
|
+
* {@link KnownLeaseContainerRequestAction} can be used interchangeably with LeaseContainerRequestAction,
|
|
3073
|
+
* this enum contains the known values that the service supports.
|
|
3074
|
+
* ### Known values supported by the service
|
|
3075
|
+
* **Acquire** \
|
|
3076
|
+
* **Renew** \
|
|
3077
|
+
* **Change** \
|
|
3078
|
+
* **Release** \
|
|
3079
|
+
* **Break**
|
|
3080
|
+
*/
|
|
3081
|
+
export type LeaseContainerRequestAction = string;
|
|
3082
|
+
/** Known values of {@link EnabledProtocols} that the service accepts. */
|
|
3083
|
+
export declare enum KnownEnabledProtocols {
|
|
3084
|
+
/** SMB */
|
|
3085
|
+
SMB = "SMB",
|
|
3086
|
+
/** NFS */
|
|
3087
|
+
NFS = "NFS"
|
|
3088
|
+
}
|
|
3089
|
+
/**
|
|
3090
|
+
* Defines values for EnabledProtocols. \
|
|
3091
|
+
* {@link KnownEnabledProtocols} can be used interchangeably with EnabledProtocols,
|
|
3092
|
+
* this enum contains the known values that the service supports.
|
|
3093
|
+
* ### Known values supported by the service
|
|
3094
|
+
* **SMB** \
|
|
3095
|
+
* **NFS**
|
|
3096
|
+
*/
|
|
3097
|
+
export type EnabledProtocols = string;
|
|
3098
|
+
/** Known values of {@link RootSquashType} that the service accepts. */
|
|
3099
|
+
export declare enum KnownRootSquashType {
|
|
3100
|
+
/** NoRootSquash */
|
|
3101
|
+
NoRootSquash = "NoRootSquash",
|
|
3102
|
+
/** RootSquash */
|
|
3103
|
+
RootSquash = "RootSquash",
|
|
3104
|
+
/** AllSquash */
|
|
3105
|
+
AllSquash = "AllSquash"
|
|
3106
|
+
}
|
|
3107
|
+
/**
|
|
3108
|
+
* Defines values for RootSquashType. \
|
|
3109
|
+
* {@link KnownRootSquashType} can be used interchangeably with RootSquashType,
|
|
3110
|
+
* this enum contains the known values that the service supports.
|
|
3111
|
+
* ### Known values supported by the service
|
|
3112
|
+
* **NoRootSquash** \
|
|
3113
|
+
* **RootSquash** \
|
|
3114
|
+
* **AllSquash**
|
|
3115
|
+
*/
|
|
3116
|
+
export type RootSquashType = string;
|
|
3117
|
+
/** Known values of {@link ShareAccessTier} that the service accepts. */
|
|
3118
|
+
export declare enum KnownShareAccessTier {
|
|
3119
|
+
/** TransactionOptimized */
|
|
3120
|
+
TransactionOptimized = "TransactionOptimized",
|
|
3121
|
+
/** Hot */
|
|
3122
|
+
Hot = "Hot",
|
|
3123
|
+
/** Cool */
|
|
3124
|
+
Cool = "Cool",
|
|
3125
|
+
/** Premium */
|
|
3126
|
+
Premium = "Premium"
|
|
3127
|
+
}
|
|
3128
|
+
/**
|
|
3129
|
+
* Defines values for ShareAccessTier. \
|
|
3130
|
+
* {@link KnownShareAccessTier} can be used interchangeably with ShareAccessTier,
|
|
3131
|
+
* this enum contains the known values that the service supports.
|
|
3132
|
+
* ### Known values supported by the service
|
|
3133
|
+
* **TransactionOptimized** \
|
|
3134
|
+
* **Hot** \
|
|
3135
|
+
* **Cool** \
|
|
3136
|
+
* **Premium**
|
|
3137
|
+
*/
|
|
3138
|
+
export type ShareAccessTier = string;
|
|
3139
|
+
/** Known values of {@link LeaseShareAction} that the service accepts. */
|
|
3140
|
+
export declare enum KnownLeaseShareAction {
|
|
3141
|
+
/** Acquire */
|
|
3142
|
+
Acquire = "Acquire",
|
|
3143
|
+
/** Renew */
|
|
3144
|
+
Renew = "Renew",
|
|
3145
|
+
/** Change */
|
|
3146
|
+
Change = "Change",
|
|
3147
|
+
/** Release */
|
|
3148
|
+
Release = "Release",
|
|
3149
|
+
/** Break */
|
|
3150
|
+
Break = "Break"
|
|
3151
|
+
}
|
|
3152
|
+
/**
|
|
3153
|
+
* Defines values for LeaseShareAction. \
|
|
3154
|
+
* {@link KnownLeaseShareAction} can be used interchangeably with LeaseShareAction,
|
|
3155
|
+
* this enum contains the known values that the service supports.
|
|
3156
|
+
* ### Known values supported by the service
|
|
3157
|
+
* **Acquire** \
|
|
3158
|
+
* **Renew** \
|
|
3159
|
+
* **Change** \
|
|
3160
|
+
* **Release** \
|
|
3161
|
+
* **Break**
|
|
3162
|
+
*/
|
|
3163
|
+
export type LeaseShareAction = string;
|
|
3164
|
+
/** Known values of {@link Kind} that the service accepts. */
|
|
3165
|
+
export declare enum KnownKind {
|
|
3166
|
+
/** Storage */
|
|
3167
|
+
Storage = "Storage",
|
|
3168
|
+
/** StorageV2 */
|
|
3169
|
+
StorageV2 = "StorageV2",
|
|
3170
|
+
/** BlobStorage */
|
|
3171
|
+
BlobStorage = "BlobStorage",
|
|
3172
|
+
/** FileStorage */
|
|
3173
|
+
FileStorage = "FileStorage",
|
|
3174
|
+
/** BlockBlobStorage */
|
|
3175
|
+
BlockBlobStorage = "BlockBlobStorage"
|
|
3176
|
+
}
|
|
3177
|
+
/**
|
|
3178
|
+
* Defines values for Kind. \
|
|
3179
|
+
* {@link KnownKind} can be used interchangeably with Kind,
|
|
3180
|
+
* this enum contains the known values that the service supports.
|
|
3181
|
+
* ### Known values supported by the service
|
|
3182
|
+
* **Storage** \
|
|
3183
|
+
* **StorageV2** \
|
|
3184
|
+
* **BlobStorage** \
|
|
3185
|
+
* **FileStorage** \
|
|
3186
|
+
* **BlockBlobStorage**
|
|
3187
|
+
*/
|
|
3188
|
+
export type Kind = string;
|
|
3189
|
+
/** Known values of {@link ReasonCode} that the service accepts. */
|
|
3190
|
+
export declare enum KnownReasonCode {
|
|
3191
|
+
/** QuotaId */
|
|
3192
|
+
QuotaId = "QuotaId",
|
|
3193
|
+
/** NotAvailableForSubscription */
|
|
3194
|
+
NotAvailableForSubscription = "NotAvailableForSubscription"
|
|
3195
|
+
}
|
|
3196
|
+
/**
|
|
3197
|
+
* Defines values for ReasonCode. \
|
|
3198
|
+
* {@link KnownReasonCode} can be used interchangeably with ReasonCode,
|
|
3199
|
+
* this enum contains the known values that the service supports.
|
|
3200
|
+
* ### Known values supported by the service
|
|
3201
|
+
* **QuotaId** \
|
|
3202
|
+
* **NotAvailableForSubscription**
|
|
3203
|
+
*/
|
|
3204
|
+
export type ReasonCode = string;
|
|
3205
|
+
/** Known values of {@link ExtendedLocationTypes} that the service accepts. */
|
|
3206
|
+
export declare enum KnownExtendedLocationTypes {
|
|
3207
|
+
/** EdgeZone */
|
|
3208
|
+
EdgeZone = "EdgeZone"
|
|
3209
|
+
}
|
|
3210
|
+
/**
|
|
3211
|
+
* Defines values for ExtendedLocationTypes. \
|
|
3212
|
+
* {@link KnownExtendedLocationTypes} can be used interchangeably with ExtendedLocationTypes,
|
|
3213
|
+
* this enum contains the known values that the service supports.
|
|
3214
|
+
* ### Known values supported by the service
|
|
3215
|
+
* **EdgeZone**
|
|
3216
|
+
*/
|
|
3217
|
+
export type ExtendedLocationTypes = string;
|
|
3218
|
+
/** Known values of {@link IdentityType} that the service accepts. */
|
|
3219
|
+
export declare enum KnownIdentityType {
|
|
3220
|
+
/** None */
|
|
3221
|
+
None = "None",
|
|
3222
|
+
/** SystemAssigned */
|
|
3223
|
+
SystemAssigned = "SystemAssigned",
|
|
3224
|
+
/** UserAssigned */
|
|
3225
|
+
UserAssigned = "UserAssigned",
|
|
3226
|
+
/** SystemAssignedUserAssigned */
|
|
3227
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
3228
|
+
}
|
|
3229
|
+
/**
|
|
3230
|
+
* Defines values for IdentityType. \
|
|
3231
|
+
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
3232
|
+
* this enum contains the known values that the service supports.
|
|
3233
|
+
* ### Known values supported by the service
|
|
3234
|
+
* **None** \
|
|
3235
|
+
* **SystemAssigned** \
|
|
3236
|
+
* **UserAssigned** \
|
|
3237
|
+
* **SystemAssigned,UserAssigned**
|
|
3238
|
+
*/
|
|
3239
|
+
export type IdentityType = string;
|
|
3240
|
+
/** Known values of {@link AllowedCopyScope} that the service accepts. */
|
|
3241
|
+
export declare enum KnownAllowedCopyScope {
|
|
3242
|
+
/** PrivateLink */
|
|
3243
|
+
PrivateLink = "PrivateLink",
|
|
3244
|
+
/** AAD */
|
|
3245
|
+
AAD = "AAD"
|
|
3246
|
+
}
|
|
3247
|
+
/**
|
|
3248
|
+
* Defines values for AllowedCopyScope. \
|
|
3249
|
+
* {@link KnownAllowedCopyScope} can be used interchangeably with AllowedCopyScope,
|
|
3250
|
+
* this enum contains the known values that the service supports.
|
|
3251
|
+
* ### Known values supported by the service
|
|
3252
|
+
* **PrivateLink** \
|
|
3253
|
+
* **AAD**
|
|
3254
|
+
*/
|
|
3255
|
+
export type AllowedCopyScope = string;
|
|
3256
|
+
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
3257
|
+
export declare enum KnownPublicNetworkAccess {
|
|
3258
|
+
/** Enabled */
|
|
3259
|
+
Enabled = "Enabled",
|
|
3260
|
+
/** Disabled */
|
|
3261
|
+
Disabled = "Disabled",
|
|
3262
|
+
/** SecuredByPerimeter */
|
|
3263
|
+
SecuredByPerimeter = "SecuredByPerimeter"
|
|
3264
|
+
}
|
|
3265
|
+
/**
|
|
3266
|
+
* Defines values for PublicNetworkAccess. \
|
|
3267
|
+
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
3268
|
+
* this enum contains the known values that the service supports.
|
|
3269
|
+
* ### Known values supported by the service
|
|
3270
|
+
* **Enabled** \
|
|
3271
|
+
* **Disabled** \
|
|
3272
|
+
* **SecuredByPerimeter**
|
|
3273
|
+
*/
|
|
3274
|
+
export type PublicNetworkAccess = string;
|
|
3275
|
+
/** Known values of {@link ExpirationAction} that the service accepts. */
|
|
3276
|
+
export declare enum KnownExpirationAction {
|
|
3277
|
+
/** Log */
|
|
3278
|
+
Log = "Log",
|
|
3279
|
+
/** Block */
|
|
3280
|
+
Block = "Block"
|
|
3281
|
+
}
|
|
3282
|
+
/**
|
|
3283
|
+
* Defines values for ExpirationAction. \
|
|
3284
|
+
* {@link KnownExpirationAction} can be used interchangeably with ExpirationAction,
|
|
3285
|
+
* this enum contains the known values that the service supports.
|
|
3286
|
+
* ### Known values supported by the service
|
|
3287
|
+
* **Log** \
|
|
3288
|
+
* **Block**
|
|
3289
|
+
*/
|
|
3290
|
+
export type ExpirationAction = string;
|
|
3291
|
+
/** Known values of {@link KeyType} that the service accepts. */
|
|
3292
|
+
export declare enum KnownKeyType {
|
|
3293
|
+
/** Service */
|
|
3294
|
+
Service = "Service",
|
|
3295
|
+
/** Account */
|
|
3296
|
+
Account = "Account"
|
|
3297
|
+
}
|
|
3298
|
+
/**
|
|
3299
|
+
* Defines values for KeyType. \
|
|
3300
|
+
* {@link KnownKeyType} can be used interchangeably with KeyType,
|
|
3301
|
+
* this enum contains the known values that the service supports.
|
|
3302
|
+
* ### Known values supported by the service
|
|
3303
|
+
* **Service** \
|
|
3304
|
+
* **Account**
|
|
3305
|
+
*/
|
|
3306
|
+
export type KeyType = string;
|
|
3307
|
+
/** Known values of {@link KeySource} that the service accepts. */
|
|
3308
|
+
export declare enum KnownKeySource {
|
|
3309
|
+
/** MicrosoftStorage */
|
|
3310
|
+
MicrosoftStorage = "Microsoft.Storage",
|
|
3311
|
+
/** MicrosoftKeyvault */
|
|
3312
|
+
MicrosoftKeyvault = "Microsoft.Keyvault"
|
|
3313
|
+
}
|
|
3314
|
+
/**
|
|
3315
|
+
* Defines values for KeySource. \
|
|
3316
|
+
* {@link KnownKeySource} can be used interchangeably with KeySource,
|
|
3317
|
+
* this enum contains the known values that the service supports.
|
|
3318
|
+
* ### Known values supported by the service
|
|
3319
|
+
* **Microsoft.Storage** \
|
|
3320
|
+
* **Microsoft.Keyvault**
|
|
3321
|
+
*/
|
|
3322
|
+
export type KeySource = string;
|
|
3323
|
+
/** Known values of {@link Bypass} that the service accepts. */
|
|
3324
|
+
export declare enum KnownBypass {
|
|
3325
|
+
/** None */
|
|
3326
|
+
None = "None",
|
|
3327
|
+
/** Logging */
|
|
3328
|
+
Logging = "Logging",
|
|
3329
|
+
/** Metrics */
|
|
3330
|
+
Metrics = "Metrics",
|
|
3331
|
+
/** AzureServices */
|
|
3332
|
+
AzureServices = "AzureServices"
|
|
3333
|
+
}
|
|
3334
|
+
/**
|
|
3335
|
+
* Defines values for Bypass. \
|
|
3336
|
+
* {@link KnownBypass} can be used interchangeably with Bypass,
|
|
3337
|
+
* this enum contains the known values that the service supports.
|
|
3338
|
+
* ### Known values supported by the service
|
|
3339
|
+
* **None** \
|
|
3340
|
+
* **Logging** \
|
|
3341
|
+
* **Metrics** \
|
|
3342
|
+
* **AzureServices**
|
|
3343
|
+
*/
|
|
3344
|
+
export type Bypass = string;
|
|
3345
|
+
/** Known values of {@link State} that the service accepts. */
|
|
3346
|
+
export declare enum KnownState {
|
|
3347
|
+
/** Provisioning */
|
|
3348
|
+
Provisioning = "Provisioning",
|
|
3349
|
+
/** Deprovisioning */
|
|
3350
|
+
Deprovisioning = "Deprovisioning",
|
|
3351
|
+
/** Succeeded */
|
|
3352
|
+
Succeeded = "Succeeded",
|
|
3353
|
+
/** Failed */
|
|
3354
|
+
Failed = "Failed",
|
|
3355
|
+
/** NetworkSourceDeleted */
|
|
3356
|
+
NetworkSourceDeleted = "NetworkSourceDeleted"
|
|
3357
|
+
}
|
|
3358
|
+
/**
|
|
3359
|
+
* Defines values for State. \
|
|
3360
|
+
* {@link KnownState} can be used interchangeably with State,
|
|
3361
|
+
* this enum contains the known values that the service supports.
|
|
3362
|
+
* ### Known values supported by the service
|
|
3363
|
+
* **Provisioning** \
|
|
3364
|
+
* **Deprovisioning** \
|
|
3365
|
+
* **Succeeded** \
|
|
3366
|
+
* **Failed** \
|
|
3367
|
+
* **NetworkSourceDeleted**
|
|
3368
|
+
*/
|
|
3369
|
+
export type State = string;
|
|
3370
|
+
/** Known values of {@link DirectoryServiceOptions} that the service accepts. */
|
|
3371
|
+
export declare enum KnownDirectoryServiceOptions {
|
|
3372
|
+
/** None */
|
|
3373
|
+
None = "None",
|
|
3374
|
+
/** Aadds */
|
|
3375
|
+
Aadds = "AADDS",
|
|
3376
|
+
/** AD */
|
|
3377
|
+
AD = "AD",
|
|
3378
|
+
/** Aadkerb */
|
|
3379
|
+
Aadkerb = "AADKERB"
|
|
3380
|
+
}
|
|
3381
|
+
/**
|
|
3382
|
+
* Defines values for DirectoryServiceOptions. \
|
|
3383
|
+
* {@link KnownDirectoryServiceOptions} can be used interchangeably with DirectoryServiceOptions,
|
|
3384
|
+
* this enum contains the known values that the service supports.
|
|
3385
|
+
* ### Known values supported by the service
|
|
3386
|
+
* **None** \
|
|
3387
|
+
* **AADDS** \
|
|
3388
|
+
* **AD** \
|
|
3389
|
+
* **AADKERB**
|
|
3390
|
+
*/
|
|
3391
|
+
export type DirectoryServiceOptions = string;
|
|
3392
|
+
/** Known values of {@link AccountType} that the service accepts. */
|
|
3393
|
+
export declare enum KnownAccountType {
|
|
3394
|
+
/** User */
|
|
3395
|
+
User = "User",
|
|
3396
|
+
/** Computer */
|
|
3397
|
+
Computer = "Computer"
|
|
3398
|
+
}
|
|
3399
|
+
/**
|
|
3400
|
+
* Defines values for AccountType. \
|
|
3401
|
+
* {@link KnownAccountType} can be used interchangeably with AccountType,
|
|
3402
|
+
* this enum contains the known values that the service supports.
|
|
3403
|
+
* ### Known values supported by the service
|
|
3404
|
+
* **User** \
|
|
3405
|
+
* **Computer**
|
|
3406
|
+
*/
|
|
3407
|
+
export type AccountType = string;
|
|
3408
|
+
/** Known values of {@link DefaultSharePermission} that the service accepts. */
|
|
3409
|
+
export declare enum KnownDefaultSharePermission {
|
|
3410
|
+
/** None */
|
|
3411
|
+
None = "None",
|
|
3412
|
+
/** StorageFileDataSmbShareReader */
|
|
3413
|
+
StorageFileDataSmbShareReader = "StorageFileDataSmbShareReader",
|
|
3414
|
+
/** StorageFileDataSmbShareContributor */
|
|
3415
|
+
StorageFileDataSmbShareContributor = "StorageFileDataSmbShareContributor",
|
|
3416
|
+
/** StorageFileDataSmbShareElevatedContributor */
|
|
3417
|
+
StorageFileDataSmbShareElevatedContributor = "StorageFileDataSmbShareElevatedContributor"
|
|
3418
|
+
}
|
|
3419
|
+
/**
|
|
3420
|
+
* Defines values for DefaultSharePermission. \
|
|
3421
|
+
* {@link KnownDefaultSharePermission} can be used interchangeably with DefaultSharePermission,
|
|
3422
|
+
* this enum contains the known values that the service supports.
|
|
3423
|
+
* ### Known values supported by the service
|
|
3424
|
+
* **None** \
|
|
3425
|
+
* **StorageFileDataSmbShareReader** \
|
|
3426
|
+
* **StorageFileDataSmbShareContributor** \
|
|
3427
|
+
* **StorageFileDataSmbShareElevatedContributor**
|
|
3428
|
+
*/
|
|
3429
|
+
export type DefaultSharePermission = string;
|
|
3430
|
+
/** Known values of {@link LargeFileSharesState} that the service accepts. */
|
|
3431
|
+
export declare enum KnownLargeFileSharesState {
|
|
3432
|
+
/** Disabled */
|
|
3433
|
+
Disabled = "Disabled",
|
|
3434
|
+
/** Enabled */
|
|
3435
|
+
Enabled = "Enabled"
|
|
3436
|
+
}
|
|
3437
|
+
/**
|
|
3438
|
+
* Defines values for LargeFileSharesState. \
|
|
3439
|
+
* {@link KnownLargeFileSharesState} can be used interchangeably with LargeFileSharesState,
|
|
3440
|
+
* this enum contains the known values that the service supports.
|
|
3441
|
+
* ### Known values supported by the service
|
|
3442
|
+
* **Disabled** \
|
|
3443
|
+
* **Enabled**
|
|
3444
|
+
*/
|
|
3445
|
+
export type LargeFileSharesState = string;
|
|
3446
|
+
/** Known values of {@link RoutingChoice} that the service accepts. */
|
|
3447
|
+
export declare enum KnownRoutingChoice {
|
|
3448
|
+
/** MicrosoftRouting */
|
|
3449
|
+
MicrosoftRouting = "MicrosoftRouting",
|
|
3450
|
+
/** InternetRouting */
|
|
3451
|
+
InternetRouting = "InternetRouting"
|
|
3452
|
+
}
|
|
3453
|
+
/**
|
|
3454
|
+
* Defines values for RoutingChoice. \
|
|
3455
|
+
* {@link KnownRoutingChoice} can be used interchangeably with RoutingChoice,
|
|
3456
|
+
* this enum contains the known values that the service supports.
|
|
3457
|
+
* ### Known values supported by the service
|
|
3458
|
+
* **MicrosoftRouting** \
|
|
3459
|
+
* **InternetRouting**
|
|
3460
|
+
*/
|
|
3461
|
+
export type RoutingChoice = string;
|
|
3462
|
+
/** Known values of {@link MinimumTlsVersion} that the service accepts. */
|
|
3463
|
+
export declare enum KnownMinimumTlsVersion {
|
|
3464
|
+
/** TLS10 */
|
|
3465
|
+
TLS10 = "TLS1_0",
|
|
3466
|
+
/** TLS11 */
|
|
3467
|
+
TLS11 = "TLS1_1",
|
|
3468
|
+
/** TLS12 */
|
|
3469
|
+
TLS12 = "TLS1_2",
|
|
3470
|
+
/** TLS13 */
|
|
3471
|
+
TLS13 = "TLS1_3"
|
|
3472
|
+
}
|
|
3473
|
+
/**
|
|
3474
|
+
* Defines values for MinimumTlsVersion. \
|
|
3475
|
+
* {@link KnownMinimumTlsVersion} can be used interchangeably with MinimumTlsVersion,
|
|
3476
|
+
* this enum contains the known values that the service supports.
|
|
3477
|
+
* ### Known values supported by the service
|
|
3478
|
+
* **TLS1_0** \
|
|
3479
|
+
* **TLS1_1** \
|
|
3480
|
+
* **TLS1_2** \
|
|
3481
|
+
* **TLS1_3**
|
|
3482
|
+
*/
|
|
3483
|
+
export type MinimumTlsVersion = string;
|
|
3484
|
+
/** Known values of {@link AccountImmutabilityPolicyState} that the service accepts. */
|
|
3485
|
+
export declare enum KnownAccountImmutabilityPolicyState {
|
|
3486
|
+
/** Unlocked */
|
|
3487
|
+
Unlocked = "Unlocked",
|
|
3488
|
+
/** Locked */
|
|
3489
|
+
Locked = "Locked",
|
|
3490
|
+
/** Disabled */
|
|
3491
|
+
Disabled = "Disabled"
|
|
3492
|
+
}
|
|
3493
|
+
/**
|
|
3494
|
+
* Defines values for AccountImmutabilityPolicyState. \
|
|
3495
|
+
* {@link KnownAccountImmutabilityPolicyState} can be used interchangeably with AccountImmutabilityPolicyState,
|
|
3496
|
+
* this enum contains the known values that the service supports.
|
|
3497
|
+
* ### Known values supported by the service
|
|
3498
|
+
* **Unlocked** \
|
|
3499
|
+
* **Locked** \
|
|
3500
|
+
* **Disabled**
|
|
3501
|
+
*/
|
|
3502
|
+
export type AccountImmutabilityPolicyState = string;
|
|
3503
|
+
/** Known values of {@link DnsEndpointType} that the service accepts. */
|
|
3504
|
+
export declare enum KnownDnsEndpointType {
|
|
3505
|
+
/** Standard */
|
|
3506
|
+
Standard = "Standard",
|
|
3507
|
+
/** AzureDnsZone */
|
|
3508
|
+
AzureDnsZone = "AzureDnsZone"
|
|
3509
|
+
}
|
|
3510
|
+
/**
|
|
3511
|
+
* Defines values for DnsEndpointType. \
|
|
3512
|
+
* {@link KnownDnsEndpointType} can be used interchangeably with DnsEndpointType,
|
|
3513
|
+
* this enum contains the known values that the service supports.
|
|
3514
|
+
* ### Known values supported by the service
|
|
3515
|
+
* **Standard** \
|
|
3516
|
+
* **AzureDnsZone**
|
|
3517
|
+
*/
|
|
3518
|
+
export type DnsEndpointType = string;
|
|
3519
|
+
/** Known values of {@link GeoReplicationStatus} that the service accepts. */
|
|
3520
|
+
export declare enum KnownGeoReplicationStatus {
|
|
3521
|
+
/** Live */
|
|
3522
|
+
Live = "Live",
|
|
3523
|
+
/** Bootstrap */
|
|
3524
|
+
Bootstrap = "Bootstrap",
|
|
3525
|
+
/** Unavailable */
|
|
3526
|
+
Unavailable = "Unavailable"
|
|
3527
|
+
}
|
|
3528
|
+
/**
|
|
3529
|
+
* Defines values for GeoReplicationStatus. \
|
|
3530
|
+
* {@link KnownGeoReplicationStatus} can be used interchangeably with GeoReplicationStatus,
|
|
3531
|
+
* this enum contains the known values that the service supports.
|
|
3532
|
+
* ### Known values supported by the service
|
|
3533
|
+
* **Live** \
|
|
3534
|
+
* **Bootstrap** \
|
|
3535
|
+
* **Unavailable**
|
|
3536
|
+
*/
|
|
3537
|
+
export type GeoReplicationStatus = string;
|
|
3538
|
+
/** Known values of {@link PostFailoverRedundancy} that the service accepts. */
|
|
3539
|
+
export declare enum KnownPostFailoverRedundancy {
|
|
3540
|
+
/** StandardLRS */
|
|
3541
|
+
StandardLRS = "Standard_LRS",
|
|
3542
|
+
/** StandardZRS */
|
|
3543
|
+
StandardZRS = "Standard_ZRS"
|
|
3544
|
+
}
|
|
3545
|
+
/**
|
|
3546
|
+
* Defines values for PostFailoverRedundancy. \
|
|
3547
|
+
* {@link KnownPostFailoverRedundancy} can be used interchangeably with PostFailoverRedundancy,
|
|
3548
|
+
* this enum contains the known values that the service supports.
|
|
3549
|
+
* ### Known values supported by the service
|
|
3550
|
+
* **Standard_LRS** \
|
|
3551
|
+
* **Standard_ZRS**
|
|
3552
|
+
*/
|
|
3553
|
+
export type PostFailoverRedundancy = string;
|
|
3554
|
+
/** Known values of {@link PostPlannedFailoverRedundancy} that the service accepts. */
|
|
3555
|
+
export declare enum KnownPostPlannedFailoverRedundancy {
|
|
3556
|
+
/** StandardGRS */
|
|
3557
|
+
StandardGRS = "Standard_GRS",
|
|
3558
|
+
/** StandardGzrs */
|
|
3559
|
+
StandardGzrs = "Standard_GZRS",
|
|
3560
|
+
/** StandardRagrs */
|
|
3561
|
+
StandardRagrs = "Standard_RAGRS",
|
|
3562
|
+
/** StandardRagzrs */
|
|
3563
|
+
StandardRagzrs = "Standard_RAGZRS"
|
|
3564
|
+
}
|
|
3565
|
+
/**
|
|
3566
|
+
* Defines values for PostPlannedFailoverRedundancy. \
|
|
3567
|
+
* {@link KnownPostPlannedFailoverRedundancy} can be used interchangeably with PostPlannedFailoverRedundancy,
|
|
3568
|
+
* this enum contains the known values that the service supports.
|
|
3569
|
+
* ### Known values supported by the service
|
|
3570
|
+
* **Standard_GRS** \
|
|
3571
|
+
* **Standard_GZRS** \
|
|
3572
|
+
* **Standard_RAGRS** \
|
|
3573
|
+
* **Standard_RAGZRS**
|
|
3574
|
+
*/
|
|
3575
|
+
export type PostPlannedFailoverRedundancy = string;
|
|
3576
|
+
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
3577
|
+
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
3578
|
+
/** Pending */
|
|
3579
|
+
Pending = "Pending",
|
|
3580
|
+
/** Approved */
|
|
3581
|
+
Approved = "Approved",
|
|
3582
|
+
/** Rejected */
|
|
3583
|
+
Rejected = "Rejected"
|
|
3584
|
+
}
|
|
3585
|
+
/**
|
|
3586
|
+
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
|
3587
|
+
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
3588
|
+
* this enum contains the known values that the service supports.
|
|
3589
|
+
* ### Known values supported by the service
|
|
3590
|
+
* **Pending** \
|
|
3591
|
+
* **Approved** \
|
|
3592
|
+
* **Rejected**
|
|
3593
|
+
*/
|
|
3594
|
+
export type PrivateEndpointServiceConnectionStatus = string;
|
|
3595
|
+
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
3596
|
+
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
3597
|
+
/** Succeeded */
|
|
3598
|
+
Succeeded = "Succeeded",
|
|
3599
|
+
/** Creating */
|
|
3600
|
+
Creating = "Creating",
|
|
3601
|
+
/** Deleting */
|
|
3602
|
+
Deleting = "Deleting",
|
|
3603
|
+
/** Failed */
|
|
3604
|
+
Failed = "Failed"
|
|
3605
|
+
}
|
|
3606
|
+
/**
|
|
3607
|
+
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
3608
|
+
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
3609
|
+
* this enum contains the known values that the service supports.
|
|
3610
|
+
* ### Known values supported by the service
|
|
3611
|
+
* **Succeeded** \
|
|
3612
|
+
* **Creating** \
|
|
3613
|
+
* **Deleting** \
|
|
3614
|
+
* **Failed**
|
|
3615
|
+
*/
|
|
3616
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
3617
|
+
/** Known values of {@link BlobRestoreProgressStatus} that the service accepts. */
|
|
3618
|
+
export declare enum KnownBlobRestoreProgressStatus {
|
|
3619
|
+
/** InProgress */
|
|
3620
|
+
InProgress = "InProgress",
|
|
3621
|
+
/** Complete */
|
|
3622
|
+
Complete = "Complete",
|
|
3623
|
+
/** Failed */
|
|
3624
|
+
Failed = "Failed"
|
|
3625
|
+
}
|
|
3626
|
+
/**
|
|
3627
|
+
* Defines values for BlobRestoreProgressStatus. \
|
|
3628
|
+
* {@link KnownBlobRestoreProgressStatus} can be used interchangeably with BlobRestoreProgressStatus,
|
|
3629
|
+
* this enum contains the known values that the service supports.
|
|
3630
|
+
* ### Known values supported by the service
|
|
3631
|
+
* **InProgress** \
|
|
3632
|
+
* **Complete** \
|
|
3633
|
+
* **Failed**
|
|
3634
|
+
*/
|
|
3635
|
+
export type BlobRestoreProgressStatus = string;
|
|
3636
|
+
/** Known values of {@link SkuConversionStatus} that the service accepts. */
|
|
3637
|
+
export declare enum KnownSkuConversionStatus {
|
|
3638
|
+
/** InProgress */
|
|
3639
|
+
InProgress = "InProgress",
|
|
3640
|
+
/** Succeeded */
|
|
3641
|
+
Succeeded = "Succeeded",
|
|
3642
|
+
/** Failed */
|
|
3643
|
+
Failed = "Failed"
|
|
3644
|
+
}
|
|
3645
|
+
/**
|
|
3646
|
+
* Defines values for SkuConversionStatus. \
|
|
3647
|
+
* {@link KnownSkuConversionStatus} can be used interchangeably with SkuConversionStatus,
|
|
3648
|
+
* this enum contains the known values that the service supports.
|
|
3649
|
+
* ### Known values supported by the service
|
|
3650
|
+
* **InProgress** \
|
|
3651
|
+
* **Succeeded** \
|
|
3652
|
+
* **Failed**
|
|
3653
|
+
*/
|
|
3654
|
+
export type SkuConversionStatus = string;
|
|
3655
|
+
/** Known values of {@link Services} that the service accepts. */
|
|
3656
|
+
export declare enum KnownServices {
|
|
3657
|
+
/** B */
|
|
3658
|
+
B = "b",
|
|
3659
|
+
/** Q */
|
|
3660
|
+
Q = "q",
|
|
3661
|
+
/** T */
|
|
3662
|
+
T = "t",
|
|
3663
|
+
/** F */
|
|
3664
|
+
F = "f"
|
|
3665
|
+
}
|
|
3666
|
+
/**
|
|
3667
|
+
* Defines values for Services. \
|
|
3668
|
+
* {@link KnownServices} can be used interchangeably with Services,
|
|
3669
|
+
* this enum contains the known values that the service supports.
|
|
3670
|
+
* ### Known values supported by the service
|
|
3671
|
+
* **b** \
|
|
3672
|
+
* **q** \
|
|
3673
|
+
* **t** \
|
|
3674
|
+
* **f**
|
|
3675
|
+
*/
|
|
3676
|
+
export type Services = string;
|
|
3677
|
+
/** Known values of {@link SignedResourceTypes} that the service accepts. */
|
|
3678
|
+
export declare enum KnownSignedResourceTypes {
|
|
3679
|
+
/** S */
|
|
3680
|
+
S = "s",
|
|
3681
|
+
/** C */
|
|
3682
|
+
C = "c",
|
|
3683
|
+
/** O */
|
|
3684
|
+
O = "o"
|
|
3685
|
+
}
|
|
3686
|
+
/**
|
|
3687
|
+
* Defines values for SignedResourceTypes. \
|
|
3688
|
+
* {@link KnownSignedResourceTypes} can be used interchangeably with SignedResourceTypes,
|
|
3689
|
+
* this enum contains the known values that the service supports.
|
|
3690
|
+
* ### Known values supported by the service
|
|
3691
|
+
* **s** \
|
|
3692
|
+
* **c** \
|
|
3693
|
+
* **o**
|
|
3694
|
+
*/
|
|
3695
|
+
export type SignedResourceTypes = string;
|
|
3696
|
+
/** Known values of {@link Permissions} that the service accepts. */
|
|
3697
|
+
export declare enum KnownPermissions {
|
|
3698
|
+
/** R */
|
|
3699
|
+
R = "r",
|
|
3700
|
+
/** D */
|
|
3701
|
+
D = "d",
|
|
3702
|
+
/** W */
|
|
3703
|
+
W = "w",
|
|
3704
|
+
/** L */
|
|
3705
|
+
L = "l",
|
|
3706
|
+
/** A */
|
|
3707
|
+
A = "a",
|
|
3708
|
+
/** C */
|
|
3709
|
+
C = "c",
|
|
3710
|
+
/** U */
|
|
3711
|
+
U = "u",
|
|
3712
|
+
/** P */
|
|
3713
|
+
P = "p"
|
|
3714
|
+
}
|
|
3715
|
+
/**
|
|
3716
|
+
* Defines values for Permissions. \
|
|
3717
|
+
* {@link KnownPermissions} can be used interchangeably with Permissions,
|
|
3718
|
+
* this enum contains the known values that the service supports.
|
|
3719
|
+
* ### Known values supported by the service
|
|
3720
|
+
* **r** \
|
|
3721
|
+
* **d** \
|
|
3722
|
+
* **w** \
|
|
3723
|
+
* **l** \
|
|
3724
|
+
* **a** \
|
|
3725
|
+
* **c** \
|
|
3726
|
+
* **u** \
|
|
3727
|
+
* **p**
|
|
3728
|
+
*/
|
|
3729
|
+
export type Permissions = string;
|
|
3730
|
+
/** Known values of {@link SignedResource} that the service accepts. */
|
|
3731
|
+
export declare enum KnownSignedResource {
|
|
3732
|
+
/** B */
|
|
3733
|
+
B = "b",
|
|
3734
|
+
/** C */
|
|
3735
|
+
C = "c",
|
|
3736
|
+
/** F */
|
|
3737
|
+
F = "f",
|
|
3738
|
+
/** S */
|
|
3739
|
+
S = "s"
|
|
3740
|
+
}
|
|
3741
|
+
/**
|
|
3742
|
+
* Defines values for SignedResource. \
|
|
3743
|
+
* {@link KnownSignedResource} can be used interchangeably with SignedResource,
|
|
3744
|
+
* this enum contains the known values that the service supports.
|
|
3745
|
+
* ### Known values supported by the service
|
|
3746
|
+
* **b** \
|
|
3747
|
+
* **c** \
|
|
3748
|
+
* **f** \
|
|
3749
|
+
* **s**
|
|
3750
|
+
*/
|
|
3751
|
+
export type SignedResource = string;
|
|
3752
|
+
/** Known values of {@link MigrationStatus} that the service accepts. */
|
|
3753
|
+
export declare enum KnownMigrationStatus {
|
|
3754
|
+
/** Invalid */
|
|
3755
|
+
Invalid = "Invalid",
|
|
3756
|
+
/** SubmittedForConversion */
|
|
3757
|
+
SubmittedForConversion = "SubmittedForConversion",
|
|
3758
|
+
/** InProgress */
|
|
3759
|
+
InProgress = "InProgress",
|
|
3760
|
+
/** Complete */
|
|
3761
|
+
Complete = "Complete",
|
|
3762
|
+
/** Failed */
|
|
3763
|
+
Failed = "Failed"
|
|
3764
|
+
}
|
|
3765
|
+
/**
|
|
3766
|
+
* Defines values for MigrationStatus. \
|
|
3767
|
+
* {@link KnownMigrationStatus} can be used interchangeably with MigrationStatus,
|
|
3768
|
+
* this enum contains the known values that the service supports.
|
|
3769
|
+
* ### Known values supported by the service
|
|
3770
|
+
* **Invalid** \
|
|
3771
|
+
* **SubmittedForConversion** \
|
|
3772
|
+
* **InProgress** \
|
|
3773
|
+
* **Complete** \
|
|
3774
|
+
* **Failed**
|
|
3775
|
+
*/
|
|
3776
|
+
export type MigrationStatus = string;
|
|
3777
|
+
/** Known values of {@link MigrationName} that the service accepts. */
|
|
3778
|
+
export declare enum KnownMigrationName {
|
|
3779
|
+
/** Default */
|
|
3780
|
+
Default = "default"
|
|
3781
|
+
}
|
|
3782
|
+
/**
|
|
3783
|
+
* Defines values for MigrationName. \
|
|
3784
|
+
* {@link KnownMigrationName} can be used interchangeably with MigrationName,
|
|
3785
|
+
* this enum contains the known values that the service supports.
|
|
3786
|
+
* ### Known values supported by the service
|
|
3787
|
+
* **default**
|
|
3788
|
+
*/
|
|
3789
|
+
export type MigrationName = string;
|
|
3790
|
+
/** Known values of {@link ManagementPolicyName} that the service accepts. */
|
|
3791
|
+
export declare enum KnownManagementPolicyName {
|
|
3792
|
+
/** Default */
|
|
3793
|
+
Default = "default"
|
|
3794
|
+
}
|
|
3795
|
+
/**
|
|
3796
|
+
* Defines values for ManagementPolicyName. \
|
|
3797
|
+
* {@link KnownManagementPolicyName} can be used interchangeably with ManagementPolicyName,
|
|
3798
|
+
* this enum contains the known values that the service supports.
|
|
3799
|
+
* ### Known values supported by the service
|
|
3800
|
+
* **default**
|
|
3801
|
+
*/
|
|
3802
|
+
export type ManagementPolicyName = string;
|
|
3803
|
+
/** Known values of {@link RuleType} that the service accepts. */
|
|
3804
|
+
export declare enum KnownRuleType {
|
|
3805
|
+
/** Lifecycle */
|
|
3806
|
+
Lifecycle = "Lifecycle"
|
|
3807
|
+
}
|
|
3808
|
+
/**
|
|
3809
|
+
* Defines values for RuleType. \
|
|
3810
|
+
* {@link KnownRuleType} can be used interchangeably with RuleType,
|
|
3811
|
+
* this enum contains the known values that the service supports.
|
|
3812
|
+
* ### Known values supported by the service
|
|
3813
|
+
* **Lifecycle**
|
|
3814
|
+
*/
|
|
3815
|
+
export type RuleType = string;
|
|
3816
|
+
/** Known values of {@link BlobInventoryPolicyName} that the service accepts. */
|
|
3817
|
+
export declare enum KnownBlobInventoryPolicyName {
|
|
3818
|
+
/** Default */
|
|
3819
|
+
Default = "default"
|
|
3820
|
+
}
|
|
3821
|
+
/**
|
|
3822
|
+
* Defines values for BlobInventoryPolicyName. \
|
|
3823
|
+
* {@link KnownBlobInventoryPolicyName} can be used interchangeably with BlobInventoryPolicyName,
|
|
3824
|
+
* this enum contains the known values that the service supports.
|
|
3825
|
+
* ### Known values supported by the service
|
|
3826
|
+
* **default**
|
|
3827
|
+
*/
|
|
3828
|
+
export type BlobInventoryPolicyName = string;
|
|
3829
|
+
/** Known values of {@link InventoryRuleType} that the service accepts. */
|
|
3830
|
+
export declare enum KnownInventoryRuleType {
|
|
3831
|
+
/** Inventory */
|
|
3832
|
+
Inventory = "Inventory"
|
|
3833
|
+
}
|
|
3834
|
+
/**
|
|
3835
|
+
* Defines values for InventoryRuleType. \
|
|
3836
|
+
* {@link KnownInventoryRuleType} can be used interchangeably with InventoryRuleType,
|
|
3837
|
+
* this enum contains the known values that the service supports.
|
|
3838
|
+
* ### Known values supported by the service
|
|
3839
|
+
* **Inventory**
|
|
3840
|
+
*/
|
|
3841
|
+
export type InventoryRuleType = string;
|
|
3842
|
+
/** Known values of {@link Format} that the service accepts. */
|
|
3843
|
+
export declare enum KnownFormat {
|
|
3844
|
+
/** Csv */
|
|
3845
|
+
Csv = "Csv",
|
|
3846
|
+
/** Parquet */
|
|
3847
|
+
Parquet = "Parquet"
|
|
3848
|
+
}
|
|
3849
|
+
/**
|
|
3850
|
+
* Defines values for Format. \
|
|
3851
|
+
* {@link KnownFormat} can be used interchangeably with Format,
|
|
3852
|
+
* this enum contains the known values that the service supports.
|
|
3853
|
+
* ### Known values supported by the service
|
|
3854
|
+
* **Csv** \
|
|
3855
|
+
* **Parquet**
|
|
3856
|
+
*/
|
|
3857
|
+
export type Format = string;
|
|
3858
|
+
/** Known values of {@link Schedule} that the service accepts. */
|
|
3859
|
+
export declare enum KnownSchedule {
|
|
3860
|
+
/** Daily */
|
|
3861
|
+
Daily = "Daily",
|
|
3862
|
+
/** Weekly */
|
|
3863
|
+
Weekly = "Weekly"
|
|
3864
|
+
}
|
|
3865
|
+
/**
|
|
3866
|
+
* Defines values for Schedule. \
|
|
3867
|
+
* {@link KnownSchedule} can be used interchangeably with Schedule,
|
|
3868
|
+
* this enum contains the known values that the service supports.
|
|
3869
|
+
* ### Known values supported by the service
|
|
3870
|
+
* **Daily** \
|
|
3871
|
+
* **Weekly**
|
|
3872
|
+
*/
|
|
3873
|
+
export type Schedule = string;
|
|
3874
|
+
/** Known values of {@link ObjectType} that the service accepts. */
|
|
3875
|
+
export declare enum KnownObjectType {
|
|
3876
|
+
/** Blob */
|
|
3877
|
+
Blob = "Blob",
|
|
3878
|
+
/** Container */
|
|
3879
|
+
Container = "Container"
|
|
3880
|
+
}
|
|
3881
|
+
/**
|
|
3882
|
+
* Defines values for ObjectType. \
|
|
3883
|
+
* {@link KnownObjectType} can be used interchangeably with ObjectType,
|
|
3884
|
+
* this enum contains the known values that the service supports.
|
|
3885
|
+
* ### Known values supported by the service
|
|
3886
|
+
* **Blob** \
|
|
3887
|
+
* **Container**
|
|
3888
|
+
*/
|
|
3889
|
+
export type ObjectType = string;
|
|
3890
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
3891
|
+
export declare enum KnownCreatedByType {
|
|
3892
|
+
/** User */
|
|
3893
|
+
User = "User",
|
|
3894
|
+
/** Application */
|
|
3895
|
+
Application = "Application",
|
|
3896
|
+
/** ManagedIdentity */
|
|
3897
|
+
ManagedIdentity = "ManagedIdentity",
|
|
3898
|
+
/** Key */
|
|
3899
|
+
Key = "Key"
|
|
3900
|
+
}
|
|
3901
|
+
/**
|
|
3902
|
+
* Defines values for CreatedByType. \
|
|
3903
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
3904
|
+
* this enum contains the known values that the service supports.
|
|
3905
|
+
* ### Known values supported by the service
|
|
3906
|
+
* **User** \
|
|
3907
|
+
* **Application** \
|
|
3908
|
+
* **ManagedIdentity** \
|
|
3909
|
+
* **Key**
|
|
3910
|
+
*/
|
|
3911
|
+
export type CreatedByType = string;
|
|
3912
|
+
/** Known values of {@link ListLocalUserIncludeParam} that the service accepts. */
|
|
3913
|
+
export declare enum KnownListLocalUserIncludeParam {
|
|
3914
|
+
/** Nfsv3 */
|
|
3915
|
+
Nfsv3 = "nfsv3"
|
|
3916
|
+
}
|
|
3917
|
+
/**
|
|
3918
|
+
* Defines values for ListLocalUserIncludeParam. \
|
|
3919
|
+
* {@link KnownListLocalUserIncludeParam} can be used interchangeably with ListLocalUserIncludeParam,
|
|
3920
|
+
* this enum contains the known values that the service supports.
|
|
3921
|
+
* ### Known values supported by the service
|
|
3922
|
+
* **nfsv3**
|
|
3923
|
+
*/
|
|
3924
|
+
export type ListLocalUserIncludeParam = string;
|
|
3925
|
+
/** Known values of {@link EncryptionScopeSource} that the service accepts. */
|
|
3926
|
+
export declare enum KnownEncryptionScopeSource {
|
|
3927
|
+
/** MicrosoftStorage */
|
|
3928
|
+
MicrosoftStorage = "Microsoft.Storage",
|
|
3929
|
+
/** MicrosoftKeyVault */
|
|
3930
|
+
MicrosoftKeyVault = "Microsoft.KeyVault"
|
|
3931
|
+
}
|
|
3932
|
+
/**
|
|
3933
|
+
* Defines values for EncryptionScopeSource. \
|
|
3934
|
+
* {@link KnownEncryptionScopeSource} can be used interchangeably with EncryptionScopeSource,
|
|
3935
|
+
* this enum contains the known values that the service supports.
|
|
3936
|
+
* ### Known values supported by the service
|
|
3937
|
+
* **Microsoft.Storage** \
|
|
3938
|
+
* **Microsoft.KeyVault**
|
|
3939
|
+
*/
|
|
3940
|
+
export type EncryptionScopeSource = string;
|
|
3941
|
+
/** Known values of {@link EncryptionScopeState} that the service accepts. */
|
|
3942
|
+
export declare enum KnownEncryptionScopeState {
|
|
3943
|
+
/** Enabled */
|
|
3944
|
+
Enabled = "Enabled",
|
|
3945
|
+
/** Disabled */
|
|
3946
|
+
Disabled = "Disabled"
|
|
3947
|
+
}
|
|
3948
|
+
/**
|
|
3949
|
+
* Defines values for EncryptionScopeState. \
|
|
3950
|
+
* {@link KnownEncryptionScopeState} can be used interchangeably with EncryptionScopeState,
|
|
3951
|
+
* this enum contains the known values that the service supports.
|
|
3952
|
+
* ### Known values supported by the service
|
|
3953
|
+
* **Enabled** \
|
|
3954
|
+
* **Disabled**
|
|
3955
|
+
*/
|
|
3956
|
+
export type EncryptionScopeState = string;
|
|
3957
|
+
/** Known values of {@link ListEncryptionScopesInclude} that the service accepts. */
|
|
3958
|
+
export declare enum KnownListEncryptionScopesInclude {
|
|
3959
|
+
/** All */
|
|
3960
|
+
All = "All",
|
|
3961
|
+
/** Enabled */
|
|
3962
|
+
Enabled = "Enabled",
|
|
3963
|
+
/** Disabled */
|
|
3964
|
+
Disabled = "Disabled"
|
|
3965
|
+
}
|
|
3966
|
+
/**
|
|
3967
|
+
* Defines values for ListEncryptionScopesInclude. \
|
|
3968
|
+
* {@link KnownListEncryptionScopesInclude} can be used interchangeably with ListEncryptionScopesInclude,
|
|
3969
|
+
* this enum contains the known values that the service supports.
|
|
3970
|
+
* ### Known values supported by the service
|
|
3971
|
+
* **All** \
|
|
3972
|
+
* **Enabled** \
|
|
3973
|
+
* **Disabled**
|
|
3974
|
+
*/
|
|
3975
|
+
export type ListEncryptionScopesInclude = string;
|
|
3976
|
+
/** Known values of {@link NetworkSecurityPerimeterConfigurationProvisioningState} that the service accepts. */
|
|
3977
|
+
export declare enum KnownNetworkSecurityPerimeterConfigurationProvisioningState {
|
|
3978
|
+
/** Accepted */
|
|
3979
|
+
Accepted = "Accepted",
|
|
3980
|
+
/** Succeeded */
|
|
3981
|
+
Succeeded = "Succeeded",
|
|
3982
|
+
/** Failed */
|
|
3983
|
+
Failed = "Failed",
|
|
3984
|
+
/** Deleting */
|
|
3985
|
+
Deleting = "Deleting",
|
|
3986
|
+
/** Canceled */
|
|
3987
|
+
Canceled = "Canceled"
|
|
3988
|
+
}
|
|
3989
|
+
/**
|
|
3990
|
+
* Defines values for NetworkSecurityPerimeterConfigurationProvisioningState. \
|
|
3991
|
+
* {@link KnownNetworkSecurityPerimeterConfigurationProvisioningState} can be used interchangeably with NetworkSecurityPerimeterConfigurationProvisioningState,
|
|
3992
|
+
* this enum contains the known values that the service supports.
|
|
3993
|
+
* ### Known values supported by the service
|
|
3994
|
+
* **Accepted** \
|
|
3995
|
+
* **Succeeded** \
|
|
3996
|
+
* **Failed** \
|
|
3997
|
+
* **Deleting** \
|
|
3998
|
+
* **Canceled**
|
|
3999
|
+
*/
|
|
4000
|
+
export type NetworkSecurityPerimeterConfigurationProvisioningState = string;
|
|
4001
|
+
/** Known values of {@link IssueType} that the service accepts. */
|
|
4002
|
+
export declare enum KnownIssueType {
|
|
4003
|
+
/** Unknown */
|
|
4004
|
+
Unknown = "Unknown",
|
|
4005
|
+
/** ConfigurationPropagationFailure */
|
|
4006
|
+
ConfigurationPropagationFailure = "ConfigurationPropagationFailure"
|
|
4007
|
+
}
|
|
4008
|
+
/**
|
|
4009
|
+
* Defines values for IssueType. \
|
|
4010
|
+
* {@link KnownIssueType} can be used interchangeably with IssueType,
|
|
4011
|
+
* this enum contains the known values that the service supports.
|
|
4012
|
+
* ### Known values supported by the service
|
|
4013
|
+
* **Unknown** \
|
|
4014
|
+
* **ConfigurationPropagationFailure**
|
|
4015
|
+
*/
|
|
4016
|
+
export type IssueType = string;
|
|
4017
|
+
/** Known values of {@link Severity} that the service accepts. */
|
|
4018
|
+
export declare enum KnownSeverity {
|
|
4019
|
+
/** Warning */
|
|
4020
|
+
Warning = "Warning",
|
|
4021
|
+
/** Error */
|
|
4022
|
+
Error = "Error"
|
|
4023
|
+
}
|
|
4024
|
+
/**
|
|
4025
|
+
* Defines values for Severity. \
|
|
4026
|
+
* {@link KnownSeverity} can be used interchangeably with Severity,
|
|
4027
|
+
* this enum contains the known values that the service supports.
|
|
4028
|
+
* ### Known values supported by the service
|
|
4029
|
+
* **Warning** \
|
|
4030
|
+
* **Error**
|
|
4031
|
+
*/
|
|
4032
|
+
export type Severity = string;
|
|
4033
|
+
/** Known values of {@link ResourceAssociationAccessMode} that the service accepts. */
|
|
4034
|
+
export declare enum KnownResourceAssociationAccessMode {
|
|
4035
|
+
/** Enforced */
|
|
4036
|
+
Enforced = "Enforced",
|
|
4037
|
+
/** Learning */
|
|
4038
|
+
Learning = "Learning",
|
|
4039
|
+
/** Audit */
|
|
4040
|
+
Audit = "Audit"
|
|
4041
|
+
}
|
|
4042
|
+
/**
|
|
4043
|
+
* Defines values for ResourceAssociationAccessMode. \
|
|
4044
|
+
* {@link KnownResourceAssociationAccessMode} can be used interchangeably with ResourceAssociationAccessMode,
|
|
4045
|
+
* this enum contains the known values that the service supports.
|
|
4046
|
+
* ### Known values supported by the service
|
|
4047
|
+
* **Enforced** \
|
|
4048
|
+
* **Learning** \
|
|
4049
|
+
* **Audit**
|
|
4050
|
+
*/
|
|
4051
|
+
export type ResourceAssociationAccessMode = string;
|
|
4052
|
+
/** Known values of {@link NspAccessRuleDirection} that the service accepts. */
|
|
4053
|
+
export declare enum KnownNspAccessRuleDirection {
|
|
4054
|
+
/** Inbound */
|
|
4055
|
+
Inbound = "Inbound",
|
|
4056
|
+
/** Outbound */
|
|
4057
|
+
Outbound = "Outbound"
|
|
4058
|
+
}
|
|
4059
|
+
/**
|
|
4060
|
+
* Defines values for NspAccessRuleDirection. \
|
|
4061
|
+
* {@link KnownNspAccessRuleDirection} can be used interchangeably with NspAccessRuleDirection,
|
|
4062
|
+
* this enum contains the known values that the service supports.
|
|
4063
|
+
* ### Known values supported by the service
|
|
4064
|
+
* **Inbound** \
|
|
4065
|
+
* **Outbound**
|
|
4066
|
+
*/
|
|
4067
|
+
export type NspAccessRuleDirection = string;
|
|
4068
|
+
/** Known values of {@link RunStatusEnum} that the service accepts. */
|
|
4069
|
+
export declare enum KnownRunStatusEnum {
|
|
4070
|
+
/** InProgress */
|
|
4071
|
+
InProgress = "InProgress",
|
|
4072
|
+
/** Finished */
|
|
4073
|
+
Finished = "Finished"
|
|
4074
|
+
}
|
|
4075
|
+
/**
|
|
4076
|
+
* Defines values for RunStatusEnum. \
|
|
4077
|
+
* {@link KnownRunStatusEnum} can be used interchangeably with RunStatusEnum,
|
|
4078
|
+
* this enum contains the known values that the service supports.
|
|
4079
|
+
* ### Known values supported by the service
|
|
4080
|
+
* **InProgress** \
|
|
4081
|
+
* **Finished**
|
|
4082
|
+
*/
|
|
4083
|
+
export type RunStatusEnum = string;
|
|
4084
|
+
/** Known values of {@link RunResult} that the service accepts. */
|
|
4085
|
+
export declare enum KnownRunResult {
|
|
4086
|
+
/** Succeeded */
|
|
4087
|
+
Succeeded = "Succeeded",
|
|
4088
|
+
/** Failed */
|
|
4089
|
+
Failed = "Failed"
|
|
4090
|
+
}
|
|
4091
|
+
/**
|
|
4092
|
+
* Defines values for RunResult. \
|
|
4093
|
+
* {@link KnownRunResult} can be used interchangeably with RunResult,
|
|
4094
|
+
* this enum contains the known values that the service supports.
|
|
4095
|
+
* ### Known values supported by the service
|
|
4096
|
+
* **Succeeded** \
|
|
4097
|
+
* **Failed**
|
|
4098
|
+
*/
|
|
4099
|
+
export type RunResult = string;
|
|
4100
|
+
/** Defines values for SkuTier. */
|
|
4101
|
+
export type SkuTier = "Standard" | "Premium";
|
|
4102
|
+
/** Defines values for PublicAccess. */
|
|
4103
|
+
export type PublicAccess = "Container" | "Blob" | "None";
|
|
4104
|
+
/** Defines values for Reason. */
|
|
4105
|
+
export type Reason = "AccountNameInvalid" | "AlreadyExists";
|
|
4106
|
+
/** Defines values for DefaultAction. */
|
|
4107
|
+
export type DefaultAction = "Allow" | "Deny";
|
|
4108
|
+
/** Defines values for AccessTier. */
|
|
4109
|
+
export type AccessTier = "Hot" | "Cool" | "Premium" | "Cold";
|
|
4110
|
+
/** Defines values for ProvisioningState. */
|
|
4111
|
+
export type ProvisioningState = "Creating" | "ResolvingDNS" | "Succeeded" | "ValidateSubscriptionQuotaBegin" | "ValidateSubscriptionQuotaEnd" | "Deleting" | "Canceled" | "Failed";
|
|
4112
|
+
/** Defines values for AccountStatus. */
|
|
4113
|
+
export type AccountStatus = "available" | "unavailable";
|
|
4114
|
+
/** Defines values for StorageAccountExpand. */
|
|
4115
|
+
export type StorageAccountExpand = "geoReplicationStats" | "blobRestoreStatus";
|
|
4116
|
+
/** Defines values for KeyPermission. */
|
|
4117
|
+
export type KeyPermission = "Read" | "Full";
|
|
4118
|
+
/** Defines values for UsageUnit. */
|
|
4119
|
+
export type UsageUnit = "Count" | "Bytes" | "Seconds" | "Percent" | "CountsPerSecond" | "BytesPerSecond";
|
|
4120
|
+
/** Defines values for HttpProtocol. */
|
|
4121
|
+
export type HttpProtocol = "https,http" | "https";
|
|
4122
|
+
/** Defines values for TriggerType. */
|
|
4123
|
+
export type TriggerType = "RunOnce" | "OnSchedule";
|
|
4124
|
+
/** Optional parameters. */
|
|
4125
|
+
export interface BlobServicesListOptionalParams extends coreClient.OperationOptions {
|
|
4126
|
+
}
|
|
4127
|
+
/** Contains response data for the list operation. */
|
|
4128
|
+
export type BlobServicesListResponse = BlobServiceItems;
|
|
4129
|
+
/** Optional parameters. */
|
|
4130
|
+
export interface BlobServicesSetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
4131
|
+
}
|
|
4132
|
+
/** Contains response data for the setServiceProperties operation. */
|
|
4133
|
+
export type BlobServicesSetServicePropertiesResponse = BlobServiceProperties;
|
|
4134
|
+
/** Optional parameters. */
|
|
4135
|
+
export interface BlobServicesGetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
4136
|
+
}
|
|
4137
|
+
/** Contains response data for the getServiceProperties operation. */
|
|
4138
|
+
export type BlobServicesGetServicePropertiesResponse = BlobServiceProperties;
|
|
4139
|
+
/** Optional parameters. */
|
|
4140
|
+
export interface BlobContainersListOptionalParams extends coreClient.OperationOptions {
|
|
4141
|
+
/** Optional. Specified maximum number of containers that can be included in the list. */
|
|
4142
|
+
maxpagesize?: string;
|
|
4143
|
+
/** Optional. When specified, only container names starting with the filter will be listed. */
|
|
4144
|
+
filter?: string;
|
|
4145
|
+
/** Optional, used to include the properties for soft deleted blob containers. */
|
|
4146
|
+
include?: ListContainersInclude;
|
|
4147
|
+
}
|
|
4148
|
+
/** Contains response data for the list operation. */
|
|
4149
|
+
export type BlobContainersListResponse = ListContainerItems;
|
|
4150
|
+
/** Optional parameters. */
|
|
4151
|
+
export interface BlobContainersCreateOptionalParams extends coreClient.OperationOptions {
|
|
4152
|
+
}
|
|
4153
|
+
/** Contains response data for the create operation. */
|
|
4154
|
+
export type BlobContainersCreateResponse = BlobContainer;
|
|
4155
|
+
/** Optional parameters. */
|
|
4156
|
+
export interface BlobContainersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4157
|
+
}
|
|
4158
|
+
/** Contains response data for the update operation. */
|
|
4159
|
+
export type BlobContainersUpdateResponse = BlobContainer;
|
|
4160
|
+
/** Optional parameters. */
|
|
4161
|
+
export interface BlobContainersGetOptionalParams extends coreClient.OperationOptions {
|
|
4162
|
+
}
|
|
4163
|
+
/** Contains response data for the get operation. */
|
|
4164
|
+
export type BlobContainersGetResponse = BlobContainer;
|
|
4165
|
+
/** Optional parameters. */
|
|
4166
|
+
export interface BlobContainersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4167
|
+
}
|
|
4168
|
+
/** Optional parameters. */
|
|
4169
|
+
export interface BlobContainersSetLegalHoldOptionalParams extends coreClient.OperationOptions {
|
|
4170
|
+
}
|
|
4171
|
+
/** Contains response data for the setLegalHold operation. */
|
|
4172
|
+
export type BlobContainersSetLegalHoldResponse = LegalHold;
|
|
4173
|
+
/** Optional parameters. */
|
|
4174
|
+
export interface BlobContainersClearLegalHoldOptionalParams extends coreClient.OperationOptions {
|
|
4175
|
+
}
|
|
4176
|
+
/** Contains response data for the clearLegalHold operation. */
|
|
4177
|
+
export type BlobContainersClearLegalHoldResponse = LegalHold;
|
|
4178
|
+
/** Optional parameters. */
|
|
4179
|
+
export interface BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
|
4180
|
+
/** The ImmutabilityPolicy Properties that will be created or updated to a blob container. */
|
|
4181
|
+
parameters?: ImmutabilityPolicy;
|
|
4182
|
+
/** The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. */
|
|
4183
|
+
ifMatch?: string;
|
|
4184
|
+
}
|
|
4185
|
+
/** Contains response data for the createOrUpdateImmutabilityPolicy operation. */
|
|
4186
|
+
export type BlobContainersCreateOrUpdateImmutabilityPolicyResponse = BlobContainersCreateOrUpdateImmutabilityPolicyHeaders & ImmutabilityPolicy;
|
|
4187
|
+
/** Optional parameters. */
|
|
4188
|
+
export interface BlobContainersGetImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
|
4189
|
+
/** The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. */
|
|
4190
|
+
ifMatch?: string;
|
|
4191
|
+
}
|
|
4192
|
+
/** Contains response data for the getImmutabilityPolicy operation. */
|
|
4193
|
+
export type BlobContainersGetImmutabilityPolicyResponse = BlobContainersGetImmutabilityPolicyHeaders & ImmutabilityPolicy;
|
|
4194
|
+
/** Optional parameters. */
|
|
4195
|
+
export interface BlobContainersDeleteImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
|
4196
|
+
}
|
|
4197
|
+
/** Contains response data for the deleteImmutabilityPolicy operation. */
|
|
4198
|
+
export type BlobContainersDeleteImmutabilityPolicyResponse = BlobContainersDeleteImmutabilityPolicyHeaders & ImmutabilityPolicy;
|
|
4199
|
+
/** Optional parameters. */
|
|
4200
|
+
export interface BlobContainersLockImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
|
4201
|
+
}
|
|
4202
|
+
/** Contains response data for the lockImmutabilityPolicy operation. */
|
|
4203
|
+
export type BlobContainersLockImmutabilityPolicyResponse = BlobContainersLockImmutabilityPolicyHeaders & ImmutabilityPolicy;
|
|
4204
|
+
/** Optional parameters. */
|
|
4205
|
+
export interface BlobContainersExtendImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
|
4206
|
+
/** The ImmutabilityPolicy Properties that will be extended for a blob container. */
|
|
4207
|
+
parameters?: ImmutabilityPolicy;
|
|
4208
|
+
}
|
|
4209
|
+
/** Contains response data for the extendImmutabilityPolicy operation. */
|
|
4210
|
+
export type BlobContainersExtendImmutabilityPolicyResponse = BlobContainersExtendImmutabilityPolicyHeaders & ImmutabilityPolicy;
|
|
4211
|
+
/** Optional parameters. */
|
|
4212
|
+
export interface BlobContainersLeaseOptionalParams extends coreClient.OperationOptions {
|
|
4213
|
+
/** Lease Container request body. */
|
|
4214
|
+
parameters?: LeaseContainerRequest;
|
|
4215
|
+
}
|
|
4216
|
+
/** Contains response data for the lease operation. */
|
|
4217
|
+
export type BlobContainersLeaseResponse = LeaseContainerResponse;
|
|
4218
|
+
/** Optional parameters. */
|
|
4219
|
+
export interface BlobContainersObjectLevelWormOptionalParams extends coreClient.OperationOptions {
|
|
4220
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4221
|
+
updateIntervalInMs?: number;
|
|
4222
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4223
|
+
resumeFrom?: string;
|
|
4224
|
+
}
|
|
4225
|
+
/** Optional parameters. */
|
|
4226
|
+
export interface BlobContainersListNextOptionalParams extends coreClient.OperationOptions {
|
|
4227
|
+
}
|
|
4228
|
+
/** Contains response data for the listNext operation. */
|
|
4229
|
+
export type BlobContainersListNextResponse = ListContainerItems;
|
|
4230
|
+
/** Optional parameters. */
|
|
4231
|
+
export interface FileServicesListOptionalParams extends coreClient.OperationOptions {
|
|
4232
|
+
}
|
|
4233
|
+
/** Contains response data for the list operation. */
|
|
4234
|
+
export type FileServicesListResponse = FileServiceItems;
|
|
4235
|
+
/** Optional parameters. */
|
|
4236
|
+
export interface FileServicesSetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
4237
|
+
}
|
|
4238
|
+
/** Contains response data for the setServiceProperties operation. */
|
|
4239
|
+
export type FileServicesSetServicePropertiesResponse = FileServiceProperties;
|
|
4240
|
+
/** Optional parameters. */
|
|
4241
|
+
export interface FileServicesGetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
4242
|
+
}
|
|
4243
|
+
/** Contains response data for the getServiceProperties operation. */
|
|
4244
|
+
export type FileServicesGetServicePropertiesResponse = FileServiceProperties;
|
|
4245
|
+
/** Optional parameters. */
|
|
4246
|
+
export interface FileSharesListOptionalParams extends coreClient.OperationOptions {
|
|
4247
|
+
/** Optional. Specified maximum number of shares that can be included in the list. */
|
|
4248
|
+
maxpagesize?: string;
|
|
4249
|
+
/** Optional. When specified, only share names starting with the filter will be listed. */
|
|
4250
|
+
filter?: string;
|
|
4251
|
+
/** Optional, used to expand the properties within share's properties. Valid values are: deleted, snapshots. Should be passed as a string with delimiter ',' */
|
|
4252
|
+
expand?: string;
|
|
4253
|
+
}
|
|
4254
|
+
/** Contains response data for the list operation. */
|
|
4255
|
+
export type FileSharesListResponse = FileShareItems;
|
|
4256
|
+
/** Optional parameters. */
|
|
4257
|
+
export interface FileSharesCreateOptionalParams extends coreClient.OperationOptions {
|
|
4258
|
+
/** Optional, used to expand the properties within share's properties. Valid values are: snapshots. Should be passed as a string with delimiter ',' */
|
|
4259
|
+
expand?: string;
|
|
4260
|
+
}
|
|
4261
|
+
/** Contains response data for the create operation. */
|
|
4262
|
+
export type FileSharesCreateResponse = FileShare;
|
|
4263
|
+
/** Optional parameters. */
|
|
4264
|
+
export interface FileSharesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4265
|
+
}
|
|
4266
|
+
/** Contains response data for the update operation. */
|
|
4267
|
+
export type FileSharesUpdateResponse = FileShare;
|
|
4268
|
+
/** Optional parameters. */
|
|
4269
|
+
export interface FileSharesGetOptionalParams extends coreClient.OperationOptions {
|
|
4270
|
+
/** Optional, used to expand the properties within share's properties. Valid values are: stats. Should be passed as a string with delimiter ','. */
|
|
4271
|
+
expand?: string;
|
|
4272
|
+
/** Optional, used to retrieve properties of a snapshot. */
|
|
4273
|
+
xMsSnapshot?: string;
|
|
4274
|
+
}
|
|
4275
|
+
/** Contains response data for the get operation. */
|
|
4276
|
+
export type FileSharesGetResponse = FileShare;
|
|
4277
|
+
/** Optional parameters. */
|
|
4278
|
+
export interface FileSharesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4279
|
+
/** Optional, used to delete a snapshot. */
|
|
4280
|
+
xMsSnapshot?: string;
|
|
4281
|
+
/** Optional. Valid values are: snapshots, leased-snapshots, none. The default value is snapshots. For 'snapshots', the file share is deleted including all of its file share snapshots. If the file share contains leased-snapshots, the deletion fails. For 'leased-snapshots', the file share is deleted included all of its file share snapshots (leased/unleased). For 'none', the file share is deleted if it has no share snapshots. If the file share contains any snapshots (leased or unleased), the deletion fails. */
|
|
4282
|
+
include?: string;
|
|
4283
|
+
}
|
|
4284
|
+
/** Optional parameters. */
|
|
4285
|
+
export interface FileSharesRestoreOptionalParams extends coreClient.OperationOptions {
|
|
4286
|
+
}
|
|
4287
|
+
/** Optional parameters. */
|
|
4288
|
+
export interface FileSharesLeaseOptionalParams extends coreClient.OperationOptions {
|
|
4289
|
+
/** Optional. Specify the snapshot time to lease a snapshot. */
|
|
4290
|
+
xMsSnapshot?: string;
|
|
4291
|
+
/** Lease Share request body. */
|
|
4292
|
+
parameters?: LeaseShareRequest;
|
|
4293
|
+
}
|
|
4294
|
+
/** Contains response data for the lease operation. */
|
|
4295
|
+
export type FileSharesLeaseResponse = FileSharesLeaseHeaders & LeaseShareResponse;
|
|
4296
|
+
/** Optional parameters. */
|
|
4297
|
+
export interface FileSharesListNextOptionalParams extends coreClient.OperationOptions {
|
|
4298
|
+
}
|
|
4299
|
+
/** Contains response data for the listNext operation. */
|
|
4300
|
+
export type FileSharesListNextResponse = FileShareItems;
|
|
4301
|
+
/** Optional parameters. */
|
|
4302
|
+
export interface QueueServicesListOptionalParams extends coreClient.OperationOptions {
|
|
4303
|
+
}
|
|
4304
|
+
/** Contains response data for the list operation. */
|
|
4305
|
+
export type QueueServicesListResponse = ListQueueServices;
|
|
4306
|
+
/** Optional parameters. */
|
|
4307
|
+
export interface QueueServicesSetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
4308
|
+
}
|
|
4309
|
+
/** Contains response data for the setServiceProperties operation. */
|
|
4310
|
+
export type QueueServicesSetServicePropertiesResponse = QueueServiceProperties;
|
|
4311
|
+
/** Optional parameters. */
|
|
4312
|
+
export interface QueueServicesGetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
4313
|
+
}
|
|
4314
|
+
/** Contains response data for the getServiceProperties operation. */
|
|
4315
|
+
export type QueueServicesGetServicePropertiesResponse = QueueServiceProperties;
|
|
4316
|
+
/** Optional parameters. */
|
|
4317
|
+
export interface QueueCreateOptionalParams extends coreClient.OperationOptions {
|
|
4318
|
+
}
|
|
4319
|
+
/** Contains response data for the create operation. */
|
|
4320
|
+
export type QueueCreateResponse = StorageQueue;
|
|
4321
|
+
/** Optional parameters. */
|
|
4322
|
+
export interface QueueUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4323
|
+
}
|
|
4324
|
+
/** Contains response data for the update operation. */
|
|
4325
|
+
export type QueueUpdateResponse = StorageQueue;
|
|
4326
|
+
/** Optional parameters. */
|
|
4327
|
+
export interface QueueGetOptionalParams extends coreClient.OperationOptions {
|
|
4328
|
+
}
|
|
4329
|
+
/** Contains response data for the get operation. */
|
|
4330
|
+
export type QueueGetResponse = StorageQueue;
|
|
4331
|
+
/** Optional parameters. */
|
|
4332
|
+
export interface QueueDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4333
|
+
}
|
|
4334
|
+
/** Optional parameters. */
|
|
4335
|
+
export interface QueueListOptionalParams extends coreClient.OperationOptions {
|
|
4336
|
+
/** Optional, a maximum number of queues that should be included in a list queue response */
|
|
4337
|
+
maxpagesize?: string;
|
|
4338
|
+
/** Optional, When specified, only the queues with a name starting with the given filter will be listed. */
|
|
4339
|
+
filter?: string;
|
|
4340
|
+
}
|
|
4341
|
+
/** Contains response data for the list operation. */
|
|
4342
|
+
export type QueueListResponse = ListQueueResource;
|
|
4343
|
+
/** Optional parameters. */
|
|
4344
|
+
export interface QueueListNextOptionalParams extends coreClient.OperationOptions {
|
|
4345
|
+
}
|
|
4346
|
+
/** Contains response data for the listNext operation. */
|
|
4347
|
+
export type QueueListNextResponse = ListQueueResource;
|
|
4348
|
+
/** Optional parameters. */
|
|
4349
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
4350
|
+
}
|
|
4351
|
+
/** Contains response data for the list operation. */
|
|
4352
|
+
export type OperationsListResponse = OperationListResult;
|
|
4353
|
+
/** Optional parameters. */
|
|
4354
|
+
export interface SkusListOptionalParams extends coreClient.OperationOptions {
|
|
4355
|
+
}
|
|
4356
|
+
/** Contains response data for the list operation. */
|
|
4357
|
+
export type SkusListResponse = StorageSkuListResult;
|
|
4358
|
+
/** Optional parameters. */
|
|
4359
|
+
export interface StorageAccountsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
4360
|
+
}
|
|
4361
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
4362
|
+
export type StorageAccountsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
|
|
4363
|
+
/** Optional parameters. */
|
|
4364
|
+
export interface StorageAccountsCreateOptionalParams extends coreClient.OperationOptions {
|
|
4365
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4366
|
+
updateIntervalInMs?: number;
|
|
4367
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4368
|
+
resumeFrom?: string;
|
|
4369
|
+
}
|
|
4370
|
+
/** Contains response data for the create operation. */
|
|
4371
|
+
export type StorageAccountsCreateResponse = StorageAccount;
|
|
4372
|
+
/** Optional parameters. */
|
|
4373
|
+
export interface StorageAccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4374
|
+
}
|
|
4375
|
+
/** Optional parameters. */
|
|
4376
|
+
export interface StorageAccountsGetPropertiesOptionalParams extends coreClient.OperationOptions {
|
|
4377
|
+
/** May be used to expand the properties within account's properties. By default, data is not included when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus. */
|
|
4378
|
+
expand?: StorageAccountExpand;
|
|
4379
|
+
}
|
|
4380
|
+
/** Contains response data for the getProperties operation. */
|
|
4381
|
+
export type StorageAccountsGetPropertiesResponse = StorageAccount;
|
|
4382
|
+
/** Optional parameters. */
|
|
4383
|
+
export interface StorageAccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4384
|
+
}
|
|
4385
|
+
/** Contains response data for the update operation. */
|
|
4386
|
+
export type StorageAccountsUpdateResponse = StorageAccount;
|
|
4387
|
+
/** Optional parameters. */
|
|
4388
|
+
export interface StorageAccountsListOptionalParams extends coreClient.OperationOptions {
|
|
4389
|
+
}
|
|
4390
|
+
/** Contains response data for the list operation. */
|
|
4391
|
+
export type StorageAccountsListResponse = StorageAccountListResult;
|
|
4392
|
+
/** Optional parameters. */
|
|
4393
|
+
export interface StorageAccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4394
|
+
}
|
|
4395
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
4396
|
+
export type StorageAccountsListByResourceGroupResponse = StorageAccountListResult;
|
|
4397
|
+
/** Optional parameters. */
|
|
4398
|
+
export interface StorageAccountsListKeysOptionalParams extends coreClient.OperationOptions {
|
|
4399
|
+
}
|
|
4400
|
+
/** Contains response data for the listKeys operation. */
|
|
4401
|
+
export type StorageAccountsListKeysResponse = StorageAccountListKeysResult;
|
|
4402
|
+
/** Optional parameters. */
|
|
4403
|
+
export interface StorageAccountsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
4404
|
+
}
|
|
4405
|
+
/** Contains response data for the regenerateKey operation. */
|
|
4406
|
+
export type StorageAccountsRegenerateKeyResponse = StorageAccountListKeysResult;
|
|
4407
|
+
/** Optional parameters. */
|
|
4408
|
+
export interface StorageAccountsListAccountSASOptionalParams extends coreClient.OperationOptions {
|
|
4409
|
+
}
|
|
4410
|
+
/** Contains response data for the listAccountSAS operation. */
|
|
4411
|
+
export type StorageAccountsListAccountSASResponse = ListAccountSasResponse;
|
|
4412
|
+
/** Optional parameters. */
|
|
4413
|
+
export interface StorageAccountsListServiceSASOptionalParams extends coreClient.OperationOptions {
|
|
4414
|
+
}
|
|
4415
|
+
/** Contains response data for the listServiceSAS operation. */
|
|
4416
|
+
export type StorageAccountsListServiceSASResponse = ListServiceSasResponse;
|
|
4417
|
+
/** Optional parameters. */
|
|
4418
|
+
export interface StorageAccountsFailoverOptionalParams extends coreClient.OperationOptions {
|
|
4419
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4420
|
+
updateIntervalInMs?: number;
|
|
4421
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4422
|
+
resumeFrom?: string;
|
|
4423
|
+
}
|
|
4424
|
+
/** Optional parameters. */
|
|
4425
|
+
export interface StorageAccountsHierarchicalNamespaceMigrationOptionalParams extends coreClient.OperationOptions {
|
|
4426
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4427
|
+
updateIntervalInMs?: number;
|
|
4428
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4429
|
+
resumeFrom?: string;
|
|
4430
|
+
}
|
|
4431
|
+
/** Optional parameters. */
|
|
4432
|
+
export interface StorageAccountsAbortHierarchicalNamespaceMigrationOptionalParams extends coreClient.OperationOptions {
|
|
4433
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4434
|
+
updateIntervalInMs?: number;
|
|
4435
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4436
|
+
resumeFrom?: string;
|
|
4437
|
+
}
|
|
4438
|
+
/** Optional parameters. */
|
|
4439
|
+
export interface StorageAccountsCustomerInitiatedMigrationOptionalParams extends coreClient.OperationOptions {
|
|
4440
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4441
|
+
updateIntervalInMs?: number;
|
|
4442
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4443
|
+
resumeFrom?: string;
|
|
4444
|
+
}
|
|
4445
|
+
/** Optional parameters. */
|
|
4446
|
+
export interface StorageAccountsGetCustomerInitiatedMigrationOptionalParams extends coreClient.OperationOptions {
|
|
4447
|
+
}
|
|
4448
|
+
/** Contains response data for the getCustomerInitiatedMigration operation. */
|
|
4449
|
+
export type StorageAccountsGetCustomerInitiatedMigrationResponse = StorageAccountMigration;
|
|
4450
|
+
/** Optional parameters. */
|
|
4451
|
+
export interface StorageAccountsRestoreBlobRangesOptionalParams extends coreClient.OperationOptions {
|
|
4452
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4453
|
+
updateIntervalInMs?: number;
|
|
4454
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4455
|
+
resumeFrom?: string;
|
|
4456
|
+
}
|
|
4457
|
+
/** Contains response data for the restoreBlobRanges operation. */
|
|
4458
|
+
export type StorageAccountsRestoreBlobRangesResponse = BlobRestoreStatus;
|
|
4459
|
+
/** Optional parameters. */
|
|
4460
|
+
export interface StorageAccountsRevokeUserDelegationKeysOptionalParams extends coreClient.OperationOptions {
|
|
4461
|
+
}
|
|
4462
|
+
/** Optional parameters. */
|
|
4463
|
+
export interface StorageAccountsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4464
|
+
}
|
|
4465
|
+
/** Contains response data for the listNext operation. */
|
|
4466
|
+
export type StorageAccountsListNextResponse = StorageAccountListResult;
|
|
4467
|
+
/** Optional parameters. */
|
|
4468
|
+
export interface StorageAccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
4469
|
+
}
|
|
4470
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4471
|
+
export type StorageAccountsListByResourceGroupNextResponse = StorageAccountListResult;
|
|
4472
|
+
/** Optional parameters. */
|
|
4473
|
+
export interface DeletedAccountsListOptionalParams extends coreClient.OperationOptions {
|
|
4474
|
+
}
|
|
4475
|
+
/** Contains response data for the list operation. */
|
|
4476
|
+
export type DeletedAccountsListResponse = DeletedAccountListResult;
|
|
4477
|
+
/** Optional parameters. */
|
|
4478
|
+
export interface DeletedAccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
4479
|
+
}
|
|
4480
|
+
/** Contains response data for the get operation. */
|
|
4481
|
+
export type DeletedAccountsGetResponse = DeletedAccount;
|
|
4482
|
+
/** Optional parameters. */
|
|
4483
|
+
export interface DeletedAccountsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4484
|
+
}
|
|
4485
|
+
/** Contains response data for the listNext operation. */
|
|
4486
|
+
export type DeletedAccountsListNextResponse = DeletedAccountListResult;
|
|
4487
|
+
/** Optional parameters. */
|
|
4488
|
+
export interface UsagesListByLocationOptionalParams extends coreClient.OperationOptions {
|
|
4489
|
+
}
|
|
4490
|
+
/** Contains response data for the listByLocation operation. */
|
|
4491
|
+
export type UsagesListByLocationResponse = UsageListResult;
|
|
4492
|
+
/** Optional parameters. */
|
|
4493
|
+
export interface ManagementPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
4494
|
+
}
|
|
4495
|
+
/** Contains response data for the get operation. */
|
|
4496
|
+
export type ManagementPoliciesGetResponse = ManagementPolicy;
|
|
4497
|
+
/** Optional parameters. */
|
|
4498
|
+
export interface ManagementPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4499
|
+
}
|
|
4500
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4501
|
+
export type ManagementPoliciesCreateOrUpdateResponse = ManagementPolicy;
|
|
4502
|
+
/** Optional parameters. */
|
|
4503
|
+
export interface ManagementPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4504
|
+
}
|
|
4505
|
+
/** Optional parameters. */
|
|
4506
|
+
export interface BlobInventoryPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
4507
|
+
}
|
|
4508
|
+
/** Contains response data for the get operation. */
|
|
4509
|
+
export type BlobInventoryPoliciesGetResponse = BlobInventoryPolicy;
|
|
4510
|
+
/** Optional parameters. */
|
|
4511
|
+
export interface BlobInventoryPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4512
|
+
}
|
|
4513
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4514
|
+
export type BlobInventoryPoliciesCreateOrUpdateResponse = BlobInventoryPolicy;
|
|
4515
|
+
/** Optional parameters. */
|
|
4516
|
+
export interface BlobInventoryPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4517
|
+
}
|
|
4518
|
+
/** Optional parameters. */
|
|
4519
|
+
export interface BlobInventoryPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
4520
|
+
}
|
|
4521
|
+
/** Contains response data for the list operation. */
|
|
4522
|
+
export type BlobInventoryPoliciesListResponse = ListBlobInventoryPolicy;
|
|
4523
|
+
/** Optional parameters. */
|
|
4524
|
+
export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
4525
|
+
}
|
|
4526
|
+
/** Contains response data for the list operation. */
|
|
4527
|
+
export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
4528
|
+
/** Optional parameters. */
|
|
4529
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
4530
|
+
}
|
|
4531
|
+
/** Contains response data for the get operation. */
|
|
4532
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
4533
|
+
/** Optional parameters. */
|
|
4534
|
+
export interface PrivateEndpointConnectionsPutOptionalParams extends coreClient.OperationOptions {
|
|
4535
|
+
}
|
|
4536
|
+
/** Contains response data for the put operation. */
|
|
4537
|
+
export type PrivateEndpointConnectionsPutResponse = PrivateEndpointConnection;
|
|
4538
|
+
/** Optional parameters. */
|
|
4539
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4540
|
+
}
|
|
4541
|
+
/** Optional parameters. */
|
|
4542
|
+
export interface PrivateLinkResourcesListByStorageAccountOptionalParams extends coreClient.OperationOptions {
|
|
4543
|
+
}
|
|
4544
|
+
/** Contains response data for the listByStorageAccount operation. */
|
|
4545
|
+
export type PrivateLinkResourcesListByStorageAccountResponse = PrivateLinkResourceListResult;
|
|
4546
|
+
/** Optional parameters. */
|
|
4547
|
+
export interface ObjectReplicationPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
4548
|
+
}
|
|
4549
|
+
/** Contains response data for the list operation. */
|
|
4550
|
+
export type ObjectReplicationPoliciesListResponse = ObjectReplicationPolicies;
|
|
4551
|
+
/** Optional parameters. */
|
|
4552
|
+
export interface ObjectReplicationPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
4553
|
+
}
|
|
4554
|
+
/** Contains response data for the get operation. */
|
|
4555
|
+
export type ObjectReplicationPoliciesGetResponse = ObjectReplicationPolicy;
|
|
4556
|
+
/** Optional parameters. */
|
|
4557
|
+
export interface ObjectReplicationPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4558
|
+
}
|
|
4559
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4560
|
+
export type ObjectReplicationPoliciesCreateOrUpdateResponse = ObjectReplicationPolicy;
|
|
4561
|
+
/** Optional parameters. */
|
|
4562
|
+
export interface ObjectReplicationPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4563
|
+
}
|
|
4564
|
+
/** Optional parameters. */
|
|
4565
|
+
export interface LocalUsersListOptionalParams extends coreClient.OperationOptions {
|
|
4566
|
+
/** Optional. When specified, only local user names starting with the filter will be listed. */
|
|
4567
|
+
filter?: string;
|
|
4568
|
+
/** Optional, specifies the maximum number of local users that will be included in the list response. */
|
|
4569
|
+
maxpagesize?: number;
|
|
4570
|
+
/** Optional, when specified, will list local users enabled for the specific protocol. Lists all users by default. */
|
|
4571
|
+
include?: ListLocalUserIncludeParam;
|
|
4572
|
+
}
|
|
4573
|
+
/** Contains response data for the list operation. */
|
|
4574
|
+
export type LocalUsersListResponse = LocalUsers;
|
|
4575
|
+
/** Optional parameters. */
|
|
4576
|
+
export interface LocalUsersGetOptionalParams extends coreClient.OperationOptions {
|
|
4577
|
+
}
|
|
4578
|
+
/** Contains response data for the get operation. */
|
|
4579
|
+
export type LocalUsersGetResponse = LocalUser;
|
|
4580
|
+
/** Optional parameters. */
|
|
4581
|
+
export interface LocalUsersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4582
|
+
}
|
|
4583
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4584
|
+
export type LocalUsersCreateOrUpdateResponse = LocalUser;
|
|
4585
|
+
/** Optional parameters. */
|
|
4586
|
+
export interface LocalUsersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4587
|
+
}
|
|
4588
|
+
/** Optional parameters. */
|
|
4589
|
+
export interface LocalUsersListKeysOptionalParams extends coreClient.OperationOptions {
|
|
4590
|
+
}
|
|
4591
|
+
/** Contains response data for the listKeys operation. */
|
|
4592
|
+
export type LocalUsersListKeysResponse = LocalUserKeys;
|
|
4593
|
+
/** Optional parameters. */
|
|
4594
|
+
export interface LocalUsersRegeneratePasswordOptionalParams extends coreClient.OperationOptions {
|
|
4595
|
+
}
|
|
4596
|
+
/** Contains response data for the regeneratePassword operation. */
|
|
4597
|
+
export type LocalUsersRegeneratePasswordResponse = LocalUserRegeneratePasswordResult;
|
|
4598
|
+
/** Optional parameters. */
|
|
4599
|
+
export interface EncryptionScopesPutOptionalParams extends coreClient.OperationOptions {
|
|
4600
|
+
}
|
|
4601
|
+
/** Contains response data for the put operation. */
|
|
4602
|
+
export type EncryptionScopesPutResponse = EncryptionScope;
|
|
4603
|
+
/** Optional parameters. */
|
|
4604
|
+
export interface EncryptionScopesPatchOptionalParams extends coreClient.OperationOptions {
|
|
4605
|
+
}
|
|
4606
|
+
/** Contains response data for the patch operation. */
|
|
4607
|
+
export type EncryptionScopesPatchResponse = EncryptionScope;
|
|
4608
|
+
/** Optional parameters. */
|
|
4609
|
+
export interface EncryptionScopesGetOptionalParams extends coreClient.OperationOptions {
|
|
4610
|
+
}
|
|
4611
|
+
/** Contains response data for the get operation. */
|
|
4612
|
+
export type EncryptionScopesGetResponse = EncryptionScope;
|
|
4613
|
+
/** Optional parameters. */
|
|
4614
|
+
export interface EncryptionScopesListOptionalParams extends coreClient.OperationOptions {
|
|
4615
|
+
/** Optional. When specified, only encryption scope names starting with the filter will be listed. */
|
|
4616
|
+
filter?: string;
|
|
4617
|
+
/** Optional, specifies the maximum number of encryption scopes that will be included in the list response. */
|
|
4618
|
+
maxpagesize?: number;
|
|
4619
|
+
/** Optional, when specified, will list encryption scopes with the specific state. Defaults to All */
|
|
4620
|
+
include?: ListEncryptionScopesInclude;
|
|
4621
|
+
}
|
|
4622
|
+
/** Contains response data for the list operation. */
|
|
4623
|
+
export type EncryptionScopesListResponse = EncryptionScopeListResult;
|
|
4624
|
+
/** Optional parameters. */
|
|
4625
|
+
export interface EncryptionScopesListNextOptionalParams extends coreClient.OperationOptions {
|
|
4626
|
+
}
|
|
4627
|
+
/** Contains response data for the listNext operation. */
|
|
4628
|
+
export type EncryptionScopesListNextResponse = EncryptionScopeListResult;
|
|
4629
|
+
/** Optional parameters. */
|
|
4630
|
+
export interface TableServicesListOptionalParams extends coreClient.OperationOptions {
|
|
4631
|
+
}
|
|
4632
|
+
/** Contains response data for the list operation. */
|
|
4633
|
+
export type TableServicesListResponse = ListTableServices;
|
|
4634
|
+
/** Optional parameters. */
|
|
4635
|
+
export interface TableServicesSetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
4636
|
+
}
|
|
4637
|
+
/** Contains response data for the setServiceProperties operation. */
|
|
4638
|
+
export type TableServicesSetServicePropertiesResponse = TableServiceProperties;
|
|
4639
|
+
/** Optional parameters. */
|
|
4640
|
+
export interface TableServicesGetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
4641
|
+
}
|
|
4642
|
+
/** Contains response data for the getServiceProperties operation. */
|
|
4643
|
+
export type TableServicesGetServicePropertiesResponse = TableServiceProperties;
|
|
4644
|
+
/** Optional parameters. */
|
|
4645
|
+
export interface TableCreateOptionalParams extends coreClient.OperationOptions {
|
|
4646
|
+
/** The parameters to provide to create a table. */
|
|
4647
|
+
parameters?: Table;
|
|
4648
|
+
}
|
|
4649
|
+
/** Contains response data for the create operation. */
|
|
4650
|
+
export type TableCreateResponse = Table;
|
|
4651
|
+
/** Optional parameters. */
|
|
4652
|
+
export interface TableUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4653
|
+
/** The parameters to provide to create a table. */
|
|
4654
|
+
parameters?: Table;
|
|
4655
|
+
}
|
|
4656
|
+
/** Contains response data for the update operation. */
|
|
4657
|
+
export type TableUpdateResponse = Table;
|
|
4658
|
+
/** Optional parameters. */
|
|
4659
|
+
export interface TableGetOptionalParams extends coreClient.OperationOptions {
|
|
4660
|
+
}
|
|
4661
|
+
/** Contains response data for the get operation. */
|
|
4662
|
+
export type TableGetResponse = Table;
|
|
4663
|
+
/** Optional parameters. */
|
|
4664
|
+
export interface TableDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4665
|
+
}
|
|
4666
|
+
/** Optional parameters. */
|
|
4667
|
+
export interface TableListOptionalParams extends coreClient.OperationOptions {
|
|
4668
|
+
}
|
|
4669
|
+
/** Contains response data for the list operation. */
|
|
4670
|
+
export type TableListResponse = ListTableResource;
|
|
4671
|
+
/** Optional parameters. */
|
|
4672
|
+
export interface TableListNextOptionalParams extends coreClient.OperationOptions {
|
|
4673
|
+
}
|
|
4674
|
+
/** Contains response data for the listNext operation. */
|
|
4675
|
+
export type TableListNextResponse = ListTableResource;
|
|
4676
|
+
/** Optional parameters. */
|
|
4677
|
+
export interface NetworkSecurityPerimeterConfigurationsListOptionalParams extends coreClient.OperationOptions {
|
|
4678
|
+
}
|
|
4679
|
+
/** Contains response data for the list operation. */
|
|
4680
|
+
export type NetworkSecurityPerimeterConfigurationsListResponse = NetworkSecurityPerimeterConfigurationList;
|
|
4681
|
+
/** Optional parameters. */
|
|
4682
|
+
export interface NetworkSecurityPerimeterConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
4683
|
+
}
|
|
4684
|
+
/** Contains response data for the get operation. */
|
|
4685
|
+
export type NetworkSecurityPerimeterConfigurationsGetResponse = NetworkSecurityPerimeterConfiguration;
|
|
4686
|
+
/** Optional parameters. */
|
|
4687
|
+
export interface NetworkSecurityPerimeterConfigurationsReconcileOptionalParams extends coreClient.OperationOptions {
|
|
4688
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4689
|
+
updateIntervalInMs?: number;
|
|
4690
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4691
|
+
resumeFrom?: string;
|
|
4692
|
+
}
|
|
4693
|
+
/** Contains response data for the reconcile operation. */
|
|
4694
|
+
export type NetworkSecurityPerimeterConfigurationsReconcileResponse = NetworkSecurityPerimeterConfigurationsReconcileHeaders;
|
|
4695
|
+
/** Optional parameters. */
|
|
4696
|
+
export interface StorageTaskAssignmentsCreateOptionalParams extends coreClient.OperationOptions {
|
|
4697
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4698
|
+
updateIntervalInMs?: number;
|
|
4699
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4700
|
+
resumeFrom?: string;
|
|
4701
|
+
}
|
|
4702
|
+
/** Contains response data for the create operation. */
|
|
4703
|
+
export type StorageTaskAssignmentsCreateResponse = StorageTaskAssignment;
|
|
4704
|
+
/** Optional parameters. */
|
|
4705
|
+
export interface StorageTaskAssignmentsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4706
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4707
|
+
updateIntervalInMs?: number;
|
|
4708
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4709
|
+
resumeFrom?: string;
|
|
4710
|
+
}
|
|
4711
|
+
/** Contains response data for the update operation. */
|
|
4712
|
+
export type StorageTaskAssignmentsUpdateResponse = StorageTaskAssignment;
|
|
4713
|
+
/** Optional parameters. */
|
|
4714
|
+
export interface StorageTaskAssignmentsGetOptionalParams extends coreClient.OperationOptions {
|
|
4715
|
+
}
|
|
4716
|
+
/** Contains response data for the get operation. */
|
|
4717
|
+
export type StorageTaskAssignmentsGetResponse = StorageTaskAssignment;
|
|
4718
|
+
/** Optional parameters. */
|
|
4719
|
+
export interface StorageTaskAssignmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4720
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4721
|
+
updateIntervalInMs?: number;
|
|
4722
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4723
|
+
resumeFrom?: string;
|
|
4724
|
+
}
|
|
4725
|
+
/** Contains response data for the delete operation. */
|
|
4726
|
+
export type StorageTaskAssignmentsDeleteResponse = StorageTaskAssignmentsDeleteHeaders;
|
|
4727
|
+
/** Optional parameters. */
|
|
4728
|
+
export interface StorageTaskAssignmentsListOptionalParams extends coreClient.OperationOptions {
|
|
4729
|
+
/** Optional, specifies the maximum number of storage task assignment Ids to be included in the list response. */
|
|
4730
|
+
maxpagesize?: number;
|
|
4731
|
+
}
|
|
4732
|
+
/** Contains response data for the list operation. */
|
|
4733
|
+
export type StorageTaskAssignmentsListResponse = StorageTaskAssignmentsList;
|
|
4734
|
+
/** Optional parameters. */
|
|
4735
|
+
export interface StorageTaskAssignmentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4736
|
+
}
|
|
4737
|
+
/** Contains response data for the listNext operation. */
|
|
4738
|
+
export type StorageTaskAssignmentsListNextResponse = StorageTaskAssignmentsList;
|
|
4739
|
+
/** Optional parameters. */
|
|
4740
|
+
export interface StorageTaskAssignmentsInstancesReportListOptionalParams extends coreClient.OperationOptions {
|
|
4741
|
+
/** Optional. When specified, it can be used to query using reporting properties. See [Constructing Filter Strings](https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#constructing-filter-strings) for details. */
|
|
4742
|
+
filter?: string;
|
|
4743
|
+
/** Optional, specifies the maximum number of storage task assignment instances to be included in the list response. */
|
|
4744
|
+
maxpagesize?: number;
|
|
4745
|
+
}
|
|
4746
|
+
/** Contains response data for the list operation. */
|
|
4747
|
+
export type StorageTaskAssignmentsInstancesReportListResponse = StorageTaskReportSummary;
|
|
4748
|
+
/** Optional parameters. */
|
|
4749
|
+
export interface StorageTaskAssignmentsInstancesReportListNextOptionalParams extends coreClient.OperationOptions {
|
|
4750
|
+
}
|
|
4751
|
+
/** Contains response data for the listNext operation. */
|
|
4752
|
+
export type StorageTaskAssignmentsInstancesReportListNextResponse = StorageTaskReportSummary;
|
|
4753
|
+
/** Optional parameters. */
|
|
4754
|
+
export interface StorageTaskAssignmentInstancesReportListOptionalParams extends coreClient.OperationOptions {
|
|
4755
|
+
/** Optional. When specified, it can be used to query using reporting properties. See [Constructing Filter Strings](https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#constructing-filter-strings) for details. */
|
|
4756
|
+
filter?: string;
|
|
4757
|
+
/** Optional, specifies the maximum number of storage task assignment instances to be included in the list response. */
|
|
4758
|
+
maxpagesize?: number;
|
|
4759
|
+
}
|
|
4760
|
+
/** Contains response data for the list operation. */
|
|
4761
|
+
export type StorageTaskAssignmentInstancesReportListResponse = StorageTaskReportSummary;
|
|
4762
|
+
/** Optional parameters. */
|
|
4763
|
+
export interface StorageTaskAssignmentInstancesReportListNextOptionalParams extends coreClient.OperationOptions {
|
|
4764
|
+
}
|
|
4765
|
+
/** Contains response data for the listNext operation. */
|
|
4766
|
+
export type StorageTaskAssignmentInstancesReportListNextResponse = StorageTaskReportSummary;
|
|
4767
|
+
/** Optional parameters. */
|
|
4768
|
+
export interface StorageManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
4769
|
+
/** server parameter */
|
|
4770
|
+
$host?: string;
|
|
4771
|
+
/** Api Version */
|
|
4772
|
+
apiVersion?: string;
|
|
4773
|
+
/** Overrides client endpoint. */
|
|
4774
|
+
endpoint?: string;
|
|
4775
|
+
}
|
|
4776
|
+
//# sourceMappingURL=index.d.ts.map
|