@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,160 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
|
+
import * as coreClient from "@azure/core-client";
|
|
11
|
+
import * as Mappers from "../models/mappers.js";
|
|
12
|
+
import * as Parameters from "../models/parameters.js";
|
|
13
|
+
/// <reference lib="esnext.asynciterable" />
|
|
14
|
+
/** Class containing StorageTaskAssignmentsInstancesReport operations. */
|
|
15
|
+
export class StorageTaskAssignmentsInstancesReportImpl {
|
|
16
|
+
/**
|
|
17
|
+
* Initialize a new instance of the class StorageTaskAssignmentsInstancesReport class.
|
|
18
|
+
* @param client Reference to the service client
|
|
19
|
+
*/
|
|
20
|
+
constructor(client) {
|
|
21
|
+
this.client = client;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Fetch the report summary of all the storage task assignments and instances in an account
|
|
25
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
27
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
28
|
+
* only.
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
list(resourceGroupName, accountName, options) {
|
|
32
|
+
const iter = this.listPagingAll(resourceGroupName, accountName, options);
|
|
33
|
+
return {
|
|
34
|
+
next() {
|
|
35
|
+
return iter.next();
|
|
36
|
+
},
|
|
37
|
+
[Symbol.asyncIterator]() {
|
|
38
|
+
return this;
|
|
39
|
+
},
|
|
40
|
+
byPage: (settings) => {
|
|
41
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
42
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
43
|
+
}
|
|
44
|
+
return this.listPagingPage(resourceGroupName, accountName, options, settings);
|
|
45
|
+
},
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
listPagingPage(resourceGroupName, accountName, options, settings) {
|
|
49
|
+
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
50
|
+
let result;
|
|
51
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
52
|
+
if (!continuationToken) {
|
|
53
|
+
result = yield __await(this._list(resourceGroupName, accountName, options));
|
|
54
|
+
let page = result.value || [];
|
|
55
|
+
continuationToken = result.nextLink;
|
|
56
|
+
setContinuationToken(page, continuationToken);
|
|
57
|
+
yield yield __await(page);
|
|
58
|
+
}
|
|
59
|
+
while (continuationToken) {
|
|
60
|
+
result = yield __await(this._listNext(resourceGroupName, accountName, continuationToken, options));
|
|
61
|
+
continuationToken = result.nextLink;
|
|
62
|
+
let page = result.value || [];
|
|
63
|
+
setContinuationToken(page, continuationToken);
|
|
64
|
+
yield yield __await(page);
|
|
65
|
+
}
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
listPagingAll(resourceGroupName, accountName, options) {
|
|
69
|
+
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
70
|
+
var _a, e_1, _b, _c;
|
|
71
|
+
try {
|
|
72
|
+
for (var _d = true, _e = __asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
73
|
+
_c = _f.value;
|
|
74
|
+
_d = false;
|
|
75
|
+
const page = _c;
|
|
76
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
80
|
+
finally {
|
|
81
|
+
try {
|
|
82
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
83
|
+
}
|
|
84
|
+
finally { if (e_1) throw e_1.error; }
|
|
85
|
+
}
|
|
86
|
+
});
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Fetch the report summary of all the storage task assignments and instances in an account
|
|
90
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
91
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
92
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
93
|
+
* only.
|
|
94
|
+
* @param options The options parameters.
|
|
95
|
+
*/
|
|
96
|
+
_list(resourceGroupName, accountName, options) {
|
|
97
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, options }, listOperationSpec);
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* ListNext
|
|
101
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
102
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
103
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
104
|
+
* only.
|
|
105
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
106
|
+
* @param options The options parameters.
|
|
107
|
+
*/
|
|
108
|
+
_listNext(resourceGroupName, accountName, nextLink, options) {
|
|
109
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, nextLink, options }, listNextOperationSpec);
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
// Operation Specifications
|
|
113
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
114
|
+
const listOperationSpec = {
|
|
115
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/reports",
|
|
116
|
+
httpMethod: "GET",
|
|
117
|
+
responses: {
|
|
118
|
+
200: {
|
|
119
|
+
bodyMapper: Mappers.StorageTaskReportSummary,
|
|
120
|
+
},
|
|
121
|
+
default: {
|
|
122
|
+
bodyMapper: Mappers.ErrorResponseAutoGenerated,
|
|
123
|
+
},
|
|
124
|
+
},
|
|
125
|
+
queryParameters: [
|
|
126
|
+
Parameters.apiVersion,
|
|
127
|
+
Parameters.filter,
|
|
128
|
+
Parameters.maxpagesize2,
|
|
129
|
+
],
|
|
130
|
+
urlParameters: [
|
|
131
|
+
Parameters.$host,
|
|
132
|
+
Parameters.resourceGroupName,
|
|
133
|
+
Parameters.accountName,
|
|
134
|
+
Parameters.subscriptionId,
|
|
135
|
+
],
|
|
136
|
+
headerParameters: [Parameters.accept],
|
|
137
|
+
serializer,
|
|
138
|
+
};
|
|
139
|
+
const listNextOperationSpec = {
|
|
140
|
+
path: "{nextLink}",
|
|
141
|
+
httpMethod: "GET",
|
|
142
|
+
responses: {
|
|
143
|
+
200: {
|
|
144
|
+
bodyMapper: Mappers.StorageTaskReportSummary,
|
|
145
|
+
},
|
|
146
|
+
default: {
|
|
147
|
+
bodyMapper: Mappers.ErrorResponseAutoGenerated,
|
|
148
|
+
},
|
|
149
|
+
},
|
|
150
|
+
urlParameters: [
|
|
151
|
+
Parameters.$host,
|
|
152
|
+
Parameters.resourceGroupName,
|
|
153
|
+
Parameters.accountName,
|
|
154
|
+
Parameters.subscriptionId,
|
|
155
|
+
Parameters.nextLink,
|
|
156
|
+
],
|
|
157
|
+
headerParameters: [Parameters.accept],
|
|
158
|
+
serializer,
|
|
159
|
+
};
|
|
160
|
+
//# sourceMappingURL=storageTaskAssignmentsInstancesReport.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storageTaskAssignmentsInstancesReport.js","sourceRoot":"","sources":["../../../src/operations/storageTaskAssignmentsInstancesReport.ts"],"names":[],"mappings":"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","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 { setContinuationToken } from \"../pagingHelper.js\";\nimport { StorageTaskAssignmentsInstancesReport } 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 StorageTaskReportInstance,\n StorageTaskAssignmentsInstancesReportListNextOptionalParams,\n StorageTaskAssignmentsInstancesReportListOptionalParams,\n StorageTaskAssignmentsInstancesReportListResponse,\n StorageTaskAssignmentsInstancesReportListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing StorageTaskAssignmentsInstancesReport operations. */\nexport class StorageTaskAssignmentsInstancesReportImpl\n implements StorageTaskAssignmentsInstancesReport\n{\n private readonly client: StorageManagementClient;\n\n /**\n * Initialize a new instance of the class StorageTaskAssignmentsInstancesReport class.\n * @param client Reference to the service client\n */\n constructor(client: StorageManagementClient) {\n this.client = client;\n }\n\n /**\n * Fetch the report summary of all the storage task assignments and instances in an account\n * @param resourceGroupName The name of the resource group. The name is 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 public list(\n resourceGroupName: string,\n accountName: string,\n options?: StorageTaskAssignmentsInstancesReportListOptionalParams,\n ): PagedAsyncIterableIterator<StorageTaskReportInstance> {\n const iter = this.listPagingAll(resourceGroupName, accountName, 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.listPagingPage(\n resourceGroupName,\n accountName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n accountName: string,\n options?: StorageTaskAssignmentsInstancesReportListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<StorageTaskReportInstance[]> {\n let result: StorageTaskAssignmentsInstancesReportListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(resourceGroupName, accountName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n accountName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n accountName: string,\n options?: StorageTaskAssignmentsInstancesReportListOptionalParams,\n ): AsyncIterableIterator<StorageTaskReportInstance> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n accountName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Fetch the report summary of all the storage task assignments and instances in an account\n * @param resourceGroupName The name of the resource group. The name is 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 private _list(\n resourceGroupName: string,\n accountName: string,\n options?: StorageTaskAssignmentsInstancesReportListOptionalParams,\n ): Promise<StorageTaskAssignmentsInstancesReportListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, options },\n listOperationSpec,\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group. The name is 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 nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n accountName: string,\n nextLink: string,\n options?: StorageTaskAssignmentsInstancesReportListNextOptionalParams,\n ): Promise<StorageTaskAssignmentsInstancesReportListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, nextLink, options },\n listNextOperationSpec,\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}/reports\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.StorageTaskReportSummary,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseAutoGenerated,\n },\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.maxpagesize2,\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.StorageTaskReportSummary,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseAutoGenerated,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { TableOperations } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { StorageManagementClient } from "../storageManagementClient.js";
|
|
4
|
+
import { Table, TableListOptionalParams, TableCreateOptionalParams, TableCreateResponse, TableUpdateOptionalParams, TableUpdateResponse, TableGetOptionalParams, TableGetResponse, TableDeleteOptionalParams } from "../models/index.js";
|
|
5
|
+
/** Class containing TableOperations operations. */
|
|
6
|
+
export declare class TableOperationsImpl implements TableOperations {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class TableOperations class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: StorageManagementClient);
|
|
13
|
+
/**
|
|
14
|
+
* Gets a list of all the tables under the specified storage account
|
|
15
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
16
|
+
* case insensitive.
|
|
17
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
18
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
19
|
+
* only.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
list(resourceGroupName: string, accountName: string, options?: TableListOptionalParams): PagedAsyncIterableIterator<Table>;
|
|
23
|
+
private listPagingPage;
|
|
24
|
+
private listPagingAll;
|
|
25
|
+
/**
|
|
26
|
+
* Creates a new table with the specified table name, under the specified account.
|
|
27
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
28
|
+
* case insensitive.
|
|
29
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
30
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
31
|
+
* only.
|
|
32
|
+
* @param tableName A table name must be unique within a storage account and must be between 3 and 63
|
|
33
|
+
* characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric
|
|
34
|
+
* character.
|
|
35
|
+
* @param options The options parameters.
|
|
36
|
+
*/
|
|
37
|
+
create(resourceGroupName: string, accountName: string, tableName: string, options?: TableCreateOptionalParams): Promise<TableCreateResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* Creates a new table with the specified table name, under the specified account.
|
|
40
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
41
|
+
* case insensitive.
|
|
42
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
43
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
44
|
+
* only.
|
|
45
|
+
* @param tableName A table name must be unique within a storage account and must be between 3 and 63
|
|
46
|
+
* characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric
|
|
47
|
+
* character.
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
update(resourceGroupName: string, accountName: string, tableName: string, options?: TableUpdateOptionalParams): Promise<TableUpdateResponse>;
|
|
51
|
+
/**
|
|
52
|
+
* Gets the table with the specified table name, under the specified account if it exists.
|
|
53
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
54
|
+
* case insensitive.
|
|
55
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
56
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
57
|
+
* only.
|
|
58
|
+
* @param tableName A table name must be unique within a storage account and must be between 3 and 63
|
|
59
|
+
* characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric
|
|
60
|
+
* character.
|
|
61
|
+
* @param options The options parameters.
|
|
62
|
+
*/
|
|
63
|
+
get(resourceGroupName: string, accountName: string, tableName: string, options?: TableGetOptionalParams): Promise<TableGetResponse>;
|
|
64
|
+
/**
|
|
65
|
+
* Deletes the table with the specified table name, under the specified account if it exists.
|
|
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 tableName A table name must be unique within a storage account and must be between 3 and 63
|
|
72
|
+
* characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric
|
|
73
|
+
* character.
|
|
74
|
+
* @param options The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
delete(resourceGroupName: string, accountName: string, tableName: string, options?: TableDeleteOptionalParams): Promise<void>;
|
|
77
|
+
/**
|
|
78
|
+
* Gets a list of all the tables under the specified storage account
|
|
79
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
80
|
+
* case insensitive.
|
|
81
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
82
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
83
|
+
* only.
|
|
84
|
+
* @param options The options parameters.
|
|
85
|
+
*/
|
|
86
|
+
private _list;
|
|
87
|
+
/**
|
|
88
|
+
* ListNext
|
|
89
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
90
|
+
* case insensitive.
|
|
91
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
92
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
93
|
+
* only.
|
|
94
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
95
|
+
* @param options The options parameters.
|
|
96
|
+
*/
|
|
97
|
+
private _listNext;
|
|
98
|
+
}
|
|
99
|
+
//# sourceMappingURL=tableOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tableOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/tableOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAInE,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AACxE,OAAO,EACL,KAAK,EAEL,uBAAuB,EAEvB,yBAAyB,EACzB,mBAAmB,EACnB,yBAAyB,EACzB,mBAAmB,EACnB,sBAAsB,EACtB,gBAAgB,EAChB,yBAAyB,EAE1B,MAAM,oBAAoB,CAAC;AAG5B,mDAAmD;AACnD,qBAAa,mBAAoB,YAAW,eAAe;IACzD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0B;IAEjD;;;OAGG;gBACS,MAAM,EAAE,uBAAuB;IAI3C;;;;;;;;OAQG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,uBAAuB,GAChC,0BAA0B,CAAC,KAAK,CAAC;YAuBrB,cAAc;YA6Bd,aAAa;IAc5B;;;;;;;;;;;OAWG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;IAO/B;;;;;;;;;;;OAWG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;IAO/B;;;;;;;;;;;OAWG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,sBAAsB,GAC/B,OAAO,CAAC,gBAAgB,CAAC;IAO5B;;;;;;;;;;;OAWG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;;;OAQG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;;;;OASG;IACH,OAAO,CAAC,SAAS;CAWlB"}
|
|
@@ -0,0 +1,309 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
|
+
import * as coreClient from "@azure/core-client";
|
|
11
|
+
import * as Mappers from "../models/mappers.js";
|
|
12
|
+
import * as Parameters from "../models/parameters.js";
|
|
13
|
+
/// <reference lib="esnext.asynciterable" />
|
|
14
|
+
/** Class containing TableOperations operations. */
|
|
15
|
+
export class TableOperationsImpl {
|
|
16
|
+
/**
|
|
17
|
+
* Initialize a new instance of the class TableOperations class.
|
|
18
|
+
* @param client Reference to the service client
|
|
19
|
+
*/
|
|
20
|
+
constructor(client) {
|
|
21
|
+
this.client = client;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Gets a list of all the tables under the specified storage account
|
|
25
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
26
|
+
* case insensitive.
|
|
27
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
28
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
29
|
+
* only.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
list(resourceGroupName, accountName, options) {
|
|
33
|
+
const iter = this.listPagingAll(resourceGroupName, accountName, options);
|
|
34
|
+
return {
|
|
35
|
+
next() {
|
|
36
|
+
return iter.next();
|
|
37
|
+
},
|
|
38
|
+
[Symbol.asyncIterator]() {
|
|
39
|
+
return this;
|
|
40
|
+
},
|
|
41
|
+
byPage: (settings) => {
|
|
42
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
43
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
44
|
+
}
|
|
45
|
+
return this.listPagingPage(resourceGroupName, accountName, options, settings);
|
|
46
|
+
},
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
listPagingPage(resourceGroupName, accountName, options, settings) {
|
|
50
|
+
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
51
|
+
let result;
|
|
52
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
53
|
+
if (!continuationToken) {
|
|
54
|
+
result = yield __await(this._list(resourceGroupName, accountName, options));
|
|
55
|
+
let page = result.value || [];
|
|
56
|
+
continuationToken = result.nextLink;
|
|
57
|
+
setContinuationToken(page, continuationToken);
|
|
58
|
+
yield yield __await(page);
|
|
59
|
+
}
|
|
60
|
+
while (continuationToken) {
|
|
61
|
+
result = yield __await(this._listNext(resourceGroupName, accountName, continuationToken, options));
|
|
62
|
+
continuationToken = result.nextLink;
|
|
63
|
+
let page = result.value || [];
|
|
64
|
+
setContinuationToken(page, continuationToken);
|
|
65
|
+
yield yield __await(page);
|
|
66
|
+
}
|
|
67
|
+
});
|
|
68
|
+
}
|
|
69
|
+
listPagingAll(resourceGroupName, accountName, options) {
|
|
70
|
+
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
71
|
+
var _a, e_1, _b, _c;
|
|
72
|
+
try {
|
|
73
|
+
for (var _d = true, _e = __asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
74
|
+
_c = _f.value;
|
|
75
|
+
_d = false;
|
|
76
|
+
const page = _c;
|
|
77
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
81
|
+
finally {
|
|
82
|
+
try {
|
|
83
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
84
|
+
}
|
|
85
|
+
finally { if (e_1) throw e_1.error; }
|
|
86
|
+
}
|
|
87
|
+
});
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Creates a new table with the specified table name, under the specified account.
|
|
91
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
92
|
+
* case insensitive.
|
|
93
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
94
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
95
|
+
* only.
|
|
96
|
+
* @param tableName A table name must be unique within a storage account and must be between 3 and 63
|
|
97
|
+
* characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric
|
|
98
|
+
* character.
|
|
99
|
+
* @param options The options parameters.
|
|
100
|
+
*/
|
|
101
|
+
create(resourceGroupName, accountName, tableName, options) {
|
|
102
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, tableName, options }, createOperationSpec);
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Creates a new table with the specified table name, under the specified account.
|
|
106
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
107
|
+
* case insensitive.
|
|
108
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
109
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
110
|
+
* only.
|
|
111
|
+
* @param tableName A table name must be unique within a storage account and must be between 3 and 63
|
|
112
|
+
* characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric
|
|
113
|
+
* character.
|
|
114
|
+
* @param options The options parameters.
|
|
115
|
+
*/
|
|
116
|
+
update(resourceGroupName, accountName, tableName, options) {
|
|
117
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, tableName, options }, updateOperationSpec);
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* Gets the table with the specified table name, under the specified account if it exists.
|
|
121
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
122
|
+
* case insensitive.
|
|
123
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
124
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
125
|
+
* only.
|
|
126
|
+
* @param tableName A table name must be unique within a storage account and must be between 3 and 63
|
|
127
|
+
* characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric
|
|
128
|
+
* character.
|
|
129
|
+
* @param options The options parameters.
|
|
130
|
+
*/
|
|
131
|
+
get(resourceGroupName, accountName, tableName, options) {
|
|
132
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, tableName, options }, getOperationSpec);
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* Deletes the table with the specified table name, under the specified account if it exists.
|
|
136
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
137
|
+
* case insensitive.
|
|
138
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
139
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
140
|
+
* only.
|
|
141
|
+
* @param tableName A table name must be unique within a storage account and must be between 3 and 63
|
|
142
|
+
* characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric
|
|
143
|
+
* character.
|
|
144
|
+
* @param options The options parameters.
|
|
145
|
+
*/
|
|
146
|
+
delete(resourceGroupName, accountName, tableName, options) {
|
|
147
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, tableName, options }, deleteOperationSpec);
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* Gets a list of all the tables under the specified storage account
|
|
151
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
152
|
+
* case insensitive.
|
|
153
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
154
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
155
|
+
* only.
|
|
156
|
+
* @param options The options parameters.
|
|
157
|
+
*/
|
|
158
|
+
_list(resourceGroupName, accountName, options) {
|
|
159
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, options }, listOperationSpec);
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
* ListNext
|
|
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 nextLink The nextLink from the previous successful call to the List method.
|
|
169
|
+
* @param options The options parameters.
|
|
170
|
+
*/
|
|
171
|
+
_listNext(resourceGroupName, accountName, nextLink, options) {
|
|
172
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, nextLink, options }, listNextOperationSpec);
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
// Operation Specifications
|
|
176
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
177
|
+
const createOperationSpec = {
|
|
178
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}",
|
|
179
|
+
httpMethod: "PUT",
|
|
180
|
+
responses: {
|
|
181
|
+
200: {
|
|
182
|
+
bodyMapper: Mappers.Table,
|
|
183
|
+
},
|
|
184
|
+
default: {
|
|
185
|
+
bodyMapper: Mappers.CloudError,
|
|
186
|
+
},
|
|
187
|
+
},
|
|
188
|
+
requestBody: Parameters.parameters13,
|
|
189
|
+
queryParameters: [Parameters.apiVersion],
|
|
190
|
+
urlParameters: [
|
|
191
|
+
Parameters.$host,
|
|
192
|
+
Parameters.resourceGroupName,
|
|
193
|
+
Parameters.accountName,
|
|
194
|
+
Parameters.subscriptionId,
|
|
195
|
+
Parameters.tableName,
|
|
196
|
+
],
|
|
197
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
198
|
+
mediaType: "json",
|
|
199
|
+
serializer,
|
|
200
|
+
};
|
|
201
|
+
const updateOperationSpec = {
|
|
202
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}",
|
|
203
|
+
httpMethod: "PATCH",
|
|
204
|
+
responses: {
|
|
205
|
+
200: {
|
|
206
|
+
bodyMapper: Mappers.Table,
|
|
207
|
+
},
|
|
208
|
+
default: {
|
|
209
|
+
bodyMapper: Mappers.CloudError,
|
|
210
|
+
},
|
|
211
|
+
},
|
|
212
|
+
requestBody: Parameters.parameters13,
|
|
213
|
+
queryParameters: [Parameters.apiVersion],
|
|
214
|
+
urlParameters: [
|
|
215
|
+
Parameters.$host,
|
|
216
|
+
Parameters.resourceGroupName,
|
|
217
|
+
Parameters.accountName,
|
|
218
|
+
Parameters.subscriptionId,
|
|
219
|
+
Parameters.tableName,
|
|
220
|
+
],
|
|
221
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
222
|
+
mediaType: "json",
|
|
223
|
+
serializer,
|
|
224
|
+
};
|
|
225
|
+
const getOperationSpec = {
|
|
226
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}",
|
|
227
|
+
httpMethod: "GET",
|
|
228
|
+
responses: {
|
|
229
|
+
200: {
|
|
230
|
+
bodyMapper: Mappers.Table,
|
|
231
|
+
},
|
|
232
|
+
default: {
|
|
233
|
+
bodyMapper: Mappers.CloudError,
|
|
234
|
+
},
|
|
235
|
+
},
|
|
236
|
+
queryParameters: [Parameters.apiVersion],
|
|
237
|
+
urlParameters: [
|
|
238
|
+
Parameters.$host,
|
|
239
|
+
Parameters.resourceGroupName,
|
|
240
|
+
Parameters.accountName,
|
|
241
|
+
Parameters.subscriptionId,
|
|
242
|
+
Parameters.tableName,
|
|
243
|
+
],
|
|
244
|
+
headerParameters: [Parameters.accept],
|
|
245
|
+
serializer,
|
|
246
|
+
};
|
|
247
|
+
const deleteOperationSpec = {
|
|
248
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}",
|
|
249
|
+
httpMethod: "DELETE",
|
|
250
|
+
responses: {
|
|
251
|
+
204: {},
|
|
252
|
+
default: {
|
|
253
|
+
bodyMapper: Mappers.CloudError,
|
|
254
|
+
},
|
|
255
|
+
},
|
|
256
|
+
queryParameters: [Parameters.apiVersion],
|
|
257
|
+
urlParameters: [
|
|
258
|
+
Parameters.$host,
|
|
259
|
+
Parameters.resourceGroupName,
|
|
260
|
+
Parameters.accountName,
|
|
261
|
+
Parameters.subscriptionId,
|
|
262
|
+
Parameters.tableName,
|
|
263
|
+
],
|
|
264
|
+
headerParameters: [Parameters.accept],
|
|
265
|
+
serializer,
|
|
266
|
+
};
|
|
267
|
+
const listOperationSpec = {
|
|
268
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables",
|
|
269
|
+
httpMethod: "GET",
|
|
270
|
+
responses: {
|
|
271
|
+
200: {
|
|
272
|
+
bodyMapper: Mappers.ListTableResource,
|
|
273
|
+
},
|
|
274
|
+
default: {
|
|
275
|
+
bodyMapper: Mappers.CloudError,
|
|
276
|
+
},
|
|
277
|
+
},
|
|
278
|
+
queryParameters: [Parameters.apiVersion],
|
|
279
|
+
urlParameters: [
|
|
280
|
+
Parameters.$host,
|
|
281
|
+
Parameters.resourceGroupName,
|
|
282
|
+
Parameters.accountName,
|
|
283
|
+
Parameters.subscriptionId,
|
|
284
|
+
],
|
|
285
|
+
headerParameters: [Parameters.accept],
|
|
286
|
+
serializer,
|
|
287
|
+
};
|
|
288
|
+
const listNextOperationSpec = {
|
|
289
|
+
path: "{nextLink}",
|
|
290
|
+
httpMethod: "GET",
|
|
291
|
+
responses: {
|
|
292
|
+
200: {
|
|
293
|
+
bodyMapper: Mappers.ListTableResource,
|
|
294
|
+
},
|
|
295
|
+
default: {
|
|
296
|
+
bodyMapper: Mappers.CloudError,
|
|
297
|
+
},
|
|
298
|
+
},
|
|
299
|
+
urlParameters: [
|
|
300
|
+
Parameters.$host,
|
|
301
|
+
Parameters.resourceGroupName,
|
|
302
|
+
Parameters.accountName,
|
|
303
|
+
Parameters.subscriptionId,
|
|
304
|
+
Parameters.nextLink,
|
|
305
|
+
],
|
|
306
|
+
headerParameters: [Parameters.accept],
|
|
307
|
+
serializer,
|
|
308
|
+
};
|
|
309
|
+
//# sourceMappingURL=tableOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tableOperations.js","sourceRoot":"","sources":["../../../src/operations/tableOperations.ts"],"names":[],"mappings":"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","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 { setContinuationToken } from \"../pagingHelper.js\";\nimport { TableOperations } 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 Table,\n TableListNextOptionalParams,\n TableListOptionalParams,\n TableListResponse,\n TableCreateOptionalParams,\n TableCreateResponse,\n TableUpdateOptionalParams,\n TableUpdateResponse,\n TableGetOptionalParams,\n TableGetResponse,\n TableDeleteOptionalParams,\n TableListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing TableOperations operations. */\nexport class TableOperationsImpl implements TableOperations {\n private readonly client: StorageManagementClient;\n\n /**\n * Initialize a new instance of the class TableOperations class.\n * @param client Reference to the service client\n */\n constructor(client: StorageManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets a list of all the tables under the specified 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 public list(\n resourceGroupName: string,\n accountName: string,\n options?: TableListOptionalParams,\n ): PagedAsyncIterableIterator<Table> {\n const iter = this.listPagingAll(resourceGroupName, accountName, 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.listPagingPage(\n resourceGroupName,\n accountName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n accountName: string,\n options?: TableListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Table[]> {\n let result: TableListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(resourceGroupName, accountName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n accountName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n accountName: string,\n options?: TableListOptionalParams,\n ): AsyncIterableIterator<Table> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n accountName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Creates a new table with the specified table name, under the specified 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 tableName A table name must be unique within a storage account and must be between 3 and 63\n * characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric\n * character.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n accountName: string,\n tableName: string,\n options?: TableCreateOptionalParams,\n ): Promise<TableCreateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, tableName, options },\n createOperationSpec,\n );\n }\n\n /**\n * Creates a new table with the specified table name, under the specified 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 tableName A table name must be unique within a storage account and must be between 3 and 63\n * characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric\n * character.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n accountName: string,\n tableName: string,\n options?: TableUpdateOptionalParams,\n ): Promise<TableUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, tableName, options },\n updateOperationSpec,\n );\n }\n\n /**\n * Gets the table with the specified table name, under the specified account if it exists.\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 tableName A table name must be unique within a storage account and must be between 3 and 63\n * characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric\n * character.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n tableName: string,\n options?: TableGetOptionalParams,\n ): Promise<TableGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, tableName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Deletes the table with the specified table name, under the specified account if it exists.\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 tableName A table name must be unique within a storage account and must be between 3 and 63\n * characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric\n * character.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n accountName: string,\n tableName: string,\n options?: TableDeleteOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, tableName, options },\n deleteOperationSpec,\n );\n }\n\n /**\n * Gets a list of all the tables under the specified 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 private _list(\n resourceGroupName: string,\n accountName: string,\n options?: TableListOptionalParams,\n ): Promise<TableListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, options },\n listOperationSpec,\n );\n }\n\n /**\n * ListNext\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 nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n accountName: string,\n nextLink: string,\n options?: TableListNextOptionalParams,\n ): Promise<TableListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, nextLink, options },\n listNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Table,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.parameters13,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.tableName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Table,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.parameters13,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.tableName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Table,\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.tableName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}\",\n httpMethod: \"DELETE\",\n responses: {\n 204: {},\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.tableName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ListTableResource,\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 listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ListTableResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|