@azure/arm-elasticsan 1.2.0-beta.1 → 1.2.0-beta.2
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/CHANGELOG.md +46 -0
- package/LICENSE +3 -3
- package/README.md +24 -18
- package/dist/browser/elasticSanManagement.d.ts +48 -0
- package/dist/browser/elasticSanManagement.d.ts.map +1 -0
- package/dist/browser/elasticSanManagement.js +206 -0
- package/dist/browser/elasticSanManagement.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +130 -2
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +28 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts +7 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +133 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.d.ts +5 -1
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +29 -3
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/elasticSans.d.ts +3 -3
- package/dist/browser/operations/elasticSans.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/elasticSans.js +116 -128
- package/dist/browser/operations/elasticSans.js.map +1 -0
- package/dist/browser/operations/index.d.ts +9 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +16 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +2 -2
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +3 -3
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +88 -96
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +3 -3
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +2 -2
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/skus.d.ts +3 -3
- package/dist/browser/operations/skus.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/skus.js +2 -2
- package/dist/browser/operations/skus.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/volumeGroups.d.ts +3 -3
- package/dist/browser/operations/volumeGroups.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/volumeGroups.js +134 -140
- package/dist/browser/operations/volumeGroups.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/volumeSnapshots.d.ts +3 -3
- package/dist/browser/operations/volumeSnapshots.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/volumeSnapshots.js +91 -99
- package/dist/browser/operations/volumeSnapshots.js.map +1 -0
- package/dist/browser/operations/volumes.d.ts +151 -0
- package/dist/browser/operations/volumes.d.ts.map +1 -0
- package/dist/browser/operations/volumes.js +687 -0
- package/dist/browser/operations/volumes.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/elasticSans.d.ts +1 -1
- package/dist/browser/operationsInterfaces/elasticSans.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/elasticSans.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +9 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +16 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/skus.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/volumeGroups.d.ts +1 -1
- package/dist/browser/operationsInterfaces/volumeGroups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/volumeGroups.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/volumeSnapshots.d.ts +1 -1
- package/dist/browser/operationsInterfaces/volumeSnapshots.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/volumeSnapshots.js.map +1 -0
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/volumes.d.ts +33 -18
- package/dist/browser/operationsInterfaces/volumes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/volumes.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/elasticSanManagement.d.ts +48 -0
- package/dist/commonjs/elasticSanManagement.d.ts.map +1 -0
- package/dist/commonjs/elasticSanManagement.js +211 -0
- package/dist/commonjs/elasticSanManagement.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-elasticsan.d.ts → dist/commonjs/models/index.d.ts} +1385 -1809
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +213 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +71 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1822 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +29 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +249 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/elasticSans.d.ts +107 -0
- package/dist/commonjs/operations/elasticSans.d.ts.map +1 -0
- package/dist/commonjs/operations/elasticSans.js +538 -0
- package/dist/commonjs/operations/elasticSans.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +9 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +19 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +26 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +100 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +325 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +20 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +58 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/skus.d.ts +26 -0
- package/dist/commonjs/operations/skus.d.ts.map +1 -0
- package/dist/commonjs/operations/skus.js +100 -0
- package/dist/commonjs/operations/skus.js.map +1 -0
- package/dist/commonjs/operations/volumeGroups.d.ts +99 -0
- package/dist/commonjs/operations/volumeGroups.d.ts.map +1 -0
- package/dist/commonjs/operations/volumeGroups.js +461 -0
- package/dist/commonjs/operations/volumeGroups.js.map +1 -0
- package/dist/commonjs/operations/volumeSnapshots.d.ts +89 -0
- package/dist/commonjs/operations/volumeSnapshots.d.ts.map +1 -0
- package/dist/commonjs/operations/volumeSnapshots.js +386 -0
- package/dist/commonjs/operations/volumeSnapshots.js.map +1 -0
- package/dist/commonjs/operations/volumes.d.ts +151 -0
- package/dist/commonjs/operations/volumes.d.ts.map +1 -0
- package/dist/commonjs/operations/volumes.js +691 -0
- package/dist/commonjs/operations/volumes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/elasticSans.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/elasticSans.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/elasticSans.js +10 -0
- package/dist/commonjs/operationsInterfaces/elasticSans.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +9 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +19 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.js +10 -0
- package/dist/commonjs/operationsInterfaces/skus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/volumeGroups.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/volumeGroups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/volumeGroups.js +10 -0
- package/dist/commonjs/operationsInterfaces/volumeGroups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/volumeSnapshots.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/volumeSnapshots.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/volumeSnapshots.js +10 -0
- package/dist/commonjs/operationsInterfaces/volumeSnapshots.js.map +1 -0
- package/{dist-esm/src → dist/commonjs}/operationsInterfaces/volumes.d.ts +43 -1
- package/dist/commonjs/operationsInterfaces/volumes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/volumes.js +10 -0
- package/dist/commonjs/operationsInterfaces/volumes.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- package/dist/esm/elasticSanManagement.d.ts +48 -0
- package/dist/esm/elasticSanManagement.d.ts.map +1 -0
- package/dist/esm/elasticSanManagement.js +206 -0
- package/dist/esm/elasticSanManagement.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1385 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +210 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +71 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1818 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +29 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +246 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/elasticSans.d.ts +107 -0
- package/dist/esm/operations/elasticSans.d.ts.map +1 -0
- package/dist/esm/operations/elasticSans.js +534 -0
- package/dist/esm/operations/elasticSans.js.map +1 -0
- package/dist/esm/operations/index.d.ts +9 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +16 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +26 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +96 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +321 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +20 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +53 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/skus.d.ts +26 -0
- package/dist/esm/operations/skus.d.ts.map +1 -0
- package/dist/esm/operations/skus.js +96 -0
- package/dist/esm/operations/skus.js.map +1 -0
- package/dist/esm/operations/volumeGroups.d.ts +99 -0
- package/dist/esm/operations/volumeGroups.d.ts.map +1 -0
- package/dist/esm/operations/volumeGroups.js +457 -0
- package/dist/esm/operations/volumeGroups.js.map +1 -0
- package/dist/esm/operations/volumeSnapshots.d.ts +89 -0
- package/dist/esm/operations/volumeSnapshots.d.ts.map +1 -0
- package/dist/esm/operations/volumeSnapshots.js +382 -0
- package/dist/esm/operations/volumeSnapshots.js.map +1 -0
- package/dist/esm/operations/volumes.d.ts +151 -0
- package/dist/esm/operations/volumes.d.ts.map +1 -0
- package/dist/esm/operations/volumes.js +687 -0
- package/dist/esm/operations/volumes.js.map +1 -0
- package/dist/esm/operationsInterfaces/elasticSans.d.ts +71 -0
- package/dist/esm/operationsInterfaces/elasticSans.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/elasticSans.js +9 -0
- package/dist/esm/operationsInterfaces/elasticSans.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +9 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +16 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/skus.d.ts +11 -0
- package/dist/esm/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/skus.js +9 -0
- package/dist/esm/operationsInterfaces/skus.js.map +1 -0
- package/dist/esm/operationsInterfaces/volumeGroups.d.ts +74 -0
- package/dist/esm/operationsInterfaces/volumeGroups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/volumeGroups.js +9 -0
- package/dist/esm/operationsInterfaces/volumeGroups.js.map +1 -0
- package/dist/esm/operationsInterfaces/volumeSnapshots.d.ts +62 -0
- package/dist/esm/operationsInterfaces/volumeSnapshots.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/volumeSnapshots.js +9 -0
- package/dist/esm/operationsInterfaces/volumeSnapshots.js.map +1 -0
- package/dist/esm/operationsInterfaces/volumes.d.ts +124 -0
- package/dist/esm/operationsInterfaces/volumes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/volumes.js +9 -0
- package/dist/esm/operationsInterfaces/volumes.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/elasticSanManagement.d.ts +48 -0
- package/dist/react-native/elasticSanManagement.d.ts.map +1 -0
- package/dist/react-native/elasticSanManagement.js +206 -0
- package/dist/react-native/elasticSanManagement.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1385 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +210 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +71 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1818 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +29 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +246 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/elasticSans.d.ts +107 -0
- package/dist/react-native/operations/elasticSans.d.ts.map +1 -0
- package/dist/react-native/operations/elasticSans.js +534 -0
- package/dist/react-native/operations/elasticSans.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +9 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +16 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +26 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +96 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +321 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +20 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +53 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/skus.d.ts +26 -0
- package/dist/react-native/operations/skus.d.ts.map +1 -0
- package/dist/react-native/operations/skus.js +96 -0
- package/dist/react-native/operations/skus.js.map +1 -0
- package/dist/react-native/operations/volumeGroups.d.ts +99 -0
- package/dist/react-native/operations/volumeGroups.d.ts.map +1 -0
- package/dist/react-native/operations/volumeGroups.js +457 -0
- package/dist/react-native/operations/volumeGroups.js.map +1 -0
- package/dist/react-native/operations/volumeSnapshots.d.ts +89 -0
- package/dist/react-native/operations/volumeSnapshots.d.ts.map +1 -0
- package/dist/react-native/operations/volumeSnapshots.js +382 -0
- package/dist/react-native/operations/volumeSnapshots.js.map +1 -0
- package/dist/react-native/operations/volumes.d.ts +151 -0
- package/dist/react-native/operations/volumes.d.ts.map +1 -0
- package/dist/react-native/operations/volumes.js +687 -0
- package/dist/react-native/operations/volumes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/elasticSans.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/elasticSans.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/elasticSans.js +9 -0
- package/dist/react-native/operationsInterfaces/elasticSans.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +9 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +16 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.js +9 -0
- package/dist/react-native/operationsInterfaces/skus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/volumeGroups.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/volumeGroups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/volumeGroups.js +9 -0
- package/dist/react-native/operationsInterfaces/volumeGroups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/volumeSnapshots.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/volumeSnapshots.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/volumeSnapshots.js +9 -0
- package/dist/react-native/operationsInterfaces/volumeSnapshots.js.map +1 -0
- package/dist/react-native/operationsInterfaces/volumes.d.ts +124 -0
- package/dist/react-native/operationsInterfaces/volumes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/volumes.js +9 -0
- package/dist/react-native/operationsInterfaces/volumes.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +80 -51
- package/review/arm-elasticsan.api.md +109 -0
- package/dist/index.js +0 -4764
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/elasticSansCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/elasticSansCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/elasticSansCreateSample.js +0 -83
- package/dist-esm/samples-dev/elasticSansCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/elasticSansDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/elasticSansDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/elasticSansDeleteSample.js +0 -56
- package/dist-esm/samples-dev/elasticSansDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/elasticSansGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/elasticSansGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/elasticSansGetSample.js +0 -56
- package/dist-esm/samples-dev/elasticSansGetSample.js.map +0 -1
- package/dist-esm/samples-dev/elasticSansListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/elasticSansListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/elasticSansListByResourceGroupSample.js +0 -86
- package/dist-esm/samples-dev/elasticSansListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/elasticSansListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/elasticSansListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/elasticSansListBySubscriptionSample.js +0 -84
- package/dist-esm/samples-dev/elasticSansListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/elasticSansUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/elasticSansUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/elasticSansUpdateSample.js +0 -73
- package/dist-esm/samples-dev/elasticSansUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -86
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js +0 -72
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -58
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -58
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -88
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByElasticSanSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByElasticSanSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByElasticSanSample.js +0 -56
- package/dist-esm/samples-dev/privateLinkResourcesListByElasticSanSample.js.map +0 -1
- package/dist-esm/samples-dev/skusListSample.d.ts +0 -2
- package/dist-esm/samples-dev/skusListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/skusListSample.js +0 -86
- package/dist-esm/samples-dev/skusListSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeGroupsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeGroupsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeGroupsCreateSample.js +0 -85
- package/dist-esm/samples-dev/volumeGroupsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeGroupsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeGroupsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeGroupsDeleteSample.js +0 -58
- package/dist-esm/samples-dev/volumeGroupsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeGroupsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeGroupsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeGroupsGetSample.js +0 -58
- package/dist-esm/samples-dev/volumeGroupsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeGroupsListByElasticSanSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeGroupsListByElasticSanSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeGroupsListByElasticSanSample.js +0 -88
- package/dist-esm/samples-dev/volumeGroupsListByElasticSanSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeGroupsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeGroupsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeGroupsUpdateSample.js +0 -85
- package/dist-esm/samples-dev/volumeGroupsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.js +0 -74
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeSnapshotsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeSnapshotsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeSnapshotsDeleteSample.js +0 -60
- package/dist-esm/samples-dev/volumeSnapshotsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeSnapshotsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeSnapshotsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeSnapshotsGetSample.js +0 -60
- package/dist-esm/samples-dev/volumeSnapshotsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.js +0 -92
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/volumesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumesCreateSample.js +0 -68
- package/dist-esm/samples-dev/volumesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/volumesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumesDeleteSample.js +0 -66
- package/dist-esm/samples-dev/volumesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/volumesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumesGetSample.js +0 -60
- package/dist-esm/samples-dev/volumesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/volumesListByVolumeGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumesListByVolumeGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumesListByVolumeGroupSample.js +0 -90
- package/dist-esm/samples-dev/volumesListByVolumeGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/volumesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumesUpdateSample.js +0 -62
- package/dist-esm/samples-dev/volumesUpdateSample.js.map +0 -1
- package/dist-esm/src/elasticSanManagement.d.ts +0 -27
- package/dist-esm/src/elasticSanManagement.d.ts.map +0 -1
- package/dist-esm/src/elasticSanManagement.js +0 -107
- package/dist-esm/src/elasticSanManagement.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/elasticSans.d.ts.map +0 -1
- package/dist-esm/src/operations/elasticSans.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -9
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -16
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/skus.d.ts.map +0 -1
- package/dist-esm/src/operations/skus.js.map +0 -1
- package/dist-esm/src/operations/volumeGroups.d.ts.map +0 -1
- package/dist-esm/src/operations/volumeGroups.js.map +0 -1
- package/dist-esm/src/operations/volumeSnapshots.d.ts.map +0 -1
- package/dist-esm/src/operations/volumeSnapshots.js.map +0 -1
- package/dist-esm/src/operations/volumes.d.ts.map +0 -1
- package/dist-esm/src/operations/volumes.js +0 -497
- package/dist-esm/src/operations/volumes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/elasticSans.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/elasticSans.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -9
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -16
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/skus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/volumeGroups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/volumeGroups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/volumeSnapshots.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/volumeSnapshots.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/volumes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/volumes.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/elasticsan_examples.spec.d.ts +0 -4
- package/dist-esm/test/elasticsan_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/elasticsan_examples.spec.js +0 -134
- package/dist-esm/test/elasticsan_examples.spec.js.map +0 -1
- package/src/elasticSanManagement.ts +0 -173
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1430
- package/src/models/mappers.ts +0 -1774
- package/src/models/parameters.ts +0 -257
- package/src/operations/elasticSans.ts +0 -711
- package/src/operations/index.ts +0 -16
- package/src/operations/operations.ts +0 -103
- package/src/operations/privateEndpointConnections.ts +0 -445
- package/src/operations/privateLinkResources.ts +0 -71
- package/src/operations/skus.ts +0 -101
- package/src/operations/volumeGroups.ts +0 -644
- package/src/operations/volumeSnapshots.ts +0 -545
- package/src/operations/volumes.ts +0 -698
- package/src/operationsInterfaces/elasticSans.ts +0 -139
- package/src/operationsInterfaces/index.ts +0 -16
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
- package/src/operationsInterfaces/privateLinkResources.ts +0 -27
- package/src/operationsInterfaces/skus.ts +0 -22
- package/src/operationsInterfaces/volumeGroups.ts +0 -147
- package/src/operationsInterfaces/volumeSnapshots.ts +0 -121
- package/src/operationsInterfaces/volumes.ts +0 -163
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/elasticSans.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/volumeGroups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/volumeSnapshots.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/volumes.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"volumes.js","sourceRoot":"","sources":["../../../src/operations/volumes.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAEtD,OAAO,EAGL,gBAAgB,GACjB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAuB9C,4CAA4C;AAC5C,2CAA2C;AAC3C,MAAM,OAAO,WAAW;IAGtB;;;OAGG;IACH,YAAY,MAA4B;QACtC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;OAMG;IACI,iBAAiB,CACtB,iBAAyB,EACzB,cAAsB,EACtB,eAAuB,EACvB,OAAgD;QAEhD,MAAM,IAAI,GAAG,IAAI,CAAC,0BAA0B,CAC1C,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,2BAA2B,CACrC,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,OAAO,EACP,QAAQ,CACT,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,2BAA2B,CACxC,iBAAyB,EACzB,cAAsB,EACtB,eAAuB,EACvB,OAAgD,EAChD,QAAuB;;YAEvB,IAAI,MAAwC,CAAC;YAC7C,IAAI,iBAAiB,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;gBACvB,MAAM,GAAG,cAAM,IAAI,CAAC,kBAAkB,CACpC,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,OAAO,CACR,CAAA,CAAC;gBACF,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,oBAAM,IAAI,CAAA,CAAC;YACb,CAAC;YACD,OAAO,iBAAiB,EAAE,CAAC;gBACzB,MAAM,GAAG,cAAM,IAAI,CAAC,sBAAsB,CACxC,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,oBAAM,IAAI,CAAA,CAAC;YACb,CAAC;QACH,CAAC;KAAA;IAEc,0BAA0B,CACvC,iBAAyB,EACzB,cAAsB,EACtB,eAAuB,EACvB,OAAgD;;;;gBAEhD,KAAyB,eAAA,KAAA,cAAA,IAAI,CAAC,2BAA2B,CACvD,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,OAAO,CACR,CAAA,IAAA,+DAAE,CAAC;oBALqB,cAKxB;oBALwB,WAKxB;oBALU,MAAM,IAAI,KAAA,CAAA;oBAMnB,cAAA,KAAK,CAAC,CAAC,iBAAA,cAAA,IAAI,CAAA,CAAA,CAAA,CAAC;gBACd,CAAC;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;;;;;OAQG;IACH,KAAK,CAAC,WAAW,CACf,iBAAyB,EACzB,cAAsB,EACtB,eAAuB,EACvB,UAAkB,EAClB,UAAkB,EAClB,OAAqC;QAOrC,MAAM,mBAAmB,GAAG,KAAK,EAC/B,IAAmC,EACnC,IAA8B,EACE,EAAE;YAClC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;QACtD,CAAC,CAAC;QACF,MAAM,eAAe,GAAG,KAAK,EAC3B,IAAmC,EACnC,IAA8B,EAC9B,EAAE;;YACF,IAAI,kBAAkB,GACpB,SAAS,CAAC;YACZ,MAAM,gBAAgB,GAAG,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC;YAClD,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,EACrB,EAAE;gBACF,kBAAkB,GAAG,WAAW,CAAC;gBACjC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;YAChD,CAAC,CAAC;YACF,MAAM,WAAW,mCACZ,IAAI,KACP,OAAO,kCACF,IAAI,CAAC,OAAO,KACf,UAAU,EAAE,QAAQ,MAEvB,CAAC;YACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;YAClE,OAAO;gBACL,YAAY;gBACZ,WAAW,EAAE;oBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;oBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;oBACpC,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;iBAC9C;aACF,CAAC;QACJ,CAAC,CAAC;QAEF,MAAM,GAAG,GAAG,aAAa,CAAC;YACxB,eAAe;YACf,IAAI,EAAE;gBACJ,iBAAiB;gBACjB,cAAc;gBACd,eAAe;gBACf,UAAU;gBACV,UAAU;gBACV,OAAO;aACR;YACD,IAAI,EAAE,mBAAmB;SAC1B,CAAC,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,gBAAgB,CAGnC,GAAG,EAAE;YACL,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU;YAChC,YAAY,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB;YACzC,sBAAsB,EAAE,UAAU;SACnC,CAAC,CAAC;QACH,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;QACpB,OAAO,MAAM,CAAC;IAChB,CAAC;IAED;;;;;;;;OAQG;IACH,KAAK,CAAC,kBAAkB,CACtB,iBAAyB,EACzB,cAAsB,EACtB,eAAuB,EACvB,UAAkB,EAClB,UAAkB,EAClB,OAAqC;QAErC,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,WAAW,CACnC,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,UAAU,EACV,UAAU,EACV,OAAO,CACR,CAAC;QACF,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;IAChC,CAAC;IAED;;;;;;;;OAQG;IACH,KAAK,CAAC,WAAW,CACf,iBAAyB,EACzB,cAAsB,EACtB,eAAuB,EACvB,UAAkB,EAClB,UAAwB,EACxB,OAAqC;QAOrC,MAAM,mBAAmB,GAAG,KAAK,EAC/B,IAAmC,EACnC,IAA8B,EACE,EAAE;YAClC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;QACtD,CAAC,CAAC;QACF,MAAM,eAAe,GAAG,KAAK,EAC3B,IAAmC,EACnC,IAA8B,EAC9B,EAAE;;YACF,IAAI,kBAAkB,GACpB,SAAS,CAAC;YACZ,MAAM,gBAAgB,GAAG,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC;YAClD,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,EACrB,EAAE;gBACF,kBAAkB,GAAG,WAAW,CAAC;gBACjC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;YAChD,CAAC,CAAC;YACF,MAAM,WAAW,mCACZ,IAAI,KACP,OAAO,kCACF,IAAI,CAAC,OAAO,KACf,UAAU,EAAE,QAAQ,MAEvB,CAAC;YACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;YAClE,OAAO;gBACL,YAAY;gBACZ,WAAW,EAAE;oBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;oBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;oBACpC,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;iBAC9C;aACF,CAAC;QACJ,CAAC,CAAC;QAEF,MAAM,GAAG,GAAG,aAAa,CAAC;YACxB,eAAe;YACf,IAAI,EAAE;gBACJ,iBAAiB;gBACjB,cAAc;gBACd,eAAe;gBACf,UAAU;gBACV,UAAU;gBACV,OAAO;aACR;YACD,IAAI,EAAE,mBAAmB;SAC1B,CAAC,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,gBAAgB,CAGnC,GAAG,EAAE;YACL,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU;YAChC,YAAY,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB;YACzC,sBAAsB,EAAE,UAAU;SACnC,CAAC,CAAC;QACH,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;QACpB,OAAO,MAAM,CAAC;IAChB,CAAC;IAED;;;;;;;;OAQG;IACH,KAAK,CAAC,kBAAkB,CACtB,iBAAyB,EACzB,cAAsB,EACtB,eAAuB,EACvB,UAAkB,EAClB,UAAwB,EACxB,OAAqC;QAErC,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,WAAW,CACnC,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,UAAU,EACV,UAAU,EACV,OAAO,CACR,CAAC;QACF,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;IAChC,CAAC;IAED;;;;;;;OAOG;IACH,KAAK,CAAC,WAAW,CACf,iBAAyB,EACzB,cAAsB,EACtB,eAAuB,EACvB,UAAkB,EAClB,OAAqC;QAErC,MAAM,mBAAmB,GAAG,KAAK,EAC/B,IAAmC,EACnC,IAA8B,EACf,EAAE;YACjB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;QACtD,CAAC,CAAC;QACF,MAAM,eAAe,GAAG,KAAK,EAC3B,IAAmC,EACnC,IAA8B,EAC9B,EAAE;;YACF,IAAI,kBAAkB,GACpB,SAAS,CAAC;YACZ,MAAM,gBAAgB,GAAG,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC;YAClD,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,EACrB,EAAE;gBACF,kBAAkB,GAAG,WAAW,CAAC;gBACjC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;YAChD,CAAC,CAAC;YACF,MAAM,WAAW,mCACZ,IAAI,KACP,OAAO,kCACF,IAAI,CAAC,OAAO,KACf,UAAU,EAAE,QAAQ,MAEvB,CAAC;YACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;YAClE,OAAO;gBACL,YAAY;gBACZ,WAAW,EAAE;oBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;oBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;oBACpC,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;iBAC9C;aACF,CAAC;QACJ,CAAC,CAAC;QAEF,MAAM,GAAG,GAAG,aAAa,CAAC;YACxB,eAAe;YACf,IAAI,EAAE;gBACJ,iBAAiB;gBACjB,cAAc;gBACd,eAAe;gBACf,UAAU;gBACV,OAAO;aACR;YACD,IAAI,EAAE,mBAAmB;SAC1B,CAAC,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,gBAAgB,CAA6B,GAAG,EAAE;YACrE,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU;YAChC,YAAY,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB;YACzC,sBAAsB,EAAE,UAAU;SACnC,CAAC,CAAC;QACH,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;QACpB,OAAO,MAAM,CAAC;IAChB,CAAC;IAED;;;;;;;OAOG;IACH,KAAK,CAAC,kBAAkB,CACtB,iBAAyB,EACzB,cAAsB,EACtB,eAAuB,EACvB,UAAkB,EAClB,OAAqC;QAErC,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,WAAW,CACnC,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,UAAU,EACV,OAAO,CACR,CAAC;QACF,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;IAChC,CAAC;IAED;;;;;;;OAOG;IACH,GAAG,CACD,iBAAyB,EACzB,cAAsB,EACtB,eAAuB,EACvB,UAAkB,EAClB,OAAkC;QAElC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,cAAc;YACd,eAAe;YACf,UAAU;YACV,OAAO;SACR,EACD,gBAAgB,CACjB,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACK,kBAAkB,CACxB,iBAAyB,EACzB,cAAsB,EACtB,eAAuB,EACvB,OAAgD;QAEhD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,cAAc,EAAE,eAAe,EAAE,OAAO,EAAE,EAC/D,8BAA8B,CAC/B,CAAC;IACJ,CAAC;IAED;;;;;;;;OAQG;IACH,KAAK,CAAC,cAAc,CAClB,iBAAyB,EACzB,cAAsB,EACtB,eAAuB,EACvB,UAA0B,EAC1B,OAAwC;QAOxC,MAAM,mBAAmB,GAAG,KAAK,EAC/B,IAAmC,EACnC,IAA8B,EACK,EAAE;YACrC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;QACtD,CAAC,CAAC;QACF,MAAM,eAAe,GAAG,KAAK,EAC3B,IAAmC,EACnC,IAA8B,EAC9B,EAAE;;YACF,IAAI,kBAAkB,GACpB,SAAS,CAAC;YACZ,MAAM,gBAAgB,GAAG,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC;YAClD,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,EACrB,EAAE;gBACF,kBAAkB,GAAG,WAAW,CAAC;gBACjC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;YAChD,CAAC,CAAC;YACF,MAAM,WAAW,mCACZ,IAAI,KACP,OAAO,kCACF,IAAI,CAAC,OAAO,KACf,UAAU,EAAE,QAAQ,MAEvB,CAAC;YACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;YAClE,OAAO;gBACL,YAAY;gBACZ,WAAW,EAAE;oBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;oBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;oBACpC,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;iBAC9C;aACF,CAAC;QACJ,CAAC,CAAC;QAEF,MAAM,GAAG,GAAG,aAAa,CAAC;YACxB,eAAe;YACf,IAAI,EAAE;gBACJ,iBAAiB;gBACjB,cAAc;gBACd,eAAe;gBACf,UAAU;gBACV,OAAO;aACR;YACD,IAAI,EAAE,sBAAsB;SAC7B,CAAC,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,gBAAgB,CAGnC,GAAG,EAAE;YACL,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU;YAChC,YAAY,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB;YACzC,sBAAsB,EAAE,UAAU;SACnC,CAAC,CAAC;QACH,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;QACpB,OAAO,MAAM,CAAC;IAChB,CAAC;IAED;;;;;;;;OAQG;IACH,KAAK,CAAC,qBAAqB,CACzB,iBAAyB,EACzB,cAAsB,EACtB,eAAuB,EACvB,UAA0B,EAC1B,OAAwC;QAExC,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,cAAc,CACtC,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,UAAU,EACV,OAAO,CACR,CAAC;QACF,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;IAChC,CAAC;IAED;;;;;;;;;OASG;IACH,KAAK,CAAC,eAAe,CACnB,iBAAyB,EACzB,cAAsB,EACtB,eAAuB,EACvB,UAA4B,EAC5B,OAAyC;QAOzC,MAAM,mBAAmB,GAAG,KAAK,EAC/B,IAAmC,EACnC,IAA8B,EACM,EAAE;YACtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;QACtD,CAAC,CAAC;QACF,MAAM,eAAe,GAAG,KAAK,EAC3B,IAAmC,EACnC,IAA8B,EAC9B,EAAE;;YACF,IAAI,kBAAkB,GACpB,SAAS,CAAC;YACZ,MAAM,gBAAgB,GAAG,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC;YAClD,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,EACrB,EAAE;gBACF,kBAAkB,GAAG,WAAW,CAAC;gBACjC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;YAChD,CAAC,CAAC;YACF,MAAM,WAAW,mCACZ,IAAI,KACP,OAAO,kCACF,IAAI,CAAC,OAAO,KACf,UAAU,EAAE,QAAQ,MAEvB,CAAC;YACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;YAClE,OAAO;gBACL,YAAY;gBACZ,WAAW,EAAE;oBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;oBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;oBACpC,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;iBAC9C;aACF,CAAC;QACJ,CAAC,CAAC;QAEF,MAAM,GAAG,GAAG,aAAa,CAAC;YACxB,eAAe;YACf,IAAI,EAAE;gBACJ,iBAAiB;gBACjB,cAAc;gBACd,eAAe;gBACf,UAAU;gBACV,OAAO;aACR;YACD,IAAI,EAAE,uBAAuB;SAC9B,CAAC,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,gBAAgB,CAGnC,GAAG,EAAE;YACL,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU;YAChC,YAAY,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB;YACzC,sBAAsB,EAAE,UAAU;SACnC,CAAC,CAAC;QACH,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;QACpB,OAAO,MAAM,CAAC;IAChB,CAAC;IAED;;;;;;;;;OASG;IACH,KAAK,CAAC,sBAAsB,CAC1B,iBAAyB,EACzB,cAAsB,EACtB,eAAuB,EACvB,UAA4B,EAC5B,OAAyC;QAEzC,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,eAAe,CACvC,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,UAAU,EACV,OAAO,CACR,CAAC;QACF,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;IAChC,CAAC;IAED;;;;;;;OAOG;IACK,sBAAsB,CAC5B,iBAAyB,EACzB,cAAsB,EACtB,eAAuB,EACvB,QAAgB,EAChB,OAAoD;QAEpD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,cAAc,EAAE,eAAe,EAAE,QAAQ,EAAE,OAAO,EAAE,EACzE,kCAAkC,CACnC,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EAAE,oLAAoL;IAC1L,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,MAAM;SAC3B;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,MAAM;SAC3B;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,MAAM;SAC3B;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,MAAM;SAC3B;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,WAAW;IACnC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,eAAe;QAC1B,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EAAE,oLAAoL;IAC1L,UAAU,EAAE,OAAO;IACnB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,MAAM;SAC3B;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,MAAM;SAC3B;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,MAAM;SAC3B;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,MAAM;SAC3B;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,WAAW;IACnC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,eAAe;QAC1B,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EAAE,oLAAoL;IAC1L,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAC/D,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,eAAe;QAC1B,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,cAAc;KAC1B;IACD,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EAAE,oLAAoL;IAC1L,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,MAAM;SAC3B;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,eAAe;QAC1B,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,8BAA8B,GAA6B;IAC/D,IAAI,EAAE,uKAAuK;IAC7K,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,6BAA6B;KACzC;IACD,UAAU;CACX,CAAC;AACF,MAAM,sBAAsB,GAA6B;IACvD,IAAI,EAAE,yKAAyK;IAC/K,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,WAAW;IACnC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,uBAAuB,GAA6B;IACxD,IAAI,EAAE,0KAA0K;IAChL,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,WAAW;IACnC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,kCAAkC,GAA6B;IACnE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,6BAA6B;KACzC;IACD,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Volumes } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ElasticSanManagement } from \"../elasticSanManagement.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n Volume,\n VolumesListByVolumeGroupNextOptionalParams,\n VolumesListByVolumeGroupOptionalParams,\n VolumesListByVolumeGroupResponse,\n VolumesCreateOptionalParams,\n VolumesCreateResponse,\n VolumeUpdate,\n VolumesUpdateOptionalParams,\n VolumesUpdateResponse,\n VolumesDeleteOptionalParams,\n VolumesGetOptionalParams,\n VolumesGetResponse,\n VolumeNameList,\n VolumesPreBackupOptionalParams,\n VolumesPreBackupResponse,\n DiskSnapshotList,\n VolumesPreRestoreOptionalParams,\n VolumesPreRestoreResponse,\n VolumesListByVolumeGroupNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Volumes operations. */\nexport class VolumesImpl implements Volumes {\n private readonly client: ElasticSanManagement;\n\n /**\n * Initialize a new instance of the class Volumes class.\n * @param client Reference to the service client\n */\n constructor(client: ElasticSanManagement) {\n this.client = client;\n }\n\n /**\n * List Volumes in a VolumeGroup.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param options The options parameters.\n */\n public listByVolumeGroup(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n options?: VolumesListByVolumeGroupOptionalParams,\n ): PagedAsyncIterableIterator<Volume> {\n const iter = this.listByVolumeGroupPagingAll(\n resourceGroupName,\n elasticSanName,\n volumeGroupName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByVolumeGroupPagingPage(\n resourceGroupName,\n elasticSanName,\n volumeGroupName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByVolumeGroupPagingPage(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n options?: VolumesListByVolumeGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Volume[]> {\n let result: VolumesListByVolumeGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByVolumeGroup(\n resourceGroupName,\n elasticSanName,\n volumeGroupName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByVolumeGroupNext(\n resourceGroupName,\n elasticSanName,\n volumeGroupName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByVolumeGroupPagingAll(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n options?: VolumesListByVolumeGroupOptionalParams,\n ): AsyncIterableIterator<Volume> {\n for await (const page of this.listByVolumeGroupPagingPage(\n resourceGroupName,\n elasticSanName,\n volumeGroupName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Create a Volume.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param volumeName The name of the Volume.\n * @param parameters Volume object.\n * @param options The options parameters.\n */\n async beginCreate(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n volumeName: string,\n parameters: Volume,\n options?: VolumesCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<VolumesCreateResponse>,\n VolumesCreateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<VolumesCreateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n elasticSanName,\n volumeGroupName,\n volumeName,\n parameters,\n options,\n },\n spec: createOperationSpec,\n });\n const poller = await createHttpPoller<\n VolumesCreateResponse,\n OperationState<VolumesCreateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create a Volume.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param volumeName The name of the Volume.\n * @param parameters Volume object.\n * @param options The options parameters.\n */\n async beginCreateAndWait(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n volumeName: string,\n parameters: Volume,\n options?: VolumesCreateOptionalParams,\n ): Promise<VolumesCreateResponse> {\n const poller = await this.beginCreate(\n resourceGroupName,\n elasticSanName,\n volumeGroupName,\n volumeName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Update an Volume.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param volumeName The name of the Volume.\n * @param parameters Volume object.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n volumeName: string,\n parameters: VolumeUpdate,\n options?: VolumesUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<VolumesUpdateResponse>,\n VolumesUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<VolumesUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n elasticSanName,\n volumeGroupName,\n volumeName,\n parameters,\n options,\n },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n VolumesUpdateResponse,\n OperationState<VolumesUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Update an Volume.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param volumeName The name of the Volume.\n * @param parameters Volume object.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n volumeName: string,\n parameters: VolumeUpdate,\n options?: VolumesUpdateOptionalParams,\n ): Promise<VolumesUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n elasticSanName,\n volumeGroupName,\n volumeName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete an Volume.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param volumeName The name of the Volume.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n volumeName: string,\n options?: VolumesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n elasticSanName,\n volumeGroupName,\n volumeName,\n options,\n },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete an Volume.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param volumeName The name of the Volume.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n volumeName: string,\n options?: VolumesDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n elasticSanName,\n volumeGroupName,\n volumeName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Get an Volume.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param volumeName The name of the Volume.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n volumeName: string,\n options?: VolumesGetOptionalParams,\n ): Promise<VolumesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n elasticSanName,\n volumeGroupName,\n volumeName,\n options,\n },\n getOperationSpec,\n );\n }\n\n /**\n * List Volumes in a VolumeGroup.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param options The options parameters.\n */\n private _listByVolumeGroup(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n options?: VolumesListByVolumeGroupOptionalParams,\n ): Promise<VolumesListByVolumeGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, elasticSanName, volumeGroupName, options },\n listByVolumeGroupOperationSpec,\n );\n }\n\n /**\n * Validate whether a disk snapshot backup can be taken for list of volumes.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param parameters Volume Name List (currently only one volume name in the list is supported. Server\n * would return error if list is bigger)\n * @param options The options parameters.\n */\n async beginPreBackup(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n parameters: VolumeNameList,\n options?: VolumesPreBackupOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<VolumesPreBackupResponse>,\n VolumesPreBackupResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<VolumesPreBackupResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n elasticSanName,\n volumeGroupName,\n parameters,\n options,\n },\n spec: preBackupOperationSpec,\n });\n const poller = await createHttpPoller<\n VolumesPreBackupResponse,\n OperationState<VolumesPreBackupResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Validate whether a disk snapshot backup can be taken for list of volumes.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param parameters Volume Name List (currently only one volume name in the list is supported. Server\n * would return error if list is bigger)\n * @param options The options parameters.\n */\n async beginPreBackupAndWait(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n parameters: VolumeNameList,\n options?: VolumesPreBackupOptionalParams,\n ): Promise<VolumesPreBackupResponse> {\n const poller = await this.beginPreBackup(\n resourceGroupName,\n elasticSanName,\n volumeGroupName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Validate whether a list of backed up disk snapshots can be restored into ElasticSan volumes.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param parameters Disk Snapshot List (currently only one Disk Snapshot in the list is supported and\n * that the Disk Snapshot must be in same azure region as the ElasticSan. Server would return error if\n * list is bigger)\n * @param options The options parameters.\n */\n async beginPreRestore(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n parameters: DiskSnapshotList,\n options?: VolumesPreRestoreOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<VolumesPreRestoreResponse>,\n VolumesPreRestoreResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<VolumesPreRestoreResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n elasticSanName,\n volumeGroupName,\n parameters,\n options,\n },\n spec: preRestoreOperationSpec,\n });\n const poller = await createHttpPoller<\n VolumesPreRestoreResponse,\n OperationState<VolumesPreRestoreResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Validate whether a list of backed up disk snapshots can be restored into ElasticSan volumes.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param parameters Disk Snapshot List (currently only one Disk Snapshot in the list is supported and\n * that the Disk Snapshot must be in same azure region as the ElasticSan. Server would return error if\n * list is bigger)\n * @param options The options parameters.\n */\n async beginPreRestoreAndWait(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n parameters: DiskSnapshotList,\n options?: VolumesPreRestoreOptionalParams,\n ): Promise<VolumesPreRestoreResponse> {\n const poller = await this.beginPreRestore(\n resourceGroupName,\n elasticSanName,\n volumeGroupName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListByVolumeGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param nextLink The nextLink from the previous successful call to the ListByVolumeGroup method.\n * @param options The options parameters.\n */\n private _listByVolumeGroupNext(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n nextLink: string,\n options?: VolumesListByVolumeGroupNextOptionalParams,\n ): Promise<VolumesListByVolumeGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, elasticSanName, volumeGroupName, nextLink, options },\n listByVolumeGroupNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes/{volumeName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Volume,\n },\n 201: {\n bodyMapper: Mappers.Volume,\n },\n 202: {\n bodyMapper: Mappers.Volume,\n },\n 204: {\n bodyMapper: Mappers.Volume,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters4,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.elasticSanName,\n Parameters.volumeGroupName,\n Parameters.volumeName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes/{volumeName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Volume,\n },\n 201: {\n bodyMapper: Mappers.Volume,\n },\n 202: {\n bodyMapper: Mappers.Volume,\n },\n 204: {\n bodyMapper: Mappers.Volume,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters5,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.elasticSanName,\n Parameters.volumeGroupName,\n Parameters.volumeName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes/{volumeName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion, Parameters.deleteType],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.elasticSanName,\n Parameters.volumeGroupName,\n Parameters.volumeName,\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.xMsDeleteSnapshots,\n Parameters.xMsForceDelete,\n ],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes/{volumeName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Volume,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.elasticSanName,\n Parameters.volumeGroupName,\n Parameters.volumeName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByVolumeGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.VolumeList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.elasticSanName,\n Parameters.volumeGroupName,\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.xMsAccessSoftDeletedResources,\n ],\n serializer,\n};\nconst preBackupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/preBackup\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PreValidationResponse,\n },\n 201: {\n bodyMapper: Mappers.PreValidationResponse,\n },\n 202: {\n bodyMapper: Mappers.PreValidationResponse,\n },\n 204: {\n bodyMapper: Mappers.PreValidationResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters6,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.elasticSanName,\n Parameters.volumeGroupName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst preRestoreOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/preRestore\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PreValidationResponse,\n },\n 201: {\n bodyMapper: Mappers.PreValidationResponse,\n },\n 202: {\n bodyMapper: Mappers.PreValidationResponse,\n },\n 204: {\n bodyMapper: Mappers.PreValidationResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters7,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.elasticSanName,\n Parameters.volumeGroupName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listByVolumeGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.VolumeList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.elasticSanName,\n Parameters.nextLink,\n Parameters.volumeGroupName,\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.xMsAccessSoftDeletedResources,\n ],\n serializer,\n};\n"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
2
|
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { ElasticSan, ElasticSansListBySubscriptionOptionalParams, ElasticSansListByResourceGroupOptionalParams, ElasticSansCreateOptionalParams, ElasticSansCreateResponse, ElasticSanUpdate, ElasticSansUpdateOptionalParams, ElasticSansUpdateResponse, ElasticSansDeleteOptionalParams, ElasticSansGetOptionalParams, ElasticSansGetResponse } from "../models";
|
|
3
|
+
import { ElasticSan, ElasticSansListBySubscriptionOptionalParams, ElasticSansListByResourceGroupOptionalParams, ElasticSansCreateOptionalParams, ElasticSansCreateResponse, ElasticSanUpdate, ElasticSansUpdateOptionalParams, ElasticSansUpdateResponse, ElasticSansDeleteOptionalParams, ElasticSansGetOptionalParams, ElasticSansGetResponse } from "../models/index.js";
|
|
4
4
|
/** Interface representing a ElasticSans. */
|
|
5
5
|
export interface ElasticSans {
|
|
6
6
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elasticSans.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/elasticSans.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,UAAU,EACV,2CAA2C,EAC3C,4CAA4C,EAC5C,+BAA+B,EAC/B,yBAAyB,EACzB,gBAAgB,EAChB,+BAA+B,EAC/B,yBAAyB,EACzB,+BAA+B,EAC/B,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,MAAM,WAAW,WAAW;IAC1B;;;OAGG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,2CAA2C,GACpD,0BAA0B,CAAC,UAAU,CAAC,CAAC;IAC1C;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,4CAA4C,GACrD,0BAA0B,CAAC,UAAU,CAAC,CAAC;IAC1C;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,UAAU,EAAE,UAAU,EACtB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yBAAyB,CAAC,EACzC,yBAAyB,CAC1B,CACF,CAAC;IACF;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,UAAU,EAAE,UAAU,EACtB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,UAAU,EAAE,gBAAgB,EAC5B,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yBAAyB,CAAC,EACzC,yBAAyB,CAC1B,CACF,CAAC;IACF;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,UAAU,EAAE,gBAAgB,EAC5B,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;CACpC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elasticSans.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/elasticSans.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n ElasticSan,\n ElasticSansListBySubscriptionOptionalParams,\n ElasticSansListByResourceGroupOptionalParams,\n ElasticSansCreateOptionalParams,\n ElasticSansCreateResponse,\n ElasticSanUpdate,\n ElasticSansUpdateOptionalParams,\n ElasticSansUpdateResponse,\n ElasticSansDeleteOptionalParams,\n ElasticSansGetOptionalParams,\n ElasticSansGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ElasticSans. */\nexport interface ElasticSans {\n /**\n * Gets a list of ElasticSans in a subscription\n * @param options The options parameters.\n */\n listBySubscription(\n options?: ElasticSansListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<ElasticSan>;\n /**\n * Gets a list of ElasticSan in a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: ElasticSansListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<ElasticSan>;\n /**\n * Create ElasticSan.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param parameters Elastic San object.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n elasticSanName: string,\n parameters: ElasticSan,\n options?: ElasticSansCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ElasticSansCreateResponse>,\n ElasticSansCreateResponse\n >\n >;\n /**\n * Create ElasticSan.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param parameters Elastic San object.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n elasticSanName: string,\n parameters: ElasticSan,\n options?: ElasticSansCreateOptionalParams,\n ): Promise<ElasticSansCreateResponse>;\n /**\n * Update a Elastic San.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param parameters Elastic San object.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n elasticSanName: string,\n parameters: ElasticSanUpdate,\n options?: ElasticSansUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ElasticSansUpdateResponse>,\n ElasticSansUpdateResponse\n >\n >;\n /**\n * Update a Elastic San.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param parameters Elastic San object.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n elasticSanName: string,\n parameters: ElasticSanUpdate,\n options?: ElasticSansUpdateOptionalParams,\n ): Promise<ElasticSansUpdateResponse>;\n /**\n * Delete a Elastic San.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n elasticSanName: string,\n options?: ElasticSansDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete a Elastic San.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n elasticSanName: string,\n options?: ElasticSansDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Get a ElasticSan.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n elasticSanName: string,\n options?: ElasticSansGetOptionalParams,\n ): Promise<ElasticSansGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from "./operations.js";
|
|
2
|
+
export * from "./skus.js";
|
|
3
|
+
export * from "./elasticSans.js";
|
|
4
|
+
export * from "./volumeGroups.js";
|
|
5
|
+
export * from "./volumes.js";
|
|
6
|
+
export * from "./privateEndpointConnections.js";
|
|
7
|
+
export * from "./privateLinkResources.js";
|
|
8
|
+
export * from "./volumeSnapshots.js";
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export * from "./operations.js";
|
|
9
|
+
export * from "./skus.js";
|
|
10
|
+
export * from "./elasticSans.js";
|
|
11
|
+
export * from "./volumeGroups.js";
|
|
12
|
+
export * from "./volumes.js";
|
|
13
|
+
export * from "./privateEndpointConnections.js";
|
|
14
|
+
export * from "./privateLinkResources.js";
|
|
15
|
+
export * from "./volumeSnapshots.js";
|
|
16
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./operations.js\";\nexport * from \"./skus.js\";\nexport * from \"./elasticSans.js\";\nexport * from \"./volumeGroups.js\";\nexport * from \"./volumes.js\";\nexport * from \"./privateEndpointConnections.js\";\nexport * from \"./privateLinkResources.js\";\nexport * from \"./volumeSnapshots.js\";\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Operation, OperationsListOptionalParams } from "../models";
|
|
2
|
+
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
3
3
|
/** Interface representing a Operations. */
|
|
4
4
|
export interface Operations {
|
|
5
5
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAG7E,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Gets a list of ElasticSan operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<Operation>;\n}\n"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
2
|
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { PrivateEndpointConnection, PrivateEndpointConnectionsListOptionalParams, PrivateEndpointConnectionsCreateOptionalParams, PrivateEndpointConnectionsCreateResponse, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsGetResponse, PrivateEndpointConnectionsDeleteOptionalParams } from "../models";
|
|
3
|
+
import { PrivateEndpointConnection, PrivateEndpointConnectionsListOptionalParams, PrivateEndpointConnectionsCreateOptionalParams, PrivateEndpointConnectionsCreateResponse, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsGetResponse, PrivateEndpointConnectionsDeleteOptionalParams } from "../models/index.js";
|
|
4
4
|
/** Interface representing a PrivateEndpointConnections. */
|
|
5
5
|
export interface PrivateEndpointConnections {
|
|
6
6
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnections.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,yBAAyB,EACzB,4CAA4C,EAC5C,8CAA8C,EAC9C,wCAAwC,EACxC,2CAA2C,EAC3C,qCAAqC,EACrC,8CAA8C,EAC/C,MAAM,oBAAoB,CAAC;AAG5B,2DAA2D;AAC3D,MAAM,WAAW,0BAA0B;IACzC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,4CAA4C,GACrD,0BAA0B,CAAC,yBAAyB,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,wCAAwC,CAAC,EACxD,wCAAwC,CACzC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC,CAAC;IACrD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnections.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n PrivateEndpointConnection,\n PrivateEndpointConnectionsListOptionalParams,\n PrivateEndpointConnectionsCreateOptionalParams,\n PrivateEndpointConnectionsCreateResponse,\n PrivateEndpointConnectionsGetOptionalParams,\n PrivateEndpointConnectionsGetResponse,\n PrivateEndpointConnectionsDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a PrivateEndpointConnections. */\nexport interface PrivateEndpointConnections {\n /**\n * List all Private Endpoint Connections associated with the Elastic San.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n elasticSanName: string,\n options?: PrivateEndpointConnectionsListOptionalParams,\n ): PagedAsyncIterableIterator<PrivateEndpointConnection>;\n /**\n * Update the state of specified private endpoint connection associated with the Elastic San\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param privateEndpointConnectionName The name of the Private Endpoint connection.\n * @param parameters Private Endpoint Connection Approval object.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n elasticSanName: string,\n privateEndpointConnectionName: string,\n parameters: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionsCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<PrivateEndpointConnectionsCreateResponse>,\n PrivateEndpointConnectionsCreateResponse\n >\n >;\n /**\n * Update the state of specified private endpoint connection associated with the Elastic San\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param privateEndpointConnectionName The name of the Private Endpoint connection.\n * @param parameters Private Endpoint Connection Approval object.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n elasticSanName: string,\n privateEndpointConnectionName: string,\n parameters: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionsCreateOptionalParams,\n ): Promise<PrivateEndpointConnectionsCreateResponse>;\n /**\n * Gets the specified private endpoint connection associated with the Elastic San\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param privateEndpointConnectionName The name of the Private Endpoint connection.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n elasticSanName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsGetOptionalParams,\n ): Promise<PrivateEndpointConnectionsGetResponse>;\n /**\n * Deletes the specified private endpoint connection associated with the Elastic San\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param privateEndpointConnectionName The name of the Private Endpoint connection.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n elasticSanName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes the specified private endpoint connection associated with the Elastic San\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param privateEndpointConnectionName The name of the Private Endpoint connection.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n elasticSanName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PrivateLinkResourcesListByElasticSanOptionalParams, PrivateLinkResourcesListByElasticSanResponse } from "../models";
|
|
1
|
+
import { PrivateLinkResourcesListByElasticSanOptionalParams, PrivateLinkResourcesListByElasticSanResponse } from "../models/index.js";
|
|
2
2
|
/** Interface representing a PrivateLinkResources. */
|
|
3
3
|
export interface PrivateLinkResources {
|
|
4
4
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kDAAkD,EAClD,4CAA4C,EAC7C,MAAM,oBAAoB,CAAC;AAE5B,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC,CAAC;CAC1D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n PrivateLinkResourcesListByElasticSanOptionalParams,\n PrivateLinkResourcesListByElasticSanResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a PrivateLinkResources. */\nexport interface PrivateLinkResources {\n /**\n * Gets the private link resources that need to be created for a elastic San.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param options The options parameters.\n */\n listByElasticSan(\n resourceGroupName: string,\n elasticSanName: string,\n options?: PrivateLinkResourcesListByElasticSanOptionalParams,\n ): Promise<PrivateLinkResourcesListByElasticSanResponse>;\n}\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SkuInformation, SkusListOptionalParams } from "../models";
|
|
2
|
+
import { SkuInformation, SkusListOptionalParams } from "../models/index.js";
|
|
3
3
|
/** Interface representing a Skus. */
|
|
4
4
|
export interface Skus {
|
|
5
5
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/skus.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,sBAAsB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"skus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/skus.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAG5E,qCAAqC;AACrC,MAAM,WAAW,IAAI;IACnB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,sBAAsB,GAC/B,0BAA0B,CAAC,cAAc,CAAC,CAAC;CAC/C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skus.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/skus.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SkuInformation, SkusListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Skus. */\nexport interface Skus {\n /**\n * List all the available Skus in the region and information related to them\n * @param options The options parameters.\n */\n list(\n options?: SkusListOptionalParams,\n ): PagedAsyncIterableIterator<SkuInformation>;\n}\n"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
2
|
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { VolumeGroup, VolumeGroupsListByElasticSanOptionalParams, VolumeGroupsCreateOptionalParams, VolumeGroupsCreateResponse, VolumeGroupUpdate, VolumeGroupsUpdateOptionalParams, VolumeGroupsUpdateResponse, VolumeGroupsDeleteOptionalParams, VolumeGroupsGetOptionalParams, VolumeGroupsGetResponse } from "../models";
|
|
3
|
+
import { VolumeGroup, VolumeGroupsListByElasticSanOptionalParams, VolumeGroupsCreateOptionalParams, VolumeGroupsCreateResponse, VolumeGroupUpdate, VolumeGroupsUpdateOptionalParams, VolumeGroupsUpdateResponse, VolumeGroupsDeleteOptionalParams, VolumeGroupsGetOptionalParams, VolumeGroupsGetResponse } from "../models/index.js";
|
|
4
4
|
/** Interface representing a VolumeGroups. */
|
|
5
5
|
export interface VolumeGroups {
|
|
6
6
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"volumeGroups.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/volumeGroups.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,WAAW,EACX,0CAA0C,EAC1C,gCAAgC,EAChC,0BAA0B,EAC1B,iBAAiB,EACjB,gCAAgC,EAChC,0BAA0B,EAC1B,gCAAgC,EAChC,6BAA6B,EAC7B,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAG5B,6CAA6C;AAC7C,MAAM,WAAW,YAAY;IAC3B;;;;;OAKG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,0CAA0C,GACnD,0BAA0B,CAAC,WAAW,CAAC,CAAC;IAC3C;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,WAAW,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,0BAA0B,CAAC,EAC1C,0BAA0B,CAC3B,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,WAAW,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,iBAAiB,EAC7B,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,0BAA0B,CAAC,EAC1C,0BAA0B,CAC3B,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,iBAAiB,EAC7B,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;CACrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"volumeGroups.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/volumeGroups.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n VolumeGroup,\n VolumeGroupsListByElasticSanOptionalParams,\n VolumeGroupsCreateOptionalParams,\n VolumeGroupsCreateResponse,\n VolumeGroupUpdate,\n VolumeGroupsUpdateOptionalParams,\n VolumeGroupsUpdateResponse,\n VolumeGroupsDeleteOptionalParams,\n VolumeGroupsGetOptionalParams,\n VolumeGroupsGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a VolumeGroups. */\nexport interface VolumeGroups {\n /**\n * List VolumeGroups.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param options The options parameters.\n */\n listByElasticSan(\n resourceGroupName: string,\n elasticSanName: string,\n options?: VolumeGroupsListByElasticSanOptionalParams,\n ): PagedAsyncIterableIterator<VolumeGroup>;\n /**\n * Create a Volume Group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param parameters Volume Group object.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n parameters: VolumeGroup,\n options?: VolumeGroupsCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<VolumeGroupsCreateResponse>,\n VolumeGroupsCreateResponse\n >\n >;\n /**\n * Create a Volume Group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param parameters Volume Group object.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n parameters: VolumeGroup,\n options?: VolumeGroupsCreateOptionalParams,\n ): Promise<VolumeGroupsCreateResponse>;\n /**\n * Update an VolumeGroup.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param parameters Volume Group object.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n parameters: VolumeGroupUpdate,\n options?: VolumeGroupsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<VolumeGroupsUpdateResponse>,\n VolumeGroupsUpdateResponse\n >\n >;\n /**\n * Update an VolumeGroup.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param parameters Volume Group object.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n parameters: VolumeGroupUpdate,\n options?: VolumeGroupsUpdateOptionalParams,\n ): Promise<VolumeGroupsUpdateResponse>;\n /**\n * Delete an VolumeGroup.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n options?: VolumeGroupsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete an VolumeGroup.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n options?: VolumeGroupsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Get an VolumeGroups.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n options?: VolumeGroupsGetOptionalParams,\n ): Promise<VolumeGroupsGetResponse>;\n}\n"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
2
|
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { Snapshot, VolumeSnapshotsListByVolumeGroupOptionalParams, VolumeSnapshotsCreateOptionalParams, VolumeSnapshotsCreateResponse, VolumeSnapshotsDeleteOptionalParams, VolumeSnapshotsGetOptionalParams, VolumeSnapshotsGetResponse } from "../models";
|
|
3
|
+
import { Snapshot, VolumeSnapshotsListByVolumeGroupOptionalParams, VolumeSnapshotsCreateOptionalParams, VolumeSnapshotsCreateResponse, VolumeSnapshotsDeleteOptionalParams, VolumeSnapshotsGetOptionalParams, VolumeSnapshotsGetResponse } from "../models/index.js";
|
|
4
4
|
/** Interface representing a VolumeSnapshots. */
|
|
5
5
|
export interface VolumeSnapshots {
|
|
6
6
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"volumeSnapshots.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/volumeSnapshots.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,QAAQ,EACR,8CAA8C,EAC9C,mCAAmC,EACnC,6BAA6B,EAC7B,mCAAmC,EACnC,gCAAgC,EAChC,0BAA0B,EAC3B,MAAM,oBAAoB,CAAC;AAG5B,gDAAgD;AAChD,MAAM,WAAW,eAAe;IAC9B;;;;;;OAMG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,8CAA8C,GACvD,0BAA0B,CAAC,QAAQ,CAAC,CAAC;IACxC;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,eAAe,EAAE,MAAM,EACvB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,QAAQ,EACpB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,6BAA6B,CAAC,EAC7C,6BAA6B,CAC9B,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,eAAe,EAAE,MAAM,EACvB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,QAAQ,EACpB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,eAAe,EAAE,MAAM,EACvB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,eAAe,EAAE,MAAM,EACvB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,eAAe,EAAE,MAAM,EACvB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;CACxC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"volumeSnapshots.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/volumeSnapshots.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Snapshot,\n VolumeSnapshotsListByVolumeGroupOptionalParams,\n VolumeSnapshotsCreateOptionalParams,\n VolumeSnapshotsCreateResponse,\n VolumeSnapshotsDeleteOptionalParams,\n VolumeSnapshotsGetOptionalParams,\n VolumeSnapshotsGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a VolumeSnapshots. */\nexport interface VolumeSnapshots {\n /**\n * List Snapshots in a VolumeGroup or List Snapshots by Volume (name) in a VolumeGroup using filter\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param options The options parameters.\n */\n listByVolumeGroup(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n options?: VolumeSnapshotsListByVolumeGroupOptionalParams,\n ): PagedAsyncIterableIterator<Snapshot>;\n /**\n * Create a Volume Snapshot.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param snapshotName The name of the volume snapshot within the given volume group.\n * @param parameters Snapshot object.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n snapshotName: string,\n parameters: Snapshot,\n options?: VolumeSnapshotsCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<VolumeSnapshotsCreateResponse>,\n VolumeSnapshotsCreateResponse\n >\n >;\n /**\n * Create a Volume Snapshot.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param snapshotName The name of the volume snapshot within the given volume group.\n * @param parameters Snapshot object.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n snapshotName: string,\n parameters: Snapshot,\n options?: VolumeSnapshotsCreateOptionalParams,\n ): Promise<VolumeSnapshotsCreateResponse>;\n /**\n * Delete a Volume Snapshot.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param snapshotName The name of the volume snapshot within the given volume group.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n snapshotName: string,\n options?: VolumeSnapshotsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete a Volume Snapshot.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param snapshotName The name of the volume snapshot within the given volume group.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n snapshotName: string,\n options?: VolumeSnapshotsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Get a Volume Snapshot.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param snapshotName The name of the volume snapshot within the given volume group.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n snapshotName: string,\n options?: VolumeSnapshotsGetOptionalParams,\n ): Promise<VolumeSnapshotsGetResponse>;\n}\n"]}
|
|
@@ -1,16 +1,8 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Volumes } from "../operationsInterfaces";
|
|
3
|
-
import { ElasticSanManagement } from "../elasticSanManagement";
|
|
4
2
|
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
-
import { Volume, VolumesListByVolumeGroupOptionalParams, VolumesCreateOptionalParams, VolumesCreateResponse, VolumeUpdate, VolumesUpdateOptionalParams, VolumesUpdateResponse, VolumesDeleteOptionalParams, VolumesGetOptionalParams, VolumesGetResponse } from "../models";
|
|
6
|
-
/**
|
|
7
|
-
export
|
|
8
|
-
private readonly client;
|
|
9
|
-
/**
|
|
10
|
-
* Initialize a new instance of the class Volumes class.
|
|
11
|
-
* @param client Reference to the service client
|
|
12
|
-
*/
|
|
13
|
-
constructor(client: ElasticSanManagement);
|
|
3
|
+
import { Volume, VolumesListByVolumeGroupOptionalParams, VolumesCreateOptionalParams, VolumesCreateResponse, VolumeUpdate, VolumesUpdateOptionalParams, VolumesUpdateResponse, VolumesDeleteOptionalParams, VolumesGetOptionalParams, VolumesGetResponse, VolumeNameList, VolumesPreBackupOptionalParams, VolumesPreBackupResponse, DiskSnapshotList, VolumesPreRestoreOptionalParams, VolumesPreRestoreResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Volumes. */
|
|
5
|
+
export interface Volumes {
|
|
14
6
|
/**
|
|
15
7
|
* List Volumes in a VolumeGroup.
|
|
16
8
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -19,8 +11,6 @@ export declare class VolumesImpl implements Volumes {
|
|
|
19
11
|
* @param options The options parameters.
|
|
20
12
|
*/
|
|
21
13
|
listByVolumeGroup(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, options?: VolumesListByVolumeGroupOptionalParams): PagedAsyncIterableIterator<Volume>;
|
|
22
|
-
private listByVolumeGroupPagingPage;
|
|
23
|
-
private listByVolumeGroupPagingAll;
|
|
24
14
|
/**
|
|
25
15
|
* Create a Volume.
|
|
26
16
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -89,21 +79,46 @@ export declare class VolumesImpl implements Volumes {
|
|
|
89
79
|
*/
|
|
90
80
|
get(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: VolumesGetOptionalParams): Promise<VolumesGetResponse>;
|
|
91
81
|
/**
|
|
92
|
-
*
|
|
82
|
+
* Validate whether a disk snapshot backup can be taken for list of volumes.
|
|
83
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
84
|
+
* @param elasticSanName The name of the ElasticSan.
|
|
85
|
+
* @param volumeGroupName The name of the VolumeGroup.
|
|
86
|
+
* @param parameters Volume Name List (currently only one volume name in the list is supported. Server
|
|
87
|
+
* would return error if list is bigger)
|
|
88
|
+
* @param options The options parameters.
|
|
89
|
+
*/
|
|
90
|
+
beginPreBackup(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeNameList, options?: VolumesPreBackupOptionalParams): Promise<SimplePollerLike<OperationState<VolumesPreBackupResponse>, VolumesPreBackupResponse>>;
|
|
91
|
+
/**
|
|
92
|
+
* Validate whether a disk snapshot backup can be taken for list of volumes.
|
|
93
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
94
|
+
* @param elasticSanName The name of the ElasticSan.
|
|
95
|
+
* @param volumeGroupName The name of the VolumeGroup.
|
|
96
|
+
* @param parameters Volume Name List (currently only one volume name in the list is supported. Server
|
|
97
|
+
* would return error if list is bigger)
|
|
98
|
+
* @param options The options parameters.
|
|
99
|
+
*/
|
|
100
|
+
beginPreBackupAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeNameList, options?: VolumesPreBackupOptionalParams): Promise<VolumesPreBackupResponse>;
|
|
101
|
+
/**
|
|
102
|
+
* Validate whether a list of backed up disk snapshots can be restored into ElasticSan volumes.
|
|
93
103
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
94
104
|
* @param elasticSanName The name of the ElasticSan.
|
|
95
105
|
* @param volumeGroupName The name of the VolumeGroup.
|
|
106
|
+
* @param parameters Disk Snapshot List (currently only one Disk Snapshot in the list is supported and
|
|
107
|
+
* that the Disk Snapshot must be in same azure region as the ElasticSan. Server would return error if
|
|
108
|
+
* list is bigger)
|
|
96
109
|
* @param options The options parameters.
|
|
97
110
|
*/
|
|
98
|
-
|
|
111
|
+
beginPreRestore(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: DiskSnapshotList, options?: VolumesPreRestoreOptionalParams): Promise<SimplePollerLike<OperationState<VolumesPreRestoreResponse>, VolumesPreRestoreResponse>>;
|
|
99
112
|
/**
|
|
100
|
-
*
|
|
113
|
+
* Validate whether a list of backed up disk snapshots can be restored into ElasticSan volumes.
|
|
101
114
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
102
115
|
* @param elasticSanName The name of the ElasticSan.
|
|
103
116
|
* @param volumeGroupName The name of the VolumeGroup.
|
|
104
|
-
* @param
|
|
117
|
+
* @param parameters Disk Snapshot List (currently only one Disk Snapshot in the list is supported and
|
|
118
|
+
* that the Disk Snapshot must be in same azure region as the ElasticSan. Server would return error if
|
|
119
|
+
* list is bigger)
|
|
105
120
|
* @param options The options parameters.
|
|
106
121
|
*/
|
|
107
|
-
|
|
122
|
+
beginPreRestoreAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: DiskSnapshotList, options?: VolumesPreRestoreOptionalParams): Promise<VolumesPreRestoreResponse>;
|
|
108
123
|
}
|
|
109
124
|
//# sourceMappingURL=volumes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"volumes.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/volumes.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"volumes.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/volumes.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Volume,\n VolumesListByVolumeGroupOptionalParams,\n VolumesCreateOptionalParams,\n VolumesCreateResponse,\n VolumeUpdate,\n VolumesUpdateOptionalParams,\n VolumesUpdateResponse,\n VolumesDeleteOptionalParams,\n VolumesGetOptionalParams,\n VolumesGetResponse,\n VolumeNameList,\n VolumesPreBackupOptionalParams,\n VolumesPreBackupResponse,\n DiskSnapshotList,\n VolumesPreRestoreOptionalParams,\n VolumesPreRestoreResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Volumes. */\nexport interface Volumes {\n /**\n * List Volumes in a VolumeGroup.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param options The options parameters.\n */\n listByVolumeGroup(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n options?: VolumesListByVolumeGroupOptionalParams,\n ): PagedAsyncIterableIterator<Volume>;\n /**\n * Create a Volume.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param volumeName The name of the Volume.\n * @param parameters Volume object.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n volumeName: string,\n parameters: Volume,\n options?: VolumesCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<VolumesCreateResponse>,\n VolumesCreateResponse\n >\n >;\n /**\n * Create a Volume.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param volumeName The name of the Volume.\n * @param parameters Volume object.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n volumeName: string,\n parameters: Volume,\n options?: VolumesCreateOptionalParams,\n ): Promise<VolumesCreateResponse>;\n /**\n * Update an Volume.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param volumeName The name of the Volume.\n * @param parameters Volume object.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n volumeName: string,\n parameters: VolumeUpdate,\n options?: VolumesUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<VolumesUpdateResponse>,\n VolumesUpdateResponse\n >\n >;\n /**\n * Update an Volume.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param volumeName The name of the Volume.\n * @param parameters Volume object.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n volumeName: string,\n parameters: VolumeUpdate,\n options?: VolumesUpdateOptionalParams,\n ): Promise<VolumesUpdateResponse>;\n /**\n * Delete an Volume.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param volumeName The name of the Volume.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n volumeName: string,\n options?: VolumesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete an Volume.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param volumeName The name of the Volume.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n volumeName: string,\n options?: VolumesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Get an Volume.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param volumeName The name of the Volume.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n volumeName: string,\n options?: VolumesGetOptionalParams,\n ): Promise<VolumesGetResponse>;\n /**\n * Validate whether a disk snapshot backup can be taken for list of volumes.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param parameters Volume Name List (currently only one volume name in the list is supported. Server\n * would return error if list is bigger)\n * @param options The options parameters.\n */\n beginPreBackup(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n parameters: VolumeNameList,\n options?: VolumesPreBackupOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<VolumesPreBackupResponse>,\n VolumesPreBackupResponse\n >\n >;\n /**\n * Validate whether a disk snapshot backup can be taken for list of volumes.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param parameters Volume Name List (currently only one volume name in the list is supported. Server\n * would return error if list is bigger)\n * @param options The options parameters.\n */\n beginPreBackupAndWait(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n parameters: VolumeNameList,\n options?: VolumesPreBackupOptionalParams,\n ): Promise<VolumesPreBackupResponse>;\n /**\n * Validate whether a list of backed up disk snapshots can be restored into ElasticSan volumes.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param parameters Disk Snapshot List (currently only one Disk Snapshot in the list is supported and\n * that the Disk Snapshot must be in same azure region as the ElasticSan. Server would return error if\n * list is bigger)\n * @param options The options parameters.\n */\n beginPreRestore(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n parameters: DiskSnapshotList,\n options?: VolumesPreRestoreOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<VolumesPreRestoreResponse>,\n VolumesPreRestoreResponse\n >\n >;\n /**\n * Validate whether a list of backed up disk snapshots can be restored into ElasticSan volumes.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param elasticSanName The name of the ElasticSan.\n * @param volumeGroupName The name of the VolumeGroup.\n * @param parameters Disk Snapshot List (currently only one Disk Snapshot in the list is supported and\n * that the Disk Snapshot must be in same azure region as the ElasticSan. Server would return error if\n * list is bigger)\n * @param options The options parameters.\n */\n beginPreRestoreAndWait(\n resourceGroupName: string,\n elasticSanName: string,\n volumeGroupName: string,\n parameters: DiskSnapshotList,\n options?: VolumesPreRestoreOptionalParams,\n ): Promise<VolumesPreRestoreResponse>;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,0CAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,IAAa,EACb,iBAAqC;;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined,\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
import * as coreAuth from "@azure/core-auth";
|
|
3
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
4
|
+
import { Operations, Skus, ElasticSans, VolumeGroups, Volumes, PrivateEndpointConnections, PrivateLinkResources, VolumeSnapshots } from "./operationsInterfaces/index.js";
|
|
5
|
+
import { ElasticSanManagementOptionalParams, RestoreVolumeOptionalParams, RestoreVolumeResponse } from "./models/index.js";
|
|
6
|
+
export declare class ElasticSanManagement extends coreClient.ServiceClient {
|
|
7
|
+
$host: string;
|
|
8
|
+
apiVersion: string;
|
|
9
|
+
subscriptionId: string;
|
|
10
|
+
/**
|
|
11
|
+
* Initializes a new instance of the ElasticSanManagement class.
|
|
12
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
13
|
+
* @param subscriptionId The ID of the target subscription.
|
|
14
|
+
* @param options The parameter options
|
|
15
|
+
*/
|
|
16
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ElasticSanManagementOptionalParams);
|
|
17
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
18
|
+
private addCustomApiVersionPolicy;
|
|
19
|
+
/**
|
|
20
|
+
* Restore Soft Deleted Volumes. The volume name is obtained by using the API to list soft deleted
|
|
21
|
+
* volumes by volume group
|
|
22
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
23
|
+
* @param elasticSanName The name of the ElasticSan.
|
|
24
|
+
* @param volumeGroupName The name of the VolumeGroup.
|
|
25
|
+
* @param volumeName The name of the Volume.
|
|
26
|
+
* @param options The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
beginRestoreVolume(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: RestoreVolumeOptionalParams): Promise<SimplePollerLike<OperationState<RestoreVolumeResponse>, RestoreVolumeResponse>>;
|
|
29
|
+
/**
|
|
30
|
+
* Restore Soft Deleted Volumes. The volume name is obtained by using the API to list soft deleted
|
|
31
|
+
* volumes by volume group
|
|
32
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
33
|
+
* @param elasticSanName The name of the ElasticSan.
|
|
34
|
+
* @param volumeGroupName The name of the VolumeGroup.
|
|
35
|
+
* @param volumeName The name of the Volume.
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
beginRestoreVolumeAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: RestoreVolumeOptionalParams): Promise<RestoreVolumeResponse>;
|
|
39
|
+
operations: Operations;
|
|
40
|
+
skus: Skus;
|
|
41
|
+
elasticSans: ElasticSans;
|
|
42
|
+
volumeGroups: VolumeGroups;
|
|
43
|
+
volumes: Volumes;
|
|
44
|
+
privateEndpointConnections: PrivateEndpointConnections;
|
|
45
|
+
privateLinkResources: PrivateLinkResources;
|
|
46
|
+
volumeSnapshots: VolumeSnapshots;
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=elasticSanManagement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elasticSanManagement.d.ts","sourceRoot":"","sources":["../../src/elasticSanManagement.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAYzB,OAAO,EACL,UAAU,EACV,IAAI,EACJ,WAAW,EACX,YAAY,EACZ,OAAO,EACP,0BAA0B,EAC1B,oBAAoB,EACpB,eAAe,EAChB,MAAM,iCAAiC,CAAC;AAGzC,OAAO,EACL,kCAAkC,EAClC,2BAA2B,EAC3B,qBAAqB,EACtB,MAAM,mBAAmB,CAAC;AAE3B,qBAAa,oBAAqB,SAAQ,UAAU,CAAC,aAAa;IAChE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,kCAAkC;IAoF9C,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC;;;;;;;;OAQG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,qBAAqB,CAAC,EACrC,qBAAqB,CACtB,CACF;IA8DD;;;;;;;;OAQG;IACG,yBAAyB,CAC7B,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC;IAWjC,UAAU,EAAE,UAAU,CAAC;IACvB,IAAI,EAAE,IAAI,CAAC;IACX,WAAW,EAAE,WAAW,CAAC;IACzB,YAAY,EAAE,YAAY,CAAC;IAC3B,OAAO,EAAE,OAAO,CAAC;IACjB,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,eAAe,EAAE,eAAe,CAAC;CAClC"}
|