@azure/arm-storage 18.3.1-alpha.20250214.1 → 18.3.1-alpha.20250218.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,731 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
|
+
import * as coreClient from "@azure/core-client";
|
|
11
|
+
import * as Mappers from "../models/mappers.js";
|
|
12
|
+
import * as Parameters from "../models/parameters.js";
|
|
13
|
+
import { createHttpPoller, } from "@azure/core-lro";
|
|
14
|
+
import { createLroSpec } from "../lroImpl.js";
|
|
15
|
+
/// <reference lib="esnext.asynciterable" />
|
|
16
|
+
/** Class containing BlobContainers operations. */
|
|
17
|
+
export class BlobContainersImpl {
|
|
18
|
+
/**
|
|
19
|
+
* Initialize a new instance of the class BlobContainers class.
|
|
20
|
+
* @param client Reference to the service client
|
|
21
|
+
*/
|
|
22
|
+
constructor(client) {
|
|
23
|
+
this.client = client;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Lists all containers and does not support a prefix like data plane. Also SRP today does not return
|
|
27
|
+
* continuation token.
|
|
28
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
29
|
+
* case insensitive.
|
|
30
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
31
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
32
|
+
* only.
|
|
33
|
+
* @param options The options parameters.
|
|
34
|
+
*/
|
|
35
|
+
list(resourceGroupName, accountName, options) {
|
|
36
|
+
const iter = this.listPagingAll(resourceGroupName, accountName, options);
|
|
37
|
+
return {
|
|
38
|
+
next() {
|
|
39
|
+
return iter.next();
|
|
40
|
+
},
|
|
41
|
+
[Symbol.asyncIterator]() {
|
|
42
|
+
return this;
|
|
43
|
+
},
|
|
44
|
+
byPage: (settings) => {
|
|
45
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
46
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
47
|
+
}
|
|
48
|
+
return this.listPagingPage(resourceGroupName, accountName, options, settings);
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
listPagingPage(resourceGroupName, accountName, options, settings) {
|
|
53
|
+
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
54
|
+
let result;
|
|
55
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
56
|
+
if (!continuationToken) {
|
|
57
|
+
result = yield __await(this._list(resourceGroupName, accountName, options));
|
|
58
|
+
let page = result.value || [];
|
|
59
|
+
continuationToken = result.nextLink;
|
|
60
|
+
setContinuationToken(page, continuationToken);
|
|
61
|
+
yield yield __await(page);
|
|
62
|
+
}
|
|
63
|
+
while (continuationToken) {
|
|
64
|
+
result = yield __await(this._listNext(resourceGroupName, accountName, continuationToken, options));
|
|
65
|
+
continuationToken = result.nextLink;
|
|
66
|
+
let page = result.value || [];
|
|
67
|
+
setContinuationToken(page, continuationToken);
|
|
68
|
+
yield yield __await(page);
|
|
69
|
+
}
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
listPagingAll(resourceGroupName, accountName, options) {
|
|
73
|
+
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
74
|
+
var _a, e_1, _b, _c;
|
|
75
|
+
try {
|
|
76
|
+
for (var _d = true, _e = __asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
77
|
+
_c = _f.value;
|
|
78
|
+
_d = false;
|
|
79
|
+
const page = _c;
|
|
80
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
84
|
+
finally {
|
|
85
|
+
try {
|
|
86
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
87
|
+
}
|
|
88
|
+
finally { if (e_1) throw e_1.error; }
|
|
89
|
+
}
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Lists all containers and does not support a prefix like data plane. Also SRP today does not return
|
|
94
|
+
* continuation token.
|
|
95
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
96
|
+
* case insensitive.
|
|
97
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
98
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
99
|
+
* only.
|
|
100
|
+
* @param options The options parameters.
|
|
101
|
+
*/
|
|
102
|
+
_list(resourceGroupName, accountName, options) {
|
|
103
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, options }, listOperationSpec);
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Creates a new container under the specified account as described by request body. The container
|
|
107
|
+
* resource includes metadata and properties for that container. It does not include a list of the
|
|
108
|
+
* blobs contained by the container.
|
|
109
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
110
|
+
* case insensitive.
|
|
111
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
112
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
113
|
+
* only.
|
|
114
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
115
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
116
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
117
|
+
* number.
|
|
118
|
+
* @param blobContainer Properties of the blob container to create.
|
|
119
|
+
* @param options The options parameters.
|
|
120
|
+
*/
|
|
121
|
+
create(resourceGroupName, accountName, containerName, blobContainer, options) {
|
|
122
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, blobContainer, options }, createOperationSpec);
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* Updates container properties as specified in request body. Properties not mentioned in the request
|
|
126
|
+
* will be unchanged. Update fails if the specified container doesn't already exist.
|
|
127
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
128
|
+
* case insensitive.
|
|
129
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
130
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
131
|
+
* only.
|
|
132
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
133
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
134
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
135
|
+
* number.
|
|
136
|
+
* @param blobContainer Properties to update for the blob container.
|
|
137
|
+
* @param options The options parameters.
|
|
138
|
+
*/
|
|
139
|
+
update(resourceGroupName, accountName, containerName, blobContainer, options) {
|
|
140
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, blobContainer, options }, updateOperationSpec);
|
|
141
|
+
}
|
|
142
|
+
/**
|
|
143
|
+
* Gets properties of a specified container.
|
|
144
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
145
|
+
* case insensitive.
|
|
146
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
147
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
148
|
+
* only.
|
|
149
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
150
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
151
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
152
|
+
* number.
|
|
153
|
+
* @param options The options parameters.
|
|
154
|
+
*/
|
|
155
|
+
get(resourceGroupName, accountName, containerName, options) {
|
|
156
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, options }, getOperationSpec);
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* Deletes specified container under its account.
|
|
160
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
161
|
+
* case insensitive.
|
|
162
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
163
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
164
|
+
* only.
|
|
165
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
166
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
167
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
168
|
+
* number.
|
|
169
|
+
* @param options The options parameters.
|
|
170
|
+
*/
|
|
171
|
+
delete(resourceGroupName, accountName, containerName, options) {
|
|
172
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, options }, deleteOperationSpec);
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* Sets legal hold tags. Setting the same tag results in an idempotent operation. SetLegalHold follows
|
|
176
|
+
* an append pattern and does not clear out the existing tags that are not specified in the request.
|
|
177
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
178
|
+
* case insensitive.
|
|
179
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
180
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
181
|
+
* only.
|
|
182
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
183
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
184
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
185
|
+
* number.
|
|
186
|
+
* @param legalHold The LegalHold property that will be set to a blob container.
|
|
187
|
+
* @param options The options parameters.
|
|
188
|
+
*/
|
|
189
|
+
setLegalHold(resourceGroupName, accountName, containerName, legalHold, options) {
|
|
190
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, legalHold, options }, setLegalHoldOperationSpec);
|
|
191
|
+
}
|
|
192
|
+
/**
|
|
193
|
+
* Clears legal hold tags. Clearing the same or non-existent tag results in an idempotent operation.
|
|
194
|
+
* ClearLegalHold clears out only the specified tags in the request.
|
|
195
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
196
|
+
* case insensitive.
|
|
197
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
198
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
199
|
+
* only.
|
|
200
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
201
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
202
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
203
|
+
* number.
|
|
204
|
+
* @param legalHold The LegalHold property that will be clear from a blob container.
|
|
205
|
+
* @param options The options parameters.
|
|
206
|
+
*/
|
|
207
|
+
clearLegalHold(resourceGroupName, accountName, containerName, legalHold, options) {
|
|
208
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, legalHold, options }, clearLegalHoldOperationSpec);
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* Creates or updates an unlocked immutability policy. ETag in If-Match is honored if given but not
|
|
212
|
+
* required for this operation.
|
|
213
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
214
|
+
* case insensitive.
|
|
215
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
216
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
217
|
+
* only.
|
|
218
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
219
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
220
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
221
|
+
* number.
|
|
222
|
+
* @param options The options parameters.
|
|
223
|
+
*/
|
|
224
|
+
createOrUpdateImmutabilityPolicy(resourceGroupName, accountName, containerName, options) {
|
|
225
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, options }, createOrUpdateImmutabilityPolicyOperationSpec);
|
|
226
|
+
}
|
|
227
|
+
/**
|
|
228
|
+
* Gets the existing immutability policy along with the corresponding ETag in response headers and
|
|
229
|
+
* body.
|
|
230
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
231
|
+
* case insensitive.
|
|
232
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
233
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
234
|
+
* only.
|
|
235
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
236
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
237
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
238
|
+
* number.
|
|
239
|
+
* @param options The options parameters.
|
|
240
|
+
*/
|
|
241
|
+
getImmutabilityPolicy(resourceGroupName, accountName, containerName, options) {
|
|
242
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, options }, getImmutabilityPolicyOperationSpec);
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* Aborts an unlocked immutability policy. The response of delete has
|
|
246
|
+
* immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is required for this operation.
|
|
247
|
+
* Deleting a locked immutability policy is not allowed, the only way is to delete the container after
|
|
248
|
+
* deleting all expired blobs inside the policy locked container.
|
|
249
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
250
|
+
* case insensitive.
|
|
251
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
252
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
253
|
+
* only.
|
|
254
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
255
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
256
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
257
|
+
* number.
|
|
258
|
+
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of "*"
|
|
259
|
+
* can be used to apply the operation only if the immutability policy already exists. If omitted, this
|
|
260
|
+
* operation will always be applied.
|
|
261
|
+
* @param options The options parameters.
|
|
262
|
+
*/
|
|
263
|
+
deleteImmutabilityPolicy(resourceGroupName, accountName, containerName, ifMatch, options) {
|
|
264
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, ifMatch, options }, deleteImmutabilityPolicyOperationSpec);
|
|
265
|
+
}
|
|
266
|
+
/**
|
|
267
|
+
* Sets the ImmutabilityPolicy to Locked state. The only action allowed on a Locked policy is
|
|
268
|
+
* ExtendImmutabilityPolicy action. ETag in If-Match is required for this operation.
|
|
269
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
270
|
+
* case insensitive.
|
|
271
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
272
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
273
|
+
* only.
|
|
274
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
275
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
276
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
277
|
+
* number.
|
|
278
|
+
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of "*"
|
|
279
|
+
* can be used to apply the operation only if the immutability policy already exists. If omitted, this
|
|
280
|
+
* operation will always be applied.
|
|
281
|
+
* @param options The options parameters.
|
|
282
|
+
*/
|
|
283
|
+
lockImmutabilityPolicy(resourceGroupName, accountName, containerName, ifMatch, options) {
|
|
284
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, ifMatch, options }, lockImmutabilityPolicyOperationSpec);
|
|
285
|
+
}
|
|
286
|
+
/**
|
|
287
|
+
* Extends the immutabilityPeriodSinceCreationInDays of a locked immutabilityPolicy. The only action
|
|
288
|
+
* allowed on a Locked policy will be this action. ETag in If-Match is required for this operation.
|
|
289
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
290
|
+
* case insensitive.
|
|
291
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
292
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
293
|
+
* only.
|
|
294
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
295
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
296
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
297
|
+
* number.
|
|
298
|
+
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of "*"
|
|
299
|
+
* can be used to apply the operation only if the immutability policy already exists. If omitted, this
|
|
300
|
+
* operation will always be applied.
|
|
301
|
+
* @param options The options parameters.
|
|
302
|
+
*/
|
|
303
|
+
extendImmutabilityPolicy(resourceGroupName, accountName, containerName, ifMatch, options) {
|
|
304
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, ifMatch, options }, extendImmutabilityPolicyOperationSpec);
|
|
305
|
+
}
|
|
306
|
+
/**
|
|
307
|
+
* The Lease Container operation establishes and manages a lock on a container for delete operations.
|
|
308
|
+
* The lock duration can be 15 to 60 seconds, or can be infinite.
|
|
309
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
310
|
+
* case insensitive.
|
|
311
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
312
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
313
|
+
* only.
|
|
314
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
315
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
316
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
317
|
+
* number.
|
|
318
|
+
* @param options The options parameters.
|
|
319
|
+
*/
|
|
320
|
+
lease(resourceGroupName, accountName, containerName, options) {
|
|
321
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, options }, leaseOperationSpec);
|
|
322
|
+
}
|
|
323
|
+
/**
|
|
324
|
+
* This operation migrates a blob container from container level WORM to object level immutability
|
|
325
|
+
* enabled container. Prerequisites require a container level immutability policy either in locked or
|
|
326
|
+
* unlocked state, Account level versioning must be enabled and there should be no Legal hold on the
|
|
327
|
+
* container.
|
|
328
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
329
|
+
* case insensitive.
|
|
330
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
331
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
332
|
+
* only.
|
|
333
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
334
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
335
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
336
|
+
* number.
|
|
337
|
+
* @param options The options parameters.
|
|
338
|
+
*/
|
|
339
|
+
async beginObjectLevelWorm(resourceGroupName, accountName, containerName, options) {
|
|
340
|
+
const directSendOperation = async (args, spec) => {
|
|
341
|
+
return this.client.sendOperationRequest(args, spec);
|
|
342
|
+
};
|
|
343
|
+
const sendOperationFn = async (args, spec) => {
|
|
344
|
+
var _a;
|
|
345
|
+
let currentRawResponse = undefined;
|
|
346
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
347
|
+
const callback = (rawResponse, flatResponse) => {
|
|
348
|
+
currentRawResponse = rawResponse;
|
|
349
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
350
|
+
};
|
|
351
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
352
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
353
|
+
return {
|
|
354
|
+
flatResponse,
|
|
355
|
+
rawResponse: {
|
|
356
|
+
statusCode: currentRawResponse.status,
|
|
357
|
+
body: currentRawResponse.parsedBody,
|
|
358
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
359
|
+
},
|
|
360
|
+
};
|
|
361
|
+
};
|
|
362
|
+
const lro = createLroSpec({
|
|
363
|
+
sendOperationFn,
|
|
364
|
+
args: { resourceGroupName, accountName, containerName, options },
|
|
365
|
+
spec: objectLevelWormOperationSpec,
|
|
366
|
+
});
|
|
367
|
+
const poller = await createHttpPoller(lro, {
|
|
368
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
369
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
370
|
+
resourceLocationConfig: "location",
|
|
371
|
+
});
|
|
372
|
+
await poller.poll();
|
|
373
|
+
return poller;
|
|
374
|
+
}
|
|
375
|
+
/**
|
|
376
|
+
* This operation migrates a blob container from container level WORM to object level immutability
|
|
377
|
+
* enabled container. Prerequisites require a container level immutability policy either in locked or
|
|
378
|
+
* unlocked state, Account level versioning must be enabled and there should be no Legal hold on the
|
|
379
|
+
* container.
|
|
380
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
381
|
+
* case insensitive.
|
|
382
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
383
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
384
|
+
* only.
|
|
385
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
386
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
387
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
388
|
+
* number.
|
|
389
|
+
* @param options The options parameters.
|
|
390
|
+
*/
|
|
391
|
+
async beginObjectLevelWormAndWait(resourceGroupName, accountName, containerName, options) {
|
|
392
|
+
const poller = await this.beginObjectLevelWorm(resourceGroupName, accountName, containerName, options);
|
|
393
|
+
return poller.pollUntilDone();
|
|
394
|
+
}
|
|
395
|
+
/**
|
|
396
|
+
* ListNext
|
|
397
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
398
|
+
* case insensitive.
|
|
399
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
400
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
401
|
+
* only.
|
|
402
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
403
|
+
* @param options The options parameters.
|
|
404
|
+
*/
|
|
405
|
+
_listNext(resourceGroupName, accountName, nextLink, options) {
|
|
406
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, nextLink, options }, listNextOperationSpec);
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
// Operation Specifications
|
|
410
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
411
|
+
const listOperationSpec = {
|
|
412
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers",
|
|
413
|
+
httpMethod: "GET",
|
|
414
|
+
responses: {
|
|
415
|
+
200: {
|
|
416
|
+
bodyMapper: Mappers.ListContainerItems,
|
|
417
|
+
},
|
|
418
|
+
},
|
|
419
|
+
queryParameters: [
|
|
420
|
+
Parameters.apiVersion,
|
|
421
|
+
Parameters.maxpagesize,
|
|
422
|
+
Parameters.filter,
|
|
423
|
+
Parameters.include,
|
|
424
|
+
],
|
|
425
|
+
urlParameters: [
|
|
426
|
+
Parameters.$host,
|
|
427
|
+
Parameters.resourceGroupName,
|
|
428
|
+
Parameters.accountName,
|
|
429
|
+
Parameters.subscriptionId,
|
|
430
|
+
],
|
|
431
|
+
headerParameters: [Parameters.accept],
|
|
432
|
+
serializer,
|
|
433
|
+
};
|
|
434
|
+
const createOperationSpec = {
|
|
435
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}",
|
|
436
|
+
httpMethod: "PUT",
|
|
437
|
+
responses: {
|
|
438
|
+
200: {
|
|
439
|
+
bodyMapper: Mappers.BlobContainer,
|
|
440
|
+
},
|
|
441
|
+
201: {
|
|
442
|
+
bodyMapper: Mappers.BlobContainer,
|
|
443
|
+
},
|
|
444
|
+
},
|
|
445
|
+
requestBody: Parameters.blobContainer,
|
|
446
|
+
queryParameters: [Parameters.apiVersion],
|
|
447
|
+
urlParameters: [
|
|
448
|
+
Parameters.$host,
|
|
449
|
+
Parameters.resourceGroupName,
|
|
450
|
+
Parameters.accountName,
|
|
451
|
+
Parameters.subscriptionId,
|
|
452
|
+
Parameters.containerName,
|
|
453
|
+
],
|
|
454
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
455
|
+
mediaType: "json",
|
|
456
|
+
serializer,
|
|
457
|
+
};
|
|
458
|
+
const updateOperationSpec = {
|
|
459
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}",
|
|
460
|
+
httpMethod: "PATCH",
|
|
461
|
+
responses: {
|
|
462
|
+
200: {
|
|
463
|
+
bodyMapper: Mappers.BlobContainer,
|
|
464
|
+
},
|
|
465
|
+
},
|
|
466
|
+
requestBody: Parameters.blobContainer,
|
|
467
|
+
queryParameters: [Parameters.apiVersion],
|
|
468
|
+
urlParameters: [
|
|
469
|
+
Parameters.$host,
|
|
470
|
+
Parameters.resourceGroupName,
|
|
471
|
+
Parameters.accountName,
|
|
472
|
+
Parameters.subscriptionId,
|
|
473
|
+
Parameters.containerName,
|
|
474
|
+
],
|
|
475
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
476
|
+
mediaType: "json",
|
|
477
|
+
serializer,
|
|
478
|
+
};
|
|
479
|
+
const getOperationSpec = {
|
|
480
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}",
|
|
481
|
+
httpMethod: "GET",
|
|
482
|
+
responses: {
|
|
483
|
+
200: {
|
|
484
|
+
bodyMapper: Mappers.BlobContainer,
|
|
485
|
+
},
|
|
486
|
+
},
|
|
487
|
+
queryParameters: [Parameters.apiVersion],
|
|
488
|
+
urlParameters: [
|
|
489
|
+
Parameters.$host,
|
|
490
|
+
Parameters.resourceGroupName,
|
|
491
|
+
Parameters.accountName,
|
|
492
|
+
Parameters.subscriptionId,
|
|
493
|
+
Parameters.containerName,
|
|
494
|
+
],
|
|
495
|
+
headerParameters: [Parameters.accept],
|
|
496
|
+
serializer,
|
|
497
|
+
};
|
|
498
|
+
const deleteOperationSpec = {
|
|
499
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}",
|
|
500
|
+
httpMethod: "DELETE",
|
|
501
|
+
responses: { 200: {}, 204: {} },
|
|
502
|
+
queryParameters: [Parameters.apiVersion],
|
|
503
|
+
urlParameters: [
|
|
504
|
+
Parameters.$host,
|
|
505
|
+
Parameters.resourceGroupName,
|
|
506
|
+
Parameters.accountName,
|
|
507
|
+
Parameters.subscriptionId,
|
|
508
|
+
Parameters.containerName,
|
|
509
|
+
],
|
|
510
|
+
serializer,
|
|
511
|
+
};
|
|
512
|
+
const setLegalHoldOperationSpec = {
|
|
513
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/setLegalHold",
|
|
514
|
+
httpMethod: "POST",
|
|
515
|
+
responses: {
|
|
516
|
+
200: {
|
|
517
|
+
bodyMapper: Mappers.LegalHold,
|
|
518
|
+
},
|
|
519
|
+
},
|
|
520
|
+
requestBody: Parameters.legalHold,
|
|
521
|
+
queryParameters: [Parameters.apiVersion],
|
|
522
|
+
urlParameters: [
|
|
523
|
+
Parameters.$host,
|
|
524
|
+
Parameters.resourceGroupName,
|
|
525
|
+
Parameters.accountName,
|
|
526
|
+
Parameters.subscriptionId,
|
|
527
|
+
Parameters.containerName,
|
|
528
|
+
],
|
|
529
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
530
|
+
mediaType: "json",
|
|
531
|
+
serializer,
|
|
532
|
+
};
|
|
533
|
+
const clearLegalHoldOperationSpec = {
|
|
534
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/clearLegalHold",
|
|
535
|
+
httpMethod: "POST",
|
|
536
|
+
responses: {
|
|
537
|
+
200: {
|
|
538
|
+
bodyMapper: Mappers.LegalHold,
|
|
539
|
+
},
|
|
540
|
+
},
|
|
541
|
+
requestBody: Parameters.legalHold,
|
|
542
|
+
queryParameters: [Parameters.apiVersion],
|
|
543
|
+
urlParameters: [
|
|
544
|
+
Parameters.$host,
|
|
545
|
+
Parameters.resourceGroupName,
|
|
546
|
+
Parameters.accountName,
|
|
547
|
+
Parameters.subscriptionId,
|
|
548
|
+
Parameters.containerName,
|
|
549
|
+
],
|
|
550
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
551
|
+
mediaType: "json",
|
|
552
|
+
serializer,
|
|
553
|
+
};
|
|
554
|
+
const createOrUpdateImmutabilityPolicyOperationSpec = {
|
|
555
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/{immutabilityPolicyName}",
|
|
556
|
+
httpMethod: "PUT",
|
|
557
|
+
responses: {
|
|
558
|
+
200: {
|
|
559
|
+
bodyMapper: Mappers.ImmutabilityPolicy,
|
|
560
|
+
headersMapper: Mappers.BlobContainersCreateOrUpdateImmutabilityPolicyHeaders,
|
|
561
|
+
},
|
|
562
|
+
},
|
|
563
|
+
requestBody: Parameters.parameters1,
|
|
564
|
+
queryParameters: [Parameters.apiVersion],
|
|
565
|
+
urlParameters: [
|
|
566
|
+
Parameters.$host,
|
|
567
|
+
Parameters.resourceGroupName,
|
|
568
|
+
Parameters.accountName,
|
|
569
|
+
Parameters.subscriptionId,
|
|
570
|
+
Parameters.containerName,
|
|
571
|
+
Parameters.immutabilityPolicyName,
|
|
572
|
+
],
|
|
573
|
+
headerParameters: [
|
|
574
|
+
Parameters.accept,
|
|
575
|
+
Parameters.contentType,
|
|
576
|
+
Parameters.ifMatch,
|
|
577
|
+
],
|
|
578
|
+
mediaType: "json",
|
|
579
|
+
serializer,
|
|
580
|
+
};
|
|
581
|
+
const getImmutabilityPolicyOperationSpec = {
|
|
582
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/{immutabilityPolicyName}",
|
|
583
|
+
httpMethod: "GET",
|
|
584
|
+
responses: {
|
|
585
|
+
200: {
|
|
586
|
+
bodyMapper: Mappers.ImmutabilityPolicy,
|
|
587
|
+
headersMapper: Mappers.BlobContainersGetImmutabilityPolicyHeaders,
|
|
588
|
+
},
|
|
589
|
+
},
|
|
590
|
+
queryParameters: [Parameters.apiVersion],
|
|
591
|
+
urlParameters: [
|
|
592
|
+
Parameters.$host,
|
|
593
|
+
Parameters.resourceGroupName,
|
|
594
|
+
Parameters.accountName,
|
|
595
|
+
Parameters.subscriptionId,
|
|
596
|
+
Parameters.containerName,
|
|
597
|
+
Parameters.immutabilityPolicyName,
|
|
598
|
+
],
|
|
599
|
+
headerParameters: [Parameters.accept, Parameters.ifMatch],
|
|
600
|
+
serializer,
|
|
601
|
+
};
|
|
602
|
+
const deleteImmutabilityPolicyOperationSpec = {
|
|
603
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/{immutabilityPolicyName}",
|
|
604
|
+
httpMethod: "DELETE",
|
|
605
|
+
responses: {
|
|
606
|
+
200: {
|
|
607
|
+
bodyMapper: Mappers.ImmutabilityPolicy,
|
|
608
|
+
headersMapper: Mappers.BlobContainersDeleteImmutabilityPolicyHeaders,
|
|
609
|
+
},
|
|
610
|
+
},
|
|
611
|
+
queryParameters: [Parameters.apiVersion],
|
|
612
|
+
urlParameters: [
|
|
613
|
+
Parameters.$host,
|
|
614
|
+
Parameters.resourceGroupName,
|
|
615
|
+
Parameters.accountName,
|
|
616
|
+
Parameters.subscriptionId,
|
|
617
|
+
Parameters.containerName,
|
|
618
|
+
Parameters.immutabilityPolicyName,
|
|
619
|
+
],
|
|
620
|
+
headerParameters: [Parameters.accept, Parameters.ifMatch1],
|
|
621
|
+
serializer,
|
|
622
|
+
};
|
|
623
|
+
const lockImmutabilityPolicyOperationSpec = {
|
|
624
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/default/lock",
|
|
625
|
+
httpMethod: "POST",
|
|
626
|
+
responses: {
|
|
627
|
+
200: {
|
|
628
|
+
bodyMapper: Mappers.ImmutabilityPolicy,
|
|
629
|
+
headersMapper: Mappers.BlobContainersLockImmutabilityPolicyHeaders,
|
|
630
|
+
},
|
|
631
|
+
},
|
|
632
|
+
queryParameters: [Parameters.apiVersion],
|
|
633
|
+
urlParameters: [
|
|
634
|
+
Parameters.$host,
|
|
635
|
+
Parameters.resourceGroupName,
|
|
636
|
+
Parameters.accountName,
|
|
637
|
+
Parameters.subscriptionId,
|
|
638
|
+
Parameters.containerName,
|
|
639
|
+
],
|
|
640
|
+
headerParameters: [Parameters.accept, Parameters.ifMatch1],
|
|
641
|
+
serializer,
|
|
642
|
+
};
|
|
643
|
+
const extendImmutabilityPolicyOperationSpec = {
|
|
644
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/default/extend",
|
|
645
|
+
httpMethod: "POST",
|
|
646
|
+
responses: {
|
|
647
|
+
200: {
|
|
648
|
+
bodyMapper: Mappers.ImmutabilityPolicy,
|
|
649
|
+
headersMapper: Mappers.BlobContainersExtendImmutabilityPolicyHeaders,
|
|
650
|
+
},
|
|
651
|
+
},
|
|
652
|
+
requestBody: Parameters.parameters1,
|
|
653
|
+
queryParameters: [Parameters.apiVersion],
|
|
654
|
+
urlParameters: [
|
|
655
|
+
Parameters.$host,
|
|
656
|
+
Parameters.resourceGroupName,
|
|
657
|
+
Parameters.accountName,
|
|
658
|
+
Parameters.subscriptionId,
|
|
659
|
+
Parameters.containerName,
|
|
660
|
+
],
|
|
661
|
+
headerParameters: [
|
|
662
|
+
Parameters.accept,
|
|
663
|
+
Parameters.contentType,
|
|
664
|
+
Parameters.ifMatch1,
|
|
665
|
+
],
|
|
666
|
+
mediaType: "json",
|
|
667
|
+
serializer,
|
|
668
|
+
};
|
|
669
|
+
const leaseOperationSpec = {
|
|
670
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/lease",
|
|
671
|
+
httpMethod: "POST",
|
|
672
|
+
responses: {
|
|
673
|
+
200: {
|
|
674
|
+
bodyMapper: Mappers.LeaseContainerResponse,
|
|
675
|
+
},
|
|
676
|
+
},
|
|
677
|
+
requestBody: Parameters.parameters2,
|
|
678
|
+
queryParameters: [Parameters.apiVersion],
|
|
679
|
+
urlParameters: [
|
|
680
|
+
Parameters.$host,
|
|
681
|
+
Parameters.resourceGroupName,
|
|
682
|
+
Parameters.accountName,
|
|
683
|
+
Parameters.subscriptionId,
|
|
684
|
+
Parameters.containerName,
|
|
685
|
+
],
|
|
686
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
687
|
+
mediaType: "json",
|
|
688
|
+
serializer,
|
|
689
|
+
};
|
|
690
|
+
const objectLevelWormOperationSpec = {
|
|
691
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/migrate",
|
|
692
|
+
httpMethod: "POST",
|
|
693
|
+
responses: {
|
|
694
|
+
200: {},
|
|
695
|
+
201: {},
|
|
696
|
+
202: {},
|
|
697
|
+
204: {},
|
|
698
|
+
default: {
|
|
699
|
+
bodyMapper: Mappers.CloudError,
|
|
700
|
+
},
|
|
701
|
+
},
|
|
702
|
+
queryParameters: [Parameters.apiVersion],
|
|
703
|
+
urlParameters: [
|
|
704
|
+
Parameters.$host,
|
|
705
|
+
Parameters.resourceGroupName,
|
|
706
|
+
Parameters.accountName,
|
|
707
|
+
Parameters.subscriptionId,
|
|
708
|
+
Parameters.containerName,
|
|
709
|
+
],
|
|
710
|
+
headerParameters: [Parameters.accept],
|
|
711
|
+
serializer,
|
|
712
|
+
};
|
|
713
|
+
const listNextOperationSpec = {
|
|
714
|
+
path: "{nextLink}",
|
|
715
|
+
httpMethod: "GET",
|
|
716
|
+
responses: {
|
|
717
|
+
200: {
|
|
718
|
+
bodyMapper: Mappers.ListContainerItems,
|
|
719
|
+
},
|
|
720
|
+
},
|
|
721
|
+
urlParameters: [
|
|
722
|
+
Parameters.$host,
|
|
723
|
+
Parameters.resourceGroupName,
|
|
724
|
+
Parameters.accountName,
|
|
725
|
+
Parameters.subscriptionId,
|
|
726
|
+
Parameters.nextLink,
|
|
727
|
+
],
|
|
728
|
+
headerParameters: [Parameters.accept],
|
|
729
|
+
serializer,
|
|
730
|
+
};
|
|
731
|
+
//# sourceMappingURL=blobContainers.js.map
|