@azure/arm-storage 18.3.1-alpha.20250214.1 → 18.3.1-alpha.20250218.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -12
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +637 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/blobContainers.d.ts +278 -0
- package/dist/browser/operations/blobContainers.d.ts.map +1 -0
- package/dist/browser/operations/blobContainers.js +731 -0
- package/dist/browser/operations/blobContainers.js.map +1 -0
- package/dist/browser/operations/blobInventoryPolicies.d.ts +73 -0
- package/dist/browser/operations/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/browser/operations/blobInventoryPolicies.js +227 -0
- package/dist/browser/operations/blobInventoryPolicies.js.map +1 -0
- package/dist/browser/operations/blobServices.d.ts +60 -0
- package/dist/browser/operations/blobServices.d.ts.map +1 -0
- package/dist/browser/operations/blobServices.js +176 -0
- package/dist/browser/operations/blobServices.js.map +1 -0
- package/dist/browser/operations/deletedAccounts.d.ts +39 -0
- package/dist/browser/operations/deletedAccounts.d.ts.map +1 -0
- package/dist/browser/operations/deletedAccounts.js +167 -0
- package/dist/browser/operations/deletedAccounts.js.map +1 -0
- package/dist/browser/operations/encryptionScopes.d.ts +94 -0
- package/dist/browser/operations/encryptionScopes.d.ts.map +1 -0
- package/dist/browser/operations/encryptionScopes.js +296 -0
- package/dist/browser/operations/encryptionScopes.js.map +1 -0
- package/dist/browser/operations/fileServices.d.ts +47 -0
- package/dist/browser/operations/fileServices.d.ts.map +1 -0
- package/dist/browser/operations/fileServices.js +130 -0
- package/dist/browser/operations/fileServices.js.map +1 -0
- package/dist/browser/operations/fileShares.d.ts +132 -0
- package/dist/browser/operations/fileShares.d.ts.map +1 -0
- package/dist/browser/operations/fileShares.js +406 -0
- package/dist/browser/operations/fileShares.js.map +1 -0
- package/dist/browser/operations/index.d.ts +25 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +32 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/localUsersOperations.d.ts +98 -0
- package/dist/browser/operations/localUsersOperations.d.ts.map +1 -0
- package/dist/browser/operations/localUsersOperations.js +299 -0
- package/dist/browser/operations/localUsersOperations.js.map +1 -0
- package/dist/browser/operations/managementPolicies.d.ts +50 -0
- package/dist/browser/operations/managementPolicies.d.ts.map +1 -0
- package/dist/browser/operations/managementPolicies.js +126 -0
- package/dist/browser/operations/managementPolicies.js.map +1 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +73 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +252 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operations/objectReplicationPoliciesOperations.d.ts +80 -0
- package/dist/browser/operations/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/browser/operations/objectReplicationPoliciesOperations.js +234 -0
- package/dist/browser/operations/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +26 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +93 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +234 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +23 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +53 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/queue.d.ts +101 -0
- package/dist/browser/operations/queue.d.ts.map +1 -0
- package/dist/browser/operations/queue.js +315 -0
- package/dist/browser/operations/queue.js.map +1 -0
- package/dist/browser/operations/queueServices.d.ts +47 -0
- package/dist/browser/operations/queueServices.d.ts.map +1 -0
- package/dist/browser/operations/queueServices.js +130 -0
- package/dist/browser/operations/queueServices.js.map +1 -0
- package/dist/browser/operations/skus.d.ts +26 -0
- package/dist/browser/operations/skus.d.ts.map +1 -0
- package/dist/browser/operations/skus.js +93 -0
- package/dist/browser/operations/skus.js.map +1 -0
- package/dist/browser/operations/storageAccounts.d.ts +337 -0
- package/dist/browser/operations/storageAccounts.d.ts.map +1 -0
- package/dist/browser/operations/storageAccounts.js +1094 -0
- package/dist/browser/operations/storageAccounts.js.map +1 -0
- package/dist/browser/operations/storageTaskAssignmentInstancesReport.d.ts +53 -0
- package/dist/browser/operations/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/browser/operations/storageTaskAssignmentInstancesReport.js +177 -0
- package/dist/browser/operations/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/browser/operations/storageTaskAssignments.d.ts +141 -0
- package/dist/browser/operations/storageTaskAssignments.d.ts.map +1 -0
- package/dist/browser/operations/storageTaskAssignments.js +506 -0
- package/dist/browser/operations/storageTaskAssignments.js.map +1 -0
- package/dist/browser/operations/storageTaskAssignmentsInstancesReport.d.ts +44 -0
- package/dist/browser/operations/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/browser/operations/storageTaskAssignmentsInstancesReport.js +160 -0
- package/dist/browser/operations/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/browser/operations/tableOperations.d.ts +99 -0
- package/dist/browser/operations/tableOperations.d.ts.map +1 -0
- package/dist/browser/operations/tableOperations.js +309 -0
- package/dist/browser/operations/tableOperations.js.map +1 -0
- package/dist/browser/operations/tableServices.d.ts +47 -0
- package/dist/browser/operations/tableServices.d.ts.map +1 -0
- package/dist/browser/operations/tableServices.js +130 -0
- package/dist/browser/operations/tableServices.js.map +1 -0
- package/dist/browser/operations/usages.d.ts +28 -0
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/dist/browser/operations/usages.js +99 -0
- package/dist/browser/operations/usages.js.map +1 -0
- package/dist/browser/operationsInterfaces/blobContainers.d.ts +246 -0
- package/dist/browser/operationsInterfaces/blobContainers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/blobContainers.js.map +1 -0
- package/dist/browser/operationsInterfaces/blobInventoryPolicies.d.ts +53 -0
- package/dist/browser/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
- package/dist/browser/operationsInterfaces/blobServices.d.ts +40 -0
- package/dist/browser/operationsInterfaces/blobServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/blobServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/deletedAccounts.d.ts +18 -0
- package/dist/browser/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist/browser/operationsInterfaces/encryptionScopes.d.ts +63 -0
- package/dist/browser/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist/browser/operationsInterfaces/fileServices.d.ts +39 -0
- package/dist/browser/operationsInterfaces/fileServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fileServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/fileShares.d.ts +101 -0
- package/dist/browser/operationsInterfaces/fileShares.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fileShares.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +25 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +32 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/localUsersOperations.d.ts +78 -0
- package/dist/browser/operationsInterfaces/localUsersOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/localUsersOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/managementPolicies.d.ts +42 -0
- package/dist/browser/operationsInterfaces/managementPolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managementPolicies.js.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +53 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +60 -0
- package/dist/browser/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +53 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/queue.d.ts +70 -0
- package/dist/browser/operationsInterfaces/queue.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/queue.js.map +1 -0
- package/dist/browser/operationsInterfaces/queueServices.d.ts +39 -0
- package/dist/browser/operationsInterfaces/queueServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/queueServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/skus.d.ts +11 -0
- package/dist/browser/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/skus.js.map +1 -0
- package/dist/browser/operationsInterfaces/storageAccounts.d.ts +297 -0
- package/dist/browser/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts +18 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignments.d.ts +112 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignments.js.map +1 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts +15 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/browser/operationsInterfaces/tableOperations.d.ts +68 -0
- package/dist/browser/operationsInterfaces/tableOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tableOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/tableServices.d.ts +39 -0
- package/dist/browser/operationsInterfaces/tableServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tableServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/usages.d.ts +12 -0
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/browser/storageManagementClient.d.ts +43 -0
- package/dist/browser/storageManagementClient.d.ts.map +1 -0
- package/dist/browser/storageManagementClient.js +124 -0
- package/dist/browser/storageManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +4776 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +670 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +196 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +6838 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +76 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +641 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/blobContainers.d.ts +278 -0
- package/dist/commonjs/operations/blobContainers.d.ts.map +1 -0
- package/dist/commonjs/operations/blobContainers.js +735 -0
- package/dist/commonjs/operations/blobContainers.js.map +1 -0
- package/dist/commonjs/operations/blobInventoryPolicies.d.ts +73 -0
- package/dist/commonjs/operations/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/blobInventoryPolicies.js +231 -0
- package/dist/commonjs/operations/blobInventoryPolicies.js.map +1 -0
- package/dist/commonjs/operations/blobServices.d.ts +60 -0
- package/dist/commonjs/operations/blobServices.d.ts.map +1 -0
- package/dist/commonjs/operations/blobServices.js +180 -0
- package/dist/commonjs/operations/blobServices.js.map +1 -0
- package/dist/commonjs/operations/deletedAccounts.d.ts +39 -0
- package/dist/commonjs/operations/deletedAccounts.d.ts.map +1 -0
- package/dist/commonjs/operations/deletedAccounts.js +171 -0
- package/dist/commonjs/operations/deletedAccounts.js.map +1 -0
- package/dist/commonjs/operations/encryptionScopes.d.ts +94 -0
- package/dist/commonjs/operations/encryptionScopes.d.ts.map +1 -0
- package/dist/commonjs/operations/encryptionScopes.js +300 -0
- package/dist/commonjs/operations/encryptionScopes.js.map +1 -0
- package/dist/commonjs/operations/fileServices.d.ts +47 -0
- package/dist/commonjs/operations/fileServices.d.ts.map +1 -0
- package/dist/commonjs/operations/fileServices.js +135 -0
- package/dist/commonjs/operations/fileServices.js.map +1 -0
- package/dist/commonjs/operations/fileShares.d.ts +132 -0
- package/dist/commonjs/operations/fileShares.d.ts.map +1 -0
- package/dist/commonjs/operations/fileShares.js +410 -0
- package/dist/commonjs/operations/fileShares.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +25 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +35 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/localUsersOperations.d.ts +98 -0
- package/dist/commonjs/operations/localUsersOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/localUsersOperations.js +303 -0
- package/dist/commonjs/operations/localUsersOperations.js.map +1 -0
- package/dist/commonjs/operations/managementPolicies.d.ts +50 -0
- package/dist/commonjs/operations/managementPolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/managementPolicies.js +131 -0
- package/dist/commonjs/operations/managementPolicies.js.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +73 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +256 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operations/objectReplicationPoliciesOperations.d.ts +80 -0
- package/dist/commonjs/operations/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/objectReplicationPoliciesOperations.js +238 -0
- package/dist/commonjs/operations/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +26 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +97 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +238 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +23 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +58 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/queue.d.ts +101 -0
- package/dist/commonjs/operations/queue.d.ts.map +1 -0
- package/dist/commonjs/operations/queue.js +319 -0
- package/dist/commonjs/operations/queue.js.map +1 -0
- package/dist/commonjs/operations/queueServices.d.ts +47 -0
- package/dist/commonjs/operations/queueServices.d.ts.map +1 -0
- package/dist/commonjs/operations/queueServices.js +135 -0
- package/dist/commonjs/operations/queueServices.js.map +1 -0
- package/dist/commonjs/operations/skus.d.ts +26 -0
- package/dist/commonjs/operations/skus.d.ts.map +1 -0
- package/dist/commonjs/operations/skus.js +97 -0
- package/dist/commonjs/operations/skus.js.map +1 -0
- package/dist/commonjs/operations/storageAccounts.d.ts +337 -0
- package/dist/commonjs/operations/storageAccounts.d.ts.map +1 -0
- package/dist/commonjs/operations/storageAccounts.js +1098 -0
- package/dist/commonjs/operations/storageAccounts.js.map +1 -0
- package/dist/commonjs/operations/storageTaskAssignmentInstancesReport.d.ts +53 -0
- package/dist/commonjs/operations/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/commonjs/operations/storageTaskAssignmentInstancesReport.js +181 -0
- package/dist/commonjs/operations/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/commonjs/operations/storageTaskAssignments.d.ts +141 -0
- package/dist/commonjs/operations/storageTaskAssignments.d.ts.map +1 -0
- package/dist/commonjs/operations/storageTaskAssignments.js +510 -0
- package/dist/commonjs/operations/storageTaskAssignments.js.map +1 -0
- package/dist/commonjs/operations/storageTaskAssignmentsInstancesReport.d.ts +44 -0
- package/dist/commonjs/operations/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/commonjs/operations/storageTaskAssignmentsInstancesReport.js +164 -0
- package/dist/commonjs/operations/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/commonjs/operations/tableOperations.d.ts +99 -0
- package/dist/commonjs/operations/tableOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/tableOperations.js +313 -0
- package/dist/commonjs/operations/tableOperations.js.map +1 -0
- package/dist/commonjs/operations/tableServices.d.ts +47 -0
- package/dist/commonjs/operations/tableServices.d.ts.map +1 -0
- package/dist/commonjs/operations/tableServices.js +135 -0
- package/dist/commonjs/operations/tableServices.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +28 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +103 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/blobContainers.d.ts +246 -0
- package/dist/commonjs/operationsInterfaces/blobContainers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/blobContainers.js +10 -0
- package/dist/commonjs/operationsInterfaces/blobContainers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/blobInventoryPolicies.d.ts +53 -0
- package/dist/commonjs/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/blobInventoryPolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/blobServices.d.ts +40 -0
- package/dist/commonjs/operationsInterfaces/blobServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/blobServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/blobServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedAccounts.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedAccounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/encryptionScopes.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/encryptionScopes.js +10 -0
- package/dist/commonjs/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fileServices.d.ts +39 -0
- package/dist/commonjs/operationsInterfaces/fileServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fileServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/fileServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fileShares.d.ts +101 -0
- package/dist/commonjs/operationsInterfaces/fileShares.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fileShares.js +10 -0
- package/dist/commonjs/operationsInterfaces/fileShares.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +35 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/localUsersOperations.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/localUsersOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/localUsersOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/localUsersOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managementPolicies.d.ts +42 -0
- package/dist/commonjs/operationsInterfaces/managementPolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managementPolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/managementPolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +53 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/objectReplicationPoliciesOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +53 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/queue.d.ts +70 -0
- package/dist/commonjs/operationsInterfaces/queue.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/queue.js +10 -0
- package/dist/commonjs/operationsInterfaces/queue.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/queueServices.d.ts +39 -0
- package/dist/commonjs/operationsInterfaces/queueServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/queueServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/queueServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.js +10 -0
- package/dist/commonjs/operationsInterfaces/skus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts +297 -0
- package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageAccounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentInstancesReport.js +10 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignments.d.ts +112 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignments.js +10 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentsInstancesReport.js +10 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tableOperations.d.ts +68 -0
- package/dist/commonjs/operationsInterfaces/tableOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tableOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/tableOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tableServices.d.ts +39 -0
- package/dist/commonjs/operationsInterfaces/tableServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tableServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/tableServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/storageManagementClient.d.ts +43 -0
- package/dist/commonjs/storageManagementClient.d.ts.map +1 -0
- package/dist/commonjs/storageManagementClient.js +129 -0
- package/dist/commonjs/storageManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +4776 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +666 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +196 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +6832 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +76 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +637 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/blobContainers.d.ts +278 -0
- package/dist/esm/operations/blobContainers.d.ts.map +1 -0
- package/dist/esm/operations/blobContainers.js +731 -0
- package/dist/esm/operations/blobContainers.js.map +1 -0
- package/dist/esm/operations/blobInventoryPolicies.d.ts +73 -0
- package/dist/esm/operations/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/esm/operations/blobInventoryPolicies.js +227 -0
- package/dist/esm/operations/blobInventoryPolicies.js.map +1 -0
- package/dist/esm/operations/blobServices.d.ts +60 -0
- package/dist/esm/operations/blobServices.d.ts.map +1 -0
- package/dist/esm/operations/blobServices.js +176 -0
- package/dist/esm/operations/blobServices.js.map +1 -0
- package/dist/esm/operations/deletedAccounts.d.ts +39 -0
- package/dist/esm/operations/deletedAccounts.d.ts.map +1 -0
- package/dist/esm/operations/deletedAccounts.js +167 -0
- package/dist/esm/operations/deletedAccounts.js.map +1 -0
- package/dist/esm/operations/encryptionScopes.d.ts +94 -0
- package/dist/esm/operations/encryptionScopes.d.ts.map +1 -0
- package/dist/esm/operations/encryptionScopes.js +296 -0
- package/dist/esm/operations/encryptionScopes.js.map +1 -0
- package/dist/esm/operations/fileServices.d.ts +47 -0
- package/dist/esm/operations/fileServices.d.ts.map +1 -0
- package/dist/esm/operations/fileServices.js +130 -0
- package/dist/esm/operations/fileServices.js.map +1 -0
- package/dist/esm/operations/fileShares.d.ts +132 -0
- package/dist/esm/operations/fileShares.d.ts.map +1 -0
- package/dist/esm/operations/fileShares.js +406 -0
- package/dist/esm/operations/fileShares.js.map +1 -0
- package/dist/esm/operations/index.d.ts +25 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +32 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/localUsersOperations.d.ts +98 -0
- package/dist/esm/operations/localUsersOperations.d.ts.map +1 -0
- package/dist/esm/operations/localUsersOperations.js +299 -0
- package/dist/esm/operations/localUsersOperations.js.map +1 -0
- package/dist/esm/operations/managementPolicies.d.ts +50 -0
- package/dist/esm/operations/managementPolicies.d.ts.map +1 -0
- package/dist/esm/operations/managementPolicies.js +126 -0
- package/dist/esm/operations/managementPolicies.js.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +73 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +252 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operations/objectReplicationPoliciesOperations.d.ts +80 -0
- package/dist/esm/operations/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/esm/operations/objectReplicationPoliciesOperations.js +234 -0
- package/dist/esm/operations/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +26 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +93 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +234 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +23 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +53 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/queue.d.ts +101 -0
- package/dist/esm/operations/queue.d.ts.map +1 -0
- package/dist/esm/operations/queue.js +315 -0
- package/dist/esm/operations/queue.js.map +1 -0
- package/dist/esm/operations/queueServices.d.ts +47 -0
- package/dist/esm/operations/queueServices.d.ts.map +1 -0
- package/dist/esm/operations/queueServices.js +130 -0
- package/dist/esm/operations/queueServices.js.map +1 -0
- package/dist/esm/operations/skus.d.ts +26 -0
- package/dist/esm/operations/skus.d.ts.map +1 -0
- package/dist/esm/operations/skus.js +93 -0
- package/dist/esm/operations/skus.js.map +1 -0
- package/dist/esm/operations/storageAccounts.d.ts +337 -0
- package/dist/esm/operations/storageAccounts.d.ts.map +1 -0
- package/dist/esm/operations/storageAccounts.js +1094 -0
- package/dist/esm/operations/storageAccounts.js.map +1 -0
- package/dist/esm/operations/storageTaskAssignmentInstancesReport.d.ts +53 -0
- package/dist/esm/operations/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/esm/operations/storageTaskAssignmentInstancesReport.js +177 -0
- package/dist/esm/operations/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/esm/operations/storageTaskAssignments.d.ts +141 -0
- package/dist/esm/operations/storageTaskAssignments.d.ts.map +1 -0
- package/dist/esm/operations/storageTaskAssignments.js +506 -0
- package/dist/esm/operations/storageTaskAssignments.js.map +1 -0
- package/dist/esm/operations/storageTaskAssignmentsInstancesReport.d.ts +44 -0
- package/dist/esm/operations/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/esm/operations/storageTaskAssignmentsInstancesReport.js +160 -0
- package/dist/esm/operations/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/esm/operations/tableOperations.d.ts +99 -0
- package/dist/esm/operations/tableOperations.d.ts.map +1 -0
- package/dist/esm/operations/tableOperations.js +309 -0
- package/dist/esm/operations/tableOperations.js.map +1 -0
- package/dist/esm/operations/tableServices.d.ts +47 -0
- package/dist/esm/operations/tableServices.d.ts.map +1 -0
- package/dist/esm/operations/tableServices.js +130 -0
- package/dist/esm/operations/tableServices.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +28 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +99 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/blobContainers.d.ts +246 -0
- package/dist/esm/operationsInterfaces/blobContainers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/blobContainers.js +9 -0
- package/dist/esm/operationsInterfaces/blobContainers.js.map +1 -0
- package/dist/esm/operationsInterfaces/blobInventoryPolicies.d.ts +53 -0
- package/dist/esm/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/blobInventoryPolicies.js +9 -0
- package/dist/esm/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/blobServices.d.ts +40 -0
- package/dist/esm/operationsInterfaces/blobServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/blobServices.js +9 -0
- package/dist/esm/operationsInterfaces/blobServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/deletedAccounts.d.ts +18 -0
- package/dist/esm/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/deletedAccounts.js +9 -0
- package/dist/esm/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/encryptionScopes.d.ts +63 -0
- package/dist/esm/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/encryptionScopes.js +9 -0
- package/dist/esm/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist/esm/operationsInterfaces/fileServices.d.ts +39 -0
- package/dist/esm/operationsInterfaces/fileServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fileServices.js +9 -0
- package/dist/esm/operationsInterfaces/fileServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/fileShares.d.ts +101 -0
- package/dist/esm/operationsInterfaces/fileShares.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fileShares.js +9 -0
- package/dist/esm/operationsInterfaces/fileShares.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +25 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +32 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/localUsersOperations.d.ts +78 -0
- package/dist/esm/operationsInterfaces/localUsersOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/localUsersOperations.js +9 -0
- package/dist/esm/operationsInterfaces/localUsersOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/managementPolicies.d.ts +42 -0
- package/dist/esm/operationsInterfaces/managementPolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managementPolicies.js +9 -0
- package/dist/esm/operationsInterfaces/managementPolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +53 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +60 -0
- package/dist/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
- package/dist/esm/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +53 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/queue.d.ts +70 -0
- package/dist/esm/operationsInterfaces/queue.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/queue.js +9 -0
- package/dist/esm/operationsInterfaces/queue.js.map +1 -0
- package/dist/esm/operationsInterfaces/queueServices.d.ts +39 -0
- package/dist/esm/operationsInterfaces/queueServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/queueServices.js +9 -0
- package/dist/esm/operationsInterfaces/queueServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/skus.d.ts +11 -0
- package/dist/esm/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/skus.js +9 -0
- package/dist/esm/operationsInterfaces/skus.js.map +1 -0
- package/dist/esm/operationsInterfaces/storageAccounts.d.ts +297 -0
- package/dist/esm/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/storageAccounts.js +9 -0
- package/dist/esm/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts +18 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentInstancesReport.js +9 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignments.d.ts +112 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignments.js +9 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignments.js.map +1 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts +15 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentsInstancesReport.js +9 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/esm/operationsInterfaces/tableOperations.d.ts +68 -0
- package/dist/esm/operationsInterfaces/tableOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tableOperations.js +9 -0
- package/dist/esm/operationsInterfaces/tableOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/tableServices.d.ts +39 -0
- package/dist/esm/operationsInterfaces/tableServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tableServices.js +9 -0
- package/dist/esm/operationsInterfaces/tableServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +12 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/storageManagementClient.d.ts +43 -0
- package/dist/esm/storageManagementClient.d.ts.map +1 -0
- package/dist/esm/storageManagementClient.js +124 -0
- package/dist/esm/storageManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +4776 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +666 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +196 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +6832 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +76 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +637 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/blobContainers.d.ts +278 -0
- package/dist/react-native/operations/blobContainers.d.ts.map +1 -0
- package/dist/react-native/operations/blobContainers.js +731 -0
- package/dist/react-native/operations/blobContainers.js.map +1 -0
- package/dist/react-native/operations/blobInventoryPolicies.d.ts +73 -0
- package/dist/react-native/operations/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/react-native/operations/blobInventoryPolicies.js +227 -0
- package/dist/react-native/operations/blobInventoryPolicies.js.map +1 -0
- package/dist/react-native/operations/blobServices.d.ts +60 -0
- package/dist/react-native/operations/blobServices.d.ts.map +1 -0
- package/dist/react-native/operations/blobServices.js +176 -0
- package/dist/react-native/operations/blobServices.js.map +1 -0
- package/dist/react-native/operations/deletedAccounts.d.ts +39 -0
- package/dist/react-native/operations/deletedAccounts.d.ts.map +1 -0
- package/dist/react-native/operations/deletedAccounts.js +167 -0
- package/dist/react-native/operations/deletedAccounts.js.map +1 -0
- package/dist/react-native/operations/encryptionScopes.d.ts +94 -0
- package/dist/react-native/operations/encryptionScopes.d.ts.map +1 -0
- package/dist/react-native/operations/encryptionScopes.js +296 -0
- package/dist/react-native/operations/encryptionScopes.js.map +1 -0
- package/dist/react-native/operations/fileServices.d.ts +47 -0
- package/dist/react-native/operations/fileServices.d.ts.map +1 -0
- package/dist/react-native/operations/fileServices.js +130 -0
- package/dist/react-native/operations/fileServices.js.map +1 -0
- package/dist/react-native/operations/fileShares.d.ts +132 -0
- package/dist/react-native/operations/fileShares.d.ts.map +1 -0
- package/dist/react-native/operations/fileShares.js +406 -0
- package/dist/react-native/operations/fileShares.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +25 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +32 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/localUsersOperations.d.ts +98 -0
- package/dist/react-native/operations/localUsersOperations.d.ts.map +1 -0
- package/dist/react-native/operations/localUsersOperations.js +299 -0
- package/dist/react-native/operations/localUsersOperations.js.map +1 -0
- package/dist/react-native/operations/managementPolicies.d.ts +50 -0
- package/dist/react-native/operations/managementPolicies.d.ts.map +1 -0
- package/dist/react-native/operations/managementPolicies.js +126 -0
- package/dist/react-native/operations/managementPolicies.js.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +73 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +252 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operations/objectReplicationPoliciesOperations.d.ts +80 -0
- package/dist/react-native/operations/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/react-native/operations/objectReplicationPoliciesOperations.js +234 -0
- package/dist/react-native/operations/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +26 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +93 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +234 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +23 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +53 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/queue.d.ts +101 -0
- package/dist/react-native/operations/queue.d.ts.map +1 -0
- package/dist/react-native/operations/queue.js +315 -0
- package/dist/react-native/operations/queue.js.map +1 -0
- package/dist/react-native/operations/queueServices.d.ts +47 -0
- package/dist/react-native/operations/queueServices.d.ts.map +1 -0
- package/dist/react-native/operations/queueServices.js +130 -0
- package/dist/react-native/operations/queueServices.js.map +1 -0
- package/dist/react-native/operations/skus.d.ts +26 -0
- package/dist/react-native/operations/skus.d.ts.map +1 -0
- package/dist/react-native/operations/skus.js +93 -0
- package/dist/react-native/operations/skus.js.map +1 -0
- package/dist/react-native/operations/storageAccounts.d.ts +337 -0
- package/dist/react-native/operations/storageAccounts.d.ts.map +1 -0
- package/dist/react-native/operations/storageAccounts.js +1094 -0
- package/dist/react-native/operations/storageAccounts.js.map +1 -0
- package/dist/react-native/operations/storageTaskAssignmentInstancesReport.d.ts +53 -0
- package/dist/react-native/operations/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/react-native/operations/storageTaskAssignmentInstancesReport.js +177 -0
- package/dist/react-native/operations/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/react-native/operations/storageTaskAssignments.d.ts +141 -0
- package/dist/react-native/operations/storageTaskAssignments.d.ts.map +1 -0
- package/dist/react-native/operations/storageTaskAssignments.js +506 -0
- package/dist/react-native/operations/storageTaskAssignments.js.map +1 -0
- package/dist/react-native/operations/storageTaskAssignmentsInstancesReport.d.ts +44 -0
- package/dist/react-native/operations/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/react-native/operations/storageTaskAssignmentsInstancesReport.js +160 -0
- package/dist/react-native/operations/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/react-native/operations/tableOperations.d.ts +99 -0
- package/dist/react-native/operations/tableOperations.d.ts.map +1 -0
- package/dist/react-native/operations/tableOperations.js +309 -0
- package/dist/react-native/operations/tableOperations.js.map +1 -0
- package/dist/react-native/operations/tableServices.d.ts +47 -0
- package/dist/react-native/operations/tableServices.d.ts.map +1 -0
- package/dist/react-native/operations/tableServices.js +130 -0
- package/dist/react-native/operations/tableServices.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +28 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +99 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/blobContainers.d.ts +246 -0
- package/dist/react-native/operationsInterfaces/blobContainers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/blobContainers.js +9 -0
- package/dist/react-native/operationsInterfaces/blobContainers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/blobInventoryPolicies.d.ts +53 -0
- package/dist/react-native/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/blobInventoryPolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/blobServices.d.ts +40 -0
- package/dist/react-native/operationsInterfaces/blobServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/blobServices.js +9 -0
- package/dist/react-native/operationsInterfaces/blobServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedAccounts.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedAccounts.js +9 -0
- package/dist/react-native/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/encryptionScopes.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/encryptionScopes.js +9 -0
- package/dist/react-native/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fileServices.d.ts +39 -0
- package/dist/react-native/operationsInterfaces/fileServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fileServices.js +9 -0
- package/dist/react-native/operationsInterfaces/fileServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fileShares.d.ts +101 -0
- package/dist/react-native/operationsInterfaces/fileShares.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fileShares.js +9 -0
- package/dist/react-native/operationsInterfaces/fileShares.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +32 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/localUsersOperations.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/localUsersOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/localUsersOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/localUsersOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managementPolicies.d.ts +42 -0
- package/dist/react-native/operationsInterfaces/managementPolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managementPolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/managementPolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +53 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +53 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/queue.d.ts +70 -0
- package/dist/react-native/operationsInterfaces/queue.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/queue.js +9 -0
- package/dist/react-native/operationsInterfaces/queue.js.map +1 -0
- package/dist/react-native/operationsInterfaces/queueServices.d.ts +39 -0
- package/dist/react-native/operationsInterfaces/queueServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/queueServices.js +9 -0
- package/dist/react-native/operationsInterfaces/queueServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.js +9 -0
- package/dist/react-native/operationsInterfaces/skus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/storageAccounts.d.ts +297 -0
- package/dist/react-native/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/storageAccounts.js +9 -0
- package/dist/react-native/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentInstancesReport.js +9 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentInstancesReport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignments.d.ts +112 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignments.js +9 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentsInstancesReport.js +9 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentsInstancesReport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tableOperations.d.ts +68 -0
- package/dist/react-native/operationsInterfaces/tableOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tableOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/tableOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tableServices.d.ts +39 -0
- package/dist/react-native/operationsInterfaces/tableServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tableServices.js +9 -0
- package/dist/react-native/operationsInterfaces/tableServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/storageManagementClient.d.ts +43 -0
- package/dist/react-native/storageManagementClient.d.ts.map +1 -0
- package/dist/react-native/storageManagementClient.js +124 -0
- package/dist/react-native/storageManagementClient.js.map +1 -0
- package/package.json +66 -36
- package/dist/index.js +0 -14904
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersClearLegalHoldSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersClearLegalHoldSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersClearLegalHoldSample.js +0 -31
- package/dist-esm/samples-dev/blobContainersClearLegalHoldSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersCreateOrUpdateImmutabilityPolicySample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersCreateOrUpdateImmutabilityPolicySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersCreateOrUpdateImmutabilityPolicySample.js +0 -59
- package/dist-esm/samples-dev/blobContainersCreateOrUpdateImmutabilityPolicySample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersCreateSample.js +0 -76
- package/dist-esm/samples-dev/blobContainersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersDeleteImmutabilityPolicySample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersDeleteImmutabilityPolicySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersDeleteImmutabilityPolicySample.js +0 -38
- package/dist-esm/samples-dev/blobContainersDeleteImmutabilityPolicySample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersDeleteSample.js +0 -37
- package/dist-esm/samples-dev/blobContainersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersExtendImmutabilityPolicySample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersExtendImmutabilityPolicySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersExtendImmutabilityPolicySample.js +0 -37
- package/dist-esm/samples-dev/blobContainersExtendImmutabilityPolicySample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersGetImmutabilityPolicySample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersGetImmutabilityPolicySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersGetImmutabilityPolicySample.js +0 -37
- package/dist-esm/samples-dev/blobContainersGetImmutabilityPolicySample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersGetSample.js +0 -56
- package/dist-esm/samples-dev/blobContainersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersLeaseSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersLeaseSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersLeaseSample.js +0 -65
- package/dist-esm/samples-dev/blobContainersLeaseSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersListSample.js +0 -81
- package/dist-esm/samples-dev/blobContainersListSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersLockImmutabilityPolicySample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersLockImmutabilityPolicySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersLockImmutabilityPolicySample.js +0 -38
- package/dist-esm/samples-dev/blobContainersLockImmutabilityPolicySample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersObjectLevelWormSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersObjectLevelWormSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersObjectLevelWormSample.js +0 -37
- package/dist-esm/samples-dev/blobContainersObjectLevelWormSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersSetLegalHoldSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersSetLegalHoldSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersSetLegalHoldSample.js +0 -54
- package/dist-esm/samples-dev/blobContainersSetLegalHoldSample.js.map +0 -1
- package/dist-esm/samples-dev/blobContainersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobContainersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobContainersUpdateSample.js +0 -34
- package/dist-esm/samples-dev/blobContainersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobInventoryPoliciesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesCreateOrUpdateSample.js +0 -283
- package/dist-esm/samples-dev/blobInventoryPoliciesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobInventoryPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/blobInventoryPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobInventoryPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesGetSample.js +0 -37
- package/dist-esm/samples-dev/blobInventoryPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobInventoryPoliciesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesListSample.js +0 -52
- package/dist-esm/samples-dev/blobInventoryPoliciesListSample.js.map +0 -1
- package/dist-esm/samples-dev/blobServicesGetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobServicesGetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobServicesGetServicePropertiesSample.js +0 -36
- package/dist-esm/samples-dev/blobServicesGetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/blobServicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobServicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobServicesListSample.js +0 -52
- package/dist-esm/samples-dev/blobServicesListSample.js.map +0 -1
- package/dist-esm/samples-dev/blobServicesSetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/blobServicesSetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/blobServicesSetServicePropertiesSample.js +0 -112
- package/dist-esm/samples-dev/blobServicesSetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/deletedAccountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsGetSample.js +0 -36
- package/dist-esm/samples-dev/deletedAccountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/deletedAccountsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsListSample.js +0 -50
- package/dist-esm/samples-dev/deletedAccountsListSample.js.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/encryptionScopesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesGetSample.js +0 -37
- package/dist-esm/samples-dev/encryptionScopesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/encryptionScopesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesListSample.js +0 -52
- package/dist-esm/samples-dev/encryptionScopesListSample.js.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesPatchSample.d.ts +0 -2
- package/dist-esm/samples-dev/encryptionScopesPatchSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesPatchSample.js +0 -36
- package/dist-esm/samples-dev/encryptionScopesPatchSample.js.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/encryptionScopesPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesPutSample.js +0 -53
- package/dist-esm/samples-dev/encryptionScopesPutSample.js.map +0 -1
- package/dist-esm/samples-dev/fileServicesGetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileServicesGetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileServicesGetServicePropertiesSample.js +0 -36
- package/dist-esm/samples-dev/fileServicesGetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/fileServicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileServicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileServicesListSample.js +0 -36
- package/dist-esm/samples-dev/fileServicesListSample.js.map +0 -1
- package/dist-esm/samples-dev/fileServicesSetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileServicesSetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileServicesSetServicePropertiesSample.js +0 -105
- package/dist-esm/samples-dev/fileServicesSetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSharesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSharesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSharesCreateSample.js +0 -71
- package/dist-esm/samples-dev/fileSharesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSharesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSharesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSharesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/fileSharesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSharesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSharesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSharesGetSample.js +0 -51
- package/dist-esm/samples-dev/fileSharesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSharesLeaseSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSharesLeaseSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSharesLeaseSample.js +0 -65
- package/dist-esm/samples-dev/fileSharesLeaseSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSharesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSharesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSharesListSample.js +0 -117
- package/dist-esm/samples-dev/fileSharesListSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSharesRestoreSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSharesRestoreSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSharesRestoreSample.js +0 -34
- package/dist-esm/samples-dev/fileSharesRestoreSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSharesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSharesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSharesUpdateSample.js +0 -62
- package/dist-esm/samples-dev/fileSharesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/localUsersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/localUsersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localUsersCreateOrUpdateSample.js +0 -93
- package/dist-esm/samples-dev/localUsersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/localUsersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/localUsersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localUsersDeleteSample.js +0 -37
- package/dist-esm/samples-dev/localUsersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/localUsersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/localUsersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localUsersGetSample.js +0 -37
- package/dist-esm/samples-dev/localUsersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/localUsersListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/localUsersListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localUsersListKeysSample.js +0 -37
- package/dist-esm/samples-dev/localUsersListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/localUsersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/localUsersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localUsersListSample.js +0 -81
- package/dist-esm/samples-dev/localUsersListSample.js.map +0 -1
- package/dist-esm/samples-dev/localUsersRegeneratePasswordSample.d.ts +0 -2
- package/dist-esm/samples-dev/localUsersRegeneratePasswordSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localUsersRegeneratePasswordSample.js +0 -37
- package/dist-esm/samples-dev/localUsersRegeneratePasswordSample.js.map +0 -1
- package/dist-esm/samples-dev/managementPoliciesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementPoliciesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementPoliciesCreateOrUpdateSample.js +0 -410
- package/dist-esm/samples-dev/managementPoliciesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managementPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementPoliciesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/managementPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managementPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementPoliciesGetSample.js +0 -37
- package/dist-esm/samples-dev/managementPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js +0 -37
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.js +0 -52
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js +0 -37
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/objectReplicationPoliciesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesCreateOrUpdateSample.js +0 -143
- package/dist-esm/samples-dev/objectReplicationPoliciesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/objectReplicationPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/objectReplicationPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/objectReplicationPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesGetSample.js +0 -37
- package/dist-esm/samples-dev/objectReplicationPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/objectReplicationPoliciesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesListSample.js +0 -52
- package/dist-esm/samples-dev/objectReplicationPoliciesListSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -50
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -52
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js +0 -36
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByStorageAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByStorageAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByStorageAccountSample.js +0 -36
- package/dist-esm/samples-dev/privateLinkResourcesListByStorageAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/queueCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueCreateSample.js +0 -53
- package/dist-esm/samples-dev/queueCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/queueDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueDeleteSample.js +0 -37
- package/dist-esm/samples-dev/queueDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/queueGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueGetSample.js +0 -37
- package/dist-esm/samples-dev/queueGetSample.js.map +0 -1
- package/dist-esm/samples-dev/queueListSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueListSample.js +0 -52
- package/dist-esm/samples-dev/queueListSample.js.map +0 -1
- package/dist-esm/samples-dev/queueServicesGetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueServicesGetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueServicesGetServicePropertiesSample.js +0 -36
- package/dist-esm/samples-dev/queueServicesGetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/queueServicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueServicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueServicesListSample.js +0 -36
- package/dist-esm/samples-dev/queueServicesListSample.js.map +0 -1
- package/dist-esm/samples-dev/queueServicesSetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueServicesSetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueServicesSetServicePropertiesSample.js +0 -56
- package/dist-esm/samples-dev/queueServicesSetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/queueUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/queueUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queueUpdateSample.js +0 -31
- package/dist-esm/samples-dev/queueUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/skusListSample.d.ts +0 -2
- package/dist-esm/samples-dev/skusListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/skusListSample.js +0 -50
- package/dist-esm/samples-dev/skusListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsAbortHierarchicalNamespaceMigrationSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsAbortHierarchicalNamespaceMigrationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsAbortHierarchicalNamespaceMigrationSample.js +0 -36
- package/dist-esm/samples-dev/storageAccountsAbortHierarchicalNamespaceMigrationSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsCheckNameAvailabilitySample.js +0 -31
- package/dist-esm/samples-dev/storageAccountsCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsCreateSample.js +0 -521
- package/dist-esm/samples-dev/storageAccountsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsCustomerInitiatedMigrationSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsCustomerInitiatedMigrationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsCustomerInitiatedMigrationSample.js +0 -30
- package/dist-esm/samples-dev/storageAccountsCustomerInitiatedMigrationSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/storageAccountsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsFailoverSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsFailoverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsFailoverSample.js +0 -54
- package/dist-esm/samples-dev/storageAccountsFailoverSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsGetCustomerInitiatedMigrationSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsGetCustomerInitiatedMigrationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsGetCustomerInitiatedMigrationSample.js +0 -56
- package/dist-esm/samples-dev/storageAccountsGetCustomerInitiatedMigrationSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsGetPropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsGetPropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsGetPropertiesSample.js +0 -123
- package/dist-esm/samples-dev/storageAccountsGetPropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsHierarchicalNamespaceMigrationSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsHierarchicalNamespaceMigrationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsHierarchicalNamespaceMigrationSample.js +0 -37
- package/dist-esm/samples-dev/storageAccountsHierarchicalNamespaceMigrationSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListAccountSasSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsListAccountSasSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListAccountSasSample.js +0 -38
- package/dist-esm/samples-dev/storageAccountsListAccountSasSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListKeysSample.js +0 -36
- package/dist-esm/samples-dev/storageAccountsListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListSample.js +0 -50
- package/dist-esm/samples-dev/storageAccountsListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListServiceSasSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsListServiceSasSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListServiceSasSample.js +0 -35
- package/dist-esm/samples-dev/storageAccountsListServiceSasSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsRegenerateKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsRegenerateKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsRegenerateKeySample.js +0 -53
- package/dist-esm/samples-dev/storageAccountsRegenerateKeySample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsRestoreBlobRangesSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsRestoreBlobRangesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsRestoreBlobRangesSample.js +0 -36
- package/dist-esm/samples-dev/storageAccountsRestoreBlobRangesSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsRevokeUserDelegationKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsRevokeUserDelegationKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsRevokeUserDelegationKeysSample.js +0 -36
- package/dist-esm/samples-dev/storageAccountsRevokeUserDelegationKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsUpdateSample.js +0 -335
- package/dist-esm/samples-dev/storageAccountsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentInstancesReportListSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentInstancesReportListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentInstancesReportListSample.js +0 -53
- package/dist-esm/samples-dev/storageTaskAssignmentInstancesReportListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsCreateSample.js +0 -78
- package/dist-esm/samples-dev/storageTaskAssignmentsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/storageTaskAssignmentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsGetSample.js +0 -37
- package/dist-esm/samples-dev/storageTaskAssignmentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsInstancesReportListSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentsInstancesReportListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsInstancesReportListSample.js +0 -52
- package/dist-esm/samples-dev/storageTaskAssignmentsInstancesReportListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsListSample.js +0 -52
- package/dist-esm/samples-dev/storageTaskAssignmentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentsUpdateSample.js +0 -44
- package/dist-esm/samples-dev/storageTaskAssignmentsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/tableCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableCreateSample.js +0 -70
- package/dist-esm/samples-dev/tableCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/tableDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableDeleteSample.js +0 -37
- package/dist-esm/samples-dev/tableDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/tableGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableGetSample.js +0 -37
- package/dist-esm/samples-dev/tableGetSample.js.map +0 -1
- package/dist-esm/samples-dev/tableListSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableListSample.js +0 -52
- package/dist-esm/samples-dev/tableListSample.js.map +0 -1
- package/dist-esm/samples-dev/tableServicesGetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableServicesGetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableServicesGetServicePropertiesSample.js +0 -36
- package/dist-esm/samples-dev/tableServicesGetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/tableServicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableServicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableServicesListSample.js +0 -36
- package/dist-esm/samples-dev/tableServicesListSample.js.map +0 -1
- package/dist-esm/samples-dev/tableServicesSetServicePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableServicesSetServicePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableServicesSetServicePropertiesSample.js +0 -56
- package/dist-esm/samples-dev/tableServicesSetServicePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/tableUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/tableUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tableUpdateSample.js +0 -70
- package/dist-esm/samples-dev/tableUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesListByLocationSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListByLocationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListByLocationSample.js +0 -51
- package/dist-esm/samples-dev/usagesListByLocationSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -637
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/blobContainers.d.ts +0 -278
- package/dist-esm/src/operations/blobContainers.d.ts.map +0 -1
- package/dist-esm/src/operations/blobContainers.js +0 -735
- package/dist-esm/src/operations/blobContainers.js.map +0 -1
- package/dist-esm/src/operations/blobInventoryPolicies.d.ts +0 -73
- package/dist-esm/src/operations/blobInventoryPolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/blobInventoryPolicies.js +0 -227
- package/dist-esm/src/operations/blobInventoryPolicies.js.map +0 -1
- package/dist-esm/src/operations/blobServices.d.ts +0 -60
- package/dist-esm/src/operations/blobServices.d.ts.map +0 -1
- package/dist-esm/src/operations/blobServices.js +0 -176
- package/dist-esm/src/operations/blobServices.js.map +0 -1
- package/dist-esm/src/operations/deletedAccounts.d.ts +0 -39
- package/dist-esm/src/operations/deletedAccounts.d.ts.map +0 -1
- package/dist-esm/src/operations/deletedAccounts.js +0 -167
- package/dist-esm/src/operations/deletedAccounts.js.map +0 -1
- package/dist-esm/src/operations/encryptionScopes.d.ts +0 -94
- package/dist-esm/src/operations/encryptionScopes.d.ts.map +0 -1
- package/dist-esm/src/operations/encryptionScopes.js +0 -296
- package/dist-esm/src/operations/encryptionScopes.js.map +0 -1
- package/dist-esm/src/operations/fileServices.d.ts +0 -47
- package/dist-esm/src/operations/fileServices.d.ts.map +0 -1
- package/dist-esm/src/operations/fileServices.js +0 -130
- package/dist-esm/src/operations/fileServices.js.map +0 -1
- package/dist-esm/src/operations/fileShares.d.ts +0 -132
- package/dist-esm/src/operations/fileShares.d.ts.map +0 -1
- package/dist-esm/src/operations/fileShares.js +0 -406
- package/dist-esm/src/operations/fileShares.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -25
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -32
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/localUsersOperations.d.ts +0 -98
- package/dist-esm/src/operations/localUsersOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/localUsersOperations.js +0 -299
- package/dist-esm/src/operations/localUsersOperations.js.map +0 -1
- package/dist-esm/src/operations/managementPolicies.d.ts +0 -50
- package/dist-esm/src/operations/managementPolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/managementPolicies.js +0 -126
- package/dist-esm/src/operations/managementPolicies.js.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts +0 -73
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js +0 -256
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts +0 -80
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js +0 -234
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -26
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -93
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -73
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -234
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -23
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -53
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/queue.d.ts +0 -101
- package/dist-esm/src/operations/queue.d.ts.map +0 -1
- package/dist-esm/src/operations/queue.js +0 -315
- package/dist-esm/src/operations/queue.js.map +0 -1
- package/dist-esm/src/operations/queueServices.d.ts +0 -47
- package/dist-esm/src/operations/queueServices.d.ts.map +0 -1
- package/dist-esm/src/operations/queueServices.js +0 -130
- package/dist-esm/src/operations/queueServices.js.map +0 -1
- package/dist-esm/src/operations/skus.d.ts +0 -26
- package/dist-esm/src/operations/skus.d.ts.map +0 -1
- package/dist-esm/src/operations/skus.js +0 -93
- package/dist-esm/src/operations/skus.js.map +0 -1
- package/dist-esm/src/operations/storageAccounts.d.ts +0 -337
- package/dist-esm/src/operations/storageAccounts.d.ts.map +0 -1
- package/dist-esm/src/operations/storageAccounts.js +0 -1118
- package/dist-esm/src/operations/storageAccounts.js.map +0 -1
- package/dist-esm/src/operations/storageTaskAssignmentInstancesReport.d.ts +0 -53
- package/dist-esm/src/operations/storageTaskAssignmentInstancesReport.d.ts.map +0 -1
- package/dist-esm/src/operations/storageTaskAssignmentInstancesReport.js +0 -177
- package/dist-esm/src/operations/storageTaskAssignmentInstancesReport.js.map +0 -1
- package/dist-esm/src/operations/storageTaskAssignments.d.ts +0 -141
- package/dist-esm/src/operations/storageTaskAssignments.d.ts.map +0 -1
- package/dist-esm/src/operations/storageTaskAssignments.js +0 -518
- package/dist-esm/src/operations/storageTaskAssignments.js.map +0 -1
- package/dist-esm/src/operations/storageTaskAssignmentsInstancesReport.d.ts +0 -44
- package/dist-esm/src/operations/storageTaskAssignmentsInstancesReport.d.ts.map +0 -1
- package/dist-esm/src/operations/storageTaskAssignmentsInstancesReport.js +0 -160
- package/dist-esm/src/operations/storageTaskAssignmentsInstancesReport.js.map +0 -1
- package/dist-esm/src/operations/tableOperations.d.ts +0 -99
- package/dist-esm/src/operations/tableOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/tableOperations.js +0 -309
- package/dist-esm/src/operations/tableOperations.js.map +0 -1
- package/dist-esm/src/operations/tableServices.d.ts +0 -47
- package/dist-esm/src/operations/tableServices.d.ts.map +0 -1
- package/dist-esm/src/operations/tableServices.js +0 -130
- package/dist-esm/src/operations/tableServices.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts +0 -28
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js +0 -99
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/blobContainers.d.ts +0 -246
- package/dist-esm/src/operationsInterfaces/blobContainers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/blobContainers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts +0 -53
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/blobServices.d.ts +0 -40
- package/dist-esm/src/operationsInterfaces/blobServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/blobServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts +0 -18
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/deletedAccounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/encryptionScopes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fileServices.d.ts +0 -39
- package/dist-esm/src/operationsInterfaces/fileServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fileServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fileShares.d.ts +0 -101
- package/dist-esm/src/operationsInterfaces/fileShares.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fileShares.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -25
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -32
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/localUsersOperations.d.ts +0 -78
- package/dist-esm/src/operationsInterfaces/localUsersOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/localUsersOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts +0 -42
- package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managementPolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -53
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -53
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/queue.d.ts +0 -70
- package/dist-esm/src/operationsInterfaces/queue.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/queue.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/queueServices.d.ts +0 -39
- package/dist-esm/src/operationsInterfaces/queueServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/queueServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/skus.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/skus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/skus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts +0 -297
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts +0 -18
- package/dist-esm/src/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTaskAssignmentInstancesReport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTaskAssignments.d.ts +0 -112
- package/dist-esm/src/operationsInterfaces/storageTaskAssignments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTaskAssignments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTaskAssignmentsInstancesReport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/tableOperations.d.ts +0 -68
- package/dist-esm/src/operationsInterfaces/tableOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/tableOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/tableServices.d.ts +0 -39
- package/dist-esm/src/operationsInterfaces/tableServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/tableServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/storageManagementClient.d.ts +0 -43
- package/dist-esm/src/storageManagementClient.d.ts.map +0 -1
- package/dist-esm/src/storageManagementClient.js +0 -127
- package/dist-esm/src/storageManagementClient.js.map +0 -1
- package/dist-esm/test/storage_examples.d.ts +0 -4
- package/dist-esm/test/storage_examples.d.ts.map +0 -1
- package/dist-esm/test/storage_examples.js +0 -203
- package/dist-esm/test/storage_examples.js.map +0 -1
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -5358
- package/src/models/mappers.ts +0 -7298
- package/src/models/parameters.ts +0 -747
- package/src/operations/blobContainers.ts +0 -954
- package/src/operations/blobInventoryPolicies.ts +0 -288
- package/src/operations/blobServices.ts +0 -224
- package/src/operations/deletedAccounts.ts +0 -193
- package/src/operations/encryptionScopes.ts +0 -374
- package/src/operations/fileServices.ts +0 -170
- package/src/operations/fileShares.ts +0 -518
- package/src/operations/index.ts +0 -32
- package/src/operations/localUsersOperations.ts +0 -381
- package/src/operations/managementPolicies.ts +0 -169
- package/src/operations/networkSecurityPerimeterConfigurations.ts +0 -343
- package/src/operations/objectReplicationPoliciesOperations.ts +0 -296
- package/src/operations/operations.ts +0 -100
- package/src/operations/privateEndpointConnections.ts +0 -296
- package/src/operations/privateLinkResources.ts +0 -71
- package/src/operations/queue.ts +0 -404
- package/src/operations/queueServices.ts +0 -170
- package/src/operations/skus.ts +0 -98
- package/src/operations/storageAccounts.ts +0 -1468
- package/src/operations/storageTaskAssignmentInstancesReport.ts +0 -240
- package/src/operations/storageTaskAssignments.ts +0 -700
- package/src/operations/storageTaskAssignmentsInstancesReport.ts +0 -205
- package/src/operations/tableOperations.ts +0 -395
- package/src/operations/tableServices.ts +0 -170
- package/src/operations/usages.ts +0 -113
- package/src/operationsInterfaces/blobContainers.ts +0 -365
- package/src/operationsInterfaces/blobInventoryPolicies.ts +0 -91
- package/src/operationsInterfaces/blobServices.ts +0 -69
- package/src/operationsInterfaces/deletedAccounts.ts +0 -38
- package/src/operationsInterfaces/encryptionScopes.ts +0 -102
- package/src/operationsInterfaces/fileServices.ts +0 -68
- package/src/operationsInterfaces/fileShares.ts +0 -162
- package/src/operationsInterfaces/index.ts +0 -32
- package/src/operationsInterfaces/localUsersOperations.ts +0 -129
- package/src/operationsInterfaces/managementPolicies.ts +0 -74
- package/src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts +0 -93
- package/src/operationsInterfaces/objectReplicationPoliciesOperations.ts +0 -97
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -90
- package/src/operationsInterfaces/privateLinkResources.ts +0 -30
- package/src/operationsInterfaces/queue.ts +0 -116
- package/src/operationsInterfaces/queueServices.ts +0 -68
- package/src/operationsInterfaces/skus.ts +0 -22
- package/src/operationsInterfaces/storageAccounts.ts +0 -460
- package/src/operationsInterfaces/storageTaskAssignmentInstancesReport.ts +0 -35
- package/src/operationsInterfaces/storageTaskAssignments.ts +0 -191
- package/src/operationsInterfaces/storageTaskAssignmentsInstancesReport.ts +0 -31
- package/src/operationsInterfaces/tableOperations.ts +0 -111
- package/src/operationsInterfaces/tableServices.ts +0 -68
- package/src/operationsInterfaces/usages.ts +0 -24
- package/src/pagingHelper.ts +0 -39
- package/src/storageManagementClient.ts +0 -241
- package/tsconfig.json +0 -33
- package/types/arm-storage.d.ts +0 -6885
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/blobContainers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/blobInventoryPolicies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/blobServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/deletedAccounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/encryptionScopes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fileServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fileShares.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/localUsersOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managementPolicies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/objectReplicationPoliciesOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/queue.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/queueServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageAccounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageTaskAssignmentInstancesReport.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageTaskAssignments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageTaskAssignmentsInstancesReport.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/tableOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/tableServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -0,0 +1,126 @@
|
|
|
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 * as coreClient from "@azure/core-client";
|
|
9
|
+
import * as Mappers from "../models/mappers.js";
|
|
10
|
+
import * as Parameters from "../models/parameters.js";
|
|
11
|
+
/** Class containing ManagementPolicies operations. */
|
|
12
|
+
export class ManagementPoliciesImpl {
|
|
13
|
+
/**
|
|
14
|
+
* Initialize a new instance of the class ManagementPolicies class.
|
|
15
|
+
* @param client Reference to the service client
|
|
16
|
+
*/
|
|
17
|
+
constructor(client) {
|
|
18
|
+
this.client = client;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Gets the managementpolicy associated with the specified storage account.
|
|
22
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
23
|
+
* case insensitive.
|
|
24
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
25
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
26
|
+
* only.
|
|
27
|
+
* @param managementPolicyName The name of the Storage Account Management Policy. It should always be
|
|
28
|
+
* 'default'
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
get(resourceGroupName, accountName, managementPolicyName, options) {
|
|
32
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, managementPolicyName, options }, getOperationSpec);
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Sets the managementpolicy to the specified storage account.
|
|
36
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
37
|
+
* case insensitive.
|
|
38
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
39
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
40
|
+
* only.
|
|
41
|
+
* @param managementPolicyName The name of the Storage Account Management Policy. It should always be
|
|
42
|
+
* 'default'
|
|
43
|
+
* @param properties The ManagementPolicy set to a storage account.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
createOrUpdate(resourceGroupName, accountName, managementPolicyName, properties, options) {
|
|
47
|
+
return this.client.sendOperationRequest({
|
|
48
|
+
resourceGroupName,
|
|
49
|
+
accountName,
|
|
50
|
+
managementPolicyName,
|
|
51
|
+
properties,
|
|
52
|
+
options,
|
|
53
|
+
}, createOrUpdateOperationSpec);
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Deletes the managementpolicy associated with the specified storage account.
|
|
57
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
58
|
+
* case insensitive.
|
|
59
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
60
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
61
|
+
* only.
|
|
62
|
+
* @param managementPolicyName The name of the Storage Account Management Policy. It should always be
|
|
63
|
+
* 'default'
|
|
64
|
+
* @param options The options parameters.
|
|
65
|
+
*/
|
|
66
|
+
delete(resourceGroupName, accountName, managementPolicyName, options) {
|
|
67
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, managementPolicyName, options }, deleteOperationSpec);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
// Operation Specifications
|
|
71
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
72
|
+
const getOperationSpec = {
|
|
73
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/managementPolicies/{managementPolicyName}",
|
|
74
|
+
httpMethod: "GET",
|
|
75
|
+
responses: {
|
|
76
|
+
200: {
|
|
77
|
+
bodyMapper: Mappers.ManagementPolicy,
|
|
78
|
+
},
|
|
79
|
+
},
|
|
80
|
+
queryParameters: [Parameters.apiVersion],
|
|
81
|
+
urlParameters: [
|
|
82
|
+
Parameters.$host,
|
|
83
|
+
Parameters.resourceGroupName,
|
|
84
|
+
Parameters.accountName,
|
|
85
|
+
Parameters.subscriptionId,
|
|
86
|
+
Parameters.managementPolicyName,
|
|
87
|
+
],
|
|
88
|
+
headerParameters: [Parameters.accept],
|
|
89
|
+
serializer,
|
|
90
|
+
};
|
|
91
|
+
const createOrUpdateOperationSpec = {
|
|
92
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/managementPolicies/{managementPolicyName}",
|
|
93
|
+
httpMethod: "PUT",
|
|
94
|
+
responses: {
|
|
95
|
+
200: {
|
|
96
|
+
bodyMapper: Mappers.ManagementPolicy,
|
|
97
|
+
},
|
|
98
|
+
},
|
|
99
|
+
requestBody: Parameters.properties,
|
|
100
|
+
queryParameters: [Parameters.apiVersion],
|
|
101
|
+
urlParameters: [
|
|
102
|
+
Parameters.$host,
|
|
103
|
+
Parameters.resourceGroupName,
|
|
104
|
+
Parameters.accountName,
|
|
105
|
+
Parameters.subscriptionId,
|
|
106
|
+
Parameters.managementPolicyName,
|
|
107
|
+
],
|
|
108
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
109
|
+
mediaType: "json",
|
|
110
|
+
serializer,
|
|
111
|
+
};
|
|
112
|
+
const deleteOperationSpec = {
|
|
113
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/managementPolicies/{managementPolicyName}",
|
|
114
|
+
httpMethod: "DELETE",
|
|
115
|
+
responses: { 200: {}, 204: {} },
|
|
116
|
+
queryParameters: [Parameters.apiVersion],
|
|
117
|
+
urlParameters: [
|
|
118
|
+
Parameters.$host,
|
|
119
|
+
Parameters.resourceGroupName,
|
|
120
|
+
Parameters.accountName,
|
|
121
|
+
Parameters.subscriptionId,
|
|
122
|
+
Parameters.managementPolicyName,
|
|
123
|
+
],
|
|
124
|
+
serializer,
|
|
125
|
+
};
|
|
126
|
+
//# sourceMappingURL=managementPolicies.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managementPolicies.js","sourceRoot":"","sources":["../../../src/operations/managementPolicies.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 { ManagementPolicies } 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 ManagementPolicyName,\n ManagementPoliciesGetOptionalParams,\n ManagementPoliciesGetResponse,\n ManagementPolicy,\n ManagementPoliciesCreateOrUpdateOptionalParams,\n ManagementPoliciesCreateOrUpdateResponse,\n ManagementPoliciesDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/** Class containing ManagementPolicies operations. */\nexport class ManagementPoliciesImpl implements ManagementPolicies {\n private readonly client: StorageManagementClient;\n\n /**\n * Initialize a new instance of the class ManagementPolicies class.\n * @param client Reference to the service client\n */\n constructor(client: StorageManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets the managementpolicy associated with 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 managementPolicyName The name of the Storage Account Management Policy. It should always be\n * 'default'\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n managementPolicyName: ManagementPolicyName,\n options?: ManagementPoliciesGetOptionalParams,\n ): Promise<ManagementPoliciesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, managementPolicyName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Sets the managementpolicy to 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 managementPolicyName The name of the Storage Account Management Policy. It should always be\n * 'default'\n * @param properties The ManagementPolicy set to a storage account.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n accountName: string,\n managementPolicyName: ManagementPolicyName,\n properties: ManagementPolicy,\n options?: ManagementPoliciesCreateOrUpdateOptionalParams,\n ): Promise<ManagementPoliciesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n managementPolicyName,\n properties,\n options,\n },\n createOrUpdateOperationSpec,\n );\n }\n\n /**\n * Deletes the managementpolicy associated with 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 managementPolicyName The name of the Storage Account Management Policy. It should always be\n * 'default'\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n accountName: string,\n managementPolicyName: ManagementPolicyName,\n options?: ManagementPoliciesDeleteOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, managementPolicyName, options },\n deleteOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/managementPolicies/{managementPolicyName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementPolicy,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.managementPolicyName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/managementPolicies/{managementPolicyName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementPolicy,\n },\n },\n requestBody: Parameters.properties,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.managementPolicyName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/managementPolicies/{managementPolicyName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 204: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.managementPolicyName,\n ],\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { NetworkSecurityPerimeterConfigurations } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { StorageManagementClient } from "../storageManagementClient.js";
|
|
4
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
+
import { NetworkSecurityPerimeterConfiguration, NetworkSecurityPerimeterConfigurationsListOptionalParams, NetworkSecurityPerimeterConfigurationsGetOptionalParams, NetworkSecurityPerimeterConfigurationsGetResponse, NetworkSecurityPerimeterConfigurationsReconcileOptionalParams, NetworkSecurityPerimeterConfigurationsReconcileResponse } from "../models/index.js";
|
|
6
|
+
/** Class containing NetworkSecurityPerimeterConfigurations operations. */
|
|
7
|
+
export declare class NetworkSecurityPerimeterConfigurationsImpl implements NetworkSecurityPerimeterConfigurations {
|
|
8
|
+
private readonly client;
|
|
9
|
+
/**
|
|
10
|
+
* Initialize a new instance of the class NetworkSecurityPerimeterConfigurations class.
|
|
11
|
+
* @param client Reference to the service client
|
|
12
|
+
*/
|
|
13
|
+
constructor(client: StorageManagementClient);
|
|
14
|
+
/**
|
|
15
|
+
* Gets list of effective NetworkSecurityPerimeterConfiguration for storage account
|
|
16
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
17
|
+
* case insensitive.
|
|
18
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
19
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
20
|
+
* only.
|
|
21
|
+
* @param options The options parameters.
|
|
22
|
+
*/
|
|
23
|
+
list(resourceGroupName: string, accountName: string, options?: NetworkSecurityPerimeterConfigurationsListOptionalParams): PagedAsyncIterableIterator<NetworkSecurityPerimeterConfiguration>;
|
|
24
|
+
private listPagingPage;
|
|
25
|
+
private listPagingAll;
|
|
26
|
+
/**
|
|
27
|
+
* Gets list of effective NetworkSecurityPerimeterConfiguration for storage account
|
|
28
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
29
|
+
* case insensitive.
|
|
30
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
31
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
32
|
+
* only.
|
|
33
|
+
* @param options The options parameters.
|
|
34
|
+
*/
|
|
35
|
+
private _list;
|
|
36
|
+
/**
|
|
37
|
+
* Gets effective NetworkSecurityPerimeterConfiguration for association
|
|
38
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
39
|
+
* case insensitive.
|
|
40
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
41
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
42
|
+
* only.
|
|
43
|
+
* @param networkSecurityPerimeterConfigurationName The name for Network Security Perimeter
|
|
44
|
+
* configuration
|
|
45
|
+
* @param options The options parameters.
|
|
46
|
+
*/
|
|
47
|
+
get(resourceGroupName: string, accountName: string, networkSecurityPerimeterConfigurationName: string, options?: NetworkSecurityPerimeterConfigurationsGetOptionalParams): Promise<NetworkSecurityPerimeterConfigurationsGetResponse>;
|
|
48
|
+
/**
|
|
49
|
+
* Refreshes any information about the association.
|
|
50
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
51
|
+
* case insensitive.
|
|
52
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
53
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
54
|
+
* only.
|
|
55
|
+
* @param networkSecurityPerimeterConfigurationName The name for Network Security Perimeter
|
|
56
|
+
* configuration
|
|
57
|
+
* @param options The options parameters.
|
|
58
|
+
*/
|
|
59
|
+
beginReconcile(resourceGroupName: string, accountName: string, networkSecurityPerimeterConfigurationName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams): Promise<SimplePollerLike<OperationState<NetworkSecurityPerimeterConfigurationsReconcileResponse>, NetworkSecurityPerimeterConfigurationsReconcileResponse>>;
|
|
60
|
+
/**
|
|
61
|
+
* Refreshes any information about the association.
|
|
62
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
63
|
+
* case insensitive.
|
|
64
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
65
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
66
|
+
* only.
|
|
67
|
+
* @param networkSecurityPerimeterConfigurationName The name for Network Security Perimeter
|
|
68
|
+
* configuration
|
|
69
|
+
* @param options The options parameters.
|
|
70
|
+
*/
|
|
71
|
+
beginReconcileAndWait(resourceGroupName: string, accountName: string, networkSecurityPerimeterConfigurationName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams): Promise<NetworkSecurityPerimeterConfigurationsReconcileResponse>;
|
|
72
|
+
}
|
|
73
|
+
//# sourceMappingURL=networkSecurityPerimeterConfigurations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"networkSecurityPerimeterConfigurations.d.ts","sourceRoot":"","sources":["../../../src/operations/networkSecurityPerimeterConfigurations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,sCAAsC,EAAE,MAAM,kCAAkC,CAAC;AAI1F,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AACxE,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,qCAAqC,EACrC,wDAAwD,EAExD,uDAAuD,EACvD,iDAAiD,EACjD,6DAA6D,EAC7D,uDAAuD,EACxD,MAAM,oBAAoB,CAAC;AAG5B,0EAA0E;AAC1E,qBAAa,0CACX,YAAW,sCAAsC;IAEjD,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,wDAAwD,GACjE,0BAA0B,CAAC,qCAAqC,CAAC;YAuBrD,cAAc;YAWd,aAAa;IAc5B;;;;;;;;OAQG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;;;;;OAUG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,yCAAyC,EAAE,MAAM,EACjD,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CAAC,iDAAiD,CAAC;IAY7D;;;;;;;;;;OAUG;IACG,cAAc,CAClB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,yCAAyC,EAAE,MAAM,EACjD,OAAO,CAAC,EAAE,6DAA6D,GACtE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,uDAAuD,CAAC,EACvE,uDAAuD,CACxD,CACF;IA6DD;;;;;;;;;;OAUG;IACG,qBAAqB,CACzB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,yCAAyC,EAAE,MAAM,EACjD,OAAO,CAAC,EAAE,6DAA6D,GACtE,OAAO,CAAC,uDAAuD,CAAC;CASpE"}
|
|
@@ -0,0 +1,252 @@
|
|
|
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 * as coreClient from "@azure/core-client";
|
|
10
|
+
import * as Mappers from "../models/mappers.js";
|
|
11
|
+
import * as Parameters from "../models/parameters.js";
|
|
12
|
+
import { createHttpPoller, } from "@azure/core-lro";
|
|
13
|
+
import { createLroSpec } from "../lroImpl.js";
|
|
14
|
+
/// <reference lib="esnext.asynciterable" />
|
|
15
|
+
/** Class containing NetworkSecurityPerimeterConfigurations operations. */
|
|
16
|
+
export class NetworkSecurityPerimeterConfigurationsImpl {
|
|
17
|
+
/**
|
|
18
|
+
* Initialize a new instance of the class NetworkSecurityPerimeterConfigurations class.
|
|
19
|
+
* @param client Reference to the service client
|
|
20
|
+
*/
|
|
21
|
+
constructor(client) {
|
|
22
|
+
this.client = client;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Gets list of effective NetworkSecurityPerimeterConfiguration for storage account
|
|
26
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
27
|
+
* case insensitive.
|
|
28
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
29
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
30
|
+
* only.
|
|
31
|
+
* @param options The options parameters.
|
|
32
|
+
*/
|
|
33
|
+
list(resourceGroupName, accountName, options) {
|
|
34
|
+
const iter = this.listPagingAll(resourceGroupName, accountName, options);
|
|
35
|
+
return {
|
|
36
|
+
next() {
|
|
37
|
+
return iter.next();
|
|
38
|
+
},
|
|
39
|
+
[Symbol.asyncIterator]() {
|
|
40
|
+
return this;
|
|
41
|
+
},
|
|
42
|
+
byPage: (settings) => {
|
|
43
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
44
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
45
|
+
}
|
|
46
|
+
return this.listPagingPage(resourceGroupName, accountName, options, settings);
|
|
47
|
+
},
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
listPagingPage(resourceGroupName, accountName, options, _settings) {
|
|
51
|
+
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
52
|
+
let result;
|
|
53
|
+
result = yield __await(this._list(resourceGroupName, accountName, options));
|
|
54
|
+
yield yield __await(result.value || []);
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
listPagingAll(resourceGroupName, accountName, options) {
|
|
58
|
+
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
59
|
+
var _a, e_1, _b, _c;
|
|
60
|
+
try {
|
|
61
|
+
for (var _d = true, _e = __asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
62
|
+
_c = _f.value;
|
|
63
|
+
_d = false;
|
|
64
|
+
const page = _c;
|
|
65
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
69
|
+
finally {
|
|
70
|
+
try {
|
|
71
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
72
|
+
}
|
|
73
|
+
finally { if (e_1) throw e_1.error; }
|
|
74
|
+
}
|
|
75
|
+
});
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Gets list of effective NetworkSecurityPerimeterConfiguration for 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
|
+
_list(resourceGroupName, accountName, options) {
|
|
87
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, options }, listOperationSpec);
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Gets effective NetworkSecurityPerimeterConfiguration for association
|
|
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 networkSecurityPerimeterConfigurationName The name for Network Security Perimeter
|
|
97
|
+
* configuration
|
|
98
|
+
* @param options The options parameters.
|
|
99
|
+
*/
|
|
100
|
+
get(resourceGroupName, accountName, networkSecurityPerimeterConfigurationName, options) {
|
|
101
|
+
return this.client.sendOperationRequest({
|
|
102
|
+
resourceGroupName,
|
|
103
|
+
accountName,
|
|
104
|
+
networkSecurityPerimeterConfigurationName,
|
|
105
|
+
options,
|
|
106
|
+
}, getOperationSpec);
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* Refreshes any information about the association.
|
|
110
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
111
|
+
* case insensitive.
|
|
112
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
113
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
114
|
+
* only.
|
|
115
|
+
* @param networkSecurityPerimeterConfigurationName The name for Network Security Perimeter
|
|
116
|
+
* configuration
|
|
117
|
+
* @param options The options parameters.
|
|
118
|
+
*/
|
|
119
|
+
async beginReconcile(resourceGroupName, accountName, networkSecurityPerimeterConfigurationName, options) {
|
|
120
|
+
const directSendOperation = async (args, spec) => {
|
|
121
|
+
return this.client.sendOperationRequest(args, spec);
|
|
122
|
+
};
|
|
123
|
+
const sendOperationFn = async (args, spec) => {
|
|
124
|
+
var _a;
|
|
125
|
+
let currentRawResponse = undefined;
|
|
126
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
127
|
+
const callback = (rawResponse, flatResponse) => {
|
|
128
|
+
currentRawResponse = rawResponse;
|
|
129
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
130
|
+
};
|
|
131
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
132
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
133
|
+
return {
|
|
134
|
+
flatResponse,
|
|
135
|
+
rawResponse: {
|
|
136
|
+
statusCode: currentRawResponse.status,
|
|
137
|
+
body: currentRawResponse.parsedBody,
|
|
138
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
139
|
+
},
|
|
140
|
+
};
|
|
141
|
+
};
|
|
142
|
+
const lro = createLroSpec({
|
|
143
|
+
sendOperationFn,
|
|
144
|
+
args: {
|
|
145
|
+
resourceGroupName,
|
|
146
|
+
accountName,
|
|
147
|
+
networkSecurityPerimeterConfigurationName,
|
|
148
|
+
options,
|
|
149
|
+
},
|
|
150
|
+
spec: reconcileOperationSpec,
|
|
151
|
+
});
|
|
152
|
+
const poller = await createHttpPoller(lro, {
|
|
153
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
154
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
155
|
+
resourceLocationConfig: "location",
|
|
156
|
+
});
|
|
157
|
+
await poller.poll();
|
|
158
|
+
return poller;
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* Refreshes any information about the association.
|
|
162
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
163
|
+
* case insensitive.
|
|
164
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
165
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
166
|
+
* only.
|
|
167
|
+
* @param networkSecurityPerimeterConfigurationName The name for Network Security Perimeter
|
|
168
|
+
* configuration
|
|
169
|
+
* @param options The options parameters.
|
|
170
|
+
*/
|
|
171
|
+
async beginReconcileAndWait(resourceGroupName, accountName, networkSecurityPerimeterConfigurationName, options) {
|
|
172
|
+
const poller = await this.beginReconcile(resourceGroupName, accountName, networkSecurityPerimeterConfigurationName, options);
|
|
173
|
+
return poller.pollUntilDone();
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
// Operation Specifications
|
|
177
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
178
|
+
const listOperationSpec = {
|
|
179
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/networkSecurityPerimeterConfigurations",
|
|
180
|
+
httpMethod: "GET",
|
|
181
|
+
responses: {
|
|
182
|
+
200: {
|
|
183
|
+
bodyMapper: Mappers.NetworkSecurityPerimeterConfigurationList,
|
|
184
|
+
},
|
|
185
|
+
default: {
|
|
186
|
+
bodyMapper: Mappers.ErrorResponseAutoGenerated,
|
|
187
|
+
},
|
|
188
|
+
},
|
|
189
|
+
queryParameters: [Parameters.apiVersion],
|
|
190
|
+
urlParameters: [
|
|
191
|
+
Parameters.$host,
|
|
192
|
+
Parameters.resourceGroupName,
|
|
193
|
+
Parameters.accountName,
|
|
194
|
+
Parameters.subscriptionId,
|
|
195
|
+
],
|
|
196
|
+
headerParameters: [Parameters.accept],
|
|
197
|
+
serializer,
|
|
198
|
+
};
|
|
199
|
+
const getOperationSpec = {
|
|
200
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/networkSecurityPerimeterConfigurations/{networkSecurityPerimeterConfigurationName}",
|
|
201
|
+
httpMethod: "GET",
|
|
202
|
+
responses: {
|
|
203
|
+
200: {
|
|
204
|
+
bodyMapper: Mappers.NetworkSecurityPerimeterConfiguration,
|
|
205
|
+
},
|
|
206
|
+
default: {
|
|
207
|
+
bodyMapper: Mappers.ErrorResponseAutoGenerated,
|
|
208
|
+
},
|
|
209
|
+
},
|
|
210
|
+
queryParameters: [Parameters.apiVersion],
|
|
211
|
+
urlParameters: [
|
|
212
|
+
Parameters.$host,
|
|
213
|
+
Parameters.resourceGroupName,
|
|
214
|
+
Parameters.accountName,
|
|
215
|
+
Parameters.subscriptionId,
|
|
216
|
+
Parameters.networkSecurityPerimeterConfigurationName,
|
|
217
|
+
],
|
|
218
|
+
headerParameters: [Parameters.accept],
|
|
219
|
+
serializer,
|
|
220
|
+
};
|
|
221
|
+
const reconcileOperationSpec = {
|
|
222
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/networkSecurityPerimeterConfigurations/{networkSecurityPerimeterConfigurationName}/reconcile",
|
|
223
|
+
httpMethod: "POST",
|
|
224
|
+
responses: {
|
|
225
|
+
200: {
|
|
226
|
+
headersMapper: Mappers.NetworkSecurityPerimeterConfigurationsReconcileHeaders,
|
|
227
|
+
},
|
|
228
|
+
201: {
|
|
229
|
+
headersMapper: Mappers.NetworkSecurityPerimeterConfigurationsReconcileHeaders,
|
|
230
|
+
},
|
|
231
|
+
202: {
|
|
232
|
+
headersMapper: Mappers.NetworkSecurityPerimeterConfigurationsReconcileHeaders,
|
|
233
|
+
},
|
|
234
|
+
204: {
|
|
235
|
+
headersMapper: Mappers.NetworkSecurityPerimeterConfigurationsReconcileHeaders,
|
|
236
|
+
},
|
|
237
|
+
default: {
|
|
238
|
+
bodyMapper: Mappers.ErrorResponseAutoGenerated,
|
|
239
|
+
},
|
|
240
|
+
},
|
|
241
|
+
queryParameters: [Parameters.apiVersion],
|
|
242
|
+
urlParameters: [
|
|
243
|
+
Parameters.$host,
|
|
244
|
+
Parameters.resourceGroupName,
|
|
245
|
+
Parameters.accountName,
|
|
246
|
+
Parameters.subscriptionId,
|
|
247
|
+
Parameters.networkSecurityPerimeterConfigurationName,
|
|
248
|
+
],
|
|
249
|
+
headerParameters: [Parameters.accept],
|
|
250
|
+
serializer,
|
|
251
|
+
};
|
|
252
|
+
//# sourceMappingURL=networkSecurityPerimeterConfigurations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"networkSecurityPerimeterConfigurations.js","sourceRoot":"","sources":["../../../src/operations/networkSecurityPerimeterConfigurations.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 { NetworkSecurityPerimeterConfigurations } 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 SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n NetworkSecurityPerimeterConfiguration,\n NetworkSecurityPerimeterConfigurationsListOptionalParams,\n NetworkSecurityPerimeterConfigurationsListResponse,\n NetworkSecurityPerimeterConfigurationsGetOptionalParams,\n NetworkSecurityPerimeterConfigurationsGetResponse,\n NetworkSecurityPerimeterConfigurationsReconcileOptionalParams,\n NetworkSecurityPerimeterConfigurationsReconcileResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing NetworkSecurityPerimeterConfigurations operations. */\nexport class NetworkSecurityPerimeterConfigurationsImpl\n implements NetworkSecurityPerimeterConfigurations\n{\n private readonly client: StorageManagementClient;\n\n /**\n * Initialize a new instance of the class NetworkSecurityPerimeterConfigurations class.\n * @param client Reference to the service client\n */\n constructor(client: StorageManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets list of effective NetworkSecurityPerimeterConfiguration for 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?: NetworkSecurityPerimeterConfigurationsListOptionalParams,\n ): PagedAsyncIterableIterator<NetworkSecurityPerimeterConfiguration> {\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?: NetworkSecurityPerimeterConfigurationsListOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<NetworkSecurityPerimeterConfiguration[]> {\n let result: NetworkSecurityPerimeterConfigurationsListResponse;\n result = await this._list(resourceGroupName, accountName, options);\n yield result.value || [];\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n accountName: string,\n options?: NetworkSecurityPerimeterConfigurationsListOptionalParams,\n ): AsyncIterableIterator<NetworkSecurityPerimeterConfiguration> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n accountName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets list of effective NetworkSecurityPerimeterConfiguration for 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?: NetworkSecurityPerimeterConfigurationsListOptionalParams,\n ): Promise<NetworkSecurityPerimeterConfigurationsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, options },\n listOperationSpec,\n );\n }\n\n /**\n * Gets effective NetworkSecurityPerimeterConfiguration for association\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 networkSecurityPerimeterConfigurationName The name for Network Security Perimeter\n * configuration\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n networkSecurityPerimeterConfigurationName: string,\n options?: NetworkSecurityPerimeterConfigurationsGetOptionalParams,\n ): Promise<NetworkSecurityPerimeterConfigurationsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n networkSecurityPerimeterConfigurationName,\n options,\n },\n getOperationSpec,\n );\n }\n\n /**\n * Refreshes any information about the association.\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 networkSecurityPerimeterConfigurationName The name for Network Security Perimeter\n * configuration\n * @param options The options parameters.\n */\n async beginReconcile(\n resourceGroupName: string,\n accountName: string,\n networkSecurityPerimeterConfigurationName: string,\n options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<NetworkSecurityPerimeterConfigurationsReconcileResponse>,\n NetworkSecurityPerimeterConfigurationsReconcileResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<NetworkSecurityPerimeterConfigurationsReconcileResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n networkSecurityPerimeterConfigurationName,\n options,\n },\n spec: reconcileOperationSpec,\n });\n const poller = await createHttpPoller<\n NetworkSecurityPerimeterConfigurationsReconcileResponse,\n OperationState<NetworkSecurityPerimeterConfigurationsReconcileResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Refreshes any information about the association.\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 networkSecurityPerimeterConfigurationName The name for Network Security Perimeter\n * configuration\n * @param options The options parameters.\n */\n async beginReconcileAndWait(\n resourceGroupName: string,\n accountName: string,\n networkSecurityPerimeterConfigurationName: string,\n options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams,\n ): Promise<NetworkSecurityPerimeterConfigurationsReconcileResponse> {\n const poller = await this.beginReconcile(\n resourceGroupName,\n accountName,\n networkSecurityPerimeterConfigurationName,\n options,\n );\n return poller.pollUntilDone();\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}/networkSecurityPerimeterConfigurations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.NetworkSecurityPerimeterConfigurationList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseAutoGenerated,\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 getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/networkSecurityPerimeterConfigurations/{networkSecurityPerimeterConfigurationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.NetworkSecurityPerimeterConfiguration,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseAutoGenerated,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.networkSecurityPerimeterConfigurationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst reconcileOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/networkSecurityPerimeterConfigurations/{networkSecurityPerimeterConfigurationName}/reconcile\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n headersMapper:\n Mappers.NetworkSecurityPerimeterConfigurationsReconcileHeaders,\n },\n 201: {\n headersMapper:\n Mappers.NetworkSecurityPerimeterConfigurationsReconcileHeaders,\n },\n 202: {\n headersMapper:\n Mappers.NetworkSecurityPerimeterConfigurationsReconcileHeaders,\n },\n 204: {\n headersMapper:\n Mappers.NetworkSecurityPerimeterConfigurationsReconcileHeaders,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseAutoGenerated,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.networkSecurityPerimeterConfigurationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { ObjectReplicationPoliciesOperations } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { StorageManagementClient } from "../storageManagementClient.js";
|
|
4
|
+
import { ObjectReplicationPolicy, ObjectReplicationPoliciesListOptionalParams, ObjectReplicationPoliciesGetOptionalParams, ObjectReplicationPoliciesGetResponse, ObjectReplicationPoliciesCreateOrUpdateOptionalParams, ObjectReplicationPoliciesCreateOrUpdateResponse, ObjectReplicationPoliciesDeleteOptionalParams } from "../models/index.js";
|
|
5
|
+
/** Class containing ObjectReplicationPoliciesOperations operations. */
|
|
6
|
+
export declare class ObjectReplicationPoliciesOperationsImpl implements ObjectReplicationPoliciesOperations {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class ObjectReplicationPoliciesOperations class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: StorageManagementClient);
|
|
13
|
+
/**
|
|
14
|
+
* List the object replication policies associated with the 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?: ObjectReplicationPoliciesListOptionalParams): PagedAsyncIterableIterator<ObjectReplicationPolicy>;
|
|
23
|
+
private listPagingPage;
|
|
24
|
+
private listPagingAll;
|
|
25
|
+
/**
|
|
26
|
+
* List the object replication policies associated with the storage 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 options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
private _list;
|
|
35
|
+
/**
|
|
36
|
+
* Get the object replication policy of the storage account by policy ID.
|
|
37
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
38
|
+
* case insensitive.
|
|
39
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
40
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
41
|
+
* only.
|
|
42
|
+
* @param objectReplicationPolicyId For the destination account, provide the value 'default'. Configure
|
|
43
|
+
* the policy on the destination account first. For the source account, provide the value of the policy
|
|
44
|
+
* ID that is returned when you download the policy that was defined on the destination account. The
|
|
45
|
+
* policy is downloaded as a JSON file.
|
|
46
|
+
* @param options The options parameters.
|
|
47
|
+
*/
|
|
48
|
+
get(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options?: ObjectReplicationPoliciesGetOptionalParams): Promise<ObjectReplicationPoliciesGetResponse>;
|
|
49
|
+
/**
|
|
50
|
+
* Create or update the object replication policy of the storage account.
|
|
51
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
52
|
+
* case insensitive.
|
|
53
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
54
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
55
|
+
* only.
|
|
56
|
+
* @param objectReplicationPolicyId For the destination account, provide the value 'default'. Configure
|
|
57
|
+
* the policy on the destination account first. For the source account, provide the value of the policy
|
|
58
|
+
* ID that is returned when you download the policy that was defined on the destination account. The
|
|
59
|
+
* policy is downloaded as a JSON file.
|
|
60
|
+
* @param properties The object replication policy set to a storage account. A unique policy ID will be
|
|
61
|
+
* created if absent.
|
|
62
|
+
* @param options The options parameters.
|
|
63
|
+
*/
|
|
64
|
+
createOrUpdate(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, properties: ObjectReplicationPolicy, options?: ObjectReplicationPoliciesCreateOrUpdateOptionalParams): Promise<ObjectReplicationPoliciesCreateOrUpdateResponse>;
|
|
65
|
+
/**
|
|
66
|
+
* Deletes the object replication policy associated with the specified storage account.
|
|
67
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
68
|
+
* case insensitive.
|
|
69
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
70
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
71
|
+
* only.
|
|
72
|
+
* @param objectReplicationPolicyId For the destination account, provide the value 'default'. Configure
|
|
73
|
+
* the policy on the destination account first. For the source account, provide the value of the policy
|
|
74
|
+
* ID that is returned when you download the policy that was defined on the destination account. The
|
|
75
|
+
* policy is downloaded as a JSON file.
|
|
76
|
+
* @param options The options parameters.
|
|
77
|
+
*/
|
|
78
|
+
delete(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options?: ObjectReplicationPoliciesDeleteOptionalParams): Promise<void>;
|
|
79
|
+
}
|
|
80
|
+
//# sourceMappingURL=objectReplicationPoliciesOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"objectReplicationPoliciesOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/objectReplicationPoliciesOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,mCAAmC,EAAE,MAAM,kCAAkC,CAAC;AAIvF,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AACxE,OAAO,EACL,uBAAuB,EACvB,2CAA2C,EAE3C,0CAA0C,EAC1C,oCAAoC,EACpC,qDAAqD,EACrD,+CAA+C,EAC/C,6CAA6C,EAC9C,MAAM,oBAAoB,CAAC;AAG5B,uEAAuE;AACvE,qBAAa,uCACX,YAAW,mCAAmC;IAE9C,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,2CAA2C,GACpD,0BAA0B,CAAC,uBAAuB,CAAC;YAuBvC,cAAc;YAWd,aAAa;IAc5B;;;;;;;;OAQG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;;;;;;;OAYG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC;IAOhD;;;;;;;;;;;;;;OAcG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,yBAAyB,EAAE,MAAM,EACjC,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,qDAAqD,GAC9D,OAAO,CAAC,+CAA+C,CAAC;IAa3D;;;;;;;;;;;;OAYG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,IAAI,CAAC;CAMjB"}
|