@azure/arm-storage 18.3.1-alpha.20250214.1 → 18.3.1-alpha.20250217.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -12
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +637 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/blobContainers.d.ts +278 -0
- package/dist/browser/operations/blobContainers.d.ts.map +1 -0
- package/dist/browser/operations/blobContainers.js +731 -0
- package/dist/browser/operations/blobContainers.js.map +1 -0
- package/dist/browser/operations/blobInventoryPolicies.d.ts +73 -0
- package/dist/browser/operations/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/browser/operations/blobInventoryPolicies.js +227 -0
- package/dist/browser/operations/blobInventoryPolicies.js.map +1 -0
- package/dist/browser/operations/blobServices.d.ts +60 -0
- package/dist/browser/operations/blobServices.d.ts.map +1 -0
- package/dist/browser/operations/blobServices.js +176 -0
- package/dist/browser/operations/blobServices.js.map +1 -0
- package/dist/browser/operations/deletedAccounts.d.ts +39 -0
- package/dist/browser/operations/deletedAccounts.d.ts.map +1 -0
- package/dist/browser/operations/deletedAccounts.js +167 -0
- package/dist/browser/operations/deletedAccounts.js.map +1 -0
- package/dist/browser/operations/encryptionScopes.d.ts +94 -0
- package/dist/browser/operations/encryptionScopes.d.ts.map +1 -0
- package/dist/browser/operations/encryptionScopes.js +296 -0
- package/dist/browser/operations/encryptionScopes.js.map +1 -0
- package/dist/browser/operations/fileServices.d.ts +47 -0
- package/dist/browser/operations/fileServices.d.ts.map +1 -0
- package/dist/browser/operations/fileServices.js +130 -0
- package/dist/browser/operations/fileServices.js.map +1 -0
- package/dist/browser/operations/fileShares.d.ts +132 -0
- package/dist/browser/operations/fileShares.d.ts.map +1 -0
- package/dist/browser/operations/fileShares.js +406 -0
- package/dist/browser/operations/fileShares.js.map +1 -0
- package/dist/browser/operations/index.d.ts +25 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +32 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/localUsersOperations.d.ts +98 -0
- package/dist/browser/operations/localUsersOperations.d.ts.map +1 -0
- package/dist/browser/operations/localUsersOperations.js +299 -0
- package/dist/browser/operations/localUsersOperations.js.map +1 -0
- package/dist/browser/operations/managementPolicies.d.ts +50 -0
- package/dist/browser/operations/managementPolicies.d.ts.map +1 -0
- package/dist/browser/operations/managementPolicies.js +126 -0
- package/dist/browser/operations/managementPolicies.js.map +1 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +73 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +252 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operations/objectReplicationPoliciesOperations.d.ts +80 -0
- package/dist/browser/operations/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/browser/operations/objectReplicationPoliciesOperations.js +234 -0
- package/dist/browser/operations/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +26 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +93 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +234 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +23 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +53 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/queue.d.ts +101 -0
- package/dist/browser/operations/queue.d.ts.map +1 -0
- package/dist/browser/operations/queue.js +315 -0
- package/dist/browser/operations/queue.js.map +1 -0
- package/dist/browser/operations/queueServices.d.ts +47 -0
- package/dist/browser/operations/queueServices.d.ts.map +1 -0
- package/dist/browser/operations/queueServices.js +130 -0
- package/dist/browser/operations/queueServices.js.map +1 -0
- package/dist/browser/operations/skus.d.ts +26 -0
- package/dist/browser/operations/skus.d.ts.map +1 -0
- package/dist/browser/operations/skus.js +93 -0
- package/dist/browser/operations/skus.js.map +1 -0
- package/dist/browser/operations/storageAccounts.d.ts +337 -0
- package/dist/browser/operations/storageAccounts.d.ts.map +1 -0
- package/dist/browser/operations/storageAccounts.js +1094 -0
- package/dist/browser/operations/storageAccounts.js.map +1 -0
- package/dist/browser/operations/storageTaskAssignmentInstancesReport.d.ts +53 -0
- package/dist/browser/operations/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/browser/operations/storageTaskAssignmentInstancesReport.js +177 -0
- package/dist/browser/operations/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/browser/operations/storageTaskAssignments.d.ts +141 -0
- package/dist/browser/operations/storageTaskAssignments.d.ts.map +1 -0
- package/dist/browser/operations/storageTaskAssignments.js +506 -0
- package/dist/browser/operations/storageTaskAssignments.js.map +1 -0
- package/dist/browser/operations/storageTaskAssignmentsInstancesReport.d.ts +44 -0
- package/dist/browser/operations/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/browser/operations/storageTaskAssignmentsInstancesReport.js +160 -0
- package/dist/browser/operations/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/browser/operations/tableOperations.d.ts +99 -0
- package/dist/browser/operations/tableOperations.d.ts.map +1 -0
- package/dist/browser/operations/tableOperations.js +309 -0
- package/dist/browser/operations/tableOperations.js.map +1 -0
- package/dist/browser/operations/tableServices.d.ts +47 -0
- package/dist/browser/operations/tableServices.d.ts.map +1 -0
- package/dist/browser/operations/tableServices.js +130 -0
- package/dist/browser/operations/tableServices.js.map +1 -0
- package/dist/browser/operations/usages.d.ts +28 -0
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/dist/browser/operations/usages.js +99 -0
- package/dist/browser/operations/usages.js.map +1 -0
- package/dist/browser/operationsInterfaces/blobContainers.d.ts +246 -0
- package/dist/browser/operationsInterfaces/blobContainers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/blobContainers.js.map +1 -0
- package/dist/browser/operationsInterfaces/blobInventoryPolicies.d.ts +53 -0
- package/dist/browser/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
- package/dist/browser/operationsInterfaces/blobServices.d.ts +40 -0
- package/dist/browser/operationsInterfaces/blobServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/blobServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/deletedAccounts.d.ts +18 -0
- package/dist/browser/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist/browser/operationsInterfaces/encryptionScopes.d.ts +63 -0
- package/dist/browser/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist/browser/operationsInterfaces/fileServices.d.ts +39 -0
- package/dist/browser/operationsInterfaces/fileServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fileServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/fileShares.d.ts +101 -0
- package/dist/browser/operationsInterfaces/fileShares.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fileShares.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +25 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +32 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/localUsersOperations.d.ts +78 -0
- package/dist/browser/operationsInterfaces/localUsersOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/localUsersOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/managementPolicies.d.ts +42 -0
- package/dist/browser/operationsInterfaces/managementPolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managementPolicies.js.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +53 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +60 -0
- package/dist/browser/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +53 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/queue.d.ts +70 -0
- package/dist/browser/operationsInterfaces/queue.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/queue.js.map +1 -0
- package/dist/browser/operationsInterfaces/queueServices.d.ts +39 -0
- package/dist/browser/operationsInterfaces/queueServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/queueServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/skus.d.ts +11 -0
- package/dist/browser/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/skus.js.map +1 -0
- package/dist/browser/operationsInterfaces/storageAccounts.d.ts +297 -0
- package/dist/browser/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts +18 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignments.d.ts +112 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignments.js.map +1 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts +15 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/browser/operationsInterfaces/tableOperations.d.ts +68 -0
- package/dist/browser/operationsInterfaces/tableOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tableOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/tableServices.d.ts +39 -0
- package/dist/browser/operationsInterfaces/tableServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tableServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/usages.d.ts +12 -0
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/browser/storageManagementClient.d.ts +43 -0
- package/dist/browser/storageManagementClient.d.ts.map +1 -0
- package/dist/browser/storageManagementClient.js +124 -0
- package/dist/browser/storageManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +4776 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +670 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +196 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +6838 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +76 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +641 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/blobContainers.d.ts +278 -0
- package/dist/commonjs/operations/blobContainers.d.ts.map +1 -0
- package/dist/commonjs/operations/blobContainers.js +735 -0
- package/dist/commonjs/operations/blobContainers.js.map +1 -0
- package/dist/commonjs/operations/blobInventoryPolicies.d.ts +73 -0
- package/dist/commonjs/operations/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/blobInventoryPolicies.js +231 -0
- package/dist/commonjs/operations/blobInventoryPolicies.js.map +1 -0
- package/dist/commonjs/operations/blobServices.d.ts +60 -0
- package/dist/commonjs/operations/blobServices.d.ts.map +1 -0
- package/dist/commonjs/operations/blobServices.js +180 -0
- package/dist/commonjs/operations/blobServices.js.map +1 -0
- package/dist/commonjs/operations/deletedAccounts.d.ts +39 -0
- package/dist/commonjs/operations/deletedAccounts.d.ts.map +1 -0
- package/dist/commonjs/operations/deletedAccounts.js +171 -0
- package/dist/commonjs/operations/deletedAccounts.js.map +1 -0
- package/dist/commonjs/operations/encryptionScopes.d.ts +94 -0
- package/dist/commonjs/operations/encryptionScopes.d.ts.map +1 -0
- package/dist/commonjs/operations/encryptionScopes.js +300 -0
- package/dist/commonjs/operations/encryptionScopes.js.map +1 -0
- package/dist/commonjs/operations/fileServices.d.ts +47 -0
- package/dist/commonjs/operations/fileServices.d.ts.map +1 -0
- package/dist/commonjs/operations/fileServices.js +135 -0
- package/dist/commonjs/operations/fileServices.js.map +1 -0
- package/dist/commonjs/operations/fileShares.d.ts +132 -0
- package/dist/commonjs/operations/fileShares.d.ts.map +1 -0
- package/dist/commonjs/operations/fileShares.js +410 -0
- package/dist/commonjs/operations/fileShares.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +25 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +35 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/localUsersOperations.d.ts +98 -0
- package/dist/commonjs/operations/localUsersOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/localUsersOperations.js +303 -0
- package/dist/commonjs/operations/localUsersOperations.js.map +1 -0
- package/dist/commonjs/operations/managementPolicies.d.ts +50 -0
- package/dist/commonjs/operations/managementPolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/managementPolicies.js +131 -0
- package/dist/commonjs/operations/managementPolicies.js.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +73 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +256 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operations/objectReplicationPoliciesOperations.d.ts +80 -0
- package/dist/commonjs/operations/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/objectReplicationPoliciesOperations.js +238 -0
- package/dist/commonjs/operations/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +26 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +97 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +238 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +23 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +58 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/queue.d.ts +101 -0
- package/dist/commonjs/operations/queue.d.ts.map +1 -0
- package/dist/commonjs/operations/queue.js +319 -0
- package/dist/commonjs/operations/queue.js.map +1 -0
- package/dist/commonjs/operations/queueServices.d.ts +47 -0
- package/dist/commonjs/operations/queueServices.d.ts.map +1 -0
- package/dist/commonjs/operations/queueServices.js +135 -0
- package/dist/commonjs/operations/queueServices.js.map +1 -0
- package/dist/commonjs/operations/skus.d.ts +26 -0
- package/dist/commonjs/operations/skus.d.ts.map +1 -0
- package/dist/commonjs/operations/skus.js +97 -0
- package/dist/commonjs/operations/skus.js.map +1 -0
- package/dist/commonjs/operations/storageAccounts.d.ts +337 -0
- package/dist/commonjs/operations/storageAccounts.d.ts.map +1 -0
- package/dist/commonjs/operations/storageAccounts.js +1098 -0
- package/dist/commonjs/operations/storageAccounts.js.map +1 -0
- package/dist/commonjs/operations/storageTaskAssignmentInstancesReport.d.ts +53 -0
- package/dist/commonjs/operations/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/commonjs/operations/storageTaskAssignmentInstancesReport.js +181 -0
- package/dist/commonjs/operations/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/commonjs/operations/storageTaskAssignments.d.ts +141 -0
- package/dist/commonjs/operations/storageTaskAssignments.d.ts.map +1 -0
- package/dist/commonjs/operations/storageTaskAssignments.js +510 -0
- package/dist/commonjs/operations/storageTaskAssignments.js.map +1 -0
- package/dist/commonjs/operations/storageTaskAssignmentsInstancesReport.d.ts +44 -0
- package/dist/commonjs/operations/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/commonjs/operations/storageTaskAssignmentsInstancesReport.js +164 -0
- package/dist/commonjs/operations/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/commonjs/operations/tableOperations.d.ts +99 -0
- package/dist/commonjs/operations/tableOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/tableOperations.js +313 -0
- package/dist/commonjs/operations/tableOperations.js.map +1 -0
- package/dist/commonjs/operations/tableServices.d.ts +47 -0
- package/dist/commonjs/operations/tableServices.d.ts.map +1 -0
- package/dist/commonjs/operations/tableServices.js +135 -0
- package/dist/commonjs/operations/tableServices.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +28 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +103 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/blobContainers.d.ts +246 -0
- package/dist/commonjs/operationsInterfaces/blobContainers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/blobContainers.js +10 -0
- package/dist/commonjs/operationsInterfaces/blobContainers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/blobInventoryPolicies.d.ts +53 -0
- package/dist/commonjs/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/blobInventoryPolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/blobServices.d.ts +40 -0
- package/dist/commonjs/operationsInterfaces/blobServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/blobServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/blobServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedAccounts.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedAccounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/encryptionScopes.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/encryptionScopes.js +10 -0
- package/dist/commonjs/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fileServices.d.ts +39 -0
- package/dist/commonjs/operationsInterfaces/fileServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fileServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/fileServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fileShares.d.ts +101 -0
- package/dist/commonjs/operationsInterfaces/fileShares.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fileShares.js +10 -0
- package/dist/commonjs/operationsInterfaces/fileShares.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +35 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/localUsersOperations.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/localUsersOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/localUsersOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/localUsersOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managementPolicies.d.ts +42 -0
- package/dist/commonjs/operationsInterfaces/managementPolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managementPolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/managementPolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +53 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/objectReplicationPoliciesOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +53 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/queue.d.ts +70 -0
- package/dist/commonjs/operationsInterfaces/queue.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/queue.js +10 -0
- package/dist/commonjs/operationsInterfaces/queue.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/queueServices.d.ts +39 -0
- package/dist/commonjs/operationsInterfaces/queueServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/queueServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/queueServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.js +10 -0
- package/dist/commonjs/operationsInterfaces/skus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts +297 -0
- package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageAccounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentInstancesReport.js +10 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignments.d.ts +112 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignments.js +10 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentsInstancesReport.js +10 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tableOperations.d.ts +68 -0
- package/dist/commonjs/operationsInterfaces/tableOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tableOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/tableOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tableServices.d.ts +39 -0
- package/dist/commonjs/operationsInterfaces/tableServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tableServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/tableServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/storageManagementClient.d.ts +43 -0
- package/dist/commonjs/storageManagementClient.d.ts.map +1 -0
- package/dist/commonjs/storageManagementClient.js +129 -0
- package/dist/commonjs/storageManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +4776 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +666 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +196 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +6832 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +76 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +637 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/blobContainers.d.ts +278 -0
- package/dist/esm/operations/blobContainers.d.ts.map +1 -0
- package/dist/esm/operations/blobContainers.js +731 -0
- package/dist/esm/operations/blobContainers.js.map +1 -0
- package/dist/esm/operations/blobInventoryPolicies.d.ts +73 -0
- package/dist/esm/operations/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/esm/operations/blobInventoryPolicies.js +227 -0
- package/dist/esm/operations/blobInventoryPolicies.js.map +1 -0
- package/dist/esm/operations/blobServices.d.ts +60 -0
- package/dist/esm/operations/blobServices.d.ts.map +1 -0
- package/dist/esm/operations/blobServices.js +176 -0
- package/dist/esm/operations/blobServices.js.map +1 -0
- package/dist/esm/operations/deletedAccounts.d.ts +39 -0
- package/dist/esm/operations/deletedAccounts.d.ts.map +1 -0
- package/dist/esm/operations/deletedAccounts.js +167 -0
- package/dist/esm/operations/deletedAccounts.js.map +1 -0
- package/dist/esm/operations/encryptionScopes.d.ts +94 -0
- package/dist/esm/operations/encryptionScopes.d.ts.map +1 -0
- package/dist/esm/operations/encryptionScopes.js +296 -0
- package/dist/esm/operations/encryptionScopes.js.map +1 -0
- package/dist/esm/operations/fileServices.d.ts +47 -0
- package/dist/esm/operations/fileServices.d.ts.map +1 -0
- package/dist/esm/operations/fileServices.js +130 -0
- package/dist/esm/operations/fileServices.js.map +1 -0
- package/dist/esm/operations/fileShares.d.ts +132 -0
- package/dist/esm/operations/fileShares.d.ts.map +1 -0
- package/dist/esm/operations/fileShares.js +406 -0
- package/dist/esm/operations/fileShares.js.map +1 -0
- package/dist/esm/operations/index.d.ts +25 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +32 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/localUsersOperations.d.ts +98 -0
- package/dist/esm/operations/localUsersOperations.d.ts.map +1 -0
- package/dist/esm/operations/localUsersOperations.js +299 -0
- package/dist/esm/operations/localUsersOperations.js.map +1 -0
- package/dist/esm/operations/managementPolicies.d.ts +50 -0
- package/dist/esm/operations/managementPolicies.d.ts.map +1 -0
- package/dist/esm/operations/managementPolicies.js +126 -0
- package/dist/esm/operations/managementPolicies.js.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +73 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +252 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operations/objectReplicationPoliciesOperations.d.ts +80 -0
- package/dist/esm/operations/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/esm/operations/objectReplicationPoliciesOperations.js +234 -0
- package/dist/esm/operations/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +26 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +93 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +234 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +23 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +53 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/queue.d.ts +101 -0
- package/dist/esm/operations/queue.d.ts.map +1 -0
- package/dist/esm/operations/queue.js +315 -0
- package/dist/esm/operations/queue.js.map +1 -0
- package/dist/esm/operations/queueServices.d.ts +47 -0
- package/dist/esm/operations/queueServices.d.ts.map +1 -0
- package/dist/esm/operations/queueServices.js +130 -0
- package/dist/esm/operations/queueServices.js.map +1 -0
- package/dist/esm/operations/skus.d.ts +26 -0
- package/dist/esm/operations/skus.d.ts.map +1 -0
- package/dist/esm/operations/skus.js +93 -0
- package/dist/esm/operations/skus.js.map +1 -0
- package/dist/esm/operations/storageAccounts.d.ts +337 -0
- package/dist/esm/operations/storageAccounts.d.ts.map +1 -0
- package/dist/esm/operations/storageAccounts.js +1094 -0
- package/dist/esm/operations/storageAccounts.js.map +1 -0
- package/dist/esm/operations/storageTaskAssignmentInstancesReport.d.ts +53 -0
- package/dist/esm/operations/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/esm/operations/storageTaskAssignmentInstancesReport.js +177 -0
- package/dist/esm/operations/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/esm/operations/storageTaskAssignments.d.ts +141 -0
- package/dist/esm/operations/storageTaskAssignments.d.ts.map +1 -0
- package/dist/esm/operations/storageTaskAssignments.js +506 -0
- package/dist/esm/operations/storageTaskAssignments.js.map +1 -0
- package/dist/esm/operations/storageTaskAssignmentsInstancesReport.d.ts +44 -0
- package/dist/esm/operations/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/esm/operations/storageTaskAssignmentsInstancesReport.js +160 -0
- package/dist/esm/operations/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/esm/operations/tableOperations.d.ts +99 -0
- package/dist/esm/operations/tableOperations.d.ts.map +1 -0
- package/dist/esm/operations/tableOperations.js +309 -0
- package/dist/esm/operations/tableOperations.js.map +1 -0
- package/dist/esm/operations/tableServices.d.ts +47 -0
- package/dist/esm/operations/tableServices.d.ts.map +1 -0
- package/dist/esm/operations/tableServices.js +130 -0
- package/dist/esm/operations/tableServices.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +28 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +99 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/blobContainers.d.ts +246 -0
- package/dist/esm/operationsInterfaces/blobContainers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/blobContainers.js +9 -0
- package/dist/esm/operationsInterfaces/blobContainers.js.map +1 -0
- package/dist/esm/operationsInterfaces/blobInventoryPolicies.d.ts +53 -0
- package/dist/esm/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/blobInventoryPolicies.js +9 -0
- package/dist/esm/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/blobServices.d.ts +40 -0
- package/dist/esm/operationsInterfaces/blobServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/blobServices.js +9 -0
- package/dist/esm/operationsInterfaces/blobServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/deletedAccounts.d.ts +18 -0
- package/dist/esm/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/deletedAccounts.js +9 -0
- package/dist/esm/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/encryptionScopes.d.ts +63 -0
- package/dist/esm/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/encryptionScopes.js +9 -0
- package/dist/esm/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist/esm/operationsInterfaces/fileServices.d.ts +39 -0
- package/dist/esm/operationsInterfaces/fileServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fileServices.js +9 -0
- package/dist/esm/operationsInterfaces/fileServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/fileShares.d.ts +101 -0
- package/dist/esm/operationsInterfaces/fileShares.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fileShares.js +9 -0
- package/dist/esm/operationsInterfaces/fileShares.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +25 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +32 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/localUsersOperations.d.ts +78 -0
- package/dist/esm/operationsInterfaces/localUsersOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/localUsersOperations.js +9 -0
- package/dist/esm/operationsInterfaces/localUsersOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/managementPolicies.d.ts +42 -0
- package/dist/esm/operationsInterfaces/managementPolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managementPolicies.js +9 -0
- package/dist/esm/operationsInterfaces/managementPolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +53 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +60 -0
- package/dist/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
- package/dist/esm/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +53 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/queue.d.ts +70 -0
- package/dist/esm/operationsInterfaces/queue.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/queue.js +9 -0
- package/dist/esm/operationsInterfaces/queue.js.map +1 -0
- package/dist/esm/operationsInterfaces/queueServices.d.ts +39 -0
- package/dist/esm/operationsInterfaces/queueServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/queueServices.js +9 -0
- package/dist/esm/operationsInterfaces/queueServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/skus.d.ts +11 -0
- package/dist/esm/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/skus.js +9 -0
- package/dist/esm/operationsInterfaces/skus.js.map +1 -0
- package/dist/esm/operationsInterfaces/storageAccounts.d.ts +297 -0
- package/dist/esm/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/storageAccounts.js +9 -0
- package/dist/esm/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts +18 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentInstancesReport.js +9 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignments.d.ts +112 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignments.js +9 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignments.js.map +1 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts +15 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentsInstancesReport.js +9 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/esm/operationsInterfaces/tableOperations.d.ts +68 -0
- package/dist/esm/operationsInterfaces/tableOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tableOperations.js +9 -0
- package/dist/esm/operationsInterfaces/tableOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/tableServices.d.ts +39 -0
- package/dist/esm/operationsInterfaces/tableServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tableServices.js +9 -0
- package/dist/esm/operationsInterfaces/tableServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +12 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/storageManagementClient.d.ts +43 -0
- package/dist/esm/storageManagementClient.d.ts.map +1 -0
- package/dist/esm/storageManagementClient.js +124 -0
- package/dist/esm/storageManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +4776 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +666 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +196 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +6832 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +76 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +637 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/blobContainers.d.ts +278 -0
- package/dist/react-native/operations/blobContainers.d.ts.map +1 -0
- package/dist/react-native/operations/blobContainers.js +731 -0
- package/dist/react-native/operations/blobContainers.js.map +1 -0
- package/dist/react-native/operations/blobInventoryPolicies.d.ts +73 -0
- package/dist/react-native/operations/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/react-native/operations/blobInventoryPolicies.js +227 -0
- package/dist/react-native/operations/blobInventoryPolicies.js.map +1 -0
- package/dist/react-native/operations/blobServices.d.ts +60 -0
- package/dist/react-native/operations/blobServices.d.ts.map +1 -0
- package/dist/react-native/operations/blobServices.js +176 -0
- package/dist/react-native/operations/blobServices.js.map +1 -0
- package/dist/react-native/operations/deletedAccounts.d.ts +39 -0
- package/dist/react-native/operations/deletedAccounts.d.ts.map +1 -0
- package/dist/react-native/operations/deletedAccounts.js +167 -0
- package/dist/react-native/operations/deletedAccounts.js.map +1 -0
- package/dist/react-native/operations/encryptionScopes.d.ts +94 -0
- package/dist/react-native/operations/encryptionScopes.d.ts.map +1 -0
- package/dist/react-native/operations/encryptionScopes.js +296 -0
- package/dist/react-native/operations/encryptionScopes.js.map +1 -0
- package/dist/react-native/operations/fileServices.d.ts +47 -0
- package/dist/react-native/operations/fileServices.d.ts.map +1 -0
- package/dist/react-native/operations/fileServices.js +130 -0
- package/dist/react-native/operations/fileServices.js.map +1 -0
- package/dist/react-native/operations/fileShares.d.ts +132 -0
- package/dist/react-native/operations/fileShares.d.ts.map +1 -0
- package/dist/react-native/operations/fileShares.js +406 -0
- package/dist/react-native/operations/fileShares.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +25 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +32 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/localUsersOperations.d.ts +98 -0
- package/dist/react-native/operations/localUsersOperations.d.ts.map +1 -0
- package/dist/react-native/operations/localUsersOperations.js +299 -0
- package/dist/react-native/operations/localUsersOperations.js.map +1 -0
- package/dist/react-native/operations/managementPolicies.d.ts +50 -0
- package/dist/react-native/operations/managementPolicies.d.ts.map +1 -0
- package/dist/react-native/operations/managementPolicies.js +126 -0
- package/dist/react-native/operations/managementPolicies.js.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +73 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +252 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operations/objectReplicationPoliciesOperations.d.ts +80 -0
- package/dist/react-native/operations/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/react-native/operations/objectReplicationPoliciesOperations.js +234 -0
- package/dist/react-native/operations/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +26 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +93 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +234 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +23 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +53 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/queue.d.ts +101 -0
- package/dist/react-native/operations/queue.d.ts.map +1 -0
- package/dist/react-native/operations/queue.js +315 -0
- package/dist/react-native/operations/queue.js.map +1 -0
- package/dist/react-native/operations/queueServices.d.ts +47 -0
- package/dist/react-native/operations/queueServices.d.ts.map +1 -0
- package/dist/react-native/operations/queueServices.js +130 -0
- package/dist/react-native/operations/queueServices.js.map +1 -0
- package/dist/react-native/operations/skus.d.ts +26 -0
- package/dist/react-native/operations/skus.d.ts.map +1 -0
- package/dist/react-native/operations/skus.js +93 -0
- package/dist/react-native/operations/skus.js.map +1 -0
- package/dist/react-native/operations/storageAccounts.d.ts +337 -0
- package/dist/react-native/operations/storageAccounts.d.ts.map +1 -0
- package/dist/react-native/operations/storageAccounts.js +1094 -0
- package/dist/react-native/operations/storageAccounts.js.map +1 -0
- package/dist/react-native/operations/storageTaskAssignmentInstancesReport.d.ts +53 -0
- package/dist/react-native/operations/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/react-native/operations/storageTaskAssignmentInstancesReport.js +177 -0
- package/dist/react-native/operations/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/react-native/operations/storageTaskAssignments.d.ts +141 -0
- package/dist/react-native/operations/storageTaskAssignments.d.ts.map +1 -0
- package/dist/react-native/operations/storageTaskAssignments.js +506 -0
- package/dist/react-native/operations/storageTaskAssignments.js.map +1 -0
- package/dist/react-native/operations/storageTaskAssignmentsInstancesReport.d.ts +44 -0
- package/dist/react-native/operations/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/react-native/operations/storageTaskAssignmentsInstancesReport.js +160 -0
- package/dist/react-native/operations/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/react-native/operations/tableOperations.d.ts +99 -0
- package/dist/react-native/operations/tableOperations.d.ts.map +1 -0
- package/dist/react-native/operations/tableOperations.js +309 -0
- package/dist/react-native/operations/tableOperations.js.map +1 -0
- package/dist/react-native/operations/tableServices.d.ts +47 -0
- package/dist/react-native/operations/tableServices.d.ts.map +1 -0
- package/dist/react-native/operations/tableServices.js +130 -0
- package/dist/react-native/operations/tableServices.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +28 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +99 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/blobContainers.d.ts +246 -0
- package/dist/react-native/operationsInterfaces/blobContainers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/blobContainers.js +9 -0
- package/dist/react-native/operationsInterfaces/blobContainers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/blobInventoryPolicies.d.ts +53 -0
- package/dist/react-native/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/blobInventoryPolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/blobServices.d.ts +40 -0
- package/dist/react-native/operationsInterfaces/blobServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/blobServices.js +9 -0
- package/dist/react-native/operationsInterfaces/blobServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedAccounts.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedAccounts.js +9 -0
- package/dist/react-native/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/encryptionScopes.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/encryptionScopes.js +9 -0
- package/dist/react-native/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fileServices.d.ts +39 -0
- package/dist/react-native/operationsInterfaces/fileServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fileServices.js +9 -0
- package/dist/react-native/operationsInterfaces/fileServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fileShares.d.ts +101 -0
- package/dist/react-native/operationsInterfaces/fileShares.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fileShares.js +9 -0
- package/dist/react-native/operationsInterfaces/fileShares.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +32 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/localUsersOperations.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/localUsersOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/localUsersOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/localUsersOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managementPolicies.d.ts +42 -0
- package/dist/react-native/operationsInterfaces/managementPolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managementPolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/managementPolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +53 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +53 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/queue.d.ts +70 -0
- package/dist/react-native/operationsInterfaces/queue.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/queue.js +9 -0
- package/dist/react-native/operationsInterfaces/queue.js.map +1 -0
- package/dist/react-native/operationsInterfaces/queueServices.d.ts +39 -0
- package/dist/react-native/operationsInterfaces/queueServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/queueServices.js +9 -0
- package/dist/react-native/operationsInterfaces/queueServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.js +9 -0
- package/dist/react-native/operationsInterfaces/skus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/storageAccounts.d.ts +297 -0
- package/dist/react-native/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/storageAccounts.js +9 -0
- package/dist/react-native/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentInstancesReport.js +9 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignments.d.ts +112 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignments.js +9 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentsInstancesReport.js +9 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tableOperations.d.ts +68 -0
- package/dist/react-native/operationsInterfaces/tableOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tableOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/tableOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tableServices.d.ts +39 -0
- package/dist/react-native/operationsInterfaces/tableServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tableServices.js +9 -0
- package/dist/react-native/operationsInterfaces/tableServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/storageManagementClient.d.ts +43 -0
- package/dist/react-native/storageManagementClient.d.ts.map +1 -0
- package/dist/react-native/storageManagementClient.js +124 -0
- package/dist/react-native/storageManagementClient.js.map +1 -0
- package/package.json +66 -36
- package/dist/index.js +0 -14904
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersClearLegalHoldSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersClearLegalHoldSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersClearLegalHoldSample.js +0 -31
- package/dist-esm/samples-dev/blobContainersClearLegalHoldSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersCreateOrUpdateImmutabilityPolicySample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersCreateOrUpdateImmutabilityPolicySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersCreateOrUpdateImmutabilityPolicySample.js +0 -59
- package/dist-esm/samples-dev/blobContainersCreateOrUpdateImmutabilityPolicySample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersCreateSample.js +0 -76
- package/dist-esm/samples-dev/blobContainersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersDeleteImmutabilityPolicySample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersDeleteImmutabilityPolicySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersDeleteImmutabilityPolicySample.js +0 -38
- package/dist-esm/samples-dev/blobContainersDeleteImmutabilityPolicySample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersDeleteSample.js +0 -37
- package/dist-esm/samples-dev/blobContainersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersExtendImmutabilityPolicySample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersExtendImmutabilityPolicySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersExtendImmutabilityPolicySample.js +0 -37
- package/dist-esm/samples-dev/blobContainersExtendImmutabilityPolicySample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersGetImmutabilityPolicySample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersGetImmutabilityPolicySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersGetImmutabilityPolicySample.js +0 -37
- package/dist-esm/samples-dev/blobContainersGetImmutabilityPolicySample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersGetSample.js +0 -56
- package/dist-esm/samples-dev/blobContainersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersLeaseSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersLeaseSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersLeaseSample.js +0 -65
- package/dist-esm/samples-dev/blobContainersLeaseSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersListSample.js +0 -81
- package/dist-esm/samples-dev/blobContainersListSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersLockImmutabilityPolicySample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersLockImmutabilityPolicySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersLockImmutabilityPolicySample.js +0 -38
- package/dist-esm/samples-dev/blobContainersLockImmutabilityPolicySample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersObjectLevelWormSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersObjectLevelWormSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersObjectLevelWormSample.js +0 -37
- package/dist-esm/samples-dev/blobContainersObjectLevelWormSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersSetLegalHoldSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersSetLegalHoldSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersSetLegalHoldSample.js +0 -54
- package/dist-esm/samples-dev/blobContainersSetLegalHoldSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersUpdateSample.js +0 -34
- package/dist-esm/samples-dev/blobContainersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobInventoryPoliciesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesCreateOrUpdateSample.js +0 -283
- package/dist-esm/samples-dev/blobInventoryPoliciesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobInventoryPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/blobInventoryPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobInventoryPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesGetSample.js +0 -37
- package/dist-esm/samples-dev/blobInventoryPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobInventoryPoliciesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesListSample.js +0 -52
- package/dist-esm/samples-dev/blobInventoryPoliciesListSample.js.map +0 -1
- package/dist-esm/samples-dev/blobServicesGetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobServicesGetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobServicesGetServicePropertiesSample.js +0 -36
- package/dist-esm/samples-dev/blobServicesGetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/blobServicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobServicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobServicesListSample.js +0 -52
- package/dist-esm/samples-dev/blobServicesListSample.js.map +0 -1
- package/dist-esm/samples-dev/blobServicesSetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobServicesSetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobServicesSetServicePropertiesSample.js +0 -112
- package/dist-esm/samples-dev/blobServicesSetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/deletedAccountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsGetSample.js +0 -36
- package/dist-esm/samples-dev/deletedAccountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/deletedAccountsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsListSample.js +0 -50
- package/dist-esm/samples-dev/deletedAccountsListSample.js.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/encryptionScopesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesGetSample.js +0 -37
- package/dist-esm/samples-dev/encryptionScopesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/encryptionScopesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesListSample.js +0 -52
- package/dist-esm/samples-dev/encryptionScopesListSample.js.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesPatchSample.d.ts +0 -2
- package/dist-esm/samples-dev/encryptionScopesPatchSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesPatchSample.js +0 -36
- package/dist-esm/samples-dev/encryptionScopesPatchSample.js.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/encryptionScopesPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesPutSample.js +0 -53
- package/dist-esm/samples-dev/encryptionScopesPutSample.js.map +0 -1
- package/dist-esm/samples-dev/fileServicesGetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileServicesGetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileServicesGetServicePropertiesSample.js +0 -36
- package/dist-esm/samples-dev/fileServicesGetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/fileServicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileServicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileServicesListSample.js +0 -36
- package/dist-esm/samples-dev/fileServicesListSample.js.map +0 -1
- package/dist-esm/samples-dev/fileServicesSetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileServicesSetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileServicesSetServicePropertiesSample.js +0 -105
- package/dist-esm/samples-dev/fileServicesSetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSharesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSharesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSharesCreateSample.js +0 -71
- package/dist-esm/samples-dev/fileSharesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSharesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSharesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSharesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/fileSharesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSharesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSharesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSharesGetSample.js +0 -51
- package/dist-esm/samples-dev/fileSharesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSharesLeaseSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSharesLeaseSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSharesLeaseSample.js +0 -65
- package/dist-esm/samples-dev/fileSharesLeaseSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSharesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSharesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSharesListSample.js +0 -117
- package/dist-esm/samples-dev/fileSharesListSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSharesRestoreSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSharesRestoreSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSharesRestoreSample.js +0 -34
- package/dist-esm/samples-dev/fileSharesRestoreSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSharesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSharesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSharesUpdateSample.js +0 -62
- package/dist-esm/samples-dev/fileSharesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/localUsersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/localUsersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localUsersCreateOrUpdateSample.js +0 -93
- package/dist-esm/samples-dev/localUsersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/localUsersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/localUsersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localUsersDeleteSample.js +0 -37
- package/dist-esm/samples-dev/localUsersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/localUsersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/localUsersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localUsersGetSample.js +0 -37
- package/dist-esm/samples-dev/localUsersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/localUsersListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/localUsersListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localUsersListKeysSample.js +0 -37
- package/dist-esm/samples-dev/localUsersListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/localUsersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/localUsersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localUsersListSample.js +0 -81
- package/dist-esm/samples-dev/localUsersListSample.js.map +0 -1
- package/dist-esm/samples-dev/localUsersRegeneratePasswordSample.d.ts +0 -2
- package/dist-esm/samples-dev/localUsersRegeneratePasswordSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localUsersRegeneratePasswordSample.js +0 -37
- package/dist-esm/samples-dev/localUsersRegeneratePasswordSample.js.map +0 -1
- package/dist-esm/samples-dev/managementPoliciesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementPoliciesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementPoliciesCreateOrUpdateSample.js +0 -410
- package/dist-esm/samples-dev/managementPoliciesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managementPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementPoliciesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/managementPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managementPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementPoliciesGetSample.js +0 -37
- package/dist-esm/samples-dev/managementPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js +0 -37
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.js +0 -52
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js +0 -37
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/objectReplicationPoliciesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesCreateOrUpdateSample.js +0 -143
- package/dist-esm/samples-dev/objectReplicationPoliciesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/objectReplicationPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/objectReplicationPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/objectReplicationPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesGetSample.js +0 -37
- package/dist-esm/samples-dev/objectReplicationPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/objectReplicationPoliciesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesListSample.js +0 -52
- package/dist-esm/samples-dev/objectReplicationPoliciesListSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -50
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -52
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js +0 -36
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByStorageAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByStorageAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByStorageAccountSample.js +0 -36
- package/dist-esm/samples-dev/privateLinkResourcesListByStorageAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/queueCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueCreateSample.js +0 -53
- package/dist-esm/samples-dev/queueCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/queueDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueDeleteSample.js +0 -37
- package/dist-esm/samples-dev/queueDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/queueGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueGetSample.js +0 -37
- package/dist-esm/samples-dev/queueGetSample.js.map +0 -1
- package/dist-esm/samples-dev/queueListSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueListSample.js +0 -52
- package/dist-esm/samples-dev/queueListSample.js.map +0 -1
- package/dist-esm/samples-dev/queueServicesGetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueServicesGetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueServicesGetServicePropertiesSample.js +0 -36
- package/dist-esm/samples-dev/queueServicesGetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/queueServicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueServicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueServicesListSample.js +0 -36
- package/dist-esm/samples-dev/queueServicesListSample.js.map +0 -1
- package/dist-esm/samples-dev/queueServicesSetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueServicesSetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueServicesSetServicePropertiesSample.js +0 -56
- package/dist-esm/samples-dev/queueServicesSetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/queueUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueUpdateSample.js +0 -31
- package/dist-esm/samples-dev/queueUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/skusListSample.d.ts +0 -2
- package/dist-esm/samples-dev/skusListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/skusListSample.js +0 -50
- package/dist-esm/samples-dev/skusListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsAbortHierarchicalNamespaceMigrationSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsAbortHierarchicalNamespaceMigrationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsAbortHierarchicalNamespaceMigrationSample.js +0 -36
- package/dist-esm/samples-dev/storageAccountsAbortHierarchicalNamespaceMigrationSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsCheckNameAvailabilitySample.js +0 -31
- package/dist-esm/samples-dev/storageAccountsCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsCreateSample.js +0 -521
- package/dist-esm/samples-dev/storageAccountsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsCustomerInitiatedMigrationSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsCustomerInitiatedMigrationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsCustomerInitiatedMigrationSample.js +0 -30
- package/dist-esm/samples-dev/storageAccountsCustomerInitiatedMigrationSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/storageAccountsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsFailoverSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsFailoverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsFailoverSample.js +0 -54
- package/dist-esm/samples-dev/storageAccountsFailoverSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsGetCustomerInitiatedMigrationSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsGetCustomerInitiatedMigrationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsGetCustomerInitiatedMigrationSample.js +0 -56
- package/dist-esm/samples-dev/storageAccountsGetCustomerInitiatedMigrationSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsGetPropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsGetPropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsGetPropertiesSample.js +0 -123
- package/dist-esm/samples-dev/storageAccountsGetPropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsHierarchicalNamespaceMigrationSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsHierarchicalNamespaceMigrationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsHierarchicalNamespaceMigrationSample.js +0 -37
- package/dist-esm/samples-dev/storageAccountsHierarchicalNamespaceMigrationSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListAccountSasSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsListAccountSasSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListAccountSasSample.js +0 -38
- package/dist-esm/samples-dev/storageAccountsListAccountSasSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListKeysSample.js +0 -36
- package/dist-esm/samples-dev/storageAccountsListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListSample.js +0 -50
- package/dist-esm/samples-dev/storageAccountsListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListServiceSasSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsListServiceSasSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListServiceSasSample.js +0 -35
- package/dist-esm/samples-dev/storageAccountsListServiceSasSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsRegenerateKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsRegenerateKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsRegenerateKeySample.js +0 -53
- package/dist-esm/samples-dev/storageAccountsRegenerateKeySample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsRestoreBlobRangesSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsRestoreBlobRangesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsRestoreBlobRangesSample.js +0 -36
- package/dist-esm/samples-dev/storageAccountsRestoreBlobRangesSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsRevokeUserDelegationKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsRevokeUserDelegationKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsRevokeUserDelegationKeysSample.js +0 -36
- package/dist-esm/samples-dev/storageAccountsRevokeUserDelegationKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsUpdateSample.js +0 -335
- package/dist-esm/samples-dev/storageAccountsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentInstancesReportListSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentInstancesReportListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentInstancesReportListSample.js +0 -53
- package/dist-esm/samples-dev/storageTaskAssignmentInstancesReportListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsCreateSample.js +0 -78
- package/dist-esm/samples-dev/storageTaskAssignmentsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/storageTaskAssignmentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsGetSample.js +0 -37
- package/dist-esm/samples-dev/storageTaskAssignmentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsInstancesReportListSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentsInstancesReportListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsInstancesReportListSample.js +0 -52
- package/dist-esm/samples-dev/storageTaskAssignmentsInstancesReportListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsListSample.js +0 -52
- package/dist-esm/samples-dev/storageTaskAssignmentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsUpdateSample.js +0 -44
- package/dist-esm/samples-dev/storageTaskAssignmentsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/tableCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableCreateSample.js +0 -70
- package/dist-esm/samples-dev/tableCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/tableDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableDeleteSample.js +0 -37
- package/dist-esm/samples-dev/tableDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/tableGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableGetSample.js +0 -37
- package/dist-esm/samples-dev/tableGetSample.js.map +0 -1
- package/dist-esm/samples-dev/tableListSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableListSample.js +0 -52
- package/dist-esm/samples-dev/tableListSample.js.map +0 -1
- package/dist-esm/samples-dev/tableServicesGetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableServicesGetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableServicesGetServicePropertiesSample.js +0 -36
- package/dist-esm/samples-dev/tableServicesGetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/tableServicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableServicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableServicesListSample.js +0 -36
- package/dist-esm/samples-dev/tableServicesListSample.js.map +0 -1
- package/dist-esm/samples-dev/tableServicesSetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableServicesSetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableServicesSetServicePropertiesSample.js +0 -56
- package/dist-esm/samples-dev/tableServicesSetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/tableUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableUpdateSample.js +0 -70
- package/dist-esm/samples-dev/tableUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesListByLocationSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListByLocationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListByLocationSample.js +0 -51
- package/dist-esm/samples-dev/usagesListByLocationSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -637
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/blobContainers.d.ts +0 -278
- package/dist-esm/src/operations/blobContainers.d.ts.map +0 -1
- package/dist-esm/src/operations/blobContainers.js +0 -735
- package/dist-esm/src/operations/blobContainers.js.map +0 -1
- package/dist-esm/src/operations/blobInventoryPolicies.d.ts +0 -73
- package/dist-esm/src/operations/blobInventoryPolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/blobInventoryPolicies.js +0 -227
- package/dist-esm/src/operations/blobInventoryPolicies.js.map +0 -1
- package/dist-esm/src/operations/blobServices.d.ts +0 -60
- package/dist-esm/src/operations/blobServices.d.ts.map +0 -1
- package/dist-esm/src/operations/blobServices.js +0 -176
- package/dist-esm/src/operations/blobServices.js.map +0 -1
- package/dist-esm/src/operations/deletedAccounts.d.ts +0 -39
- package/dist-esm/src/operations/deletedAccounts.d.ts.map +0 -1
- package/dist-esm/src/operations/deletedAccounts.js +0 -167
- package/dist-esm/src/operations/deletedAccounts.js.map +0 -1
- package/dist-esm/src/operations/encryptionScopes.d.ts +0 -94
- package/dist-esm/src/operations/encryptionScopes.d.ts.map +0 -1
- package/dist-esm/src/operations/encryptionScopes.js +0 -296
- package/dist-esm/src/operations/encryptionScopes.js.map +0 -1
- package/dist-esm/src/operations/fileServices.d.ts +0 -47
- package/dist-esm/src/operations/fileServices.d.ts.map +0 -1
- package/dist-esm/src/operations/fileServices.js +0 -130
- package/dist-esm/src/operations/fileServices.js.map +0 -1
- package/dist-esm/src/operations/fileShares.d.ts +0 -132
- package/dist-esm/src/operations/fileShares.d.ts.map +0 -1
- package/dist-esm/src/operations/fileShares.js +0 -406
- package/dist-esm/src/operations/fileShares.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -25
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -32
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/localUsersOperations.d.ts +0 -98
- package/dist-esm/src/operations/localUsersOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/localUsersOperations.js +0 -299
- package/dist-esm/src/operations/localUsersOperations.js.map +0 -1
- package/dist-esm/src/operations/managementPolicies.d.ts +0 -50
- package/dist-esm/src/operations/managementPolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/managementPolicies.js +0 -126
- package/dist-esm/src/operations/managementPolicies.js.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts +0 -73
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js +0 -256
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts +0 -80
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js +0 -234
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -26
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -93
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -73
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -234
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -23
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -53
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/queue.d.ts +0 -101
- package/dist-esm/src/operations/queue.d.ts.map +0 -1
- package/dist-esm/src/operations/queue.js +0 -315
- package/dist-esm/src/operations/queue.js.map +0 -1
- package/dist-esm/src/operations/queueServices.d.ts +0 -47
- package/dist-esm/src/operations/queueServices.d.ts.map +0 -1
- package/dist-esm/src/operations/queueServices.js +0 -130
- package/dist-esm/src/operations/queueServices.js.map +0 -1
- package/dist-esm/src/operations/skus.d.ts +0 -26
- package/dist-esm/src/operations/skus.d.ts.map +0 -1
- package/dist-esm/src/operations/skus.js +0 -93
- package/dist-esm/src/operations/skus.js.map +0 -1
- package/dist-esm/src/operations/storageAccounts.d.ts +0 -337
- package/dist-esm/src/operations/storageAccounts.d.ts.map +0 -1
- package/dist-esm/src/operations/storageAccounts.js +0 -1118
- package/dist-esm/src/operations/storageAccounts.js.map +0 -1
- package/dist-esm/src/operations/storageTaskAssignmentInstancesReport.d.ts +0 -53
- package/dist-esm/src/operations/storageTaskAssignmentInstancesReport.d.ts.map +0 -1
- package/dist-esm/src/operations/storageTaskAssignmentInstancesReport.js +0 -177
- package/dist-esm/src/operations/storageTaskAssignmentInstancesReport.js.map +0 -1
- package/dist-esm/src/operations/storageTaskAssignments.d.ts +0 -141
- package/dist-esm/src/operations/storageTaskAssignments.d.ts.map +0 -1
- package/dist-esm/src/operations/storageTaskAssignments.js +0 -518
- package/dist-esm/src/operations/storageTaskAssignments.js.map +0 -1
- package/dist-esm/src/operations/storageTaskAssignmentsInstancesReport.d.ts +0 -44
- package/dist-esm/src/operations/storageTaskAssignmentsInstancesReport.d.ts.map +0 -1
- package/dist-esm/src/operations/storageTaskAssignmentsInstancesReport.js +0 -160
- package/dist-esm/src/operations/storageTaskAssignmentsInstancesReport.js.map +0 -1
- package/dist-esm/src/operations/tableOperations.d.ts +0 -99
- package/dist-esm/src/operations/tableOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/tableOperations.js +0 -309
- package/dist-esm/src/operations/tableOperations.js.map +0 -1
- package/dist-esm/src/operations/tableServices.d.ts +0 -47
- package/dist-esm/src/operations/tableServices.d.ts.map +0 -1
- package/dist-esm/src/operations/tableServices.js +0 -130
- package/dist-esm/src/operations/tableServices.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts +0 -28
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js +0 -99
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/blobContainers.d.ts +0 -246
- package/dist-esm/src/operationsInterfaces/blobContainers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/blobContainers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts +0 -53
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/blobServices.d.ts +0 -40
- package/dist-esm/src/operationsInterfaces/blobServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/blobServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts +0 -18
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/deletedAccounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/encryptionScopes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fileServices.d.ts +0 -39
- package/dist-esm/src/operationsInterfaces/fileServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fileServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fileShares.d.ts +0 -101
- package/dist-esm/src/operationsInterfaces/fileShares.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fileShares.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -25
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -32
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/localUsersOperations.d.ts +0 -78
- package/dist-esm/src/operationsInterfaces/localUsersOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/localUsersOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts +0 -42
- package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managementPolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -53
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -53
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/queue.d.ts +0 -70
- package/dist-esm/src/operationsInterfaces/queue.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/queue.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/queueServices.d.ts +0 -39
- package/dist-esm/src/operationsInterfaces/queueServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/queueServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/skus.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/skus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/skus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts +0 -297
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts +0 -18
- package/dist-esm/src/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTaskAssignmentInstancesReport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTaskAssignments.d.ts +0 -112
- package/dist-esm/src/operationsInterfaces/storageTaskAssignments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTaskAssignments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTaskAssignmentsInstancesReport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/tableOperations.d.ts +0 -68
- package/dist-esm/src/operationsInterfaces/tableOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/tableOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/tableServices.d.ts +0 -39
- package/dist-esm/src/operationsInterfaces/tableServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/tableServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/storageManagementClient.d.ts +0 -43
- package/dist-esm/src/storageManagementClient.d.ts.map +0 -1
- package/dist-esm/src/storageManagementClient.js +0 -127
- package/dist-esm/src/storageManagementClient.js.map +0 -1
- package/dist-esm/test/storage_examples.d.ts +0 -4
- package/dist-esm/test/storage_examples.d.ts.map +0 -1
- package/dist-esm/test/storage_examples.js +0 -203
- package/dist-esm/test/storage_examples.js.map +0 -1
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -5358
- package/src/models/mappers.ts +0 -7298
- package/src/models/parameters.ts +0 -747
- package/src/operations/blobContainers.ts +0 -954
- package/src/operations/blobInventoryPolicies.ts +0 -288
- package/src/operations/blobServices.ts +0 -224
- package/src/operations/deletedAccounts.ts +0 -193
- package/src/operations/encryptionScopes.ts +0 -374
- package/src/operations/fileServices.ts +0 -170
- package/src/operations/fileShares.ts +0 -518
- package/src/operations/index.ts +0 -32
- package/src/operations/localUsersOperations.ts +0 -381
- package/src/operations/managementPolicies.ts +0 -169
- package/src/operations/networkSecurityPerimeterConfigurations.ts +0 -343
- package/src/operations/objectReplicationPoliciesOperations.ts +0 -296
- package/src/operations/operations.ts +0 -100
- package/src/operations/privateEndpointConnections.ts +0 -296
- package/src/operations/privateLinkResources.ts +0 -71
- package/src/operations/queue.ts +0 -404
- package/src/operations/queueServices.ts +0 -170
- package/src/operations/skus.ts +0 -98
- package/src/operations/storageAccounts.ts +0 -1468
- package/src/operations/storageTaskAssignmentInstancesReport.ts +0 -240
- package/src/operations/storageTaskAssignments.ts +0 -700
- package/src/operations/storageTaskAssignmentsInstancesReport.ts +0 -205
- package/src/operations/tableOperations.ts +0 -395
- package/src/operations/tableServices.ts +0 -170
- package/src/operations/usages.ts +0 -113
- package/src/operationsInterfaces/blobContainers.ts +0 -365
- package/src/operationsInterfaces/blobInventoryPolicies.ts +0 -91
- package/src/operationsInterfaces/blobServices.ts +0 -69
- package/src/operationsInterfaces/deletedAccounts.ts +0 -38
- package/src/operationsInterfaces/encryptionScopes.ts +0 -102
- package/src/operationsInterfaces/fileServices.ts +0 -68
- package/src/operationsInterfaces/fileShares.ts +0 -162
- package/src/operationsInterfaces/index.ts +0 -32
- package/src/operationsInterfaces/localUsersOperations.ts +0 -129
- package/src/operationsInterfaces/managementPolicies.ts +0 -74
- package/src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts +0 -93
- package/src/operationsInterfaces/objectReplicationPoliciesOperations.ts +0 -97
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -90
- package/src/operationsInterfaces/privateLinkResources.ts +0 -30
- package/src/operationsInterfaces/queue.ts +0 -116
- package/src/operationsInterfaces/queueServices.ts +0 -68
- package/src/operationsInterfaces/skus.ts +0 -22
- package/src/operationsInterfaces/storageAccounts.ts +0 -460
- package/src/operationsInterfaces/storageTaskAssignmentInstancesReport.ts +0 -35
- package/src/operationsInterfaces/storageTaskAssignments.ts +0 -191
- package/src/operationsInterfaces/storageTaskAssignmentsInstancesReport.ts +0 -31
- package/src/operationsInterfaces/tableOperations.ts +0 -111
- package/src/operationsInterfaces/tableServices.ts +0 -68
- package/src/operationsInterfaces/usages.ts +0 -24
- package/src/pagingHelper.ts +0 -39
- package/src/storageManagementClient.ts +0 -241
- package/tsconfig.json +0 -33
- package/types/arm-storage.d.ts +0 -6885
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/blobContainers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/blobInventoryPolicies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/blobServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/deletedAccounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/encryptionScopes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fileServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fileShares.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/localUsersOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managementPolicies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/objectReplicationPoliciesOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/queue.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/queueServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageAccounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageTaskAssignmentInstancesReport.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageTaskAssignments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageTaskAssignmentsInstancesReport.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/tableOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/tableServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { TableServices } from "../operationsInterfaces/index.js";
|
|
2
|
+
import { StorageManagementClient } from "../storageManagementClient.js";
|
|
3
|
+
import { TableServicesListOptionalParams, TableServicesListResponse, TableServiceProperties, TableServicesSetServicePropertiesOptionalParams, TableServicesSetServicePropertiesResponse, TableServicesGetServicePropertiesOptionalParams, TableServicesGetServicePropertiesResponse } from "../models/index.js";
|
|
4
|
+
/** Class containing TableServices operations. */
|
|
5
|
+
export declare class TableServicesImpl implements TableServices {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Initialize a new instance of the class TableServices class.
|
|
9
|
+
* @param client Reference to the service client
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: StorageManagementClient);
|
|
12
|
+
/**
|
|
13
|
+
* List all table services for the storage account.
|
|
14
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
15
|
+
* case insensitive.
|
|
16
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
17
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
18
|
+
* only.
|
|
19
|
+
* @param options The options parameters.
|
|
20
|
+
*/
|
|
21
|
+
list(resourceGroupName: string, accountName: string, options?: TableServicesListOptionalParams): Promise<TableServicesListResponse>;
|
|
22
|
+
/**
|
|
23
|
+
* Sets the properties of a storage account’s Table service, including properties for Storage Analytics
|
|
24
|
+
* and CORS (Cross-Origin Resource Sharing) rules.
|
|
25
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
26
|
+
* case insensitive.
|
|
27
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
28
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
29
|
+
* only.
|
|
30
|
+
* @param parameters The properties of a storage account’s Table service, only properties for Storage
|
|
31
|
+
* Analytics and CORS (Cross-Origin Resource Sharing) rules can be specified.
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
setServiceProperties(resourceGroupName: string, accountName: string, parameters: TableServiceProperties, options?: TableServicesSetServicePropertiesOptionalParams): Promise<TableServicesSetServicePropertiesResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* Gets the properties of a storage account’s Table service, including properties for Storage Analytics
|
|
37
|
+
* and CORS (Cross-Origin Resource Sharing) rules.
|
|
38
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
39
|
+
* case insensitive.
|
|
40
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
41
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
42
|
+
* only.
|
|
43
|
+
* @param options The options parameters.
|
|
44
|
+
*/
|
|
45
|
+
getServiceProperties(resourceGroupName: string, accountName: string, options?: TableServicesGetServicePropertiesOptionalParams): Promise<TableServicesGetServicePropertiesResponse>;
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=tableServices.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tableServices.d.ts","sourceRoot":"","sources":["../../../src/operations/tableServices.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AAIjE,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AACxE,OAAO,EACL,+BAA+B,EAC/B,yBAAyB,EACzB,sBAAsB,EACtB,+CAA+C,EAC/C,yCAAyC,EACzC,+CAA+C,EAC/C,yCAAyC,EAC1C,MAAM,oBAAoB,CAAC;AAE5B,iDAAiD;AACjD,qBAAa,iBAAkB,YAAW,aAAa;IACrD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0B;IAEjD;;;OAGG;gBACS,MAAM,EAAE,uBAAuB;IAI3C;;;;;;;;OAQG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAOrC;;;;;;;;;;;OAWG;IACH,oBAAoB,CAClB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CAAC,yCAAyC,CAAC;IAOrD;;;;;;;;;OASG;IACH,oBAAoB,CAClB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CAAC,yCAAyC,CAAC;CAMtD"}
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.TableServicesImpl = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
13
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
14
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
15
|
+
/** Class containing TableServices operations. */
|
|
16
|
+
class TableServicesImpl {
|
|
17
|
+
/**
|
|
18
|
+
* Initialize a new instance of the class TableServices class.
|
|
19
|
+
* @param client Reference to the service client
|
|
20
|
+
*/
|
|
21
|
+
constructor(client) {
|
|
22
|
+
this.client = client;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* List all table services for the storage account.
|
|
26
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
27
|
+
* case insensitive.
|
|
28
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
29
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
30
|
+
* only.
|
|
31
|
+
* @param options The options parameters.
|
|
32
|
+
*/
|
|
33
|
+
list(resourceGroupName, accountName, options) {
|
|
34
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, options }, listOperationSpec);
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Sets the properties of a storage account’s Table service, including properties for Storage Analytics
|
|
38
|
+
* and CORS (Cross-Origin Resource Sharing) rules.
|
|
39
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
40
|
+
* case insensitive.
|
|
41
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
42
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
43
|
+
* only.
|
|
44
|
+
* @param parameters The properties of a storage account’s Table service, only properties for Storage
|
|
45
|
+
* Analytics and CORS (Cross-Origin Resource Sharing) rules can be specified.
|
|
46
|
+
* @param options The options parameters.
|
|
47
|
+
*/
|
|
48
|
+
setServiceProperties(resourceGroupName, accountName, parameters, options) {
|
|
49
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, parameters, options }, setServicePropertiesOperationSpec);
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Gets the properties of a storage account’s Table service, including properties for Storage Analytics
|
|
53
|
+
* and CORS (Cross-Origin Resource Sharing) rules.
|
|
54
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
55
|
+
* case insensitive.
|
|
56
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
57
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
58
|
+
* only.
|
|
59
|
+
* @param options The options parameters.
|
|
60
|
+
*/
|
|
61
|
+
getServiceProperties(resourceGroupName, accountName, options) {
|
|
62
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, options }, getServicePropertiesOperationSpec);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
exports.TableServicesImpl = TableServicesImpl;
|
|
66
|
+
// Operation Specifications
|
|
67
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
68
|
+
const listOperationSpec = {
|
|
69
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices",
|
|
70
|
+
httpMethod: "GET",
|
|
71
|
+
responses: {
|
|
72
|
+
200: {
|
|
73
|
+
bodyMapper: Mappers.ListTableServices,
|
|
74
|
+
},
|
|
75
|
+
default: {
|
|
76
|
+
bodyMapper: Mappers.CloudError,
|
|
77
|
+
},
|
|
78
|
+
},
|
|
79
|
+
queryParameters: [Parameters.apiVersion],
|
|
80
|
+
urlParameters: [
|
|
81
|
+
Parameters.$host,
|
|
82
|
+
Parameters.resourceGroupName,
|
|
83
|
+
Parameters.accountName,
|
|
84
|
+
Parameters.subscriptionId,
|
|
85
|
+
],
|
|
86
|
+
headerParameters: [Parameters.accept],
|
|
87
|
+
serializer,
|
|
88
|
+
};
|
|
89
|
+
const setServicePropertiesOperationSpec = {
|
|
90
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/{tableServiceName}",
|
|
91
|
+
httpMethod: "PUT",
|
|
92
|
+
responses: {
|
|
93
|
+
200: {
|
|
94
|
+
bodyMapper: Mappers.TableServiceProperties,
|
|
95
|
+
},
|
|
96
|
+
default: {
|
|
97
|
+
bodyMapper: Mappers.CloudError,
|
|
98
|
+
},
|
|
99
|
+
},
|
|
100
|
+
requestBody: Parameters.parameters12,
|
|
101
|
+
queryParameters: [Parameters.apiVersion],
|
|
102
|
+
urlParameters: [
|
|
103
|
+
Parameters.$host,
|
|
104
|
+
Parameters.resourceGroupName,
|
|
105
|
+
Parameters.accountName,
|
|
106
|
+
Parameters.subscriptionId,
|
|
107
|
+
Parameters.tableServiceName,
|
|
108
|
+
],
|
|
109
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
110
|
+
mediaType: "json",
|
|
111
|
+
serializer,
|
|
112
|
+
};
|
|
113
|
+
const getServicePropertiesOperationSpec = {
|
|
114
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/{tableServiceName}",
|
|
115
|
+
httpMethod: "GET",
|
|
116
|
+
responses: {
|
|
117
|
+
200: {
|
|
118
|
+
bodyMapper: Mappers.TableServiceProperties,
|
|
119
|
+
},
|
|
120
|
+
default: {
|
|
121
|
+
bodyMapper: Mappers.CloudError,
|
|
122
|
+
},
|
|
123
|
+
},
|
|
124
|
+
queryParameters: [Parameters.apiVersion],
|
|
125
|
+
urlParameters: [
|
|
126
|
+
Parameters.$host,
|
|
127
|
+
Parameters.resourceGroupName,
|
|
128
|
+
Parameters.accountName,
|
|
129
|
+
Parameters.subscriptionId,
|
|
130
|
+
Parameters.tableServiceName,
|
|
131
|
+
],
|
|
132
|
+
headerParameters: [Parameters.accept],
|
|
133
|
+
serializer,
|
|
134
|
+
};
|
|
135
|
+
//# sourceMappingURL=tableServices.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tableServices.js","sourceRoot":"","sources":["../../../src/operations/tableServices.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAGH,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAYtD,iDAAiD;AACjD,MAAa,iBAAiB;IAG5B;;;OAGG;IACH,YAAY,MAA+B;QACzC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;;;OAQG;IACH,IAAI,CACF,iBAAyB,EACzB,WAAmB,EACnB,OAAyC;QAEzC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,EAAE,EAC3C,iBAAiB,CAClB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;OAWG;IACH,oBAAoB,CAClB,iBAAyB,EACzB,WAAmB,EACnB,UAAkC,EAClC,OAAyD;QAEzD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EACvD,iCAAiC,CAClC,CAAC;IACJ,CAAC;IAED;;;;;;;;;OASG;IACH,oBAAoB,CAClB,iBAAyB,EACzB,WAAmB,EACnB,OAAyD;QAEzD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,EAAE,EAC3C,iCAAiC,CAClC,CAAC;IACJ,CAAC;CACF;AA3ED,8CA2EC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,4IAA4I;IAClJ,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,cAAc;KAC1B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,iCAAiC,GAA6B;IAClE,IAAI,EAAE,+JAA+J;IACrK,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,sBAAsB;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,WAAW,EAAE,UAAU,CAAC,YAAY;IACpC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,gBAAgB;KAC5B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,iCAAiC,GAA6B;IAClE,IAAI,EAAE,+JAA+J;IACrK,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,sBAAsB;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,gBAAgB;KAC5B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { TableServices } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { StorageManagementClient } from \"../storageManagementClient.js\";\nimport {\n TableServicesListOptionalParams,\n TableServicesListResponse,\n TableServiceProperties,\n TableServicesSetServicePropertiesOptionalParams,\n TableServicesSetServicePropertiesResponse,\n TableServicesGetServicePropertiesOptionalParams,\n TableServicesGetServicePropertiesResponse,\n} from \"../models/index.js\";\n\n/** Class containing TableServices operations. */\nexport class TableServicesImpl implements TableServices {\n private readonly client: StorageManagementClient;\n\n /**\n * Initialize a new instance of the class TableServices class.\n * @param client Reference to the service client\n */\n constructor(client: StorageManagementClient) {\n this.client = client;\n }\n\n /**\n * List all table services for the storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case letters\n * only.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n accountName: string,\n options?: TableServicesListOptionalParams,\n ): Promise<TableServicesListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, options },\n listOperationSpec,\n );\n }\n\n /**\n * Sets the properties of a storage account’s Table service, including properties for Storage Analytics\n * and CORS (Cross-Origin Resource Sharing) rules.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case letters\n * only.\n * @param parameters The properties of a storage account’s Table service, only properties for Storage\n * Analytics and CORS (Cross-Origin Resource Sharing) rules can be specified.\n * @param options The options parameters.\n */\n setServiceProperties(\n resourceGroupName: string,\n accountName: string,\n parameters: TableServiceProperties,\n options?: TableServicesSetServicePropertiesOptionalParams,\n ): Promise<TableServicesSetServicePropertiesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, parameters, options },\n setServicePropertiesOperationSpec,\n );\n }\n\n /**\n * Gets the properties of a storage account’s Table service, including properties for Storage Analytics\n * and CORS (Cross-Origin Resource Sharing) rules.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case letters\n * only.\n * @param options The options parameters.\n */\n getServiceProperties(\n resourceGroupName: string,\n accountName: string,\n options?: TableServicesGetServicePropertiesOptionalParams,\n ): Promise<TableServicesGetServicePropertiesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, options },\n getServicePropertiesOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ListTableServices,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst setServicePropertiesOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/{tableServiceName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.TableServiceProperties,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.parameters12,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.tableServiceName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getServicePropertiesOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/{tableServiceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TableServiceProperties,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.tableServiceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Usages } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { StorageManagementClient } from "../storageManagementClient.js";
|
|
4
|
+
import { Usage, UsagesListByLocationOptionalParams } from "../models/index.js";
|
|
5
|
+
/** Class containing Usages operations. */
|
|
6
|
+
export declare class UsagesImpl implements Usages {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class Usages class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: StorageManagementClient);
|
|
13
|
+
/**
|
|
14
|
+
* Gets the current usage count and the limit for the resources of the location under the subscription.
|
|
15
|
+
* @param location The location of the Azure Storage resource.
|
|
16
|
+
* @param options The options parameters.
|
|
17
|
+
*/
|
|
18
|
+
listByLocation(location: string, options?: UsagesListByLocationOptionalParams): PagedAsyncIterableIterator<Usage>;
|
|
19
|
+
private listByLocationPagingPage;
|
|
20
|
+
private listByLocationPagingAll;
|
|
21
|
+
/**
|
|
22
|
+
* Gets the current usage count and the limit for the resources of the location under the subscription.
|
|
23
|
+
* @param location The location of the Azure Storage resource.
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
private _listByLocation;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=usages.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usages.d.ts","sourceRoot":"","sources":["../../../src/operations/usages.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAC;AAI1D,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AACxE,OAAO,EACL,KAAK,EACL,kCAAkC,EAEnC,MAAM,oBAAoB,CAAC;AAG5B,0CAA0C;AAC1C,qBAAa,UAAW,YAAW,MAAM;IACvC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0B;IAEjD;;;OAGG;gBACS,MAAM,EAAE,uBAAuB;IAI3C;;;;OAIG;IACI,cAAc,CACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,KAAK,CAAC;YAkBrB,wBAAwB;YAUxB,uBAAuB;IAStC;;;;OAIG;IACH,OAAO,CAAC,eAAe;CASxB"}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.UsagesImpl = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
13
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
14
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
15
|
+
/// <reference lib="esnext.asynciterable" />
|
|
16
|
+
/** Class containing Usages operations. */
|
|
17
|
+
class UsagesImpl {
|
|
18
|
+
/**
|
|
19
|
+
* Initialize a new instance of the class Usages class.
|
|
20
|
+
* @param client Reference to the service client
|
|
21
|
+
*/
|
|
22
|
+
constructor(client) {
|
|
23
|
+
this.client = client;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Gets the current usage count and the limit for the resources of the location under the subscription.
|
|
27
|
+
* @param location The location of the Azure Storage resource.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
listByLocation(location, options) {
|
|
31
|
+
const iter = this.listByLocationPagingAll(location, options);
|
|
32
|
+
return {
|
|
33
|
+
next() {
|
|
34
|
+
return iter.next();
|
|
35
|
+
},
|
|
36
|
+
[Symbol.asyncIterator]() {
|
|
37
|
+
return this;
|
|
38
|
+
},
|
|
39
|
+
byPage: (settings) => {
|
|
40
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
41
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
42
|
+
}
|
|
43
|
+
return this.listByLocationPagingPage(location, options, settings);
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
listByLocationPagingPage(location, options, _settings) {
|
|
48
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listByLocationPagingPage_1() {
|
|
49
|
+
let result;
|
|
50
|
+
result = yield tslib_1.__await(this._listByLocation(location, options));
|
|
51
|
+
yield yield tslib_1.__await(result.value || []);
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
listByLocationPagingAll(location, options) {
|
|
55
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listByLocationPagingAll_1() {
|
|
56
|
+
var _a, e_1, _b, _c;
|
|
57
|
+
try {
|
|
58
|
+
for (var _d = true, _e = tslib_1.__asyncValues(this.listByLocationPagingPage(location, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
59
|
+
_c = _f.value;
|
|
60
|
+
_d = false;
|
|
61
|
+
const page = _c;
|
|
62
|
+
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
66
|
+
finally {
|
|
67
|
+
try {
|
|
68
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
69
|
+
}
|
|
70
|
+
finally { if (e_1) throw e_1.error; }
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Gets the current usage count and the limit for the resources of the location under the subscription.
|
|
76
|
+
* @param location The location of the Azure Storage resource.
|
|
77
|
+
* @param options The options parameters.
|
|
78
|
+
*/
|
|
79
|
+
_listByLocation(location, options) {
|
|
80
|
+
return this.client.sendOperationRequest({ location, options }, listByLocationOperationSpec);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
exports.UsagesImpl = UsagesImpl;
|
|
84
|
+
// Operation Specifications
|
|
85
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
86
|
+
const listByLocationOperationSpec = {
|
|
87
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/usages",
|
|
88
|
+
httpMethod: "GET",
|
|
89
|
+
responses: {
|
|
90
|
+
200: {
|
|
91
|
+
bodyMapper: Mappers.UsageListResult,
|
|
92
|
+
},
|
|
93
|
+
},
|
|
94
|
+
queryParameters: [Parameters.apiVersion],
|
|
95
|
+
urlParameters: [
|
|
96
|
+
Parameters.$host,
|
|
97
|
+
Parameters.subscriptionId,
|
|
98
|
+
Parameters.location,
|
|
99
|
+
],
|
|
100
|
+
headerParameters: [Parameters.accept],
|
|
101
|
+
serializer,
|
|
102
|
+
};
|
|
103
|
+
//# sourceMappingURL=usages.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usages.js","sourceRoot":"","sources":["../../../src/operations/usages.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAIH,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAQtD,4CAA4C;AAC5C,0CAA0C;AAC1C,MAAa,UAAU;IAGrB;;;OAGG;IACH,YAAY,MAA+B;QACzC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;OAIG;IACI,cAAc,CACnB,QAAgB,EAChB,OAA4C;QAE5C,MAAM,IAAI,GAAG,IAAI,CAAC,uBAAuB,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC;QAC7D,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,wBAAwB,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;YACpE,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,wBAAwB,CACrC,QAAgB,EAChB,OAA4C,EAC5C,SAAwB;;YAExB,IAAI,MAAoC,CAAC;YACzC,MAAM,GAAG,sBAAM,IAAI,CAAC,eAAe,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAA,CAAC;YACvD,4BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;QAC3B,CAAC;KAAA;IAEc,uBAAuB,CACpC,QAAgB,EAChB,OAA4C;;;;gBAE5C,KAAyB,eAAA,KAAA,sBAAA,IAAI,CAAC,wBAAwB,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAA,IAAA,uEAAE,CAAC;oBAAnD,cAAgD;oBAAhD,WAAgD;oBAA9D,MAAM,IAAI,KAAA,CAAA;oBACnB,sBAAA,KAAK,CAAC,CAAC,yBAAA,sBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;gBACd,CAAC;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;OAIG;IACK,eAAe,CACrB,QAAgB,EAChB,OAA4C;QAE5C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB,2BAA2B,CAC5B,CAAC;IACJ,CAAC;CACF;AAtED,gCAsEC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,2BAA2B,GAA6B;IAC5D,IAAI,EAAE,yFAAyF;IAC/F,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,eAAe;SACpC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,QAAQ;KACpB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { Usages } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { StorageManagementClient } from \"../storageManagementClient.js\";\nimport {\n Usage,\n UsagesListByLocationOptionalParams,\n UsagesListByLocationResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Usages operations. */\nexport class UsagesImpl implements Usages {\n private readonly client: StorageManagementClient;\n\n /**\n * Initialize a new instance of the class Usages class.\n * @param client Reference to the service client\n */\n constructor(client: StorageManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets the current usage count and the limit for the resources of the location under the subscription.\n * @param location The location of the Azure Storage resource.\n * @param options The options parameters.\n */\n public listByLocation(\n location: string,\n options?: UsagesListByLocationOptionalParams,\n ): PagedAsyncIterableIterator<Usage> {\n const iter = this.listByLocationPagingAll(location, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByLocationPagingPage(location, options, settings);\n },\n };\n }\n\n private async *listByLocationPagingPage(\n location: string,\n options?: UsagesListByLocationOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<Usage[]> {\n let result: UsagesListByLocationResponse;\n result = await this._listByLocation(location, options);\n yield result.value || [];\n }\n\n private async *listByLocationPagingAll(\n location: string,\n options?: UsagesListByLocationOptionalParams,\n ): AsyncIterableIterator<Usage> {\n for await (const page of this.listByLocationPagingPage(location, options)) {\n yield* page;\n }\n }\n\n /**\n * Gets the current usage count and the limit for the resources of the location under the subscription.\n * @param location The location of the Azure Storage resource.\n * @param options The options parameters.\n */\n private _listByLocation(\n location: string,\n options?: UsagesListByLocationOptionalParams,\n ): Promise<UsagesListByLocationResponse> {\n return this.client.sendOperationRequest(\n { location, options },\n listByLocationOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByLocationOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/usages\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.UsageListResult,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { ListContainerItem, BlobContainersListOptionalParams, BlobContainer, BlobContainersCreateOptionalParams, BlobContainersCreateResponse, BlobContainersUpdateOptionalParams, BlobContainersUpdateResponse, BlobContainersGetOptionalParams, BlobContainersGetResponse, BlobContainersDeleteOptionalParams, LegalHold, BlobContainersSetLegalHoldOptionalParams, BlobContainersSetLegalHoldResponse, BlobContainersClearLegalHoldOptionalParams, BlobContainersClearLegalHoldResponse, BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams, BlobContainersCreateOrUpdateImmutabilityPolicyResponse, BlobContainersGetImmutabilityPolicyOptionalParams, BlobContainersGetImmutabilityPolicyResponse, BlobContainersDeleteImmutabilityPolicyOptionalParams, BlobContainersDeleteImmutabilityPolicyResponse, BlobContainersLockImmutabilityPolicyOptionalParams, BlobContainersLockImmutabilityPolicyResponse, BlobContainersExtendImmutabilityPolicyOptionalParams, BlobContainersExtendImmutabilityPolicyResponse, BlobContainersLeaseOptionalParams, BlobContainersLeaseResponse, BlobContainersObjectLevelWormOptionalParams } from "../models/index.js";
|
|
4
|
+
/** Interface representing a BlobContainers. */
|
|
5
|
+
export interface BlobContainers {
|
|
6
|
+
/**
|
|
7
|
+
* Lists all containers and does not support a prefix like data plane. Also SRP today does not return
|
|
8
|
+
* continuation token.
|
|
9
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
10
|
+
* case insensitive.
|
|
11
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
12
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
13
|
+
* only.
|
|
14
|
+
* @param options The options parameters.
|
|
15
|
+
*/
|
|
16
|
+
list(resourceGroupName: string, accountName: string, options?: BlobContainersListOptionalParams): PagedAsyncIterableIterator<ListContainerItem>;
|
|
17
|
+
/**
|
|
18
|
+
* Creates a new container under the specified account as described by request body. The container
|
|
19
|
+
* resource includes metadata and properties for that container. It does not include a list of the
|
|
20
|
+
* blobs contained by the container.
|
|
21
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
22
|
+
* case insensitive.
|
|
23
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
24
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
25
|
+
* only.
|
|
26
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
27
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
28
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
29
|
+
* number.
|
|
30
|
+
* @param blobContainer Properties of the blob container to create.
|
|
31
|
+
* @param options The options parameters.
|
|
32
|
+
*/
|
|
33
|
+
create(resourceGroupName: string, accountName: string, containerName: string, blobContainer: BlobContainer, options?: BlobContainersCreateOptionalParams): Promise<BlobContainersCreateResponse>;
|
|
34
|
+
/**
|
|
35
|
+
* Updates container properties as specified in request body. Properties not mentioned in the request
|
|
36
|
+
* will be unchanged. Update fails if the specified container doesn't already exist.
|
|
37
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
38
|
+
* case insensitive.
|
|
39
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
40
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
41
|
+
* only.
|
|
42
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
43
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
44
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
45
|
+
* number.
|
|
46
|
+
* @param blobContainer Properties to update for the blob container.
|
|
47
|
+
* @param options The options parameters.
|
|
48
|
+
*/
|
|
49
|
+
update(resourceGroupName: string, accountName: string, containerName: string, blobContainer: BlobContainer, options?: BlobContainersUpdateOptionalParams): Promise<BlobContainersUpdateResponse>;
|
|
50
|
+
/**
|
|
51
|
+
* Gets properties of a specified container.
|
|
52
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
53
|
+
* case insensitive.
|
|
54
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
55
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
56
|
+
* only.
|
|
57
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
58
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
59
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
60
|
+
* number.
|
|
61
|
+
* @param options The options parameters.
|
|
62
|
+
*/
|
|
63
|
+
get(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersGetOptionalParams): Promise<BlobContainersGetResponse>;
|
|
64
|
+
/**
|
|
65
|
+
* Deletes specified container under its account.
|
|
66
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
67
|
+
* case insensitive.
|
|
68
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
69
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
70
|
+
* only.
|
|
71
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
72
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
73
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
74
|
+
* number.
|
|
75
|
+
* @param options The options parameters.
|
|
76
|
+
*/
|
|
77
|
+
delete(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersDeleteOptionalParams): Promise<void>;
|
|
78
|
+
/**
|
|
79
|
+
* Sets legal hold tags. Setting the same tag results in an idempotent operation. SetLegalHold follows
|
|
80
|
+
* an append pattern and does not clear out the existing tags that are not specified in the request.
|
|
81
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
82
|
+
* case insensitive.
|
|
83
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
84
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
85
|
+
* only.
|
|
86
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
87
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
88
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
89
|
+
* number.
|
|
90
|
+
* @param legalHold The LegalHold property that will be set to a blob container.
|
|
91
|
+
* @param options The options parameters.
|
|
92
|
+
*/
|
|
93
|
+
setLegalHold(resourceGroupName: string, accountName: string, containerName: string, legalHold: LegalHold, options?: BlobContainersSetLegalHoldOptionalParams): Promise<BlobContainersSetLegalHoldResponse>;
|
|
94
|
+
/**
|
|
95
|
+
* Clears legal hold tags. Clearing the same or non-existent tag results in an idempotent operation.
|
|
96
|
+
* ClearLegalHold clears out only the specified tags in the request.
|
|
97
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
98
|
+
* case insensitive.
|
|
99
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
100
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
101
|
+
* only.
|
|
102
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
103
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
104
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
105
|
+
* number.
|
|
106
|
+
* @param legalHold The LegalHold property that will be clear from a blob container.
|
|
107
|
+
* @param options The options parameters.
|
|
108
|
+
*/
|
|
109
|
+
clearLegalHold(resourceGroupName: string, accountName: string, containerName: string, legalHold: LegalHold, options?: BlobContainersClearLegalHoldOptionalParams): Promise<BlobContainersClearLegalHoldResponse>;
|
|
110
|
+
/**
|
|
111
|
+
* Creates or updates an unlocked immutability policy. ETag in If-Match is honored if given but not
|
|
112
|
+
* required for this operation.
|
|
113
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
114
|
+
* case insensitive.
|
|
115
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
116
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
117
|
+
* only.
|
|
118
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
119
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
120
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
121
|
+
* number.
|
|
122
|
+
* @param options The options parameters.
|
|
123
|
+
*/
|
|
124
|
+
createOrUpdateImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams): Promise<BlobContainersCreateOrUpdateImmutabilityPolicyResponse>;
|
|
125
|
+
/**
|
|
126
|
+
* Gets the existing immutability policy along with the corresponding ETag in response headers and
|
|
127
|
+
* body.
|
|
128
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
129
|
+
* case insensitive.
|
|
130
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
131
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
132
|
+
* only.
|
|
133
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
134
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
135
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
136
|
+
* number.
|
|
137
|
+
* @param options The options parameters.
|
|
138
|
+
*/
|
|
139
|
+
getImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersGetImmutabilityPolicyOptionalParams): Promise<BlobContainersGetImmutabilityPolicyResponse>;
|
|
140
|
+
/**
|
|
141
|
+
* Aborts an unlocked immutability policy. The response of delete has
|
|
142
|
+
* immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is required for this operation.
|
|
143
|
+
* Deleting a locked immutability policy is not allowed, the only way is to delete the container after
|
|
144
|
+
* deleting all expired blobs inside the policy locked container.
|
|
145
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
146
|
+
* case insensitive.
|
|
147
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
148
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
149
|
+
* only.
|
|
150
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
151
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
152
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
153
|
+
* number.
|
|
154
|
+
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of "*"
|
|
155
|
+
* can be used to apply the operation only if the immutability policy already exists. If omitted, this
|
|
156
|
+
* operation will always be applied.
|
|
157
|
+
* @param options The options parameters.
|
|
158
|
+
*/
|
|
159
|
+
deleteImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: BlobContainersDeleteImmutabilityPolicyOptionalParams): Promise<BlobContainersDeleteImmutabilityPolicyResponse>;
|
|
160
|
+
/**
|
|
161
|
+
* Sets the ImmutabilityPolicy to Locked state. The only action allowed on a Locked policy is
|
|
162
|
+
* ExtendImmutabilityPolicy action. ETag in If-Match is required for this operation.
|
|
163
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
164
|
+
* case insensitive.
|
|
165
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
166
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
167
|
+
* only.
|
|
168
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
169
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
170
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
171
|
+
* number.
|
|
172
|
+
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of "*"
|
|
173
|
+
* can be used to apply the operation only if the immutability policy already exists. If omitted, this
|
|
174
|
+
* operation will always be applied.
|
|
175
|
+
* @param options The options parameters.
|
|
176
|
+
*/
|
|
177
|
+
lockImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: BlobContainersLockImmutabilityPolicyOptionalParams): Promise<BlobContainersLockImmutabilityPolicyResponse>;
|
|
178
|
+
/**
|
|
179
|
+
* Extends the immutabilityPeriodSinceCreationInDays of a locked immutabilityPolicy. The only action
|
|
180
|
+
* allowed on a Locked policy will be this action. ETag in If-Match is required for this operation.
|
|
181
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
182
|
+
* case insensitive.
|
|
183
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
184
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
185
|
+
* only.
|
|
186
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
187
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
188
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
189
|
+
* number.
|
|
190
|
+
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of "*"
|
|
191
|
+
* can be used to apply the operation only if the immutability policy already exists. If omitted, this
|
|
192
|
+
* operation will always be applied.
|
|
193
|
+
* @param options The options parameters.
|
|
194
|
+
*/
|
|
195
|
+
extendImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: BlobContainersExtendImmutabilityPolicyOptionalParams): Promise<BlobContainersExtendImmutabilityPolicyResponse>;
|
|
196
|
+
/**
|
|
197
|
+
* The Lease Container operation establishes and manages a lock on a container for delete operations.
|
|
198
|
+
* The lock duration can be 15 to 60 seconds, or can be infinite.
|
|
199
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
200
|
+
* case insensitive.
|
|
201
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
202
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
203
|
+
* only.
|
|
204
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
205
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
206
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
207
|
+
* number.
|
|
208
|
+
* @param options The options parameters.
|
|
209
|
+
*/
|
|
210
|
+
lease(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersLeaseOptionalParams): Promise<BlobContainersLeaseResponse>;
|
|
211
|
+
/**
|
|
212
|
+
* This operation migrates a blob container from container level WORM to object level immutability
|
|
213
|
+
* enabled container. Prerequisites require a container level immutability policy either in locked or
|
|
214
|
+
* unlocked state, Account level versioning must be enabled and there should be no Legal hold on the
|
|
215
|
+
* container.
|
|
216
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
217
|
+
* case insensitive.
|
|
218
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
219
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
220
|
+
* only.
|
|
221
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
222
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
223
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
224
|
+
* number.
|
|
225
|
+
* @param options The options parameters.
|
|
226
|
+
*/
|
|
227
|
+
beginObjectLevelWorm(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersObjectLevelWormOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
228
|
+
/**
|
|
229
|
+
* This operation migrates a blob container from container level WORM to object level immutability
|
|
230
|
+
* enabled container. Prerequisites require a container level immutability policy either in locked or
|
|
231
|
+
* unlocked state, Account level versioning must be enabled and there should be no Legal hold on the
|
|
232
|
+
* container.
|
|
233
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
234
|
+
* case insensitive.
|
|
235
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
236
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
237
|
+
* only.
|
|
238
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
239
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
240
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
241
|
+
* number.
|
|
242
|
+
* @param options The options parameters.
|
|
243
|
+
*/
|
|
244
|
+
beginObjectLevelWormAndWait(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersObjectLevelWormOptionalParams): Promise<void>;
|
|
245
|
+
}
|
|
246
|
+
//# sourceMappingURL=blobContainers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blobContainers.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/blobContainers.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,iBAAiB,EACjB,gCAAgC,EAChC,aAAa,EACb,kCAAkC,EAClC,4BAA4B,EAC5B,kCAAkC,EAClC,4BAA4B,EAC5B,+BAA+B,EAC/B,yBAAyB,EACzB,kCAAkC,EAClC,SAAS,EACT,wCAAwC,EACxC,kCAAkC,EAClC,0CAA0C,EAC1C,oCAAoC,EACpC,4DAA4D,EAC5D,sDAAsD,EACtD,iDAAiD,EACjD,2CAA2C,EAC3C,oDAAoD,EACpD,8CAA8C,EAC9C,kDAAkD,EAClD,4CAA4C,EAC5C,oDAAoD,EACpD,8CAA8C,EAC9C,iCAAiC,EACjC,2BAA2B,EAC3B,2CAA2C,EAC5C,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;;;;;OASG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gCAAgC,GACzC,0BAA0B,CAAC,iBAAiB,CAAC,CAAC;IACjD;;;;;;;;;;;;;;;OAeG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;;;;;;;;OAcG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;;;;;;OAYG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;;;;;;OAYG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;;;;;;;OAcG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,SAAS,EACpB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;IAC/C;;;;;;;;;;;;;;OAcG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,SAAS,EACpB,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;;;;;;;;;;OAaG;IACH,gCAAgC,CAC9B,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,4DAA4D,GACrE,OAAO,CAAC,sDAAsD,CAAC,CAAC;IACnE;;;;;;;;;;;;;OAaG;IACH,qBAAqB,CACnB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CAAC,2CAA2C,CAAC,CAAC;IACxD;;;;;;;;;;;;;;;;;;OAkBG;IACH,wBAAwB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,8CAA8C,CAAC,CAAC;IAC3D;;;;;;;;;;;;;;;;OAgBG;IACH,sBAAsB,CACpB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC,CAAC;IACzD;;;;;;;;;;;;;;;;OAgBG;IACH,wBAAwB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,8CAA8C,CAAC,CAAC;IAC3D;;;;;;;;;;;;;OAaG;IACH,KAAK,CACH,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;;;;;;;;;;OAeG;IACH,oBAAoB,CAClB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;;;;;;;;;OAeG;IACH,2BAA2B,CACzB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=blobContainers.js.map
|