@azure/arm-elasticsan 1.2.0-beta.2 → 2.0.0
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 +12 -12
- package/dist/browser/api/elasticSanManagementContext.d.ts +22 -0
- package/dist/browser/api/elasticSanManagementContext.js +24 -0
- package/dist/browser/api/elasticSanManagementContext.js.map +1 -0
- package/dist/browser/api/elasticSans/index.d.ts +3 -0
- package/dist/browser/api/elasticSans/index.js +4 -0
- package/dist/browser/api/elasticSans/index.js.map +1 -0
- package/dist/browser/api/elasticSans/operations.d.ts +36 -0
- package/dist/browser/api/elasticSans/operations.js +192 -0
- package/dist/browser/api/elasticSans/operations.js.map +1 -0
- package/dist/browser/api/elasticSans/options.d.ts +26 -0
- package/dist/browser/api/elasticSans/options.js +4 -0
- package/dist/browser/api/elasticSans/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +31 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/privateEndpointConnections/index.js +4 -0
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +28 -0
- package/dist/browser/api/privateEndpointConnections/operations.js +136 -0
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/browser/api/privateEndpointConnections/options.js +4 -0
- package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/privateLinkResources/index.js +4 -0
- package/dist/browser/api/privateLinkResources/index.js.map +1 -0
- package/dist/browser/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/browser/api/privateLinkResources/operations.js +34 -0
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/privateLinkResources/options.d.ts +5 -0
- package/dist/browser/api/privateLinkResources/options.js +4 -0
- package/dist/browser/api/privateLinkResources/options.js.map +1 -0
- package/dist/browser/api/skus/index.d.ts +3 -0
- package/dist/browser/api/skus/index.js +4 -0
- package/dist/browser/api/skus/index.js.map +1 -0
- package/dist/browser/api/skus/operations.d.ts +10 -0
- package/dist/browser/api/skus/operations.js +33 -0
- package/dist/browser/api/skus/operations.js.map +1 -0
- package/dist/browser/api/skus/options.d.ts +7 -0
- package/dist/browser/api/skus/options.js +4 -0
- package/dist/browser/api/skus/options.js.map +1 -0
- package/dist/browser/api/volumeGroups/index.d.ts +3 -0
- package/dist/browser/api/volumeGroups/index.js +4 -0
- package/dist/browser/api/volumeGroups/index.js.map +1 -0
- package/dist/browser/api/volumeGroups/operations.d.ts +32 -0
- package/dist/browser/api/volumeGroups/operations.js +172 -0
- package/dist/browser/api/volumeGroups/operations.js.map +1 -0
- package/dist/browser/api/volumeGroups/options.d.ts +23 -0
- package/dist/browser/api/volumeGroups/options.js +4 -0
- package/dist/browser/api/volumeGroups/options.js.map +1 -0
- package/dist/browser/api/volumeSnapshots/index.d.ts +3 -0
- package/dist/browser/api/volumeSnapshots/index.js +4 -0
- package/dist/browser/api/volumeSnapshots/index.js.map +1 -0
- package/dist/browser/api/volumeSnapshots/operations.d.ts +28 -0
- package/dist/browser/api/volumeSnapshots/operations.js +141 -0
- package/dist/browser/api/volumeSnapshots/operations.js.map +1 -0
- package/dist/browser/api/volumeSnapshots/options.d.ts +20 -0
- package/dist/browser/api/volumeSnapshots/options.js +4 -0
- package/dist/browser/api/volumeSnapshots/options.js.map +1 -0
- package/dist/browser/api/volumes/index.d.ts +3 -0
- package/dist/browser/api/volumes/index.js +4 -0
- package/dist/browser/api/volumes/index.js.map +1 -0
- package/dist/browser/api/volumes/operations.d.ts +40 -0
- package/dist/browser/api/volumes/operations.js +260 -0
- package/dist/browser/api/volumes/operations.js.map +1 -0
- package/dist/browser/api/volumes/options.d.ts +38 -0
- package/dist/browser/api/volumes/options.js +4 -0
- package/dist/browser/api/volumes/options.js.map +1 -0
- package/dist/browser/classic/elasticSans/index.d.ts +40 -0
- package/dist/browser/classic/elasticSans/index.js +44 -0
- package/dist/browser/classic/elasticSans/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +9 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +32 -0
- package/dist/browser/classic/privateEndpointConnections/index.js +34 -0
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/browser/classic/privateLinkResources/index.js +14 -0
- package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/skus/index.d.ts +11 -0
- package/dist/browser/classic/skus/index.js +14 -0
- package/dist/browser/classic/skus/index.js.map +1 -0
- package/dist/browser/classic/volumeGroups/index.d.ts +38 -0
- package/dist/browser/classic/volumeGroups/index.js +43 -0
- package/dist/browser/classic/volumeGroups/index.js.map +1 -0
- package/dist/browser/classic/volumeSnapshots/index.d.ts +32 -0
- package/dist/browser/classic/volumeSnapshots/index.js +34 -0
- package/dist/browser/classic/volumeSnapshots/index.js.map +1 -0
- package/dist/browser/classic/volumes/index.d.ts +50 -0
- package/dist/browser/classic/volumes/index.js +61 -0
- package/dist/browser/classic/volumes/index.js.map +1 -0
- package/dist/browser/elasticSanManagement.d.ts +34 -46
- package/dist/browser/elasticSanManagement.js +49 -202
- package/dist/browser/elasticSanManagement.js.map +1 -1
- package/dist/browser/index.d.ts +17 -3
- package/dist/browser/index.js +6 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +1 -1384
- package/dist/browser/models/index.js +3 -209
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +920 -0
- package/dist/browser/models/models.js +985 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +118 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/elasticSanManagementContext.d.ts +22 -0
- package/dist/commonjs/api/elasticSanManagementContext.js +27 -0
- package/dist/commonjs/api/elasticSanManagementContext.js.map +1 -0
- package/dist/commonjs/api/elasticSans/index.d.ts +3 -0
- package/dist/commonjs/api/elasticSans/index.js +13 -0
- package/dist/commonjs/api/elasticSans/index.js.map +1 -0
- package/dist/commonjs/api/elasticSans/operations.d.ts +36 -0
- package/dist/commonjs/api/elasticSans/operations.js +212 -0
- package/dist/commonjs/api/elasticSans/operations.js.map +1 -0
- package/dist/commonjs/api/elasticSans/options.d.ts +26 -0
- package/dist/commonjs/api/elasticSans/options.js +5 -0
- package/dist/commonjs/api/elasticSans/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +36 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js +11 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +28 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js +150 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/commonjs/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js +5 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/privateLinkResources/index.js +8 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +1 -0
- package/dist/commonjs/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/commonjs/api/privateLinkResources/operations.js +39 -0
- package/dist/commonjs/api/privateLinkResources/operations.js.map +1 -0
- package/dist/commonjs/api/privateLinkResources/options.d.ts +5 -0
- package/dist/commonjs/api/privateLinkResources/options.js +5 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +1 -0
- package/dist/commonjs/api/skus/index.d.ts +3 -0
- package/dist/commonjs/api/skus/index.js +8 -0
- package/dist/commonjs/api/skus/index.js.map +1 -0
- package/dist/commonjs/api/skus/operations.d.ts +10 -0
- package/dist/commonjs/api/skus/operations.js +38 -0
- package/dist/commonjs/api/skus/operations.js.map +1 -0
- package/dist/commonjs/api/skus/options.d.ts +7 -0
- package/dist/commonjs/api/skus/options.js +5 -0
- package/dist/commonjs/api/skus/options.js.map +1 -0
- package/dist/commonjs/api/volumeGroups/index.d.ts +3 -0
- package/dist/commonjs/api/volumeGroups/index.js +12 -0
- package/dist/commonjs/api/volumeGroups/index.js.map +1 -0
- package/dist/commonjs/api/volumeGroups/operations.d.ts +32 -0
- package/dist/commonjs/api/volumeGroups/operations.js +189 -0
- package/dist/commonjs/api/volumeGroups/operations.js.map +1 -0
- package/dist/commonjs/api/volumeGroups/options.d.ts +23 -0
- package/dist/commonjs/api/volumeGroups/options.js +5 -0
- package/dist/commonjs/api/volumeGroups/options.js.map +1 -0
- package/dist/commonjs/api/volumeSnapshots/index.d.ts +3 -0
- package/dist/commonjs/api/volumeSnapshots/index.js +11 -0
- package/dist/commonjs/api/volumeSnapshots/index.js.map +1 -0
- package/dist/commonjs/api/volumeSnapshots/operations.d.ts +28 -0
- package/dist/commonjs/api/volumeSnapshots/operations.js +155 -0
- package/dist/commonjs/api/volumeSnapshots/operations.js.map +1 -0
- package/dist/commonjs/api/volumeSnapshots/options.d.ts +20 -0
- package/dist/commonjs/api/volumeSnapshots/options.js +5 -0
- package/dist/commonjs/api/volumeSnapshots/options.js.map +1 -0
- package/dist/commonjs/api/volumes/index.d.ts +3 -0
- package/dist/commonjs/api/volumes/index.js +14 -0
- package/dist/commonjs/api/volumes/index.js.map +1 -0
- package/dist/commonjs/api/volumes/operations.d.ts +40 -0
- package/dist/commonjs/api/volumes/operations.js +283 -0
- package/dist/commonjs/api/volumes/operations.js.map +1 -0
- package/dist/commonjs/api/volumes/options.d.ts +38 -0
- package/dist/commonjs/api/volumes/options.js +5 -0
- package/dist/commonjs/api/volumes/options.js.map +1 -0
- package/dist/commonjs/classic/elasticSans/index.d.ts +40 -0
- package/dist/commonjs/classic/elasticSans/index.js +47 -0
- package/dist/commonjs/classic/elasticSans/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +9 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +17 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +32 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +37 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/commonjs/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/commonjs/classic/privateLinkResources/index.js +17 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +1 -0
- package/dist/commonjs/classic/skus/index.d.ts +11 -0
- package/dist/commonjs/classic/skus/index.js +17 -0
- package/dist/commonjs/classic/skus/index.js.map +1 -0
- package/dist/commonjs/classic/volumeGroups/index.d.ts +38 -0
- package/dist/commonjs/classic/volumeGroups/index.js +46 -0
- package/dist/commonjs/classic/volumeGroups/index.js.map +1 -0
- package/dist/commonjs/classic/volumeSnapshots/index.d.ts +32 -0
- package/dist/commonjs/classic/volumeSnapshots/index.js +37 -0
- package/dist/commonjs/classic/volumeSnapshots/index.js.map +1 -0
- package/dist/commonjs/classic/volumes/index.d.ts +50 -0
- package/dist/commonjs/classic/volumes/index.js +64 -0
- package/dist/commonjs/classic/volumes/index.js.map +1 -0
- package/dist/commonjs/elasticSanManagement.d.ts +34 -46
- package/dist/commonjs/elasticSanManagement.js +49 -203
- package/dist/commonjs/elasticSanManagement.js.map +1 -1
- package/dist/commonjs/index.d.ts +17 -3
- package/dist/commonjs/index.js +26 -14
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1 -1384
- package/dist/commonjs/models/index.js +22 -210
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +920 -0
- package/dist/commonjs/models/models.js +1094 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +121 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +42 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +146 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +98 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +47 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +203 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/api/elasticSanManagementContext.d.ts +22 -0
- package/dist/esm/api/elasticSanManagementContext.js +24 -0
- package/dist/esm/api/elasticSanManagementContext.js.map +1 -0
- package/dist/esm/api/elasticSans/index.d.ts +3 -0
- package/dist/esm/api/elasticSans/index.js +4 -0
- package/dist/esm/api/elasticSans/index.js.map +1 -0
- package/dist/esm/api/elasticSans/operations.d.ts +36 -0
- package/dist/esm/api/elasticSans/operations.js +192 -0
- package/dist/esm/api/elasticSans/operations.js.map +1 -0
- package/dist/esm/api/elasticSans/options.d.ts +26 -0
- package/dist/esm/api/elasticSans/options.js +4 -0
- package/dist/esm/api/elasticSans/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +31 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/privateEndpointConnections/index.js +4 -0
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +28 -0
- package/dist/esm/api/privateEndpointConnections/operations.js +136 -0
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/esm/api/privateEndpointConnections/options.js +4 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/privateLinkResources/index.js +4 -0
- package/dist/esm/api/privateLinkResources/index.js.map +1 -0
- package/dist/esm/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/esm/api/privateLinkResources/operations.js +34 -0
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -0
- package/dist/esm/api/privateLinkResources/options.d.ts +5 -0
- package/dist/esm/api/privateLinkResources/options.js +4 -0
- package/dist/esm/api/privateLinkResources/options.js.map +1 -0
- package/dist/esm/api/skus/index.d.ts +3 -0
- package/dist/esm/api/skus/index.js +4 -0
- package/dist/esm/api/skus/index.js.map +1 -0
- package/dist/esm/api/skus/operations.d.ts +10 -0
- package/dist/esm/api/skus/operations.js +33 -0
- package/dist/esm/api/skus/operations.js.map +1 -0
- package/dist/esm/api/skus/options.d.ts +7 -0
- package/dist/esm/api/skus/options.js +4 -0
- package/dist/esm/api/skus/options.js.map +1 -0
- package/dist/esm/api/volumeGroups/index.d.ts +3 -0
- package/dist/esm/api/volumeGroups/index.js +4 -0
- package/dist/esm/api/volumeGroups/index.js.map +1 -0
- package/dist/esm/api/volumeGroups/operations.d.ts +32 -0
- package/dist/esm/api/volumeGroups/operations.js +172 -0
- package/dist/esm/api/volumeGroups/operations.js.map +1 -0
- package/dist/esm/api/volumeGroups/options.d.ts +23 -0
- package/dist/esm/api/volumeGroups/options.js +4 -0
- package/dist/esm/api/volumeGroups/options.js.map +1 -0
- package/dist/esm/api/volumeSnapshots/index.d.ts +3 -0
- package/dist/esm/api/volumeSnapshots/index.js +4 -0
- package/dist/esm/api/volumeSnapshots/index.js.map +1 -0
- package/dist/esm/api/volumeSnapshots/operations.d.ts +28 -0
- package/dist/esm/api/volumeSnapshots/operations.js +141 -0
- package/dist/esm/api/volumeSnapshots/operations.js.map +1 -0
- package/dist/esm/api/volumeSnapshots/options.d.ts +20 -0
- package/dist/esm/api/volumeSnapshots/options.js +4 -0
- package/dist/esm/api/volumeSnapshots/options.js.map +1 -0
- package/dist/esm/api/volumes/index.d.ts +3 -0
- package/dist/esm/api/volumes/index.js +4 -0
- package/dist/esm/api/volumes/index.js.map +1 -0
- package/dist/esm/api/volumes/operations.d.ts +40 -0
- package/dist/esm/api/volumes/operations.js +260 -0
- package/dist/esm/api/volumes/operations.js.map +1 -0
- package/dist/esm/api/volumes/options.d.ts +38 -0
- package/dist/esm/api/volumes/options.js +4 -0
- package/dist/esm/api/volumes/options.js.map +1 -0
- package/dist/esm/classic/elasticSans/index.d.ts +40 -0
- package/dist/esm/classic/elasticSans/index.js +44 -0
- package/dist/esm/classic/elasticSans/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +9 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +32 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +34 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/esm/classic/privateLinkResources/index.js +14 -0
- package/dist/esm/classic/privateLinkResources/index.js.map +1 -0
- package/dist/esm/classic/skus/index.d.ts +11 -0
- package/dist/esm/classic/skus/index.js +14 -0
- package/dist/esm/classic/skus/index.js.map +1 -0
- package/dist/esm/classic/volumeGroups/index.d.ts +38 -0
- package/dist/esm/classic/volumeGroups/index.js +43 -0
- package/dist/esm/classic/volumeGroups/index.js.map +1 -0
- package/dist/esm/classic/volumeSnapshots/index.d.ts +32 -0
- package/dist/esm/classic/volumeSnapshots/index.js +34 -0
- package/dist/esm/classic/volumeSnapshots/index.js.map +1 -0
- package/dist/esm/classic/volumes/index.d.ts +50 -0
- package/dist/esm/classic/volumes/index.js +61 -0
- package/dist/esm/classic/volumes/index.js.map +1 -0
- package/dist/esm/elasticSanManagement.d.ts +34 -46
- package/dist/esm/elasticSanManagement.js +49 -202
- package/dist/esm/elasticSanManagement.js.map +1 -1
- package/dist/esm/index.d.ts +17 -3
- package/dist/esm/index.js +6 -11
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +1 -1384
- package/dist/esm/models/index.js +3 -209
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +920 -0
- package/dist/esm/models/models.js +985 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +118 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/elasticSanManagementContext.d.ts +22 -0
- package/dist/react-native/api/elasticSanManagementContext.js +24 -0
- package/dist/react-native/api/elasticSanManagementContext.js.map +1 -0
- package/dist/react-native/api/elasticSans/index.d.ts +3 -0
- package/dist/react-native/api/elasticSans/index.js +4 -0
- package/dist/react-native/api/elasticSans/index.js.map +1 -0
- package/dist/react-native/api/elasticSans/operations.d.ts +36 -0
- package/dist/react-native/api/elasticSans/operations.js +192 -0
- package/dist/react-native/api/elasticSans/operations.js.map +1 -0
- package/dist/react-native/api/elasticSans/options.d.ts +26 -0
- package/dist/react-native/api/elasticSans/options.js +4 -0
- package/dist/react-native/api/elasticSans/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +31 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/react-native/api/privateEndpointConnections/index.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/operations.d.ts +28 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js +136 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/react-native/api/privateEndpointConnections/options.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/index.d.ts +3 -0
- package/dist/react-native/api/privateLinkResources/index.js +4 -0
- package/dist/react-native/api/privateLinkResources/index.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/react-native/api/privateLinkResources/operations.js +34 -0
- package/dist/react-native/api/privateLinkResources/operations.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/options.d.ts +5 -0
- package/dist/react-native/api/privateLinkResources/options.js +4 -0
- package/dist/react-native/api/privateLinkResources/options.js.map +1 -0
- package/dist/react-native/api/skus/index.d.ts +3 -0
- package/dist/react-native/api/skus/index.js +4 -0
- package/dist/react-native/api/skus/index.js.map +1 -0
- package/dist/react-native/api/skus/operations.d.ts +10 -0
- package/dist/react-native/api/skus/operations.js +33 -0
- package/dist/react-native/api/skus/operations.js.map +1 -0
- package/dist/react-native/api/skus/options.d.ts +7 -0
- package/dist/react-native/api/skus/options.js +4 -0
- package/dist/react-native/api/skus/options.js.map +1 -0
- package/dist/react-native/api/volumeGroups/index.d.ts +3 -0
- package/dist/react-native/api/volumeGroups/index.js +4 -0
- package/dist/react-native/api/volumeGroups/index.js.map +1 -0
- package/dist/react-native/api/volumeGroups/operations.d.ts +32 -0
- package/dist/react-native/api/volumeGroups/operations.js +172 -0
- package/dist/react-native/api/volumeGroups/operations.js.map +1 -0
- package/dist/react-native/api/volumeGroups/options.d.ts +23 -0
- package/dist/react-native/api/volumeGroups/options.js +4 -0
- package/dist/react-native/api/volumeGroups/options.js.map +1 -0
- package/dist/react-native/api/volumeSnapshots/index.d.ts +3 -0
- package/dist/react-native/api/volumeSnapshots/index.js +4 -0
- package/dist/react-native/api/volumeSnapshots/index.js.map +1 -0
- package/dist/react-native/api/volumeSnapshots/operations.d.ts +28 -0
- package/dist/react-native/api/volumeSnapshots/operations.js +141 -0
- package/dist/react-native/api/volumeSnapshots/operations.js.map +1 -0
- package/dist/react-native/api/volumeSnapshots/options.d.ts +20 -0
- package/dist/react-native/api/volumeSnapshots/options.js +4 -0
- package/dist/react-native/api/volumeSnapshots/options.js.map +1 -0
- package/dist/react-native/api/volumes/index.d.ts +3 -0
- package/dist/react-native/api/volumes/index.js +4 -0
- package/dist/react-native/api/volumes/index.js.map +1 -0
- package/dist/react-native/api/volumes/operations.d.ts +40 -0
- package/dist/react-native/api/volumes/operations.js +260 -0
- package/dist/react-native/api/volumes/operations.js.map +1 -0
- package/dist/react-native/api/volumes/options.d.ts +38 -0
- package/dist/react-native/api/volumes/options.js +4 -0
- package/dist/react-native/api/volumes/options.js.map +1 -0
- package/dist/react-native/classic/elasticSans/index.d.ts +40 -0
- package/dist/react-native/classic/elasticSans/index.js +44 -0
- package/dist/react-native/classic/elasticSans/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +9 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +14 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +32 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js +34 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/react-native/classic/privateLinkResources/index.js +14 -0
- package/dist/react-native/classic/privateLinkResources/index.js.map +1 -0
- package/dist/react-native/classic/skus/index.d.ts +11 -0
- package/dist/react-native/classic/skus/index.js +14 -0
- package/dist/react-native/classic/skus/index.js.map +1 -0
- package/dist/react-native/classic/volumeGroups/index.d.ts +38 -0
- package/dist/react-native/classic/volumeGroups/index.js +43 -0
- package/dist/react-native/classic/volumeGroups/index.js.map +1 -0
- package/dist/react-native/classic/volumeSnapshots/index.d.ts +32 -0
- package/dist/react-native/classic/volumeSnapshots/index.js +34 -0
- package/dist/react-native/classic/volumeSnapshots/index.js.map +1 -0
- package/dist/react-native/classic/volumes/index.d.ts +50 -0
- package/dist/react-native/classic/volumes/index.js +61 -0
- package/dist/react-native/classic/volumes/index.js.map +1 -0
- package/dist/react-native/elasticSanManagement.d.ts +34 -46
- package/dist/react-native/elasticSanManagement.js +49 -202
- package/dist/react-native/elasticSanManagement.js.map +1 -1
- package/dist/react-native/index.d.ts +17 -3
- package/dist/react-native/index.js +6 -11
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1 -1384
- package/dist/react-native/models/index.js +3 -209
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +920 -0
- package/dist/react-native/models/models.js +985 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +118 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +200 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +277 -91
- package/CHANGELOG.md +0 -72
- package/dist/browser/elasticSanManagement.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -21
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -71
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -1818
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -29
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -246
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/elasticSans.d.ts +0 -107
- package/dist/browser/operations/elasticSans.d.ts.map +0 -1
- package/dist/browser/operations/elasticSans.js +0 -534
- package/dist/browser/operations/elasticSans.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -9
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -16
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -26
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -96
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +0 -73
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.js +0 -321
- package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operations/privateLinkResources.d.ts +0 -20
- package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operations/privateLinkResources.js +0 -53
- package/dist/browser/operations/privateLinkResources.js.map +0 -1
- package/dist/browser/operations/skus.d.ts +0 -26
- package/dist/browser/operations/skus.d.ts.map +0 -1
- package/dist/browser/operations/skus.js +0 -96
- package/dist/browser/operations/skus.js.map +0 -1
- package/dist/browser/operations/volumeGroups.d.ts +0 -99
- package/dist/browser/operations/volumeGroups.d.ts.map +0 -1
- package/dist/browser/operations/volumeGroups.js +0 -457
- package/dist/browser/operations/volumeGroups.js.map +0 -1
- package/dist/browser/operations/volumeSnapshots.d.ts +0 -89
- package/dist/browser/operations/volumeSnapshots.d.ts.map +0 -1
- package/dist/browser/operations/volumeSnapshots.js +0 -382
- package/dist/browser/operations/volumeSnapshots.js.map +0 -1
- package/dist/browser/operations/volumes.d.ts +0 -151
- package/dist/browser/operations/volumes.d.ts.map +0 -1
- package/dist/browser/operations/volumes.js +0 -687
- package/dist/browser/operations/volumes.js.map +0 -1
- package/dist/browser/operationsInterfaces/elasticSans.d.ts +0 -71
- package/dist/browser/operationsInterfaces/elasticSans.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/elasticSans.js +0 -9
- package/dist/browser/operationsInterfaces/elasticSans.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -9
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -16
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/skus.d.ts +0 -11
- package/dist/browser/operationsInterfaces/skus.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/skus.js +0 -9
- package/dist/browser/operationsInterfaces/skus.js.map +0 -1
- package/dist/browser/operationsInterfaces/volumeGroups.d.ts +0 -74
- package/dist/browser/operationsInterfaces/volumeGroups.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/volumeGroups.js +0 -9
- package/dist/browser/operationsInterfaces/volumeGroups.js.map +0 -1
- package/dist/browser/operationsInterfaces/volumeSnapshots.d.ts +0 -62
- package/dist/browser/operationsInterfaces/volumeSnapshots.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/volumeSnapshots.js +0 -9
- package/dist/browser/operationsInterfaces/volumeSnapshots.js.map +0 -1
- package/dist/browser/operationsInterfaces/volumes.d.ts +0 -124
- package/dist/browser/operationsInterfaces/volumes.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/volumes.js +0 -9
- package/dist/browser/operationsInterfaces/volumes.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -32
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/elasticSanManagement.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -24
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -71
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -1822
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -29
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -249
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/elasticSans.d.ts +0 -107
- package/dist/commonjs/operations/elasticSans.d.ts.map +0 -1
- package/dist/commonjs/operations/elasticSans.js +0 -538
- package/dist/commonjs/operations/elasticSans.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -9
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -19
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -26
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -100
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -73
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +0 -325
- package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +0 -20
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.js +0 -58
- package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operations/skus.d.ts +0 -26
- package/dist/commonjs/operations/skus.d.ts.map +0 -1
- package/dist/commonjs/operations/skus.js +0 -100
- package/dist/commonjs/operations/skus.js.map +0 -1
- package/dist/commonjs/operations/volumeGroups.d.ts +0 -99
- package/dist/commonjs/operations/volumeGroups.d.ts.map +0 -1
- package/dist/commonjs/operations/volumeGroups.js +0 -461
- package/dist/commonjs/operations/volumeGroups.js.map +0 -1
- package/dist/commonjs/operations/volumeSnapshots.d.ts +0 -89
- package/dist/commonjs/operations/volumeSnapshots.d.ts.map +0 -1
- package/dist/commonjs/operations/volumeSnapshots.js +0 -386
- package/dist/commonjs/operations/volumeSnapshots.js.map +0 -1
- package/dist/commonjs/operations/volumes.d.ts +0 -151
- package/dist/commonjs/operations/volumes.d.ts.map +0 -1
- package/dist/commonjs/operations/volumes.js +0 -691
- package/dist/commonjs/operations/volumes.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/elasticSans.d.ts +0 -71
- package/dist/commonjs/operationsInterfaces/elasticSans.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/elasticSans.js +0 -10
- package/dist/commonjs/operationsInterfaces/elasticSans.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -9
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -19
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -10
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -10
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/skus.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/skus.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/skus.js +0 -10
- package/dist/commonjs/operationsInterfaces/skus.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/volumeGroups.d.ts +0 -74
- package/dist/commonjs/operationsInterfaces/volumeGroups.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/volumeGroups.js +0 -10
- package/dist/commonjs/operationsInterfaces/volumeGroups.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/volumeSnapshots.d.ts +0 -62
- package/dist/commonjs/operationsInterfaces/volumeSnapshots.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/volumeSnapshots.js +0 -10
- package/dist/commonjs/operationsInterfaces/volumeSnapshots.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/volumes.d.ts +0 -124
- package/dist/commonjs/operationsInterfaces/volumes.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/volumes.js +0 -10
- package/dist/commonjs/operationsInterfaces/volumes.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -36
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/elasticSanManagement.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -21
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -71
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -1818
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -29
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -246
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/elasticSans.d.ts +0 -107
- package/dist/esm/operations/elasticSans.d.ts.map +0 -1
- package/dist/esm/operations/elasticSans.js +0 -534
- package/dist/esm/operations/elasticSans.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -9
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -16
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -26
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -96
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +0 -73
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.js +0 -321
- package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operations/privateLinkResources.d.ts +0 -20
- package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operations/privateLinkResources.js +0 -53
- package/dist/esm/operations/privateLinkResources.js.map +0 -1
- package/dist/esm/operations/skus.d.ts +0 -26
- package/dist/esm/operations/skus.d.ts.map +0 -1
- package/dist/esm/operations/skus.js +0 -96
- package/dist/esm/operations/skus.js.map +0 -1
- package/dist/esm/operations/volumeGroups.d.ts +0 -99
- package/dist/esm/operations/volumeGroups.d.ts.map +0 -1
- package/dist/esm/operations/volumeGroups.js +0 -457
- package/dist/esm/operations/volumeGroups.js.map +0 -1
- package/dist/esm/operations/volumeSnapshots.d.ts +0 -89
- package/dist/esm/operations/volumeSnapshots.d.ts.map +0 -1
- package/dist/esm/operations/volumeSnapshots.js +0 -382
- package/dist/esm/operations/volumeSnapshots.js.map +0 -1
- package/dist/esm/operations/volumes.d.ts +0 -151
- package/dist/esm/operations/volumes.d.ts.map +0 -1
- package/dist/esm/operations/volumes.js +0 -687
- package/dist/esm/operations/volumes.js.map +0 -1
- package/dist/esm/operationsInterfaces/elasticSans.d.ts +0 -71
- package/dist/esm/operationsInterfaces/elasticSans.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/elasticSans.js +0 -9
- package/dist/esm/operationsInterfaces/elasticSans.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -9
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -16
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/skus.d.ts +0 -11
- package/dist/esm/operationsInterfaces/skus.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/skus.js +0 -9
- package/dist/esm/operationsInterfaces/skus.js.map +0 -1
- package/dist/esm/operationsInterfaces/volumeGroups.d.ts +0 -74
- package/dist/esm/operationsInterfaces/volumeGroups.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/volumeGroups.js +0 -9
- package/dist/esm/operationsInterfaces/volumeGroups.js.map +0 -1
- package/dist/esm/operationsInterfaces/volumeSnapshots.d.ts +0 -62
- package/dist/esm/operationsInterfaces/volumeSnapshots.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/volumeSnapshots.js +0 -9
- package/dist/esm/operationsInterfaces/volumeSnapshots.js.map +0 -1
- package/dist/esm/operationsInterfaces/volumes.d.ts +0 -124
- package/dist/esm/operationsInterfaces/volumes.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/volumes.js +0 -9
- package/dist/esm/operationsInterfaces/volumes.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -32
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/elasticSanManagement.d.ts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -21
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -71
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -1818
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -29
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -246
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/elasticSans.d.ts +0 -107
- package/dist/react-native/operations/elasticSans.d.ts.map +0 -1
- package/dist/react-native/operations/elasticSans.js +0 -534
- package/dist/react-native/operations/elasticSans.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -9
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -16
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -26
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -96
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -73
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.js +0 -321
- package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +0 -20
- package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operations/privateLinkResources.js +0 -53
- package/dist/react-native/operations/privateLinkResources.js.map +0 -1
- package/dist/react-native/operations/skus.d.ts +0 -26
- package/dist/react-native/operations/skus.d.ts.map +0 -1
- package/dist/react-native/operations/skus.js +0 -96
- package/dist/react-native/operations/skus.js.map +0 -1
- package/dist/react-native/operations/volumeGroups.d.ts +0 -99
- package/dist/react-native/operations/volumeGroups.d.ts.map +0 -1
- package/dist/react-native/operations/volumeGroups.js +0 -457
- package/dist/react-native/operations/volumeGroups.js.map +0 -1
- package/dist/react-native/operations/volumeSnapshots.d.ts +0 -89
- package/dist/react-native/operations/volumeSnapshots.d.ts.map +0 -1
- package/dist/react-native/operations/volumeSnapshots.js +0 -382
- package/dist/react-native/operations/volumeSnapshots.js.map +0 -1
- package/dist/react-native/operations/volumes.d.ts +0 -151
- package/dist/react-native/operations/volumes.d.ts.map +0 -1
- package/dist/react-native/operations/volumes.js +0 -687
- package/dist/react-native/operations/volumes.js.map +0 -1
- package/dist/react-native/operationsInterfaces/elasticSans.d.ts +0 -71
- package/dist/react-native/operationsInterfaces/elasticSans.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/elasticSans.js +0 -9
- package/dist/react-native/operationsInterfaces/elasticSans.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -9
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -16
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/skus.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/skus.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/skus.js +0 -9
- package/dist/react-native/operationsInterfaces/skus.js.map +0 -1
- package/dist/react-native/operationsInterfaces/volumeGroups.d.ts +0 -74
- package/dist/react-native/operationsInterfaces/volumeGroups.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/volumeGroups.js +0 -9
- package/dist/react-native/operationsInterfaces/volumeGroups.js.map +0 -1
- package/dist/react-native/operationsInterfaces/volumeSnapshots.d.ts +0 -62
- package/dist/react-native/operationsInterfaces/volumeSnapshots.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/volumeSnapshots.js +0 -9
- package/dist/react-native/operationsInterfaces/volumeSnapshots.js.map +0 -1
- package/dist/react-native/operationsInterfaces/volumes.d.ts +0 -124
- package/dist/react-native/operationsInterfaces/volumes.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/volumes.js +0 -9
- package/dist/react-native/operationsInterfaces/volumes.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -32
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/review/arm-elasticsan.api.md +0 -1067
|
@@ -1,1067 +0,0 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-elasticsan"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import * as coreAuth from '@azure/core-auth';
|
|
8
|
-
import * as coreClient from '@azure/core-client';
|
|
9
|
-
import { OperationState } from '@azure/core-lro';
|
|
10
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
-
|
|
13
|
-
// @public
|
|
14
|
-
export type Action = string;
|
|
15
|
-
|
|
16
|
-
// @public
|
|
17
|
-
export type ActionType = string;
|
|
18
|
-
|
|
19
|
-
// @public
|
|
20
|
-
export type AutoScalePolicyEnforcement = string;
|
|
21
|
-
|
|
22
|
-
// @public
|
|
23
|
-
export interface AutoScaleProperties {
|
|
24
|
-
scaleUpProperties?: ScaleUpProperties;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
// @public
|
|
28
|
-
export type CreatedByType = string;
|
|
29
|
-
|
|
30
|
-
// @public
|
|
31
|
-
export interface DeleteRetentionPolicy {
|
|
32
|
-
// (undocumented)
|
|
33
|
-
policyState?: PolicyState;
|
|
34
|
-
retentionPeriodDays?: number;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
// @public
|
|
38
|
-
export type DeleteType = string;
|
|
39
|
-
|
|
40
|
-
// @public
|
|
41
|
-
export interface DiskSnapshotList {
|
|
42
|
-
diskSnapshotIds: string[];
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
// @public
|
|
46
|
-
export interface ElasticSan extends TrackedResource {
|
|
47
|
-
properties: ElasticSanProperties;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
// @public
|
|
51
|
-
export interface ElasticSanList {
|
|
52
|
-
readonly nextLink?: string;
|
|
53
|
-
value?: ElasticSan[];
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
// @public (undocumented)
|
|
57
|
-
export class ElasticSanManagement extends coreClient.ServiceClient {
|
|
58
|
-
// (undocumented)
|
|
59
|
-
$host: string;
|
|
60
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ElasticSanManagementOptionalParams);
|
|
61
|
-
// (undocumented)
|
|
62
|
-
apiVersion: string;
|
|
63
|
-
beginRestoreVolume(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: RestoreVolumeOptionalParams): Promise<SimplePollerLike<OperationState<RestoreVolumeResponse>, RestoreVolumeResponse>>;
|
|
64
|
-
beginRestoreVolumeAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: RestoreVolumeOptionalParams): Promise<RestoreVolumeResponse>;
|
|
65
|
-
// (undocumented)
|
|
66
|
-
elasticSans: ElasticSans;
|
|
67
|
-
// (undocumented)
|
|
68
|
-
operations: Operations;
|
|
69
|
-
// (undocumented)
|
|
70
|
-
privateEndpointConnections: PrivateEndpointConnections;
|
|
71
|
-
// (undocumented)
|
|
72
|
-
privateLinkResources: PrivateLinkResources;
|
|
73
|
-
// (undocumented)
|
|
74
|
-
skus: Skus;
|
|
75
|
-
// (undocumented)
|
|
76
|
-
subscriptionId: string;
|
|
77
|
-
// (undocumented)
|
|
78
|
-
volumeGroups: VolumeGroups;
|
|
79
|
-
// (undocumented)
|
|
80
|
-
volumes: Volumes;
|
|
81
|
-
// (undocumented)
|
|
82
|
-
volumeSnapshots: VolumeSnapshots;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
// @public
|
|
86
|
-
export interface ElasticSanManagementOptionalParams extends coreClient.ServiceClientOptions {
|
|
87
|
-
$host?: string;
|
|
88
|
-
apiVersion?: string;
|
|
89
|
-
endpoint?: string;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// @public
|
|
93
|
-
export interface ElasticSanManagementRestoreVolumeHeaders {
|
|
94
|
-
// (undocumented)
|
|
95
|
-
location?: string;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
// @public
|
|
99
|
-
export interface ElasticSanProperties {
|
|
100
|
-
autoScaleProperties?: AutoScaleProperties;
|
|
101
|
-
availabilityZones?: string[];
|
|
102
|
-
baseSizeTiB: number;
|
|
103
|
-
extendedCapacitySizeTiB: number;
|
|
104
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
105
|
-
readonly provisioningState?: ProvisioningStates;
|
|
106
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
107
|
-
sku: Sku;
|
|
108
|
-
readonly totalIops?: number;
|
|
109
|
-
readonly totalMBps?: number;
|
|
110
|
-
readonly totalSizeTiB?: number;
|
|
111
|
-
readonly totalVolumeSizeGiB?: number;
|
|
112
|
-
readonly volumeGroupCount?: number;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
// @public
|
|
116
|
-
export interface ElasticSans {
|
|
117
|
-
beginCreate(resourceGroupName: string, elasticSanName: string, parameters: ElasticSan, options?: ElasticSansCreateOptionalParams): Promise<SimplePollerLike<OperationState<ElasticSansCreateResponse>, ElasticSansCreateResponse>>;
|
|
118
|
-
beginCreateAndWait(resourceGroupName: string, elasticSanName: string, parameters: ElasticSan, options?: ElasticSansCreateOptionalParams): Promise<ElasticSansCreateResponse>;
|
|
119
|
-
beginDelete(resourceGroupName: string, elasticSanName: string, options?: ElasticSansDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
120
|
-
beginDeleteAndWait(resourceGroupName: string, elasticSanName: string, options?: ElasticSansDeleteOptionalParams): Promise<void>;
|
|
121
|
-
beginUpdate(resourceGroupName: string, elasticSanName: string, parameters: ElasticSanUpdate, options?: ElasticSansUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ElasticSansUpdateResponse>, ElasticSansUpdateResponse>>;
|
|
122
|
-
beginUpdateAndWait(resourceGroupName: string, elasticSanName: string, parameters: ElasticSanUpdate, options?: ElasticSansUpdateOptionalParams): Promise<ElasticSansUpdateResponse>;
|
|
123
|
-
get(resourceGroupName: string, elasticSanName: string, options?: ElasticSansGetOptionalParams): Promise<ElasticSansGetResponse>;
|
|
124
|
-
listByResourceGroup(resourceGroupName: string, options?: ElasticSansListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ElasticSan>;
|
|
125
|
-
listBySubscription(options?: ElasticSansListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ElasticSan>;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
// @public
|
|
129
|
-
export interface ElasticSansCreateOptionalParams extends coreClient.OperationOptions {
|
|
130
|
-
resumeFrom?: string;
|
|
131
|
-
updateIntervalInMs?: number;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
// @public
|
|
135
|
-
export type ElasticSansCreateResponse = ElasticSan;
|
|
136
|
-
|
|
137
|
-
// @public
|
|
138
|
-
export interface ElasticSansDeleteHeaders {
|
|
139
|
-
// (undocumented)
|
|
140
|
-
location?: string;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
// @public
|
|
144
|
-
export interface ElasticSansDeleteOptionalParams extends coreClient.OperationOptions {
|
|
145
|
-
resumeFrom?: string;
|
|
146
|
-
updateIntervalInMs?: number;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
// @public
|
|
150
|
-
export interface ElasticSansGetOptionalParams extends coreClient.OperationOptions {
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
// @public
|
|
154
|
-
export type ElasticSansGetResponse = ElasticSan;
|
|
155
|
-
|
|
156
|
-
// @public
|
|
157
|
-
export interface ElasticSansListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
// @public
|
|
161
|
-
export type ElasticSansListByResourceGroupNextResponse = ElasticSanList;
|
|
162
|
-
|
|
163
|
-
// @public
|
|
164
|
-
export interface ElasticSansListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
// @public
|
|
168
|
-
export type ElasticSansListByResourceGroupResponse = ElasticSanList;
|
|
169
|
-
|
|
170
|
-
// @public
|
|
171
|
-
export interface ElasticSansListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
// @public
|
|
175
|
-
export type ElasticSansListBySubscriptionNextResponse = ElasticSanList;
|
|
176
|
-
|
|
177
|
-
// @public
|
|
178
|
-
export interface ElasticSansListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
// @public
|
|
182
|
-
export type ElasticSansListBySubscriptionResponse = ElasticSanList;
|
|
183
|
-
|
|
184
|
-
// @public
|
|
185
|
-
export interface ElasticSansUpdateHeaders {
|
|
186
|
-
// (undocumented)
|
|
187
|
-
location?: string;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
// @public
|
|
191
|
-
export interface ElasticSansUpdateOptionalParams extends coreClient.OperationOptions {
|
|
192
|
-
resumeFrom?: string;
|
|
193
|
-
updateIntervalInMs?: number;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
// @public
|
|
197
|
-
export type ElasticSansUpdateResponse = ElasticSan;
|
|
198
|
-
|
|
199
|
-
// @public
|
|
200
|
-
export interface ElasticSanUpdate {
|
|
201
|
-
properties?: ElasticSanUpdateProperties;
|
|
202
|
-
tags?: {
|
|
203
|
-
[propertyName: string]: string;
|
|
204
|
-
};
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
// @public
|
|
208
|
-
export interface ElasticSanUpdateProperties {
|
|
209
|
-
autoScaleProperties?: AutoScaleProperties;
|
|
210
|
-
baseSizeTiB?: number;
|
|
211
|
-
extendedCapacitySizeTiB?: number;
|
|
212
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
// @public
|
|
216
|
-
export interface EncryptionIdentity {
|
|
217
|
-
encryptionUserAssignedIdentity?: string;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
// @public
|
|
221
|
-
export interface EncryptionProperties {
|
|
222
|
-
encryptionIdentity?: EncryptionIdentity;
|
|
223
|
-
keyVaultProperties?: KeyVaultProperties;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
// @public
|
|
227
|
-
export type EncryptionType = string;
|
|
228
|
-
|
|
229
|
-
// @public
|
|
230
|
-
export interface ErrorAdditionalInfo {
|
|
231
|
-
readonly info?: Record<string, unknown>;
|
|
232
|
-
readonly type?: string;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
// @public
|
|
236
|
-
export interface ErrorDetail {
|
|
237
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
238
|
-
readonly code?: string;
|
|
239
|
-
readonly details?: ErrorDetail[];
|
|
240
|
-
readonly message?: string;
|
|
241
|
-
readonly target?: string;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
// @public
|
|
245
|
-
export interface ErrorResponse {
|
|
246
|
-
error?: ErrorDetail;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
// @public
|
|
250
|
-
export function getContinuationToken(page: unknown): string | undefined;
|
|
251
|
-
|
|
252
|
-
// @public
|
|
253
|
-
export interface Identity {
|
|
254
|
-
readonly principalId?: string;
|
|
255
|
-
readonly tenantId?: string;
|
|
256
|
-
type: IdentityType;
|
|
257
|
-
userAssignedIdentities?: {
|
|
258
|
-
[propertyName: string]: UserAssignedIdentity;
|
|
259
|
-
};
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
// @public
|
|
263
|
-
export type IdentityType = string;
|
|
264
|
-
|
|
265
|
-
// @public
|
|
266
|
-
export interface IscsiTargetInfo {
|
|
267
|
-
readonly provisioningState?: ProvisioningStates;
|
|
268
|
-
status?: OperationalStatus;
|
|
269
|
-
readonly targetIqn?: string;
|
|
270
|
-
readonly targetPortalHostname?: string;
|
|
271
|
-
readonly targetPortalPort?: number;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
// @public
|
|
275
|
-
export interface KeyVaultProperties {
|
|
276
|
-
readonly currentVersionedKeyExpirationTimestamp?: Date;
|
|
277
|
-
readonly currentVersionedKeyIdentifier?: string;
|
|
278
|
-
keyName?: string;
|
|
279
|
-
keyVaultUri?: string;
|
|
280
|
-
keyVersion?: string;
|
|
281
|
-
readonly lastKeyRotationTimestamp?: Date;
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
// @public
|
|
285
|
-
export enum KnownAction {
|
|
286
|
-
Allow = "Allow"
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
// @public
|
|
290
|
-
export enum KnownActionType {
|
|
291
|
-
Internal = "Internal"
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
// @public
|
|
295
|
-
export enum KnownAutoScalePolicyEnforcement {
|
|
296
|
-
Disabled = "Disabled",
|
|
297
|
-
Enabled = "Enabled",
|
|
298
|
-
None = "None"
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
// @public
|
|
302
|
-
export enum KnownCreatedByType {
|
|
303
|
-
Application = "Application",
|
|
304
|
-
Key = "Key",
|
|
305
|
-
ManagedIdentity = "ManagedIdentity",
|
|
306
|
-
User = "User"
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
// @public
|
|
310
|
-
export enum KnownDeleteType {
|
|
311
|
-
Permanent = "permanent"
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
// @public
|
|
315
|
-
export enum KnownEncryptionType {
|
|
316
|
-
EncryptionAtRestWithCustomerManagedKey = "EncryptionAtRestWithCustomerManagedKey",
|
|
317
|
-
EncryptionAtRestWithPlatformKey = "EncryptionAtRestWithPlatformKey"
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
// @public
|
|
321
|
-
export enum KnownIdentityType {
|
|
322
|
-
None = "None",
|
|
323
|
-
SystemAssigned = "SystemAssigned",
|
|
324
|
-
UserAssigned = "UserAssigned"
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
// @public
|
|
328
|
-
export enum KnownOperationalStatus {
|
|
329
|
-
Healthy = "Healthy",
|
|
330
|
-
Invalid = "Invalid",
|
|
331
|
-
Running = "Running",
|
|
332
|
-
Stopped = "Stopped",
|
|
333
|
-
StoppedDeallocated = "Stopped (deallocated)",
|
|
334
|
-
Unhealthy = "Unhealthy",
|
|
335
|
-
Unknown = "Unknown",
|
|
336
|
-
Updating = "Updating"
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
// @public
|
|
340
|
-
export enum KnownOrigin {
|
|
341
|
-
System = "system",
|
|
342
|
-
User = "user",
|
|
343
|
-
UserSystem = "user,system"
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
// @public
|
|
347
|
-
export enum KnownPolicyState {
|
|
348
|
-
Disabled = "Disabled",
|
|
349
|
-
Enabled = "Enabled"
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
// @public
|
|
353
|
-
export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
354
|
-
Approved = "Approved",
|
|
355
|
-
Failed = "Failed",
|
|
356
|
-
Pending = "Pending",
|
|
357
|
-
Rejected = "Rejected"
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
// @public
|
|
361
|
-
export enum KnownProvisioningStates {
|
|
362
|
-
Canceled = "Canceled",
|
|
363
|
-
Creating = "Creating",
|
|
364
|
-
Deleted = "Deleted",
|
|
365
|
-
Deleting = "Deleting",
|
|
366
|
-
Failed = "Failed",
|
|
367
|
-
Invalid = "Invalid",
|
|
368
|
-
Pending = "Pending",
|
|
369
|
-
Restoring = "Restoring",
|
|
370
|
-
SoftDeleting = "SoftDeleting",
|
|
371
|
-
Succeeded = "Succeeded",
|
|
372
|
-
Updating = "Updating"
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
// @public
|
|
376
|
-
export enum KnownPublicNetworkAccess {
|
|
377
|
-
Disabled = "Disabled",
|
|
378
|
-
Enabled = "Enabled"
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
// @public
|
|
382
|
-
export enum KnownSkuName {
|
|
383
|
-
PremiumLRS = "Premium_LRS",
|
|
384
|
-
PremiumZRS = "Premium_ZRS"
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
// @public
|
|
388
|
-
export enum KnownSkuTier {
|
|
389
|
-
Premium = "Premium"
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
// @public
|
|
393
|
-
export enum KnownStorageTargetType {
|
|
394
|
-
Iscsi = "Iscsi",
|
|
395
|
-
None = "None"
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
// @public
|
|
399
|
-
export enum KnownVolumeCreateOption {
|
|
400
|
-
Disk = "Disk",
|
|
401
|
-
DiskRestorePoint = "DiskRestorePoint",
|
|
402
|
-
DiskSnapshot = "DiskSnapshot",
|
|
403
|
-
None = "None",
|
|
404
|
-
VolumeSnapshot = "VolumeSnapshot"
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
// @public
|
|
408
|
-
export enum KnownXMsAccessSoftDeletedResources {
|
|
409
|
-
False = "false",
|
|
410
|
-
True = "true"
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
// @public
|
|
414
|
-
export enum KnownXMsDeleteSnapshots {
|
|
415
|
-
False = "false",
|
|
416
|
-
True = "true"
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
// @public
|
|
420
|
-
export enum KnownXMsForceDelete {
|
|
421
|
-
False = "false",
|
|
422
|
-
True = "true"
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
// @public
|
|
426
|
-
export interface ManagedByInfo {
|
|
427
|
-
resourceId?: string;
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
// @public
|
|
431
|
-
export interface NetworkRuleSet {
|
|
432
|
-
virtualNetworkRules?: VirtualNetworkRule[];
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
// @public
|
|
436
|
-
export interface Operation {
|
|
437
|
-
readonly actionType?: ActionType;
|
|
438
|
-
display?: OperationDisplay;
|
|
439
|
-
readonly isDataAction?: boolean;
|
|
440
|
-
readonly name?: string;
|
|
441
|
-
readonly origin?: Origin;
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
// @public
|
|
445
|
-
export type OperationalStatus = string;
|
|
446
|
-
|
|
447
|
-
// @public
|
|
448
|
-
export interface OperationDisplay {
|
|
449
|
-
readonly description?: string;
|
|
450
|
-
readonly operation?: string;
|
|
451
|
-
readonly provider?: string;
|
|
452
|
-
readonly resource?: string;
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
// @public
|
|
456
|
-
export interface OperationListResult {
|
|
457
|
-
readonly nextLink?: string;
|
|
458
|
-
readonly value?: Operation[];
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
// @public
|
|
462
|
-
export interface Operations {
|
|
463
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
// @public
|
|
467
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
// @public
|
|
471
|
-
export type OperationsListResponse = OperationListResult;
|
|
472
|
-
|
|
473
|
-
// @public
|
|
474
|
-
export type Origin = string;
|
|
475
|
-
|
|
476
|
-
// @public
|
|
477
|
-
export type PolicyState = string;
|
|
478
|
-
|
|
479
|
-
// @public
|
|
480
|
-
export interface PreValidationResponse {
|
|
481
|
-
validationStatus?: string;
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
// @public
|
|
485
|
-
export interface PrivateEndpoint {
|
|
486
|
-
readonly id?: string;
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
// @public
|
|
490
|
-
export interface PrivateEndpointConnection extends Resource {
|
|
491
|
-
properties: PrivateEndpointConnectionProperties;
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
// @public
|
|
495
|
-
export interface PrivateEndpointConnectionListResult {
|
|
496
|
-
readonly nextLink?: string;
|
|
497
|
-
value?: PrivateEndpointConnection[];
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
// @public
|
|
501
|
-
export interface PrivateEndpointConnectionProperties {
|
|
502
|
-
groupIds?: string[];
|
|
503
|
-
privateEndpoint?: PrivateEndpoint;
|
|
504
|
-
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
505
|
-
readonly provisioningState?: ProvisioningStates;
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
// @public
|
|
509
|
-
export interface PrivateEndpointConnections {
|
|
510
|
-
beginCreate(resourceGroupName: string, elasticSanName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsCreateResponse>, PrivateEndpointConnectionsCreateResponse>>;
|
|
511
|
-
beginCreateAndWait(resourceGroupName: string, elasticSanName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PrivateEndpointConnectionsCreateResponse>;
|
|
512
|
-
beginDelete(resourceGroupName: string, elasticSanName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
513
|
-
beginDeleteAndWait(resourceGroupName: string, elasticSanName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
|
514
|
-
get(resourceGroupName: string, elasticSanName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
515
|
-
list(resourceGroupName: string, elasticSanName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
// @public
|
|
519
|
-
export interface PrivateEndpointConnectionsCreateOptionalParams extends coreClient.OperationOptions {
|
|
520
|
-
resumeFrom?: string;
|
|
521
|
-
updateIntervalInMs?: number;
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
// @public
|
|
525
|
-
export type PrivateEndpointConnectionsCreateResponse = PrivateEndpointConnection;
|
|
526
|
-
|
|
527
|
-
// @public
|
|
528
|
-
export interface PrivateEndpointConnectionsDeleteHeaders {
|
|
529
|
-
// (undocumented)
|
|
530
|
-
location?: string;
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
// @public
|
|
534
|
-
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
535
|
-
resumeFrom?: string;
|
|
536
|
-
updateIntervalInMs?: number;
|
|
537
|
-
}
|
|
538
|
-
|
|
539
|
-
// @public
|
|
540
|
-
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
// @public
|
|
544
|
-
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
545
|
-
|
|
546
|
-
// @public
|
|
547
|
-
export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
// @public
|
|
551
|
-
export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
552
|
-
|
|
553
|
-
// @public
|
|
554
|
-
export type PrivateEndpointServiceConnectionStatus = string;
|
|
555
|
-
|
|
556
|
-
// @public
|
|
557
|
-
export interface PrivateLinkResource extends Resource {
|
|
558
|
-
properties?: PrivateLinkResourceProperties;
|
|
559
|
-
}
|
|
560
|
-
|
|
561
|
-
// @public
|
|
562
|
-
export interface PrivateLinkResourceListResult {
|
|
563
|
-
readonly nextLink?: string;
|
|
564
|
-
value?: PrivateLinkResource[];
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
// @public
|
|
568
|
-
export interface PrivateLinkResourceProperties {
|
|
569
|
-
readonly groupId?: string;
|
|
570
|
-
readonly requiredMembers?: string[];
|
|
571
|
-
requiredZoneNames?: string[];
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
// @public
|
|
575
|
-
export interface PrivateLinkResources {
|
|
576
|
-
listByElasticSan(resourceGroupName: string, elasticSanName: string, options?: PrivateLinkResourcesListByElasticSanOptionalParams): Promise<PrivateLinkResourcesListByElasticSanResponse>;
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
// @public
|
|
580
|
-
export interface PrivateLinkResourcesListByElasticSanOptionalParams extends coreClient.OperationOptions {
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
// @public
|
|
584
|
-
export type PrivateLinkResourcesListByElasticSanResponse = PrivateLinkResourceListResult;
|
|
585
|
-
|
|
586
|
-
// @public
|
|
587
|
-
export interface PrivateLinkServiceConnectionState {
|
|
588
|
-
actionsRequired?: string;
|
|
589
|
-
description?: string;
|
|
590
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
// @public
|
|
594
|
-
export type ProvisioningStates = string;
|
|
595
|
-
|
|
596
|
-
// @public
|
|
597
|
-
export interface ProxyResource extends Resource {
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
// @public
|
|
601
|
-
export type PublicNetworkAccess = string;
|
|
602
|
-
|
|
603
|
-
// @public
|
|
604
|
-
export interface Resource {
|
|
605
|
-
readonly id?: string;
|
|
606
|
-
readonly name?: string;
|
|
607
|
-
readonly systemData?: SystemData;
|
|
608
|
-
readonly type?: string;
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
// @public
|
|
612
|
-
export interface RestoreVolumeOptionalParams extends coreClient.OperationOptions {
|
|
613
|
-
resumeFrom?: string;
|
|
614
|
-
updateIntervalInMs?: number;
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
// @public
|
|
618
|
-
export type RestoreVolumeResponse = Volume;
|
|
619
|
-
|
|
620
|
-
// @public
|
|
621
|
-
export interface ScaleUpProperties {
|
|
622
|
-
autoScalePolicyEnforcement?: AutoScalePolicyEnforcement;
|
|
623
|
-
capacityUnitScaleUpLimitTiB?: number;
|
|
624
|
-
increaseCapacityUnitByTiB?: number;
|
|
625
|
-
unusedSizeTiB?: number;
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
// @public
|
|
629
|
-
export interface Sku {
|
|
630
|
-
name: SkuName;
|
|
631
|
-
tier?: SkuTier;
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
// @public
|
|
635
|
-
export interface SKUCapability {
|
|
636
|
-
readonly name?: string;
|
|
637
|
-
readonly value?: string;
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
// @public
|
|
641
|
-
export interface SkuInformation {
|
|
642
|
-
readonly capabilities?: SKUCapability[];
|
|
643
|
-
readonly locationInfo?: SkuLocationInfo[];
|
|
644
|
-
readonly locations?: string[];
|
|
645
|
-
name: SkuName;
|
|
646
|
-
readonly resourceType?: string;
|
|
647
|
-
tier?: SkuTier;
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
// @public
|
|
651
|
-
export interface SkuInformationList {
|
|
652
|
-
readonly nextLink?: string;
|
|
653
|
-
readonly value?: SkuInformation[];
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
// @public
|
|
657
|
-
export interface SkuLocationInfo {
|
|
658
|
-
readonly location?: string;
|
|
659
|
-
readonly zones?: string[];
|
|
660
|
-
}
|
|
661
|
-
|
|
662
|
-
// @public
|
|
663
|
-
export type SkuName = string;
|
|
664
|
-
|
|
665
|
-
// @public
|
|
666
|
-
export interface Skus {
|
|
667
|
-
list(options?: SkusListOptionalParams): PagedAsyncIterableIterator<SkuInformation>;
|
|
668
|
-
}
|
|
669
|
-
|
|
670
|
-
// @public
|
|
671
|
-
export interface SkusListOptionalParams extends coreClient.OperationOptions {
|
|
672
|
-
filter?: string;
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
// @public
|
|
676
|
-
export type SkusListResponse = SkuInformationList;
|
|
677
|
-
|
|
678
|
-
// @public
|
|
679
|
-
export type SkuTier = string;
|
|
680
|
-
|
|
681
|
-
// @public
|
|
682
|
-
export interface Snapshot extends ProxyResource {
|
|
683
|
-
properties: SnapshotProperties;
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
// @public
|
|
687
|
-
export interface SnapshotCreationData {
|
|
688
|
-
sourceId: string;
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
// @public
|
|
692
|
-
export interface SnapshotList {
|
|
693
|
-
readonly nextLink?: string;
|
|
694
|
-
value?: Snapshot[];
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
// @public
|
|
698
|
-
export interface SnapshotProperties {
|
|
699
|
-
creationData: SnapshotCreationData;
|
|
700
|
-
readonly provisioningState?: ProvisioningStates;
|
|
701
|
-
readonly sourceVolumeSizeGiB?: number;
|
|
702
|
-
readonly volumeName?: string;
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
// @public
|
|
706
|
-
export interface SourceCreationData {
|
|
707
|
-
createSource?: VolumeCreateOption;
|
|
708
|
-
sourceId?: string;
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
// @public
|
|
712
|
-
export type StorageTargetType = string;
|
|
713
|
-
|
|
714
|
-
// @public
|
|
715
|
-
export interface SystemData {
|
|
716
|
-
createdAt?: Date;
|
|
717
|
-
createdBy?: string;
|
|
718
|
-
createdByType?: CreatedByType;
|
|
719
|
-
lastModifiedAt?: Date;
|
|
720
|
-
lastModifiedBy?: string;
|
|
721
|
-
lastModifiedByType?: CreatedByType;
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
// @public
|
|
725
|
-
export interface TrackedResource extends Resource {
|
|
726
|
-
location: string;
|
|
727
|
-
tags?: {
|
|
728
|
-
[propertyName: string]: string;
|
|
729
|
-
};
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
// @public
|
|
733
|
-
export interface UserAssignedIdentity {
|
|
734
|
-
readonly clientId?: string;
|
|
735
|
-
readonly principalId?: string;
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
// @public
|
|
739
|
-
export interface VirtualNetworkRule {
|
|
740
|
-
action?: Action;
|
|
741
|
-
virtualNetworkResourceId: string;
|
|
742
|
-
}
|
|
743
|
-
|
|
744
|
-
// @public
|
|
745
|
-
export interface Volume extends ProxyResource {
|
|
746
|
-
properties: VolumeProperties;
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
// @public
|
|
750
|
-
export type VolumeCreateOption = string;
|
|
751
|
-
|
|
752
|
-
// @public
|
|
753
|
-
export interface VolumeGroup extends ProxyResource {
|
|
754
|
-
identity?: Identity;
|
|
755
|
-
properties?: VolumeGroupProperties;
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
// @public
|
|
759
|
-
export interface VolumeGroupList {
|
|
760
|
-
readonly nextLink?: string;
|
|
761
|
-
value?: VolumeGroup[];
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
// @public
|
|
765
|
-
export interface VolumeGroupProperties {
|
|
766
|
-
deleteRetentionPolicy?: DeleteRetentionPolicy;
|
|
767
|
-
encryption?: EncryptionType;
|
|
768
|
-
encryptionProperties?: EncryptionProperties;
|
|
769
|
-
enforceDataIntegrityCheckForIscsi?: boolean;
|
|
770
|
-
networkAcls?: NetworkRuleSet;
|
|
771
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
772
|
-
protocolType?: StorageTargetType;
|
|
773
|
-
readonly provisioningState?: ProvisioningStates;
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
// @public
|
|
777
|
-
export interface VolumeGroups {
|
|
778
|
-
beginCreate(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeGroup, options?: VolumeGroupsCreateOptionalParams): Promise<SimplePollerLike<OperationState<VolumeGroupsCreateResponse>, VolumeGroupsCreateResponse>>;
|
|
779
|
-
beginCreateAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeGroup, options?: VolumeGroupsCreateOptionalParams): Promise<VolumeGroupsCreateResponse>;
|
|
780
|
-
beginDelete(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, options?: VolumeGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
781
|
-
beginDeleteAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, options?: VolumeGroupsDeleteOptionalParams): Promise<void>;
|
|
782
|
-
beginUpdate(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeGroupUpdate, options?: VolumeGroupsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VolumeGroupsUpdateResponse>, VolumeGroupsUpdateResponse>>;
|
|
783
|
-
beginUpdateAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeGroupUpdate, options?: VolumeGroupsUpdateOptionalParams): Promise<VolumeGroupsUpdateResponse>;
|
|
784
|
-
get(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, options?: VolumeGroupsGetOptionalParams): Promise<VolumeGroupsGetResponse>;
|
|
785
|
-
listByElasticSan(resourceGroupName: string, elasticSanName: string, options?: VolumeGroupsListByElasticSanOptionalParams): PagedAsyncIterableIterator<VolumeGroup>;
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
// @public
|
|
789
|
-
export interface VolumeGroupsCreateOptionalParams extends coreClient.OperationOptions {
|
|
790
|
-
resumeFrom?: string;
|
|
791
|
-
updateIntervalInMs?: number;
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
// @public
|
|
795
|
-
export type VolumeGroupsCreateResponse = VolumeGroup;
|
|
796
|
-
|
|
797
|
-
// @public
|
|
798
|
-
export interface VolumeGroupsDeleteHeaders {
|
|
799
|
-
// (undocumented)
|
|
800
|
-
location?: string;
|
|
801
|
-
}
|
|
802
|
-
|
|
803
|
-
// @public
|
|
804
|
-
export interface VolumeGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
805
|
-
resumeFrom?: string;
|
|
806
|
-
updateIntervalInMs?: number;
|
|
807
|
-
}
|
|
808
|
-
|
|
809
|
-
// @public
|
|
810
|
-
export interface VolumeGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
811
|
-
}
|
|
812
|
-
|
|
813
|
-
// @public
|
|
814
|
-
export type VolumeGroupsGetResponse = VolumeGroup;
|
|
815
|
-
|
|
816
|
-
// @public
|
|
817
|
-
export interface VolumeGroupsListByElasticSanNextOptionalParams extends coreClient.OperationOptions {
|
|
818
|
-
xMsAccessSoftDeletedResources?: XMsAccessSoftDeletedResources;
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
// @public
|
|
822
|
-
export type VolumeGroupsListByElasticSanNextResponse = VolumeGroupList;
|
|
823
|
-
|
|
824
|
-
// @public
|
|
825
|
-
export interface VolumeGroupsListByElasticSanOptionalParams extends coreClient.OperationOptions {
|
|
826
|
-
xMsAccessSoftDeletedResources?: XMsAccessSoftDeletedResources;
|
|
827
|
-
}
|
|
828
|
-
|
|
829
|
-
// @public
|
|
830
|
-
export type VolumeGroupsListByElasticSanResponse = VolumeGroupList;
|
|
831
|
-
|
|
832
|
-
// @public
|
|
833
|
-
export interface VolumeGroupsUpdateHeaders {
|
|
834
|
-
// (undocumented)
|
|
835
|
-
location?: string;
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
// @public
|
|
839
|
-
export interface VolumeGroupsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
840
|
-
resumeFrom?: string;
|
|
841
|
-
updateIntervalInMs?: number;
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
// @public
|
|
845
|
-
export type VolumeGroupsUpdateResponse = VolumeGroup;
|
|
846
|
-
|
|
847
|
-
// @public
|
|
848
|
-
export interface VolumeGroupUpdate {
|
|
849
|
-
identity?: Identity;
|
|
850
|
-
properties?: VolumeGroupUpdateProperties;
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
// @public
|
|
854
|
-
export interface VolumeGroupUpdateProperties {
|
|
855
|
-
deleteRetentionPolicy?: DeleteRetentionPolicy;
|
|
856
|
-
encryption?: EncryptionType;
|
|
857
|
-
encryptionProperties?: EncryptionProperties;
|
|
858
|
-
enforceDataIntegrityCheckForIscsi?: boolean;
|
|
859
|
-
networkAcls?: NetworkRuleSet;
|
|
860
|
-
protocolType?: StorageTargetType;
|
|
861
|
-
}
|
|
862
|
-
|
|
863
|
-
// @public
|
|
864
|
-
export interface VolumeList {
|
|
865
|
-
readonly nextLink?: string;
|
|
866
|
-
value?: Volume[];
|
|
867
|
-
}
|
|
868
|
-
|
|
869
|
-
// @public
|
|
870
|
-
export interface VolumeNameList {
|
|
871
|
-
volumeNames: string[];
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
// @public
|
|
875
|
-
export interface VolumeProperties {
|
|
876
|
-
creationData?: SourceCreationData;
|
|
877
|
-
managedBy?: ManagedByInfo;
|
|
878
|
-
readonly provisioningState?: ProvisioningStates;
|
|
879
|
-
sizeGiB: number;
|
|
880
|
-
readonly storageTarget?: IscsiTargetInfo;
|
|
881
|
-
readonly volumeId?: string;
|
|
882
|
-
}
|
|
883
|
-
|
|
884
|
-
// @public
|
|
885
|
-
export interface Volumes {
|
|
886
|
-
beginCreate(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: Volume, options?: VolumesCreateOptionalParams): Promise<SimplePollerLike<OperationState<VolumesCreateResponse>, VolumesCreateResponse>>;
|
|
887
|
-
beginCreateAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: Volume, options?: VolumesCreateOptionalParams): Promise<VolumesCreateResponse>;
|
|
888
|
-
beginDelete(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: VolumesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
889
|
-
beginDeleteAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: VolumesDeleteOptionalParams): Promise<void>;
|
|
890
|
-
beginPreBackup(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeNameList, options?: VolumesPreBackupOptionalParams): Promise<SimplePollerLike<OperationState<VolumesPreBackupResponse>, VolumesPreBackupResponse>>;
|
|
891
|
-
beginPreBackupAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeNameList, options?: VolumesPreBackupOptionalParams): Promise<VolumesPreBackupResponse>;
|
|
892
|
-
beginPreRestore(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: DiskSnapshotList, options?: VolumesPreRestoreOptionalParams): Promise<SimplePollerLike<OperationState<VolumesPreRestoreResponse>, VolumesPreRestoreResponse>>;
|
|
893
|
-
beginPreRestoreAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: DiskSnapshotList, options?: VolumesPreRestoreOptionalParams): Promise<VolumesPreRestoreResponse>;
|
|
894
|
-
beginUpdate(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: VolumeUpdate, options?: VolumesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VolumesUpdateResponse>, VolumesUpdateResponse>>;
|
|
895
|
-
beginUpdateAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: VolumeUpdate, options?: VolumesUpdateOptionalParams): Promise<VolumesUpdateResponse>;
|
|
896
|
-
get(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: VolumesGetOptionalParams): Promise<VolumesGetResponse>;
|
|
897
|
-
listByVolumeGroup(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, options?: VolumesListByVolumeGroupOptionalParams): PagedAsyncIterableIterator<Volume>;
|
|
898
|
-
}
|
|
899
|
-
|
|
900
|
-
// @public
|
|
901
|
-
export interface VolumesCreateOptionalParams extends coreClient.OperationOptions {
|
|
902
|
-
resumeFrom?: string;
|
|
903
|
-
updateIntervalInMs?: number;
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
// @public
|
|
907
|
-
export type VolumesCreateResponse = Volume;
|
|
908
|
-
|
|
909
|
-
// @public
|
|
910
|
-
export interface VolumesDeleteHeaders {
|
|
911
|
-
// (undocumented)
|
|
912
|
-
location?: string;
|
|
913
|
-
}
|
|
914
|
-
|
|
915
|
-
// @public
|
|
916
|
-
export interface VolumesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
917
|
-
deleteType?: DeleteType;
|
|
918
|
-
resumeFrom?: string;
|
|
919
|
-
updateIntervalInMs?: number;
|
|
920
|
-
xMsDeleteSnapshots?: XMsDeleteSnapshots;
|
|
921
|
-
xMsForceDelete?: XMsForceDelete;
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
// @public
|
|
925
|
-
export interface VolumesGetOptionalParams extends coreClient.OperationOptions {
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
// @public
|
|
929
|
-
export type VolumesGetResponse = Volume;
|
|
930
|
-
|
|
931
|
-
// @public
|
|
932
|
-
export interface VolumesListByVolumeGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
933
|
-
xMsAccessSoftDeletedResources?: XMsAccessSoftDeletedResources;
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
// @public
|
|
937
|
-
export type VolumesListByVolumeGroupNextResponse = VolumeList;
|
|
938
|
-
|
|
939
|
-
// @public
|
|
940
|
-
export interface VolumesListByVolumeGroupOptionalParams extends coreClient.OperationOptions {
|
|
941
|
-
xMsAccessSoftDeletedResources?: XMsAccessSoftDeletedResources;
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
// @public
|
|
945
|
-
export type VolumesListByVolumeGroupResponse = VolumeList;
|
|
946
|
-
|
|
947
|
-
// @public
|
|
948
|
-
export interface VolumeSnapshots {
|
|
949
|
-
beginCreate(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, snapshotName: string, parameters: Snapshot, options?: VolumeSnapshotsCreateOptionalParams): Promise<SimplePollerLike<OperationState<VolumeSnapshotsCreateResponse>, VolumeSnapshotsCreateResponse>>;
|
|
950
|
-
beginCreateAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, snapshotName: string, parameters: Snapshot, options?: VolumeSnapshotsCreateOptionalParams): Promise<VolumeSnapshotsCreateResponse>;
|
|
951
|
-
beginDelete(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, snapshotName: string, options?: VolumeSnapshotsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
952
|
-
beginDeleteAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, snapshotName: string, options?: VolumeSnapshotsDeleteOptionalParams): Promise<void>;
|
|
953
|
-
get(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, snapshotName: string, options?: VolumeSnapshotsGetOptionalParams): Promise<VolumeSnapshotsGetResponse>;
|
|
954
|
-
listByVolumeGroup(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, options?: VolumeSnapshotsListByVolumeGroupOptionalParams): PagedAsyncIterableIterator<Snapshot>;
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
// @public
|
|
958
|
-
export interface VolumeSnapshotsCreateOptionalParams extends coreClient.OperationOptions {
|
|
959
|
-
resumeFrom?: string;
|
|
960
|
-
updateIntervalInMs?: number;
|
|
961
|
-
}
|
|
962
|
-
|
|
963
|
-
// @public
|
|
964
|
-
export type VolumeSnapshotsCreateResponse = Snapshot;
|
|
965
|
-
|
|
966
|
-
// @public
|
|
967
|
-
export interface VolumeSnapshotsDeleteHeaders {
|
|
968
|
-
// (undocumented)
|
|
969
|
-
location?: string;
|
|
970
|
-
}
|
|
971
|
-
|
|
972
|
-
// @public
|
|
973
|
-
export interface VolumeSnapshotsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
974
|
-
resumeFrom?: string;
|
|
975
|
-
updateIntervalInMs?: number;
|
|
976
|
-
}
|
|
977
|
-
|
|
978
|
-
// @public
|
|
979
|
-
export interface VolumeSnapshotsGetOptionalParams extends coreClient.OperationOptions {
|
|
980
|
-
}
|
|
981
|
-
|
|
982
|
-
// @public
|
|
983
|
-
export type VolumeSnapshotsGetResponse = Snapshot;
|
|
984
|
-
|
|
985
|
-
// @public
|
|
986
|
-
export interface VolumeSnapshotsListByVolumeGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
// @public
|
|
990
|
-
export type VolumeSnapshotsListByVolumeGroupNextResponse = SnapshotList;
|
|
991
|
-
|
|
992
|
-
// @public
|
|
993
|
-
export interface VolumeSnapshotsListByVolumeGroupOptionalParams extends coreClient.OperationOptions {
|
|
994
|
-
filter?: string;
|
|
995
|
-
}
|
|
996
|
-
|
|
997
|
-
// @public
|
|
998
|
-
export type VolumeSnapshotsListByVolumeGroupResponse = SnapshotList;
|
|
999
|
-
|
|
1000
|
-
// @public
|
|
1001
|
-
export interface VolumesPreBackupHeaders {
|
|
1002
|
-
// (undocumented)
|
|
1003
|
-
location?: string;
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
|
-
// @public
|
|
1007
|
-
export interface VolumesPreBackupOptionalParams extends coreClient.OperationOptions {
|
|
1008
|
-
resumeFrom?: string;
|
|
1009
|
-
updateIntervalInMs?: number;
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
|
-
// @public
|
|
1013
|
-
export type VolumesPreBackupResponse = PreValidationResponse;
|
|
1014
|
-
|
|
1015
|
-
// @public
|
|
1016
|
-
export interface VolumesPreRestoreHeaders {
|
|
1017
|
-
// (undocumented)
|
|
1018
|
-
location?: string;
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
// @public
|
|
1022
|
-
export interface VolumesPreRestoreOptionalParams extends coreClient.OperationOptions {
|
|
1023
|
-
resumeFrom?: string;
|
|
1024
|
-
updateIntervalInMs?: number;
|
|
1025
|
-
}
|
|
1026
|
-
|
|
1027
|
-
// @public
|
|
1028
|
-
export type VolumesPreRestoreResponse = PreValidationResponse;
|
|
1029
|
-
|
|
1030
|
-
// @public
|
|
1031
|
-
export interface VolumesUpdateHeaders {
|
|
1032
|
-
// (undocumented)
|
|
1033
|
-
location?: string;
|
|
1034
|
-
}
|
|
1035
|
-
|
|
1036
|
-
// @public
|
|
1037
|
-
export interface VolumesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1038
|
-
resumeFrom?: string;
|
|
1039
|
-
updateIntervalInMs?: number;
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
// @public
|
|
1043
|
-
export type VolumesUpdateResponse = Volume;
|
|
1044
|
-
|
|
1045
|
-
// @public
|
|
1046
|
-
export interface VolumeUpdate {
|
|
1047
|
-
properties?: VolumeUpdateProperties;
|
|
1048
|
-
}
|
|
1049
|
-
|
|
1050
|
-
// @public
|
|
1051
|
-
export interface VolumeUpdateProperties {
|
|
1052
|
-
managedBy?: ManagedByInfo;
|
|
1053
|
-
sizeGiB?: number;
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
// @public
|
|
1057
|
-
export type XMsAccessSoftDeletedResources = string;
|
|
1058
|
-
|
|
1059
|
-
// @public
|
|
1060
|
-
export type XMsDeleteSnapshots = string;
|
|
1061
|
-
|
|
1062
|
-
// @public
|
|
1063
|
-
export type XMsForceDelete = string;
|
|
1064
|
-
|
|
1065
|
-
// (No @packageDocumentation comment for this package)
|
|
1066
|
-
|
|
1067
|
-
```
|