@azure/arm-storsimple8000series 2.1.1-alpha.20250212.1 → 2.1.1-alpha.20250214.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -12
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js +25 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +385 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/accessControlRecords.d.ts +73 -0
- package/dist/browser/operations/accessControlRecords.d.ts.map +1 -0
- package/dist/browser/operations/accessControlRecords.js +283 -0
- package/dist/browser/operations/accessControlRecords.js.map +1 -0
- package/dist/browser/operations/alerts.d.ts +55 -0
- package/dist/browser/operations/alerts.d.ts.map +1 -0
- package/dist/browser/operations/alerts.js +198 -0
- package/dist/browser/operations/alerts.js.map +1 -0
- package/dist/browser/operations/backupPolicies.d.ts +100 -0
- package/dist/browser/operations/backupPolicies.d.ts.map +1 -0
- package/dist/browser/operations/backupPolicies.js +370 -0
- package/dist/browser/operations/backupPolicies.js.map +1 -0
- package/dist/browser/operations/backupSchedules.d.ts +87 -0
- package/dist/browser/operations/backupSchedules.d.ts.map +1 -0
- package/dist/browser/operations/backupSchedules.js +321 -0
- package/dist/browser/operations/backupSchedules.js.map +1 -0
- package/dist/browser/operations/backups.d.ts +100 -0
- package/dist/browser/operations/backups.d.ts.map +1 -0
- package/dist/browser/operations/backups.js +365 -0
- package/dist/browser/operations/backups.js.map +1 -0
- package/dist/browser/operations/bandwidthSettings.d.ts +73 -0
- package/dist/browser/operations/bandwidthSettings.d.ts.map +1 -0
- package/dist/browser/operations/bandwidthSettings.js +283 -0
- package/dist/browser/operations/bandwidthSettings.js.map +1 -0
- package/dist/browser/operations/cloudAppliances.d.ts +47 -0
- package/dist/browser/operations/cloudAppliances.d.ts.map +1 -0
- package/dist/browser/operations/cloudAppliances.js +169 -0
- package/dist/browser/operations/cloudAppliances.js.map +1 -0
- package/dist/browser/operations/deviceSettings.d.ts +134 -0
- package/dist/browser/operations/deviceSettings.d.ts.map +1 -0
- package/dist/browser/operations/deviceSettings.js +528 -0
- package/dist/browser/operations/deviceSettings.js.map +1 -0
- package/dist/browser/operations/devices.d.ts +248 -0
- package/dist/browser/operations/devices.d.ts.map +1 -0
- package/dist/browser/operations/devices.js +939 -0
- package/dist/browser/operations/devices.js.map +1 -0
- package/dist/browser/operations/hardwareComponentGroups.d.ts +53 -0
- package/dist/browser/operations/hardwareComponentGroups.d.ts.map +1 -0
- package/dist/browser/operations/hardwareComponentGroups.js +185 -0
- package/dist/browser/operations/hardwareComponentGroups.js.map +1 -0
- package/dist/browser/operations/index.d.ts +17 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +24 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/jobs.d.ts +97 -0
- package/dist/browser/operations/jobs.d.ts.map +1 -0
- package/dist/browser/operations/jobs.js +370 -0
- package/dist/browser/operations/jobs.js.map +1 -0
- package/dist/browser/operations/managers.d.ts +187 -0
- package/dist/browser/operations/managers.d.ts.map +1 -0
- package/dist/browser/operations/managers.js +763 -0
- package/dist/browser/operations/managers.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +127 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/storageAccountCredentials.d.ts +73 -0
- package/dist/browser/operations/storageAccountCredentials.d.ts.map +1 -0
- package/dist/browser/operations/storageAccountCredentials.js +283 -0
- package/dist/browser/operations/storageAccountCredentials.js.map +1 -0
- package/dist/browser/operations/volumeContainers.d.ts +122 -0
- package/dist/browser/operations/volumeContainers.d.ts.map +1 -0
- package/dist/browser/operations/volumeContainers.js +488 -0
- package/dist/browser/operations/volumeContainers.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 +596 -0
- package/dist/browser/operations/volumes.js.map +1 -0
- package/dist/browser/operationsInterfaces/accessControlRecords.d.ts +56 -0
- package/dist/browser/operationsInterfaces/accessControlRecords.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accessControlRecords.js.map +1 -0
- package/dist/browser/operationsInterfaces/alerts.d.ts +30 -0
- package/dist/browser/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/alerts.js.map +1 -0
- package/dist/browser/operationsInterfaces/backupPolicies.d.ts +82 -0
- package/dist/browser/operationsInterfaces/backupPolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/backupPolicies.js.map +1 -0
- package/dist/browser/operationsInterfaces/backupSchedules.d.ts +68 -0
- package/dist/browser/operationsInterfaces/backupSchedules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/backupSchedules.js.map +1 -0
- package/dist/browser/operationsInterfaces/backups.d.ts +73 -0
- package/dist/browser/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/backups.js.map +1 -0
- package/dist/browser/operationsInterfaces/bandwidthSettings.d.ts +56 -0
- package/dist/browser/operationsInterfaces/bandwidthSettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/bandwidthSettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/cloudAppliances.d.ts +30 -0
- package/dist/browser/operationsInterfaces/cloudAppliances.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/cloudAppliances.js.map +1 -0
- package/dist/browser/operationsInterfaces/deviceSettings.d.ts +126 -0
- package/dist/browser/operationsInterfaces/deviceSettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/deviceSettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/devices.d.ts +185 -0
- package/dist/browser/operationsInterfaces/devices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/devices.js.map +1 -0
- package/dist/browser/operationsInterfaces/hardwareComponentGroups.d.ts +35 -0
- package/dist/browser/operationsInterfaces/hardwareComponentGroups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/hardwareComponentGroups.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +17 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +24 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/jobs.d.ts +51 -0
- package/dist/browser/operationsInterfaces/jobs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/jobs.js.map +1 -0
- package/dist/browser/operationsInterfaces/managers.d.ts +136 -0
- package/dist/browser/operationsInterfaces/managers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managers.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/storageAccountCredentials.d.ts +56 -0
- package/dist/browser/operationsInterfaces/storageAccountCredentials.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/storageAccountCredentials.js.map +1 -0
- package/dist/browser/operationsInterfaces/volumeContainers.d.ts +81 -0
- package/dist/browser/operationsInterfaces/volumeContainers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/volumeContainers.js.map +1 -0
- package/dist/browser/operationsInterfaces/volumes.d.ts +97 -0
- 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/browser/storSimple8000SeriesManagementClient.d.ts +35 -0
- package/dist/browser/storSimple8000SeriesManagementClient.d.ts.map +1 -0
- package/dist/browser/storSimple8000SeriesManagementClient.js +112 -0
- package/dist/browser/storSimple8000SeriesManagementClient.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 +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +29 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1902 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +10 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +113 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3881 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +51 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +388 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/accessControlRecords.d.ts +73 -0
- package/dist/commonjs/operations/accessControlRecords.d.ts.map +1 -0
- package/dist/commonjs/operations/accessControlRecords.js +287 -0
- package/dist/commonjs/operations/accessControlRecords.js.map +1 -0
- package/dist/commonjs/operations/alerts.d.ts +55 -0
- package/dist/commonjs/operations/alerts.d.ts.map +1 -0
- package/dist/commonjs/operations/alerts.js +202 -0
- package/dist/commonjs/operations/alerts.js.map +1 -0
- package/dist/commonjs/operations/backupPolicies.d.ts +100 -0
- package/dist/commonjs/operations/backupPolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/backupPolicies.js +374 -0
- package/dist/commonjs/operations/backupPolicies.js.map +1 -0
- package/dist/commonjs/operations/backupSchedules.d.ts +87 -0
- package/dist/commonjs/operations/backupSchedules.d.ts.map +1 -0
- package/dist/commonjs/operations/backupSchedules.js +325 -0
- package/dist/commonjs/operations/backupSchedules.js.map +1 -0
- package/dist/commonjs/operations/backups.d.ts +100 -0
- package/dist/commonjs/operations/backups.d.ts.map +1 -0
- package/dist/commonjs/operations/backups.js +369 -0
- package/dist/commonjs/operations/backups.js.map +1 -0
- package/dist/commonjs/operations/bandwidthSettings.d.ts +73 -0
- package/dist/commonjs/operations/bandwidthSettings.d.ts.map +1 -0
- package/dist/commonjs/operations/bandwidthSettings.js +287 -0
- package/dist/commonjs/operations/bandwidthSettings.js.map +1 -0
- package/dist/commonjs/operations/cloudAppliances.d.ts +47 -0
- package/dist/commonjs/operations/cloudAppliances.d.ts.map +1 -0
- package/dist/commonjs/operations/cloudAppliances.js +173 -0
- package/dist/commonjs/operations/cloudAppliances.js.map +1 -0
- package/dist/commonjs/operations/deviceSettings.d.ts +134 -0
- package/dist/commonjs/operations/deviceSettings.d.ts.map +1 -0
- package/dist/commonjs/operations/deviceSettings.js +533 -0
- package/dist/commonjs/operations/deviceSettings.js.map +1 -0
- package/dist/commonjs/operations/devices.d.ts +248 -0
- package/dist/commonjs/operations/devices.d.ts.map +1 -0
- package/dist/commonjs/operations/devices.js +943 -0
- package/dist/commonjs/operations/devices.js.map +1 -0
- package/dist/commonjs/operations/hardwareComponentGroups.d.ts +53 -0
- package/dist/commonjs/operations/hardwareComponentGroups.d.ts.map +1 -0
- package/dist/commonjs/operations/hardwareComponentGroups.js +189 -0
- package/dist/commonjs/operations/hardwareComponentGroups.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +17 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +27 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/jobs.d.ts +97 -0
- package/dist/commonjs/operations/jobs.d.ts.map +1 -0
- package/dist/commonjs/operations/jobs.js +374 -0
- package/dist/commonjs/operations/jobs.js.map +1 -0
- package/dist/commonjs/operations/managers.d.ts +187 -0
- package/dist/commonjs/operations/managers.d.ts.map +1 -0
- package/dist/commonjs/operations/managers.js +767 -0
- package/dist/commonjs/operations/managers.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +131 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/storageAccountCredentials.d.ts +73 -0
- package/dist/commonjs/operations/storageAccountCredentials.d.ts.map +1 -0
- package/dist/commonjs/operations/storageAccountCredentials.js +287 -0
- package/dist/commonjs/operations/storageAccountCredentials.js.map +1 -0
- package/dist/commonjs/operations/volumeContainers.d.ts +122 -0
- package/dist/commonjs/operations/volumeContainers.d.ts.map +1 -0
- package/dist/commonjs/operations/volumeContainers.js +492 -0
- package/dist/commonjs/operations/volumeContainers.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 +600 -0
- package/dist/commonjs/operations/volumes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessControlRecords.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/accessControlRecords.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessControlRecords.js +10 -0
- package/dist/commonjs/operationsInterfaces/accessControlRecords.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/alerts.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/alerts.js +10 -0
- package/dist/commonjs/operationsInterfaces/alerts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/backupPolicies.d.ts +82 -0
- package/dist/commonjs/operationsInterfaces/backupPolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/backupPolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/backupPolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/backupSchedules.d.ts +68 -0
- package/dist/commonjs/operationsInterfaces/backupSchedules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/backupSchedules.js +10 -0
- package/dist/commonjs/operationsInterfaces/backupSchedules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/backups.d.ts +73 -0
- package/dist/commonjs/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/backups.js +10 -0
- package/dist/commonjs/operationsInterfaces/backups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/bandwidthSettings.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/bandwidthSettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/bandwidthSettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/bandwidthSettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/cloudAppliances.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/cloudAppliances.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/cloudAppliances.js +10 -0
- package/dist/commonjs/operationsInterfaces/cloudAppliances.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/deviceSettings.d.ts +126 -0
- package/dist/commonjs/operationsInterfaces/deviceSettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/deviceSettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/deviceSettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/devices.d.ts +185 -0
- package/dist/commonjs/operationsInterfaces/devices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/devices.js +10 -0
- package/dist/commonjs/operationsInterfaces/devices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/hardwareComponentGroups.d.ts +35 -0
- package/dist/commonjs/operationsInterfaces/hardwareComponentGroups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/hardwareComponentGroups.js +10 -0
- package/dist/commonjs/operationsInterfaces/hardwareComponentGroups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +27 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobs.d.ts +51 -0
- package/dist/commonjs/operationsInterfaces/jobs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobs.js +10 -0
- package/dist/commonjs/operationsInterfaces/jobs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managers.d.ts +136 -0
- package/dist/commonjs/operationsInterfaces/managers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managers.js +10 -0
- package/dist/commonjs/operationsInterfaces/managers.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/storageAccountCredentials.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/storageAccountCredentials.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageAccountCredentials.js +10 -0
- package/dist/commonjs/operationsInterfaces/storageAccountCredentials.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/volumeContainers.d.ts +81 -0
- package/dist/commonjs/operationsInterfaces/volumeContainers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/volumeContainers.js +10 -0
- package/dist/commonjs/operationsInterfaces/volumeContainers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/volumes.d.ts +97 -0
- 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/dist/commonjs/storSimple8000SeriesManagementClient.d.ts +35 -0
- package/dist/commonjs/storSimple8000SeriesManagementClient.d.ts.map +1 -0
- package/dist/commonjs/storSimple8000SeriesManagementClient.js +117 -0
- package/dist/commonjs/storSimple8000SeriesManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +25 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1902 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +9 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +113 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3876 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +51 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +385 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/accessControlRecords.d.ts +73 -0
- package/dist/esm/operations/accessControlRecords.d.ts.map +1 -0
- package/dist/esm/operations/accessControlRecords.js +283 -0
- package/dist/esm/operations/accessControlRecords.js.map +1 -0
- package/dist/esm/operations/alerts.d.ts +55 -0
- package/dist/esm/operations/alerts.d.ts.map +1 -0
- package/dist/esm/operations/alerts.js +198 -0
- package/dist/esm/operations/alerts.js.map +1 -0
- package/dist/esm/operations/backupPolicies.d.ts +100 -0
- package/dist/esm/operations/backupPolicies.d.ts.map +1 -0
- package/dist/esm/operations/backupPolicies.js +370 -0
- package/dist/esm/operations/backupPolicies.js.map +1 -0
- package/dist/esm/operations/backupSchedules.d.ts +87 -0
- package/dist/esm/operations/backupSchedules.d.ts.map +1 -0
- package/dist/esm/operations/backupSchedules.js +321 -0
- package/dist/esm/operations/backupSchedules.js.map +1 -0
- package/dist/esm/operations/backups.d.ts +100 -0
- package/dist/esm/operations/backups.d.ts.map +1 -0
- package/dist/esm/operations/backups.js +365 -0
- package/dist/esm/operations/backups.js.map +1 -0
- package/dist/esm/operations/bandwidthSettings.d.ts +73 -0
- package/dist/esm/operations/bandwidthSettings.d.ts.map +1 -0
- package/dist/esm/operations/bandwidthSettings.js +283 -0
- package/dist/esm/operations/bandwidthSettings.js.map +1 -0
- package/dist/esm/operations/cloudAppliances.d.ts +47 -0
- package/dist/esm/operations/cloudAppliances.d.ts.map +1 -0
- package/dist/esm/operations/cloudAppliances.js +169 -0
- package/dist/esm/operations/cloudAppliances.js.map +1 -0
- package/dist/esm/operations/deviceSettings.d.ts +134 -0
- package/dist/esm/operations/deviceSettings.d.ts.map +1 -0
- package/dist/esm/operations/deviceSettings.js +528 -0
- package/dist/esm/operations/deviceSettings.js.map +1 -0
- package/dist/esm/operations/devices.d.ts +248 -0
- package/dist/esm/operations/devices.d.ts.map +1 -0
- package/dist/esm/operations/devices.js +939 -0
- package/dist/esm/operations/devices.js.map +1 -0
- package/dist/esm/operations/hardwareComponentGroups.d.ts +53 -0
- package/dist/esm/operations/hardwareComponentGroups.d.ts.map +1 -0
- package/dist/esm/operations/hardwareComponentGroups.js +185 -0
- package/dist/esm/operations/hardwareComponentGroups.js.map +1 -0
- package/dist/esm/operations/index.d.ts +17 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +24 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/jobs.d.ts +97 -0
- package/dist/esm/operations/jobs.d.ts.map +1 -0
- package/dist/esm/operations/jobs.js +370 -0
- package/dist/esm/operations/jobs.js.map +1 -0
- package/dist/esm/operations/managers.d.ts +187 -0
- package/dist/esm/operations/managers.d.ts.map +1 -0
- package/dist/esm/operations/managers.js +763 -0
- package/dist/esm/operations/managers.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +127 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/storageAccountCredentials.d.ts +73 -0
- package/dist/esm/operations/storageAccountCredentials.d.ts.map +1 -0
- package/dist/esm/operations/storageAccountCredentials.js +283 -0
- package/dist/esm/operations/storageAccountCredentials.js.map +1 -0
- package/dist/esm/operations/volumeContainers.d.ts +122 -0
- package/dist/esm/operations/volumeContainers.d.ts.map +1 -0
- package/dist/esm/operations/volumeContainers.js +488 -0
- package/dist/esm/operations/volumeContainers.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 +596 -0
- package/dist/esm/operations/volumes.js.map +1 -0
- package/dist/esm/operationsInterfaces/accessControlRecords.d.ts +56 -0
- package/dist/esm/operationsInterfaces/accessControlRecords.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accessControlRecords.js +9 -0
- package/dist/esm/operationsInterfaces/accessControlRecords.js.map +1 -0
- package/dist/esm/operationsInterfaces/alerts.d.ts +30 -0
- package/dist/esm/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/alerts.js +9 -0
- package/dist/esm/operationsInterfaces/alerts.js.map +1 -0
- package/dist/esm/operationsInterfaces/backupPolicies.d.ts +82 -0
- package/dist/esm/operationsInterfaces/backupPolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/backupPolicies.js +9 -0
- package/dist/esm/operationsInterfaces/backupPolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/backupSchedules.d.ts +68 -0
- package/dist/esm/operationsInterfaces/backupSchedules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/backupSchedules.js +9 -0
- package/dist/esm/operationsInterfaces/backupSchedules.js.map +1 -0
- package/dist/esm/operationsInterfaces/backups.d.ts +73 -0
- package/dist/esm/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/backups.js +9 -0
- package/dist/esm/operationsInterfaces/backups.js.map +1 -0
- package/dist/esm/operationsInterfaces/bandwidthSettings.d.ts +56 -0
- package/dist/esm/operationsInterfaces/bandwidthSettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/bandwidthSettings.js +9 -0
- package/dist/esm/operationsInterfaces/bandwidthSettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/cloudAppliances.d.ts +30 -0
- package/dist/esm/operationsInterfaces/cloudAppliances.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/cloudAppliances.js +9 -0
- package/dist/esm/operationsInterfaces/cloudAppliances.js.map +1 -0
- package/dist/esm/operationsInterfaces/deviceSettings.d.ts +126 -0
- package/dist/esm/operationsInterfaces/deviceSettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/deviceSettings.js +9 -0
- package/dist/esm/operationsInterfaces/deviceSettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/devices.d.ts +185 -0
- package/dist/esm/operationsInterfaces/devices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/devices.js +9 -0
- package/dist/esm/operationsInterfaces/devices.js.map +1 -0
- package/dist/esm/operationsInterfaces/hardwareComponentGroups.d.ts +35 -0
- package/dist/esm/operationsInterfaces/hardwareComponentGroups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/hardwareComponentGroups.js +9 -0
- package/dist/esm/operationsInterfaces/hardwareComponentGroups.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +17 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +24 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/jobs.d.ts +51 -0
- package/dist/esm/operationsInterfaces/jobs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/jobs.js +9 -0
- package/dist/esm/operationsInterfaces/jobs.js.map +1 -0
- package/dist/esm/operationsInterfaces/managers.d.ts +136 -0
- package/dist/esm/operationsInterfaces/managers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managers.js +9 -0
- package/dist/esm/operationsInterfaces/managers.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/storageAccountCredentials.d.ts +56 -0
- package/dist/esm/operationsInterfaces/storageAccountCredentials.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/storageAccountCredentials.js +9 -0
- package/dist/esm/operationsInterfaces/storageAccountCredentials.js.map +1 -0
- package/dist/esm/operationsInterfaces/volumeContainers.d.ts +81 -0
- package/dist/esm/operationsInterfaces/volumeContainers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/volumeContainers.js +9 -0
- package/dist/esm/operationsInterfaces/volumeContainers.js.map +1 -0
- package/dist/esm/operationsInterfaces/volumes.d.ts +97 -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/esm/storSimple8000SeriesManagementClient.d.ts +35 -0
- package/dist/esm/storSimple8000SeriesManagementClient.d.ts.map +1 -0
- package/dist/esm/storSimple8000SeriesManagementClient.js +112 -0
- package/dist/esm/storSimple8000SeriesManagementClient.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 +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +25 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1902 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +9 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +113 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3876 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +51 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +385 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/accessControlRecords.d.ts +73 -0
- package/dist/react-native/operations/accessControlRecords.d.ts.map +1 -0
- package/dist/react-native/operations/accessControlRecords.js +283 -0
- package/dist/react-native/operations/accessControlRecords.js.map +1 -0
- package/dist/react-native/operations/alerts.d.ts +55 -0
- package/dist/react-native/operations/alerts.d.ts.map +1 -0
- package/dist/react-native/operations/alerts.js +198 -0
- package/dist/react-native/operations/alerts.js.map +1 -0
- package/dist/react-native/operations/backupPolicies.d.ts +100 -0
- package/dist/react-native/operations/backupPolicies.d.ts.map +1 -0
- package/dist/react-native/operations/backupPolicies.js +370 -0
- package/dist/react-native/operations/backupPolicies.js.map +1 -0
- package/dist/react-native/operations/backupSchedules.d.ts +87 -0
- package/dist/react-native/operations/backupSchedules.d.ts.map +1 -0
- package/dist/react-native/operations/backupSchedules.js +321 -0
- package/dist/react-native/operations/backupSchedules.js.map +1 -0
- package/dist/react-native/operations/backups.d.ts +100 -0
- package/dist/react-native/operations/backups.d.ts.map +1 -0
- package/dist/react-native/operations/backups.js +365 -0
- package/dist/react-native/operations/backups.js.map +1 -0
- package/dist/react-native/operations/bandwidthSettings.d.ts +73 -0
- package/dist/react-native/operations/bandwidthSettings.d.ts.map +1 -0
- package/dist/react-native/operations/bandwidthSettings.js +283 -0
- package/dist/react-native/operations/bandwidthSettings.js.map +1 -0
- package/dist/react-native/operations/cloudAppliances.d.ts +47 -0
- package/dist/react-native/operations/cloudAppliances.d.ts.map +1 -0
- package/dist/react-native/operations/cloudAppliances.js +169 -0
- package/dist/react-native/operations/cloudAppliances.js.map +1 -0
- package/dist/react-native/operations/deviceSettings.d.ts +134 -0
- package/dist/react-native/operations/deviceSettings.d.ts.map +1 -0
- package/dist/react-native/operations/deviceSettings.js +528 -0
- package/dist/react-native/operations/deviceSettings.js.map +1 -0
- package/dist/react-native/operations/devices.d.ts +248 -0
- package/dist/react-native/operations/devices.d.ts.map +1 -0
- package/dist/react-native/operations/devices.js +939 -0
- package/dist/react-native/operations/devices.js.map +1 -0
- package/dist/react-native/operations/hardwareComponentGroups.d.ts +53 -0
- package/dist/react-native/operations/hardwareComponentGroups.d.ts.map +1 -0
- package/dist/react-native/operations/hardwareComponentGroups.js +185 -0
- package/dist/react-native/operations/hardwareComponentGroups.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +17 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +24 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/jobs.d.ts +97 -0
- package/dist/react-native/operations/jobs.d.ts.map +1 -0
- package/dist/react-native/operations/jobs.js +370 -0
- package/dist/react-native/operations/jobs.js.map +1 -0
- package/dist/react-native/operations/managers.d.ts +187 -0
- package/dist/react-native/operations/managers.d.ts.map +1 -0
- package/dist/react-native/operations/managers.js +763 -0
- package/dist/react-native/operations/managers.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +127 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/storageAccountCredentials.d.ts +73 -0
- package/dist/react-native/operations/storageAccountCredentials.d.ts.map +1 -0
- package/dist/react-native/operations/storageAccountCredentials.js +283 -0
- package/dist/react-native/operations/storageAccountCredentials.js.map +1 -0
- package/dist/react-native/operations/volumeContainers.d.ts +122 -0
- package/dist/react-native/operations/volumeContainers.d.ts.map +1 -0
- package/dist/react-native/operations/volumeContainers.js +488 -0
- package/dist/react-native/operations/volumeContainers.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 +596 -0
- package/dist/react-native/operations/volumes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accessControlRecords.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/accessControlRecords.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accessControlRecords.js +9 -0
- package/dist/react-native/operationsInterfaces/accessControlRecords.js.map +1 -0
- package/dist/react-native/operationsInterfaces/alerts.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/alerts.js +9 -0
- package/dist/react-native/operationsInterfaces/alerts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/backupPolicies.d.ts +82 -0
- package/dist/react-native/operationsInterfaces/backupPolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/backupPolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/backupPolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/backupSchedules.d.ts +68 -0
- package/dist/react-native/operationsInterfaces/backupSchedules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/backupSchedules.js +9 -0
- package/dist/react-native/operationsInterfaces/backupSchedules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/backups.d.ts +73 -0
- package/dist/react-native/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/backups.js +9 -0
- package/dist/react-native/operationsInterfaces/backups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/bandwidthSettings.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/bandwidthSettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/bandwidthSettings.js +9 -0
- package/dist/react-native/operationsInterfaces/bandwidthSettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/cloudAppliances.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/cloudAppliances.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/cloudAppliances.js +9 -0
- package/dist/react-native/operationsInterfaces/cloudAppliances.js.map +1 -0
- package/dist/react-native/operationsInterfaces/deviceSettings.d.ts +126 -0
- package/dist/react-native/operationsInterfaces/deviceSettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/deviceSettings.js +9 -0
- package/dist/react-native/operationsInterfaces/deviceSettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/devices.d.ts +185 -0
- package/dist/react-native/operationsInterfaces/devices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/devices.js +9 -0
- package/dist/react-native/operationsInterfaces/devices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/hardwareComponentGroups.d.ts +35 -0
- package/dist/react-native/operationsInterfaces/hardwareComponentGroups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/hardwareComponentGroups.js +9 -0
- package/dist/react-native/operationsInterfaces/hardwareComponentGroups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +24 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/jobs.d.ts +51 -0
- package/dist/react-native/operationsInterfaces/jobs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/jobs.js +9 -0
- package/dist/react-native/operationsInterfaces/jobs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managers.d.ts +136 -0
- package/dist/react-native/operationsInterfaces/managers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managers.js +9 -0
- package/dist/react-native/operationsInterfaces/managers.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/storageAccountCredentials.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/storageAccountCredentials.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/storageAccountCredentials.js +9 -0
- package/dist/react-native/operationsInterfaces/storageAccountCredentials.js.map +1 -0
- package/dist/react-native/operationsInterfaces/volumeContainers.d.ts +81 -0
- package/dist/react-native/operationsInterfaces/volumeContainers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/volumeContainers.js +9 -0
- package/dist/react-native/operationsInterfaces/volumeContainers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/volumes.d.ts +97 -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/dist/react-native/storSimple8000SeriesManagementClient.d.ts +35 -0
- package/dist/react-native/storSimple8000SeriesManagementClient.d.ts.map +1 -0
- package/dist/react-native/storSimple8000SeriesManagementClient.js +112 -0
- package/dist/react-native/storSimple8000SeriesManagementClient.js.map +1 -0
- package/package.json +67 -36
- package/dist/index.js +0 -10881
- 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/accessControlRecordsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessControlRecordsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessControlRecordsCreateOrUpdateSample.js +0 -26
- package/dist-esm/samples-dev/accessControlRecordsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/accessControlRecordsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessControlRecordsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessControlRecordsDeleteSample.js +0 -30
- package/dist-esm/samples-dev/accessControlRecordsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/accessControlRecordsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessControlRecordsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessControlRecordsGetSample.js +0 -30
- package/dist-esm/samples-dev/accessControlRecordsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/accessControlRecordsListByManagerSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessControlRecordsListByManagerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessControlRecordsListByManagerSample.js +0 -45
- package/dist-esm/samples-dev/accessControlRecordsListByManagerSample.js.map +0 -1
- package/dist-esm/samples-dev/alertsClearSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsClearSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsClearSample.js +0 -27
- package/dist-esm/samples-dev/alertsClearSample.js.map +0 -1
- package/dist-esm/samples-dev/alertsListByManagerSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsListByManagerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsListByManagerSample.js +0 -40
- package/dist-esm/samples-dev/alertsListByManagerSample.js.map +0 -1
- package/dist-esm/samples-dev/alertsSendTestEmailSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsSendTestEmailSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsSendTestEmailSample.js +0 -26
- package/dist-esm/samples-dev/alertsSendTestEmailSample.js.map +0 -1
- package/dist-esm/samples-dev/backupPoliciesBackupNowSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupPoliciesBackupNowSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupPoliciesBackupNowSample.js +0 -32
- package/dist-esm/samples-dev/backupPoliciesBackupNowSample.js.map +0 -1
- package/dist-esm/samples-dev/backupPoliciesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupPoliciesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupPoliciesCreateOrUpdateSample.js +0 -31
- package/dist-esm/samples-dev/backupPoliciesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/backupPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupPoliciesDeleteSample.js +0 -31
- package/dist-esm/samples-dev/backupPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/backupPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupPoliciesGetSample.js +0 -31
- package/dist-esm/samples-dev/backupPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/backupPoliciesListByDeviceSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupPoliciesListByDeviceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupPoliciesListByDeviceSample.js +0 -46
- package/dist-esm/samples-dev/backupPoliciesListByDeviceSample.js.map +0 -1
- package/dist-esm/samples-dev/backupSchedulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupSchedulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupSchedulesCreateOrUpdateSample.js +0 -37
- package/dist-esm/samples-dev/backupSchedulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/backupSchedulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupSchedulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupSchedulesDeleteSample.js +0 -32
- package/dist-esm/samples-dev/backupSchedulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/backupSchedulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupSchedulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupSchedulesGetSample.js +0 -32
- package/dist-esm/samples-dev/backupSchedulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/backupSchedulesListByBackupPolicySample.d.ts +0 -2
- package/dist-esm/samples-dev/backupSchedulesListByBackupPolicySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupSchedulesListByBackupPolicySample.js +0 -47
- package/dist-esm/samples-dev/backupSchedulesListByBackupPolicySample.js.map +0 -1
- package/dist-esm/samples-dev/backupsCloneSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupsCloneSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupsCloneSample.js +0 -41
- package/dist-esm/samples-dev/backupsCloneSample.js.map +0 -1
- package/dist-esm/samples-dev/backupsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupsDeleteSample.js +0 -31
- package/dist-esm/samples-dev/backupsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/backupsListByDeviceSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupsListByDeviceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupsListByDeviceSample.js +0 -41
- package/dist-esm/samples-dev/backupsListByDeviceSample.js.map +0 -1
- package/dist-esm/samples-dev/backupsRestoreSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupsRestoreSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupsRestoreSample.js +0 -31
- package/dist-esm/samples-dev/backupsRestoreSample.js.map +0 -1
- package/dist-esm/samples-dev/bandwidthSettingsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/bandwidthSettingsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/bandwidthSettingsCreateOrUpdateSample.js +0 -33
- package/dist-esm/samples-dev/bandwidthSettingsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/bandwidthSettingsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/bandwidthSettingsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/bandwidthSettingsDeleteSample.js +0 -30
- package/dist-esm/samples-dev/bandwidthSettingsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/bandwidthSettingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/bandwidthSettingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/bandwidthSettingsGetSample.js +0 -30
- package/dist-esm/samples-dev/bandwidthSettingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/bandwidthSettingsListByManagerSample.d.ts +0 -2
- package/dist-esm/samples-dev/bandwidthSettingsListByManagerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/bandwidthSettingsListByManagerSample.js +0 -45
- package/dist-esm/samples-dev/bandwidthSettingsListByManagerSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudAppliancesListSupportedConfigurationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudAppliancesListSupportedConfigurationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudAppliancesListSupportedConfigurationsSample.js +0 -45
- package/dist-esm/samples-dev/cloudAppliancesListSupportedConfigurationsSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudAppliancesProvisionSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudAppliancesProvisionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudAppliancesProvisionSample.js +0 -27
- package/dist-esm/samples-dev/cloudAppliancesProvisionSample.js.map +0 -1
- package/dist-esm/samples-dev/deviceSettingsCreateOrUpdateAlertSettingsSample.d.ts +0 -2
- package/dist-esm/samples-dev/deviceSettingsCreateOrUpdateAlertSettingsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deviceSettingsCreateOrUpdateAlertSettingsSample.js +0 -29
- package/dist-esm/samples-dev/deviceSettingsCreateOrUpdateAlertSettingsSample.js.map +0 -1
- package/dist-esm/samples-dev/deviceSettingsCreateOrUpdateTimeSettingsSample.d.ts +0 -2
- package/dist-esm/samples-dev/deviceSettingsCreateOrUpdateTimeSettingsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deviceSettingsCreateOrUpdateTimeSettingsSample.js +0 -28
- package/dist-esm/samples-dev/deviceSettingsCreateOrUpdateTimeSettingsSample.js.map +0 -1
- package/dist-esm/samples-dev/deviceSettingsGetAlertSettingsSample.d.ts +0 -2
- package/dist-esm/samples-dev/deviceSettingsGetAlertSettingsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deviceSettingsGetAlertSettingsSample.js +0 -30
- package/dist-esm/samples-dev/deviceSettingsGetAlertSettingsSample.js.map +0 -1
- package/dist-esm/samples-dev/deviceSettingsGetNetworkSettingsSample.d.ts +0 -2
- package/dist-esm/samples-dev/deviceSettingsGetNetworkSettingsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deviceSettingsGetNetworkSettingsSample.js +0 -30
- package/dist-esm/samples-dev/deviceSettingsGetNetworkSettingsSample.js.map +0 -1
- package/dist-esm/samples-dev/deviceSettingsGetSecuritySettingsSample.d.ts +0 -2
- package/dist-esm/samples-dev/deviceSettingsGetSecuritySettingsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deviceSettingsGetSecuritySettingsSample.js +0 -30
- package/dist-esm/samples-dev/deviceSettingsGetSecuritySettingsSample.js.map +0 -1
- package/dist-esm/samples-dev/deviceSettingsGetTimeSettingsSample.d.ts +0 -2
- package/dist-esm/samples-dev/deviceSettingsGetTimeSettingsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deviceSettingsGetTimeSettingsSample.js +0 -30
- package/dist-esm/samples-dev/deviceSettingsGetTimeSettingsSample.js.map +0 -1
- package/dist-esm/samples-dev/deviceSettingsSyncRemotemanagementCertificateSample.d.ts +0 -2
- package/dist-esm/samples-dev/deviceSettingsSyncRemotemanagementCertificateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deviceSettingsSyncRemotemanagementCertificateSample.js +0 -30
- package/dist-esm/samples-dev/deviceSettingsSyncRemotemanagementCertificateSample.js.map +0 -1
- package/dist-esm/samples-dev/deviceSettingsUpdateNetworkSettingsSample.d.ts +0 -2
- package/dist-esm/samples-dev/deviceSettingsUpdateNetworkSettingsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deviceSettingsUpdateNetworkSettingsSample.js +0 -29
- package/dist-esm/samples-dev/deviceSettingsUpdateNetworkSettingsSample.js.map +0 -1
- package/dist-esm/samples-dev/deviceSettingsUpdateSecuritySettingsSample.d.ts +0 -2
- package/dist-esm/samples-dev/deviceSettingsUpdateSecuritySettingsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deviceSettingsUpdateSecuritySettingsSample.js +0 -50
- package/dist-esm/samples-dev/deviceSettingsUpdateSecuritySettingsSample.js.map +0 -1
- package/dist-esm/samples-dev/devicesAuthorizeForServiceEncryptionKeyRolloverSample.d.ts +0 -2
- package/dist-esm/samples-dev/devicesAuthorizeForServiceEncryptionKeyRolloverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devicesAuthorizeForServiceEncryptionKeyRolloverSample.js +0 -30
- package/dist-esm/samples-dev/devicesAuthorizeForServiceEncryptionKeyRolloverSample.js.map +0 -1
- package/dist-esm/samples-dev/devicesConfigureSample.d.ts +0 -2
- package/dist-esm/samples-dev/devicesConfigureSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devicesConfigureSample.js +0 -31
- package/dist-esm/samples-dev/devicesConfigureSample.js.map +0 -1
- package/dist-esm/samples-dev/devicesDeactivateSample.d.ts +0 -2
- package/dist-esm/samples-dev/devicesDeactivateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devicesDeactivateSample.js +0 -30
- package/dist-esm/samples-dev/devicesDeactivateSample.js.map +0 -1
- package/dist-esm/samples-dev/devicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/devicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devicesDeleteSample.js +0 -30
- package/dist-esm/samples-dev/devicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/devicesFailoverSample.d.ts +0 -2
- package/dist-esm/samples-dev/devicesFailoverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devicesFailoverSample.js +0 -29
- package/dist-esm/samples-dev/devicesFailoverSample.js.map +0 -1
- package/dist-esm/samples-dev/devicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/devicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devicesGetSample.js +0 -25
- package/dist-esm/samples-dev/devicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/devicesGetUpdateSummarySample.d.ts +0 -2
- package/dist-esm/samples-dev/devicesGetUpdateSummarySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devicesGetUpdateSummarySample.js +0 -30
- package/dist-esm/samples-dev/devicesGetUpdateSummarySample.js.map +0 -1
- package/dist-esm/samples-dev/devicesInstallUpdatesSample.d.ts +0 -2
- package/dist-esm/samples-dev/devicesInstallUpdatesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devicesInstallUpdatesSample.js +0 -30
- package/dist-esm/samples-dev/devicesInstallUpdatesSample.js.map +0 -1
- package/dist-esm/samples-dev/devicesListByManagerSample.d.ts +0 -2
- package/dist-esm/samples-dev/devicesListByManagerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devicesListByManagerSample.js +0 -45
- package/dist-esm/samples-dev/devicesListByManagerSample.js.map +0 -1
- package/dist-esm/samples-dev/devicesListFailoverSetsSample.d.ts +0 -2
- package/dist-esm/samples-dev/devicesListFailoverSetsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devicesListFailoverSetsSample.js +0 -46
- package/dist-esm/samples-dev/devicesListFailoverSetsSample.js.map +0 -1
- package/dist-esm/samples-dev/devicesListFailoverTargetsSample.d.ts +0 -2
- package/dist-esm/samples-dev/devicesListFailoverTargetsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devicesListFailoverTargetsSample.js +0 -44
- package/dist-esm/samples-dev/devicesListFailoverTargetsSample.js.map +0 -1
- package/dist-esm/samples-dev/devicesListMetricDefinitionSample.d.ts +0 -2
- package/dist-esm/samples-dev/devicesListMetricDefinitionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devicesListMetricDefinitionSample.js +0 -46
- package/dist-esm/samples-dev/devicesListMetricDefinitionSample.js.map +0 -1
- package/dist-esm/samples-dev/devicesListMetricsSample.d.ts +0 -2
- package/dist-esm/samples-dev/devicesListMetricsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devicesListMetricsSample.js +0 -47
- package/dist-esm/samples-dev/devicesListMetricsSample.js.map +0 -1
- package/dist-esm/samples-dev/devicesScanForUpdatesSample.d.ts +0 -2
- package/dist-esm/samples-dev/devicesScanForUpdatesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devicesScanForUpdatesSample.js +0 -30
- package/dist-esm/samples-dev/devicesScanForUpdatesSample.js.map +0 -1
- package/dist-esm/samples-dev/devicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/devicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devicesUpdateSample.js +0 -26
- package/dist-esm/samples-dev/devicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/hardwareComponentGroupsChangeControllerPowerStateSample.d.ts +0 -2
- package/dist-esm/samples-dev/hardwareComponentGroupsChangeControllerPowerStateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hardwareComponentGroupsChangeControllerPowerStateSample.js +0 -30
- package/dist-esm/samples-dev/hardwareComponentGroupsChangeControllerPowerStateSample.js.map +0 -1
- package/dist-esm/samples-dev/hardwareComponentGroupsListByDeviceSample.d.ts +0 -2
- package/dist-esm/samples-dev/hardwareComponentGroupsListByDeviceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hardwareComponentGroupsListByDeviceSample.js +0 -46
- package/dist-esm/samples-dev/hardwareComponentGroupsListByDeviceSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsCancelSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsCancelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsCancelSample.js +0 -31
- package/dist-esm/samples-dev/jobsCancelSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsGetSample.js +0 -31
- package/dist-esm/samples-dev/jobsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsListByDeviceSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsListByDeviceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsListByDeviceSample.js +0 -41
- package/dist-esm/samples-dev/jobsListByDeviceSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsListByManagerSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsListByManagerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsListByManagerSample.js +0 -40
- package/dist-esm/samples-dev/jobsListByManagerSample.js.map +0 -1
- package/dist-esm/samples-dev/managersCreateExtendedInfoSample.d.ts +0 -2
- package/dist-esm/samples-dev/managersCreateExtendedInfoSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managersCreateExtendedInfoSample.js +0 -26
- package/dist-esm/samples-dev/managersCreateExtendedInfoSample.js.map +0 -1
- package/dist-esm/samples-dev/managersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managersCreateOrUpdateSample.js +0 -27
- package/dist-esm/samples-dev/managersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managersDeleteExtendedInfoSample.d.ts +0 -2
- package/dist-esm/samples-dev/managersDeleteExtendedInfoSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managersDeleteExtendedInfoSample.js +0 -29
- package/dist-esm/samples-dev/managersDeleteExtendedInfoSample.js.map +0 -1
- package/dist-esm/samples-dev/managersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managersDeleteSample.js +0 -29
- package/dist-esm/samples-dev/managersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managersGetActivationKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/managersGetActivationKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managersGetActivationKeySample.js +0 -29
- package/dist-esm/samples-dev/managersGetActivationKeySample.js.map +0 -1
- package/dist-esm/samples-dev/managersGetDevicePublicEncryptionKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/managersGetDevicePublicEncryptionKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managersGetDevicePublicEncryptionKeySample.js +0 -30
- package/dist-esm/samples-dev/managersGetDevicePublicEncryptionKeySample.js.map +0 -1
- package/dist-esm/samples-dev/managersGetEncryptionSettingsSample.d.ts +0 -2
- package/dist-esm/samples-dev/managersGetEncryptionSettingsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managersGetEncryptionSettingsSample.js +0 -29
- package/dist-esm/samples-dev/managersGetEncryptionSettingsSample.js.map +0 -1
- package/dist-esm/samples-dev/managersGetExtendedInfoSample.d.ts +0 -2
- package/dist-esm/samples-dev/managersGetExtendedInfoSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managersGetExtendedInfoSample.js +0 -29
- package/dist-esm/samples-dev/managersGetExtendedInfoSample.js.map +0 -1
- package/dist-esm/samples-dev/managersGetPublicEncryptionKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/managersGetPublicEncryptionKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managersGetPublicEncryptionKeySample.js +0 -29
- package/dist-esm/samples-dev/managersGetPublicEncryptionKeySample.js.map +0 -1
- package/dist-esm/samples-dev/managersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managersGetSample.js +0 -29
- package/dist-esm/samples-dev/managersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/managersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managersListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/managersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/managersListFeatureSupportStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/managersListFeatureSupportStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managersListFeatureSupportStatusSample.js +0 -45
- package/dist-esm/samples-dev/managersListFeatureSupportStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/managersListMetricDefinitionSample.d.ts +0 -2
- package/dist-esm/samples-dev/managersListMetricDefinitionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managersListMetricDefinitionSample.js +0 -45
- package/dist-esm/samples-dev/managersListMetricDefinitionSample.js.map +0 -1
- package/dist-esm/samples-dev/managersListMetricsSample.d.ts +0 -2
- package/dist-esm/samples-dev/managersListMetricsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managersListMetricsSample.js +0 -46
- package/dist-esm/samples-dev/managersListMetricsSample.js.map +0 -1
- package/dist-esm/samples-dev/managersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managersListSample.js +0 -43
- package/dist-esm/samples-dev/managersListSample.js.map +0 -1
- package/dist-esm/samples-dev/managersRegenerateActivationKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/managersRegenerateActivationKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managersRegenerateActivationKeySample.js +0 -29
- package/dist-esm/samples-dev/managersRegenerateActivationKeySample.js.map +0 -1
- package/dist-esm/samples-dev/managersUpdateExtendedInfoSample.d.ts +0 -2
- package/dist-esm/samples-dev/managersUpdateExtendedInfoSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managersUpdateExtendedInfoSample.js +0 -28
- package/dist-esm/samples-dev/managersUpdateExtendedInfoSample.js.map +0 -1
- package/dist-esm/samples-dev/managersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managersUpdateSample.js +0 -23
- package/dist-esm/samples-dev/managersUpdateSample.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 -43
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountCredentialsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountCredentialsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountCredentialsCreateOrUpdateSample.js +0 -32
- package/dist-esm/samples-dev/storageAccountCredentialsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountCredentialsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountCredentialsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountCredentialsDeleteSample.js +0 -30
- package/dist-esm/samples-dev/storageAccountCredentialsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountCredentialsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountCredentialsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountCredentialsGetSample.js +0 -30
- package/dist-esm/samples-dev/storageAccountCredentialsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountCredentialsListByManagerSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountCredentialsListByManagerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountCredentialsListByManagerSample.js +0 -45
- package/dist-esm/samples-dev/storageAccountCredentialsListByManagerSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeContainersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeContainersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeContainersCreateOrUpdateSample.js +0 -33
- package/dist-esm/samples-dev/volumeContainersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeContainersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeContainersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeContainersDeleteSample.js +0 -31
- package/dist-esm/samples-dev/volumeContainersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeContainersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeContainersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeContainersGetSample.js +0 -31
- package/dist-esm/samples-dev/volumeContainersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeContainersListByDeviceSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeContainersListByDeviceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeContainersListByDeviceSample.js +0 -46
- package/dist-esm/samples-dev/volumeContainersListByDeviceSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeContainersListMetricDefinitionSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeContainersListMetricDefinitionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeContainersListMetricDefinitionSample.js +0 -47
- package/dist-esm/samples-dev/volumeContainersListMetricDefinitionSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeContainersListMetricsSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeContainersListMetricsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeContainersListMetricsSample.js +0 -48
- package/dist-esm/samples-dev/volumeContainersListMetricsSample.js.map +0 -1
- package/dist-esm/samples-dev/volumesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumesCreateOrUpdateSample.js +0 -34
- package/dist-esm/samples-dev/volumesCreateOrUpdateSample.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 -32
- 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 -32
- package/dist-esm/samples-dev/volumesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/volumesListByDeviceSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumesListByDeviceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumesListByDeviceSample.js +0 -46
- package/dist-esm/samples-dev/volumesListByDeviceSample.js.map +0 -1
- package/dist-esm/samples-dev/volumesListByVolumeContainerSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumesListByVolumeContainerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumesListByVolumeContainerSample.js +0 -47
- package/dist-esm/samples-dev/volumesListByVolumeContainerSample.js.map +0 -1
- package/dist-esm/samples-dev/volumesListMetricDefinitionSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumesListMetricDefinitionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumesListMetricDefinitionSample.js +0 -48
- package/dist-esm/samples-dev/volumesListMetricDefinitionSample.js.map +0 -1
- package/dist-esm/samples-dev/volumesListMetricsSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumesListMetricsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumesListMetricsSample.js +0 -49
- package/dist-esm/samples-dev/volumesListMetricsSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -385
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/accessControlRecords.d.ts +0 -73
- package/dist-esm/src/operations/accessControlRecords.d.ts.map +0 -1
- package/dist-esm/src/operations/accessControlRecords.js +0 -291
- package/dist-esm/src/operations/accessControlRecords.js.map +0 -1
- package/dist-esm/src/operations/alerts.d.ts +0 -55
- package/dist-esm/src/operations/alerts.d.ts.map +0 -1
- package/dist-esm/src/operations/alerts.js +0 -198
- package/dist-esm/src/operations/alerts.js.map +0 -1
- package/dist-esm/src/operations/backupPolicies.d.ts +0 -100
- package/dist-esm/src/operations/backupPolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/backupPolicies.js +0 -382
- package/dist-esm/src/operations/backupPolicies.js.map +0 -1
- package/dist-esm/src/operations/backupSchedules.d.ts +0 -87
- package/dist-esm/src/operations/backupSchedules.d.ts.map +0 -1
- package/dist-esm/src/operations/backupSchedules.js +0 -329
- package/dist-esm/src/operations/backupSchedules.js.map +0 -1
- package/dist-esm/src/operations/backups.d.ts +0 -100
- package/dist-esm/src/operations/backups.d.ts.map +0 -1
- package/dist-esm/src/operations/backups.js +0 -377
- package/dist-esm/src/operations/backups.js.map +0 -1
- package/dist-esm/src/operations/bandwidthSettings.d.ts +0 -73
- package/dist-esm/src/operations/bandwidthSettings.d.ts.map +0 -1
- package/dist-esm/src/operations/bandwidthSettings.js +0 -291
- package/dist-esm/src/operations/bandwidthSettings.js.map +0 -1
- package/dist-esm/src/operations/cloudAppliances.d.ts +0 -47
- package/dist-esm/src/operations/cloudAppliances.d.ts.map +0 -1
- package/dist-esm/src/operations/cloudAppliances.js +0 -173
- package/dist-esm/src/operations/cloudAppliances.js.map +0 -1
- package/dist-esm/src/operations/deviceSettings.d.ts +0 -134
- package/dist-esm/src/operations/deviceSettings.d.ts.map +0 -1
- package/dist-esm/src/operations/deviceSettings.js +0 -549
- package/dist-esm/src/operations/deviceSettings.js.map +0 -1
- package/dist-esm/src/operations/devices.d.ts +0 -248
- package/dist-esm/src/operations/devices.d.ts.map +0 -1
- package/dist-esm/src/operations/devices.js +0 -963
- package/dist-esm/src/operations/devices.js.map +0 -1
- package/dist-esm/src/operations/hardwareComponentGroups.d.ts +0 -53
- package/dist-esm/src/operations/hardwareComponentGroups.d.ts.map +0 -1
- package/dist-esm/src/operations/hardwareComponentGroups.js +0 -189
- package/dist-esm/src/operations/hardwareComponentGroups.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -17
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -24
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/jobs.d.ts +0 -97
- package/dist-esm/src/operations/jobs.d.ts.map +0 -1
- package/dist-esm/src/operations/jobs.js +0 -374
- package/dist-esm/src/operations/jobs.js.map +0 -1
- package/dist-esm/src/operations/managers.d.ts +0 -187
- package/dist-esm/src/operations/managers.d.ts.map +0 -1
- package/dist-esm/src/operations/managers.js +0 -763
- package/dist-esm/src/operations/managers.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -127
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/storageAccountCredentials.d.ts +0 -73
- package/dist-esm/src/operations/storageAccountCredentials.d.ts.map +0 -1
- package/dist-esm/src/operations/storageAccountCredentials.js +0 -291
- package/dist-esm/src/operations/storageAccountCredentials.js.map +0 -1
- package/dist-esm/src/operations/volumeContainers.d.ts +0 -122
- package/dist-esm/src/operations/volumeContainers.d.ts.map +0 -1
- package/dist-esm/src/operations/volumeContainers.js +0 -496
- package/dist-esm/src/operations/volumeContainers.js.map +0 -1
- package/dist-esm/src/operations/volumes.d.ts +0 -151
- package/dist-esm/src/operations/volumes.d.ts.map +0 -1
- package/dist-esm/src/operations/volumes.js +0 -604
- package/dist-esm/src/operations/volumes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessControlRecords.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/accessControlRecords.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessControlRecords.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/alerts.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/alerts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/alerts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/backupPolicies.d.ts +0 -82
- package/dist-esm/src/operationsInterfaces/backupPolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/backupPolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/backupSchedules.d.ts +0 -68
- package/dist-esm/src/operationsInterfaces/backupSchedules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/backupSchedules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/backups.d.ts +0 -73
- package/dist-esm/src/operationsInterfaces/backups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/backups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/bandwidthSettings.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/bandwidthSettings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/bandwidthSettings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudAppliances.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/cloudAppliances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudAppliances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/deviceSettings.d.ts +0 -126
- package/dist-esm/src/operationsInterfaces/deviceSettings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/deviceSettings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/devices.d.ts +0 -185
- package/dist-esm/src/operationsInterfaces/devices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/devices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/hardwareComponentGroups.d.ts +0 -35
- package/dist-esm/src/operationsInterfaces/hardwareComponentGroups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/hardwareComponentGroups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -17
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -24
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobs.d.ts +0 -51
- package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managers.d.ts +0 -136
- package/dist-esm/src/operationsInterfaces/managers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageAccountCredentials.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/storageAccountCredentials.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageAccountCredentials.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/volumeContainers.d.ts +0 -81
- package/dist-esm/src/operationsInterfaces/volumeContainers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/volumeContainers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/volumes.d.ts +0 -97
- 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/src/storSimple8000SeriesManagementClient.d.ts +0 -35
- package/dist-esm/src/storSimple8000SeriesManagementClient.d.ts.map +0 -1
- package/dist-esm/src/storSimple8000SeriesManagementClient.js +0 -115
- package/dist-esm/src/storSimple8000SeriesManagementClient.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -42
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -2304
- package/src/models/mappers.ts +0 -4183
- package/src/models/parameters.ts +0 -463
- package/src/operations/accessControlRecords.ts +0 -416
- package/src/operations/alerts.ts +0 -275
- package/src/operations/backupPolicies.ts +0 -568
- package/src/operations/backupSchedules.ts +0 -488
- package/src/operations/backups.ts +0 -563
- package/src/operations/bandwidthSettings.ts +0 -416
- package/src/operations/cloudAppliances.ts +0 -246
- package/src/operations/deviceSettings.ts +0 -824
- package/src/operations/devices.ts +0 -1426
- package/src/operations/hardwareComponentGroups.ts +0 -276
- package/src/operations/index.ts +0 -24
- package/src/operations/jobs.ts +0 -531
- package/src/operations/managers.ts +0 -1025
- package/src/operations/operations.ts +0 -143
- package/src/operations/storageAccountCredentials.ts +0 -417
- package/src/operations/volumeContainers.ts +0 -736
- package/src/operations/volumes.ts +0 -910
- package/src/operationsInterfaces/accessControlRecords.ts +0 -109
- package/src/operationsInterfaces/alerts.ts +0 -61
- package/src/operationsInterfaces/backupPolicies.ts +0 -156
- package/src/operationsInterfaces/backupSchedules.ts +0 -133
- package/src/operationsInterfaces/backups.ts +0 -134
- package/src/operationsInterfaces/bandwidthSettings.ts +0 -109
- package/src/operationsInterfaces/cloudAppliances.ts +0 -58
- package/src/operationsInterfaces/deviceSettings.ts +0 -254
- package/src/operationsInterfaces/devices.ts +0 -331
- package/src/operationsInterfaces/hardwareComponentGroups.ts +0 -68
- package/src/operationsInterfaces/index.ts +0 -24
- package/src/operationsInterfaces/jobs.ts +0 -94
- package/src/operationsInterfaces/managers.ts +0 -257
- package/src/operationsInterfaces/operations.ts +0 -25
- package/src/operationsInterfaces/storageAccountCredentials.ts +0 -109
- package/src/operationsInterfaces/volumeContainers.ts +0 -157
- package/src/operationsInterfaces/volumes.ts +0 -187
- package/src/pagingHelper.ts +0 -39
- package/src/storSimple8000SeriesManagementClient.ts +0 -204
- package/tsconfig.json +0 -33
- package/types/arm-storsimple8000series.d.ts +0 -3403
- /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}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accessControlRecords.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/alerts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupPolicies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupSchedules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/backups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/bandwidthSettings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/cloudAppliances.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/deviceSettings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/devices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/hardwareComponentGroups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageAccountCredentials.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/volumeContainers.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
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
package/README.md
CHANGED
|
@@ -46,23 +46,31 @@ Set the values of the client ID, tenant ID, and client secret of the AAD applica
|
|
|
46
46
|
|
|
47
47
|
For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
|
|
48
48
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
49
|
+
Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
|
|
50
|
+
|
|
51
|
+
```ts snippet:ReadmeSampleCreateClient_Node
|
|
52
|
+
import { StorSimple8000SeriesManagementClient } from "@azure/arm-storsimple8000series";
|
|
53
|
+
import { DefaultAzureCredential } from "@azure/identity";
|
|
53
54
|
|
|
54
55
|
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
55
56
|
const client = new StorSimple8000SeriesManagementClient(
|
|
56
57
|
new DefaultAzureCredential(),
|
|
57
58
|
subscriptionId,
|
|
58
59
|
);
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
|
|
63
|
+
|
|
64
|
+
```ts snippet:ReadmeSampleCreateClient_Browser
|
|
65
|
+
import { InteractiveBrowserCredential } from "@azure/identity";
|
|
66
|
+
import { StorSimple8000SeriesManagementClient } from "@azure/arm-storsimple8000series";
|
|
59
67
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
68
|
+
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
69
|
+
const credential = new InteractiveBrowserCredential({
|
|
70
|
+
tenantId: "<YOUR_TENANT_ID>",
|
|
71
|
+
clientId: "<YOUR_CLIENT_ID>",
|
|
72
|
+
});
|
|
73
|
+
const client = new StorSimple8000SeriesManagementClient(credential, subscriptionId);
|
|
66
74
|
```
|
|
67
75
|
|
|
68
76
|
### JavaScript Bundle
|
|
@@ -81,8 +89,9 @@ To use this client library in the browser, first you need to use a bundler. For
|
|
|
81
89
|
|
|
82
90
|
Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
|
|
83
91
|
|
|
84
|
-
```
|
|
85
|
-
|
|
92
|
+
```ts snippet:SetLogLevel
|
|
93
|
+
import { setLogLevel } from "@azure/logger";
|
|
94
|
+
|
|
86
95
|
setLogLevel("info");
|
|
87
96
|
```
|
|
88
97
|
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
|
2
|
+
export * from "./models/index.js";
|
|
3
|
+
export { StorSimple8000SeriesManagementClient } from "./storSimple8000SeriesManagementClient.js";
|
|
4
|
+
export * from "./operationsInterfaces/index.js";
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,oCAAoC,EAAE,MAAM,2CAA2C,CAAC;AACjG,cAAc,iCAAiC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
/// <reference lib="esnext.asynciterable" />
|
|
9
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
|
10
|
+
export * from "./models/index.js";
|
|
11
|
+
export { StorSimple8000SeriesManagementClient } from "./storSimple8000SeriesManagementClient.js";
|
|
12
|
+
export * from "./operationsInterfaces/index.js";
|
|
13
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,oCAAoC,EAAE,MAAM,2CAA2C,CAAC;AACjG,cAAc,iCAAiC,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\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { StorSimple8000SeriesManagementClient } from \"./storSimple8000SeriesManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { __rest } from "tslib";
|
|
9
|
+
export class LroImpl {
|
|
10
|
+
constructor(sendOperationFn, args, spec, requestPath = spec.path, requestMethod = spec.httpMethod) {
|
|
11
|
+
this.sendOperationFn = sendOperationFn;
|
|
12
|
+
this.args = args;
|
|
13
|
+
this.spec = spec;
|
|
14
|
+
this.requestPath = requestPath;
|
|
15
|
+
this.requestMethod = requestMethod;
|
|
16
|
+
}
|
|
17
|
+
async sendInitialRequest() {
|
|
18
|
+
return this.sendOperationFn(this.args, this.spec);
|
|
19
|
+
}
|
|
20
|
+
async sendPollRequest(path) {
|
|
21
|
+
const _a = this.spec, { requestBody } = _a, restSpec = __rest(_a, ["requestBody"]);
|
|
22
|
+
return this.sendOperationFn(this.args, Object.assign(Object.assign({}, restSpec), { path, httpMethod: "GET" }));
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=lroImpl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAIH,MAAM,OAAO,OAAO;IAClB,YACU,eAAkE,EAClE,IAA6B,EAC7B,IAIe,EAChB,cAAsB,IAAI,CAAC,IAAK,EAChC,gBAAwB,IAAI,CAAC,UAAU;QARtC,oBAAe,GAAf,eAAe,CAAmD;QAClE,SAAI,GAAJ,IAAI,CAAyB;QAC7B,SAAI,GAAJ,IAAI,CAIW;QAChB,gBAAW,GAAX,WAAW,CAAqB;QAChC,kBAAa,GAAb,aAAa,CAA0B;IAC7C,CAAC;IACG,KAAK,CAAC,kBAAkB;QAC7B,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;IACpD,CAAC;IACM,KAAK,CAAC,eAAe,CAAC,IAAY;QACvC,MAAM,KAA+B,IAAI,CAAC,IAAI,EAAxC,EAAE,WAAW,OAA2B,EAAtB,QAAQ,cAA1B,eAA4B,CAAY,CAAC;QAC/C,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,kCAChC,QAAQ,KACX,IAAI,EACJ,UAAU,EAAE,KAAK,IACjB,CAAC;IACL,CAAC;CACF","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 { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport class LroImpl<T> implements LongRunningOperation<T> {\n constructor(\n private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,\n private args: Record<string, unknown>,\n private spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>,\n public requestPath: string = spec.path!,\n public requestMethod: string = spec.httpMethod\n ) {}\n public async sendInitialRequest(): Promise<LroResponse<T>> {\n return this.sendOperationFn(this.args, this.spec);\n }\n public async sendPollRequest(path: string): Promise<LroResponse<T>> {\n const { requestBody, ...restSpec } = this.spec;\n return this.sendOperationFn(this.args, {\n ...restSpec,\n path,\n httpMethod: \"GET\"\n });\n }\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.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 * as coreClient from \"@azure/core-client\";\n\n/** List of available provider operations. */\nexport interface AvailableProviderOperationList {\n /** The value. */\n value: AvailableProviderOperation[];\n /** The NextLink. */\n nextLink?: string;\n}\n\n/** Represents available provider operation. */\nexport interface AvailableProviderOperation {\n /** The name of the operation being performed on a particular object. Name format: \"{resourceProviderNamespace}/{resourceType}/{read|write|delete|action}\". Eg. Microsoft.StorSimple/managers/devices/volumeContainers/read, Microsoft.StorSimple/managers/devices/alerts/clearAlerts/action */\n name?: string;\n /** Contains the localized display information for this particular operation/action. */\n display?: AvailableProviderOperationDisplay;\n /** The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. Default value is \"user,system\" */\n origin?: string;\n /** Reserved for future use. */\n properties?: Record<string, unknown>;\n}\n\n/** Contains the localized display information for this particular operation/action. These value will be used by several clients for (a) custom role definitions for RBAC, (b) complex query filters for the event service and (c) audit history/records for management operations. */\nexport interface AvailableProviderOperationDisplay {\n /** The localized friendly form of the resource provider name - it is expected to also include the publisher/company responsible. It should use Title Casing and begin with 'Microsoft' for 1st party services. */\n provider?: string;\n /** The localized friendly form of the resource type related to this action/operation - it should match the public documentation for the resource provider. It should use Title Casing - for examples, please refer to the 'name' section. */\n resource?: string;\n /** The localized friendly name for the operation, as it should be shown to the user. It should be concise (to fit in drop downs) but clear (i.e. self-documenting). It should use Title Casing and include the entity/resource to which it applies. */\n operation?: string;\n /** The localized friendly description for the operation, as it should be shown to the user. It should be thorough, yet concise - it will be used in tool tips and detailed views. */\n description?: string;\n}\n\n/** The list of StorSimple Managers. */\nexport interface ManagerList {\n /** The list of StorSimple managers. */\n value: Manager[];\n}\n\n/** Intrinsic settings which refers to the type of the StorSimple Manager. */\nexport interface ManagerIntrinsicSettings {\n /** The type of StorSimple Manager. */\n type: ManagerType;\n}\n\n/** The Sku. */\nexport interface ManagerSku {\n /** Refers to the sku name which should be \"Standard\" */\n name: \"Standard\";\n}\n\n/** The Azure Resource. */\nexport interface Resource {\n /**\n * The resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The geo location of the resource. */\n location: string;\n /** The tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The StorSimple Manager patch. */\nexport interface ManagerPatch {\n /** The tags attached to the Manager. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The collection of access control records. */\nexport interface AccessControlRecordList {\n /** The value. */\n value: AccessControlRecord[];\n}\n\n/** Represents the base class for all other ARM object models */\nexport interface BaseModel {\n /**\n * The path ID that uniquely identifies the object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The hierarchical type of the object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The Kind of the object. Currently only Series8000 is supported */\n kind?: \"Series8000\";\n}\n\n/** The collection of alerts. */\nexport interface AlertList {\n /** The value. */\n value: Alert[];\n /** The URI of the next page of alerts. */\n nextLink?: string;\n}\n\n/** The source details at which the alert was raised */\nexport interface AlertSource {\n /** The name of the source */\n name?: string;\n /** The time zone of the source */\n timeZone?: string;\n /** The source type of the alert */\n alertSourceType?: AlertSourceType;\n}\n\n/** The details of the error for which the alert was raised */\nexport interface AlertErrorDetails {\n /** The error code */\n errorCode?: string;\n /** The error message */\n errorMessage?: string;\n /** The number of occurrences */\n occurences?: number;\n}\n\n/** The collection of bandwidth setting entities. */\nexport interface BandwidthSettingList {\n /** The value. */\n value: BandwidthSetting[];\n}\n\n/** The schedule for bandwidth setting. */\nexport interface BandwidthSchedule {\n /** The start time of the schedule. */\n start: Time;\n /** The stop time of the schedule. */\n stop: Time;\n /** The rate in Mbps. */\n rateInMbps: number;\n /** The days of the week when this schedule is applicable. */\n days: DayOfWeek[];\n}\n\n/** The time. */\nexport interface Time {\n /** The hour. */\n hours: number;\n /** The minute. */\n minutes: number;\n /** The second. */\n seconds: number;\n}\n\n/** The request for clearing the alert */\nexport interface ClearAlertRequest {\n /** The resolution message while clearing the alert */\n resolutionMessage?: string;\n /** The list of alert IDs to be cleared */\n alerts: string[];\n}\n\n/** The cloud appliance configuration list */\nexport interface CloudApplianceConfigurationList {\n /** The value. */\n value: CloudApplianceConfiguration[];\n}\n\n/** The ACS configuration. */\nexport interface AcsConfiguration {\n /** The namespace. */\n namespace: string;\n /** The realm. */\n realm: string;\n /** The service URL. */\n serviceUrl: string;\n}\n\n/** The virtual machine image. */\nexport interface VmImage {\n /** The name. */\n name: string;\n /** The version. */\n version: string;\n /** The offer. */\n offer: string;\n /** The publisher. */\n publisher: string;\n /** The SKU. */\n sku: string;\n}\n\n/** The secondary DNS settings. */\nexport interface SecondaryDNSSettings {\n /** The list of secondary DNS Server IP addresses. */\n secondaryDnsServers?: string[];\n}\n\n/** The 'Data 0' network interface card settings. */\nexport interface NetworkInterfaceData0Settings {\n /** The controller 0's IPv4 address. */\n controllerZeroIp?: string;\n /** The controller 1's IPv4 address. */\n controllerOneIp?: string;\n}\n\n/** The collection of devices. */\nexport interface DeviceList {\n /** The value. */\n value: Device[];\n}\n\n/** The additional device details regarding the end point count and volume container count. */\nexport interface DeviceDetails {\n /** The total number of endpoints that are currently on the device ( i.e. number of volumes). */\n endpointCount?: number;\n /** The total number of volume containers on the device. */\n volumeContainerCount?: number;\n}\n\n/** The additional device details for the service data encryption key rollover. */\nexport interface DeviceRolloverDetails {\n /** The eligibility status of device for service data encryption key rollover. */\n authorizationEligibility?: AuthorizationEligibility;\n /** The authorization status of the device for service data encryption key rollover. */\n authorizationStatus?: AuthorizationStatus;\n /** The reason for inEligibility of device, in case it's not eligible for service data encryption key rollover. */\n inEligibilityReason?: InEligibilityCategory;\n}\n\n/** The device patch. */\nexport interface DevicePatch {\n /** Short description given for the device */\n deviceDescription?: string;\n}\n\n/** The collection of backup policies. */\nexport interface BackupPolicyList {\n /** The value. */\n value: BackupPolicy[];\n}\n\n/** The backup schedule list. */\nexport interface BackupScheduleList {\n /** The value. */\n value: BackupSchedule[];\n}\n\n/** The schedule recurrence. */\nexport interface ScheduleRecurrence {\n /** The recurrence type. */\n recurrenceType: RecurrenceType;\n /** The recurrence value. */\n recurrenceValue: number;\n /** The week days list. Applicable only for schedules of recurrence type 'weekly'. */\n weeklyDaysList?: DayOfWeek[];\n}\n\n/** The collection of backups. */\nexport interface BackupList {\n /** The value. */\n value: Backup[];\n /** The NextLink. */\n nextLink?: string;\n}\n\n/** The backup element. */\nexport interface BackupElement {\n /** The path ID that uniquely identifies the backup element. */\n elementId: string;\n /** The name of the backup element. */\n elementName: string;\n /** The hierarchical type of the backup element. */\n elementType: string;\n /** The size in bytes. */\n sizeInBytes: number;\n /** The name of the volume. */\n volumeName: string;\n /** The path ID of the volume container. */\n volumeContainerId: string;\n /** The volume type. */\n volumeType?: VolumeType;\n}\n\n/** The clone job request. */\nexport interface CloneRequest {\n /** The path ID of the device which will act as the clone target. */\n targetDeviceId: string;\n /** The name of the new volume which will be created and the backup will be cloned into. */\n targetVolumeName: string;\n /** The list of path IDs of the access control records to be associated to the new cloned volume. */\n targetAccessControlRecordIds: string[];\n /** The backup element that is cloned. */\n backupElement: BackupElement;\n}\n\n/** The collection of hardware component groups. */\nexport interface HardwareComponentGroupList {\n /** The value. */\n value: HardwareComponentGroup[];\n}\n\n/** The hardware component. */\nexport interface HardwareComponent {\n /** The component ID. */\n componentId: string;\n /** The display name of the hardware component. */\n displayName: string;\n /** The status of the hardware component. */\n status: HardwareComponentStatus;\n /** The display name of the status of hardware component. */\n statusDisplayName: string;\n}\n\n/** The collection of jobs. */\nexport interface JobList {\n /** The value. */\n value: Job[];\n /** The NextLink. */\n nextLink?: string;\n}\n\n/** The job error details. Contains list of job error items. */\nexport interface JobErrorDetails {\n /** The error details. */\n errorDetails?: JobErrorItem[];\n /** The error code intended for programmatic access. */\n code: string;\n /** The error message intended to describe the error in detail. */\n message: string;\n}\n\n/** The job error items. */\nexport interface JobErrorItem {\n /** The recommended actions. */\n recommendations?: string[];\n /** The error code intended for programmatic access. */\n code: string;\n /** The error message intended to describe the error in detail. */\n message: string;\n}\n\n/** The additional details related to the data related statistics of a job. Currently applicable only for Backup, Clone and Restore jobs. */\nexport interface DataStatistics {\n /** The total bytes of data to be processed, as part of the job. */\n totalData?: number;\n /** The number of bytes of data processed till now, as part of the job. */\n processedData?: number;\n /** The number of bytes of data written to cloud, as part of the job. */\n cloudData?: number;\n /** The average throughput of data processed(bytes/sec), as part of the job. */\n throughput?: number;\n}\n\n/** The details about the specific stage of a job. */\nexport interface JobStage {\n /** The message of the job stage. */\n message?: string;\n /** The stage status. */\n stageStatus: JobStatus;\n /** The details of the stage. */\n detail?: string;\n /** The error code of the stage if any. */\n errorCode?: string;\n}\n\n/** The list of failover sets. */\nexport interface FailoverSetsList {\n /** The list of failover sets. */\n value?: FailoverSet[];\n}\n\n/** The failover set on a device. */\nexport interface FailoverSet {\n /** The list of meta data of volume containers, which are part of the failover set. */\n volumeContainers?: VolumeContainerFailoverMetadata[];\n /** The eligibility result of the failover set, for failover. */\n eligibilityResult?: FailoverSetEligibilityResult;\n}\n\n/** The metadata of the volume container, that is being considered as part of a failover set. */\nexport interface VolumeContainerFailoverMetadata {\n /** The path ID of the volume container. */\n volumeContainerId?: string;\n /** The list of metadata of volumes inside the volume container, which contains valid cloud snapshots. */\n volumes?: VolumeFailoverMetadata[];\n}\n\n/** The metadata of a volume that has valid cloud snapshot. */\nexport interface VolumeFailoverMetadata {\n /** The path ID of the volume. */\n volumeId?: string;\n /** The type of the volume. */\n volumeType?: VolumeType;\n /** The size of the volume in bytes at the time the snapshot was taken. */\n sizeInBytes?: number;\n /** The date at which the snapshot was taken. */\n backupCreatedDate?: Date;\n /** The path ID of the backup-element for this volume, inside the backup set. */\n backupElementId?: string;\n /** The path ID of the backup set. */\n backupId?: string;\n /** The path ID of the backup policy using which the snapshot was taken. */\n backupPolicyId?: string;\n}\n\n/** The eligibility result of failover set, for failover. */\nexport interface FailoverSetEligibilityResult {\n /** Represents if this failover set is eligible for failover or not. */\n isEligibleForFailover?: boolean;\n /** The error message, if the failover set is not eligible for failover. */\n errorMessage?: string;\n}\n\n/** The metric list. */\nexport interface MetricList {\n /** The value. */\n value?: Metrics[];\n}\n\n/** The monitoring metric. */\nexport interface Metrics {\n /** The ID of metric source. */\n resourceId?: string;\n /** The start time of the metric data. */\n startTime?: Date;\n /** The end time of the metric data. */\n endTime?: Date;\n /** The time granularity of the metric data. */\n timeGrain?: string;\n /** The metric aggregation type. */\n primaryAggregation?: MetricAggregationType;\n /** The name of the metric. */\n name?: MetricName;\n /** The metric dimensions. */\n dimensions?: MetricDimension[];\n /** The unit of the metric data. */\n unit?: MetricUnit;\n /** The type of the metric data. */\n type?: string;\n /** The list of the metric data. */\n values?: MetricData[];\n}\n\n/** The metric name. */\nexport interface MetricName {\n /** The metric name. */\n value?: string;\n /** The localized metric name. */\n localizedValue?: string;\n}\n\n/** The metric dimension. It indicates the source of the metric. */\nexport interface MetricDimension {\n /** The metric dimension name. */\n name?: string;\n /** The metric dimension values. */\n value?: string;\n}\n\n/** The metric data. */\nexport interface MetricData {\n /** The time stamp of the metric data. */\n timeStamp?: Date;\n /** The sum of all samples at the time stamp. */\n sum?: number;\n /** The count of all samples at the time stamp. */\n count?: number;\n /** The average of all samples at the time stamp. */\n average?: number;\n /** The minimum of all samples at the time stamp. */\n minimum?: number;\n /** The maximum of all samples at the time stamp. */\n maximum?: number;\n}\n\n/** The list of metric definitions. */\nexport interface MetricDefinitionList {\n /** The list of metric definitions. */\n value?: MetricDefinition[];\n}\n\n/** The monitoring metric definition. */\nexport interface MetricDefinition {\n /** The metric name. */\n name?: MetricName;\n /** The metric unit. */\n unit?: MetricUnit;\n /** The metric aggregation type. */\n primaryAggregationType?: MetricAggregationType;\n /** The metric source ID. */\n resourceId?: string;\n /** The available metric granularities. */\n metricAvailabilities?: MetricAvailablity[];\n /** The available metric dimensions. */\n dimensions?: MetricDimension[];\n /** The category of the metric. */\n category?: string;\n /** The metric definition type. */\n type?: string;\n}\n\n/** The metric availability. */\nexport interface MetricAvailablity {\n /** The aggregation interval for the metric. */\n timeGrain?: string;\n /** The retention period for the metric at the specified timegrain. */\n retention?: string;\n}\n\n/** The DNS(Domain Name Server) settings of a device. */\nexport interface DNSSettings {\n /** The primary IPv4 DNS server for the device */\n primaryDnsServer?: string;\n /** The primary IPv6 DNS server for the device */\n primaryIpv6DnsServer?: string;\n /** The secondary IPv4 DNS server for the device */\n secondaryDnsServers?: string[];\n /** The secondary IPv6 DNS server for the device */\n secondaryIpv6DnsServers?: string[];\n}\n\n/** The collection of network adapters on the device. */\nexport interface NetworkAdapterList {\n /** The value. */\n value: NetworkAdapters[];\n}\n\n/** Represents the network adapter on device. */\nexport interface NetworkAdapters {\n /** The ID of the network adapter. */\n interfaceId: NetInterfaceId;\n /** Value indicating status of network adapter. */\n netInterfaceStatus: NetInterfaceStatus;\n /** Value indicating whether this instance is default. */\n isDefault?: boolean;\n /** Value indicating cloud and ISCSI status of network adapter. */\n iscsiAndCloudStatus: IscsiAndCloudStatus;\n /** The speed of the network adapter. */\n speed?: number;\n /** The mode of network adapter, either IPv4, IPv6 or both. */\n mode: NetworkMode;\n /** The IPv4 configuration of the network adapter. */\n nicIpv4Settings?: NicIPv4;\n /** The IPv6 configuration of the network adapter. */\n nicIpv6Settings?: NicIPv6;\n}\n\n/** Details related to the IPv4 address configuration. */\nexport interface NicIPv4 {\n /** The IPv4 address of the network adapter. */\n ipv4Address?: string;\n /** The IPv4 netmask of the network adapter. */\n ipv4Netmask?: string;\n /** The IPv4 gateway of the network adapter. */\n ipv4Gateway?: string;\n /** The IPv4 address of Controller0. */\n controller0Ipv4Address?: string;\n /** The IPv4 address of Controller1. */\n controller1Ipv4Address?: string;\n}\n\n/** Details related to the IPv6 address configuration. */\nexport interface NicIPv6 {\n /** The IPv6 address of the network adapter. */\n ipv6Address?: string;\n /** The IPv6 prefix of the network adapter. */\n ipv6Prefix?: string;\n /** The IPv6 gateway of the network adapter. */\n ipv6Gateway?: string;\n /** The IPv6 address of Controller0. */\n controller0Ipv6Address?: string;\n /** The IPv6 address of Controller1. */\n controller1Ipv6Address?: string;\n}\n\n/** The web proxy settings on the device. */\nexport interface WebproxySettings {\n /** The connection URI. */\n connectionUri?: string;\n /** The authentication type. */\n authentication: AuthenticationType;\n /** The webproxy username. */\n username: string;\n}\n\n/** Represents the patch request for the network settings of a device. */\nexport interface NetworkSettingsPatch {\n /** The DNS (Domain Name System) settings of device. */\n dnsSettings?: DNSSettings;\n /** The network adapter list of device. */\n networkAdapters?: NetworkAdapterList;\n}\n\n/** The public key. */\nexport interface PublicKey {\n /** The key. */\n key: string;\n}\n\n/** The settings for remote management of a device. */\nexport interface RemoteManagementSettings {\n /** The remote management mode. */\n remoteManagementMode: RemoteManagementModeConfiguration;\n /** The remote management certificates. */\n remoteManagementCertificate?: string;\n}\n\n/** The Challenge-Handshake Authentication Protocol (CHAP) settings. */\nexport interface ChapSettings {\n /** The CHAP initiator user. */\n initiatorUser?: string;\n /** The CHAP initiator secret. */\n initiatorSecret?: AsymmetricEncryptedSecret;\n /** The CHAP target user. */\n targetUser?: string;\n /** The target secret. */\n targetSecret?: AsymmetricEncryptedSecret;\n}\n\n/** Represent the secrets intended for encryption with asymmetric key pair. */\nexport interface AsymmetricEncryptedSecret {\n /** The value of the secret. */\n value: string;\n /** Thumbprint certificate that was used to encrypt \"Value\". If the value in unencrypted, it will be null. */\n encryptionCertThumbprint?: string;\n /** The algorithm used to encrypt \"Value\". */\n encryptionAlgorithm: EncryptionAlgorithm;\n}\n\n/** Represents the patch request for the security settings of a device. */\nexport interface SecuritySettingsPatch {\n /** The remote management settings. */\n remoteManagementSettings?: RemoteManagementSettingsPatch;\n /** The device administrator password. */\n deviceAdminPassword?: AsymmetricEncryptedSecret;\n /** The snapshot manager password. */\n snapshotPassword?: AsymmetricEncryptedSecret;\n /** The device CHAP and reverse-CHAP settings. */\n chapSettings?: ChapSettings;\n /** The cloud appliance settings. */\n cloudApplianceSettings?: CloudApplianceSettings;\n}\n\n/** The settings for updating remote management mode of the device. */\nexport interface RemoteManagementSettingsPatch {\n /** The remote management mode. */\n remoteManagementMode: RemoteManagementModeConfiguration;\n}\n\n/** The cloud appliance settings. */\nexport interface CloudApplianceSettings {\n /** The service data encryption key (encrypted with DAK). */\n serviceDataEncryptionKey?: AsymmetricEncryptedSecret;\n /** The channel integrity key (encrypted with DAK). */\n channelIntegrityKey?: AsymmetricEncryptedSecret;\n}\n\n/** The request for sending test alert email */\nexport interface SendTestAlertEmailRequest {\n /** The list of email IDs to send the test alert email */\n emailList: string[];\n}\n\n/** The collection of volume container entities. */\nexport interface VolumeContainerList {\n /** The value. */\n value: VolumeContainer[];\n}\n\n/** The collection of volumes. */\nexport interface VolumeList {\n /** The value. */\n value: Volume[];\n}\n\n/** The request object for triggering a failover of volume containers, from a source device to a target device. */\nexport interface FailoverRequest {\n /** The ARM path ID of the device which will act as the failover target. */\n targetDeviceId?: string;\n /** The list of path IDs of the volume containers which needs to be failed-over to the target device. */\n volumeContainers?: string[];\n}\n\n/** The request object for fetching the list of failover targets (eligible devices for failover). */\nexport interface ListFailoverTargetsRequest {\n /** The list of path IDs of the volume containers that needs to be failed-over, for which we want to fetch the eligible targets. */\n volumeContainers?: string[];\n}\n\n/** The list of all devices in a resource and their eligibility status as a failover target device. */\nexport interface FailoverTargetsList {\n /** The list of all the failover targets. */\n value?: FailoverTarget[];\n}\n\n/** Represents the eligibility of a device as a failover target device. */\nexport interface FailoverTarget {\n /** The path ID of the device. */\n deviceId?: string;\n /** The status of the device. */\n deviceStatus?: DeviceStatus;\n /** The model number of the device. */\n modelDescription?: string;\n /** The software version of the device. */\n deviceSoftwareVersion?: string;\n /** The count of data containers on the device. */\n dataContainersCount?: number;\n /** The count of volumes on the device. */\n volumesCount?: number;\n /** The amount of free local storage available on the device in bytes. */\n availableLocalStorageInBytes?: number;\n /** The amount of free tiered storage available for the device in bytes. */\n availableTieredStorageInBytes?: number;\n /** The geo location (applicable only for cloud appliances) of the device. */\n deviceLocation?: string;\n /** The friendly name for the current version of software on the device. */\n friendlyDeviceSoftwareVersion?: string;\n /** The eligibility result of the device, as a failover target device. */\n eligibilityResult?: TargetEligibilityResult;\n}\n\n/** The eligibility result of device, as a failover target device. */\nexport interface TargetEligibilityResult {\n /** The eligibility status of device, as a failover target device. */\n eligibilityStatus?: TargetEligibilityStatus;\n /** The list of error messages, if a device does not qualify as a failover target device. */\n messages?: TargetEligibilityErrorMessage[];\n}\n\n/** The error/warning message due to which the device is ineligible as a failover target device. */\nexport interface TargetEligibilityErrorMessage {\n /** The localized error message stating the reason why the device is not eligible as a target device. */\n message?: string;\n /** The localized resolution message for the error. */\n resolution?: string;\n /** The result code for the error, due to which the device does not qualify as a failover target device. */\n resultCode?: TargetEligibilityResultCode;\n}\n\n/** The collections of features. */\nexport interface FeatureList {\n /** The value. */\n value: Feature[];\n}\n\n/** The feature. */\nexport interface Feature {\n /** The name of the feature. */\n name: string;\n /** The feature support status. */\n status: FeatureSupportStatus;\n}\n\n/** The key. */\nexport interface Key {\n /** The activation key for the device. */\n activationKey: string;\n}\n\n/** Represents the secrets encrypted using Symmetric Encryption Key. */\nexport interface SymmetricEncryptedSecret {\n /** The value of the secret itself. If the secret is in plaintext or null then EncryptionAlgorithm will be none. */\n value: string;\n /** The thumbprint of the cert that was used to encrypt \"Value\". */\n valueCertificateThumbprint?: string;\n /** The algorithm used to encrypt the \"Value\". */\n encryptionAlgorithm: EncryptionAlgorithm;\n}\n\n/** The cloud appliance. */\nexport interface CloudAppliance {\n /** The name. */\n name: string;\n /** The name of the virtual network. */\n vnetName?: string;\n /** The virtual network region. */\n vnetRegion: string;\n /** Indicates whether virtual network used is configured with DNS or not. */\n isVnetDnsConfigured?: boolean;\n /** Indicates whether virtual network used is configured with express route or not. */\n isVnetExpressConfigured?: boolean;\n /** The name of the subnet. */\n subnetName?: string;\n /** The name of the storage account. */\n storageAccountName?: string;\n /** The type of the storage account. */\n storageAccountType?: string;\n /** The type of the virtual machine. */\n vmType?: string;\n /** The name of the virtual machine image. */\n vmImageName?: string;\n /** The model number. */\n modelNumber?: string;\n}\n\n/** The collection of storage account credential entities. */\nexport interface StorageAccountCredentialList {\n /** The value. */\n value: StorageAccountCredential[];\n}\n\n/** The OData filters to be used for Alert */\nexport interface AlertFilter {\n /** Specifies the status of the alerts to be filtered. Only 'Equality' operator is supported for this property. */\n status?: AlertStatus;\n /** Specifies the severity of the alerts to be filtered. Only 'Equality' operator is supported for this property. */\n severity?: AlertSeverity;\n /** Specifies the source type of the alerts to be filtered. Only 'Equality' operator is supported for this property. */\n sourceType?: AlertSourceType;\n /** Specifies the source name of the alerts to be filtered. Only 'Equality' operator is supported for this property. */\n sourceName?: string;\n /** Specifies the appeared time (in UTC) of the alerts to be filtered. Only 'Greater-Than' and 'Lesser-Than' operators are supported for this property. */\n appearedOnTime?: Date;\n}\n\n/** The OData filters to be used for backups. */\nexport interface BackupFilter {\n /** Specifies the backupPolicyId of the backups to be filtered. Only 'Equality' operator is supported for this property. */\n backupPolicyId?: string;\n /** Specifies the volumeId of the backups to be filtered. Only 'Equality' operator is supported for this property. */\n volumeId?: string;\n /** Specifies the creation time of the backups to be filtered. Only 'Greater Than or Equal To' and 'Lesser Than or Equal To' operators are supported for this property. */\n createdTime?: Date;\n}\n\n/** The dimension filter. */\nexport interface DimensionFilter {\n /** Specifies the dimension name. E.g., NetworkInterface. Valid values are the ones specified in the field \"dimensions\" in the ListMetricDefinitions call. Only 'Equality' operator is supported for this property. */\n name?: string;\n /** Specifies the dimension value. E.g., Data0. Valid values are the ones returned in the field \"dimensions\" in the ListMetricDefinitions call. Only 'Equality' operator is supported for this property. */\n values?: string;\n}\n\n/** The OData filter to be used for features. */\nexport interface FeatureFilter {\n /** Specifies the device ID for which the features are required. Only 'Equality' operator is supported for this property. */\n deviceId?: string;\n}\n\n/** The OData filter to be used for jobs. */\nexport interface JobFilter {\n /** Specifies the status of the jobs to be filtered. For e.g., \"Running\", \"Succeeded\", \"Failed\" or \"Canceled\". Only 'Equality' operator is supported for this property. */\n status?: string;\n /** Specifies the type of the jobs to be filtered. For e.g., \"ScheduledBackup\", \"ManualBackup\", \"RestoreBackup\", \"CloneVolume\", \"FailoverVolumeContainers\", \"CreateLocallyPinnedVolume\", \"ModifyVolume\", \"InstallUpdates\", \"SupportPackageLogs\", or \"CreateCloudAppliance\". Only 'Equality' operator can be used for this property. */\n jobType?: string;\n /** Specifies the start time of the jobs to be filtered. Only 'Greater Than or Equal To' and 'Lesser Than or Equal To' operators are supported for this property. */\n startTime?: Date;\n}\n\n/** The OData filters to be used for metrics. */\nexport interface MetricFilter {\n /** Specifies the metric name filter specifying the name of the metric to be filtered on. Only 'Equality' operator is supported for this property. */\n name?: MetricNameFilter;\n /** Specifies the start time of the time range to be queried. Only 'Greater Than Or Equal To' operator is supported for this property. */\n startTime?: Date;\n /** Specifies the end time of the time range to be queried. Only 'Less Than Or Equal To' operator is supported for this property. */\n endTime?: Date;\n /** Specifies the time granularity of the metrics to be returned. E.g., \"P1D\". Valid values are the ones returned as the field \"timeGrain\" in the ListMetricDefinitions call. Only 'Equality' operator is supported for this property. */\n timeGrain?: string;\n /** Specifies the category of the metrics to be filtered. E.g., \"CapacityUtilization\". Valid values are the ones returned as the field \"category\" in the ListMetricDefinitions call. Only 'Equality' operator is supported for this property. */\n category: string;\n /** Specifies the source(the dimension) of the metrics to be filtered. Only 'Equality' operator is supported for this property. */\n dimensions?: DimensionFilter;\n}\n\n/** The metric name filter, specifying the name of the metric to be filtered on. */\nexport interface MetricNameFilter {\n /** Specifies the metric name to be filtered on. E.g., CloudStorageUsed. Valid values are the ones returned in the field \"name\" in the ListMetricDefinitions call. Only 'Equality' operator is supported for this property. */\n value?: string;\n}\n\n/** The StorSimple Manager. */\nexport interface Manager extends Resource {\n /** The etag of the manager. */\n etag?: string;\n /** Represents the type of StorSimple Manager. */\n cisIntrinsicSettings?: ManagerIntrinsicSettings;\n /** Specifies the Sku. */\n sku?: ManagerSku;\n /** Specifies the state of the resource as it is getting provisioned. Value of \"Succeeded\" means the Manager was successfully created. */\n provisioningState?: string;\n}\n\n/** The access control record. */\nexport interface AccessControlRecord extends BaseModel {\n /** The iSCSI initiator name (IQN). */\n initiatorName: string;\n /**\n * The number of volumes using the access control record.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly volumeCount?: number;\n}\n\n/** The alert. */\nexport interface Alert extends BaseModel {\n /** The title of the alert */\n title: string;\n /** The scope of the alert */\n scope: AlertScope;\n /** The type of the alert */\n alertType: string;\n /** The UTC time at which the alert was raised */\n appearedAtTime: Date;\n /** The source time at which the alert was raised */\n appearedAtSourceTime: Date;\n /** The UTC time at which the alert was cleared */\n clearedAtTime?: Date;\n /** The source time at which the alert was cleared */\n clearedAtSourceTime?: Date;\n /** The source at which the alert was raised */\n source: AlertSource;\n /** The recommended action for the issue raised in the alert */\n recommendation?: string;\n /** The reason for resolving the alert */\n resolutionReason?: string;\n /** The severity of the alert */\n severity: AlertSeverity;\n /** The current status of the alert */\n status: AlertStatus;\n /** The details of the error for which the alert was raised */\n errorDetails?: AlertErrorDetails;\n /** More details about the alert */\n detailedInformation?: { [propertyName: string]: string };\n}\n\n/** The bandwidth setting. */\nexport interface BandwidthSetting extends BaseModel {\n /** The schedules. */\n schedules: BandwidthSchedule[];\n /**\n * The number of volumes that uses the bandwidth setting.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly volumeCount?: number;\n}\n\n/** The cloud appliance configuration */\nexport interface CloudApplianceConfiguration extends BaseModel {\n /** The model number. */\n modelNumber: string;\n /** The cloud platform. */\n cloudPlatform: string;\n /** The ACS configuration. */\n acsConfiguration: AcsConfiguration;\n /** The supported storage account types. */\n supportedStorageAccountTypes: string[];\n /** The supported regions. */\n supportedRegions: string[];\n /** The supported virtual machine types. */\n supportedVmTypes: string[];\n /** The supported virtual machine images. */\n supportedVmImages: VmImage[];\n}\n\n/** The mandatory device configuration request. */\nexport interface ConfigureDeviceRequest extends BaseModel {\n /** The friendly name for the device. */\n friendlyName: string;\n /** The current name of the device. */\n currentDeviceName: string;\n /** The device time zone. For eg: \"Pacific Standard Time\" */\n timeZone: string;\n /** The secondary DNS Settings of the device. */\n dnsSettings?: SecondaryDNSSettings;\n /** The 'Data 0' network interface card settings. */\n networkInterfaceData0Settings?: NetworkInterfaceData0Settings;\n}\n\n/** The StorSimple device. */\nexport interface Device extends BaseModel {\n /** The friendly name of the device. */\n friendlyName: string;\n /** The UTC time at which the device was activated */\n activationTime: Date;\n /** The language culture setting on the device. For eg: \"en-US\" */\n culture: string;\n /** The device description. */\n deviceDescription: string;\n /** The version number of the software running on the device. */\n deviceSoftwareVersion: string;\n /** The friendly name of the software running on the device. */\n friendlySoftwareName?: string;\n /** The current configuration status of the device. */\n deviceConfigurationStatus: DeviceConfigurationStatus;\n /** The target IQN. */\n targetIqn: string;\n /** The device model. */\n modelDescription: string;\n /** The current status of the device. */\n status: DeviceStatus;\n /** The serial number. */\n serialNumber: string;\n /** The type of the device. */\n deviceType: DeviceType;\n /** The identifier of the active controller of the device. */\n activeController: ControllerId;\n /** The device friendly software version. */\n friendlySoftwareVersion: string;\n /** The storage in bytes that is available locally on the device. */\n availableLocalStorageInBytes?: number;\n /** The storage in bytes that is available on the device for tiered volumes. */\n availableTieredStorageInBytes?: number;\n /** The storage in bytes that has been provisioned on the device for tiered volumes. */\n provisionedTieredStorageInBytes?: number;\n /** The storage in bytes used for locally pinned volumes on the device (including additional local reservation). */\n provisionedLocalStorageInBytes?: number;\n /** Total capacity in bytes of tiered and locally pinned volumes on the device */\n provisionedVolumeSizeInBytes?: number;\n /** The storage in bytes that is currently being used on the device, including both local and cloud. */\n usingStorageInBytes?: number;\n /** The total tiered storage available on the device in bytes. */\n totalTieredStorageInBytes?: number;\n /** The device agent group version. */\n agentGroupVersion?: number;\n /** The number of network interface cards */\n networkInterfaceCardCount?: number;\n /** The location of the virtual appliance. */\n deviceLocation?: string;\n /**\n * The virtual machine API type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualMachineApiType?: VirtualMachineApiType;\n /** The additional device details regarding the end point count and volume container count. */\n details?: DeviceDetails;\n /** The additional device details for the service data encryption key rollover. */\n rolloverDetails?: DeviceRolloverDetails;\n}\n\n/** The alert settings. */\nexport interface AlertSettings extends BaseModel {\n /** Indicates whether email notification enabled or not. */\n emailNotification: AlertEmailNotificationStatus;\n /** The alert notification culture. */\n alertNotificationCulture?: string;\n /** The value indicating whether alert notification enabled for admin or not. */\n notificationToServiceOwners?: AlertEmailNotificationStatus;\n /** The alert notification email list. */\n additionalRecipientEmailList?: string[];\n}\n\n/** The backup policy. */\nexport interface BackupPolicy extends BaseModel {\n /** The path IDs of the volumes which are part of the backup policy. */\n volumeIds: string[];\n /**\n * The time of the next backup for the backup policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextBackupTime?: Date;\n /**\n * The time of the last backup for the backup policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastBackupTime?: Date;\n /**\n * The count of schedules the backup policy contains.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly schedulesCount?: number;\n /**\n * Indicates whether at least one of the schedules in the backup policy is active or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scheduledBackupStatus?: ScheduledBackupStatus;\n /**\n * The backup policy creation type. Indicates whether this was created through SaaS or through StorSimple Snapshot Manager.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly backupPolicyCreationType?: BackupPolicyCreationType;\n /**\n * If the backup policy was created by StorSimple Snapshot Manager, then this field indicates the hostname of the StorSimple Snapshot Manager.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ssmHostName?: string;\n}\n\n/** The backup schedule. */\nexport interface BackupSchedule extends BaseModel {\n /** The schedule recurrence. */\n scheduleRecurrence: ScheduleRecurrence;\n /** The type of backup which needs to be taken. */\n backupType: BackupType;\n /** The number of backups to be retained. */\n retentionCount: number;\n /** The start time of the schedule. */\n startTime: Date;\n /** The schedule status. */\n scheduleStatus: ScheduleStatus;\n /**\n * The last successful backup run which was triggered for the schedule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastSuccessfulRun?: Date;\n}\n\n/** The backup. */\nexport interface Backup extends BaseModel {\n /** The time when the backup was created. */\n createdOn: Date;\n /** The backup size in bytes. */\n sizeInBytes: number;\n /** The type of the backup. */\n backupType?: BackupType;\n /** The backup job creation type. */\n backupJobCreationType?: BackupJobCreationType;\n /** The path ID of the backup policy. */\n backupPolicyId?: string;\n /** The StorSimple Snapshot Manager host name. */\n ssmHostName?: string;\n /** The backup elements. */\n elements: BackupElement[];\n}\n\n/** The hardware component group. */\nexport interface HardwareComponentGroup extends BaseModel {\n /** The display name the hardware component group. */\n displayName: string;\n /** The last updated time. */\n lastUpdatedTime: Date;\n /** The list of hardware components. */\n components: HardwareComponent[];\n}\n\n/** The controller power state change request. */\nexport interface ControllerPowerStateChangeRequest extends BaseModel {\n /** The power state that the request is expecting for the controller of the device. */\n action: ControllerPowerStateAction;\n /** The active controller that the request is expecting on the device. */\n activeController: ControllerId;\n /** The controller 0's status that the request is expecting on the device. */\n controller0State: ControllerStatus;\n /** The controller 1's status that the request is expecting on the device. */\n controller1State: ControllerStatus;\n}\n\n/** The job. */\nexport interface Job extends BaseModel {\n /** The current status of the job. */\n status: JobStatus;\n /** The UTC time at which the job was started. */\n startTime?: Date;\n /** The UTC time at which the job completed. */\n endTime?: Date;\n /** The percentage of the job that is already complete. */\n percentComplete: number;\n /** The error details, if any, for the job. */\n error?: JobErrorDetails;\n /** The type of the job. */\n jobType?: JobType;\n /** The data statistics properties of the job. */\n dataStats?: DataStatistics;\n /** The entity identifier for which the job ran. */\n entityLabel?: string;\n /** The entity type for which the job ran. */\n entityType?: string;\n /** The job stages. */\n jobStages?: JobStage[];\n /** The device ID in which the job ran. */\n deviceId?: string;\n /** Represents whether the job is cancellable or not. */\n isCancellable?: boolean;\n /** The backup type (CloudSnapshot | LocalSnapshot). Applicable only for backup jobs. */\n backupType?: BackupType;\n /** The source device ID of the failover job. */\n sourceDeviceId?: string;\n /** The time of the backup used for the failover. */\n backupPointInTime?: Date;\n}\n\n/** Represents the network settings of a device. */\nexport interface NetworkSettings extends BaseModel {\n /** The DNS (Domain Name System) settings of device. */\n dnsSettings: DNSSettings;\n /** The network adapter list of device. */\n networkAdapters: NetworkAdapterList;\n /** The webproxy settings of device. */\n webproxySettings: WebproxySettings;\n}\n\n/** The security settings of a device. */\nexport interface SecuritySettings extends BaseModel {\n /** The settings for remote management of a device. */\n remoteManagementSettings: RemoteManagementSettings;\n /** The Challenge-Handshake Authentication Protocol (CHAP) settings. */\n chapSettings: ChapSettings;\n}\n\n/** The time settings of a device. */\nexport interface TimeSettings extends BaseModel {\n /** The timezone of device, like '(UTC -06:00) Central America' */\n timeZone: string;\n /** The primary Network Time Protocol (NTP) server name, like 'time.windows.com'. */\n primaryTimeServer?: string;\n /** The secondary Network Time Protocol (NTP) server name, like 'time.contoso.com'. It's optional. */\n secondaryTimeServer?: string[];\n}\n\n/** The updates profile of a device. */\nexport interface Updates extends BaseModel {\n /** Set to 'true' if regular updates are available for the device. */\n regularUpdatesAvailable?: boolean;\n /** Set to 'true' if maintenance mode update available. */\n maintenanceModeUpdatesAvailable?: boolean;\n /** Indicates whether an update is in progress or not. */\n isUpdateInProgress?: boolean;\n /** The time when the last update was completed. */\n lastUpdatedTime?: Date;\n}\n\n/** The volume container. */\nexport interface VolumeContainer extends BaseModel {\n /** The key used to encrypt data in the volume container. It is required when property 'EncryptionStatus' is \"Enabled\". */\n encryptionKey?: AsymmetricEncryptedSecret;\n /**\n * The flag to denote whether encryption is enabled or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly encryptionStatus?: EncryptionStatus;\n /**\n * The number of volumes in the volume Container.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly volumeCount?: number;\n /** The path ID of storage account associated with the volume container. */\n storageAccountCredentialId: string;\n /**\n * The owner ship status of the volume container. Only when the status is \"NotOwned\", the delete operation on the volume container is permitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ownerShipStatus?: OwnerShipStatus;\n /** The bandwidth-rate set on the volume container. */\n bandWidthRateInMbps?: number;\n /** The ID of the bandwidth setting associated with the volume container. */\n bandwidthSettingId?: string;\n /**\n * The total cloud storage for the volume container.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalCloudStorageUsageInBytes?: number;\n}\n\n/** The volume. */\nexport interface Volume extends BaseModel {\n /** The size of the volume in bytes. */\n sizeInBytes: number;\n /** The type of the volume. */\n volumeType: VolumeType;\n /**\n * The ID of the volume container, in which this volume is created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly volumeContainerId?: string;\n /** The IDs of the access control records, associated with the volume. */\n accessControlRecordIds: string[];\n /** The volume status. */\n volumeStatus: VolumeStatus;\n /**\n * The operation status on the volume.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operationStatus?: OperationStatus;\n /**\n * The backup status of the volume.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly backupStatus?: BackupStatus;\n /** The monitoring status of the volume. */\n monitoringStatus: MonitoringStatus;\n /**\n * The IDs of the backup policies, in which this volume is part of.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly backupPolicyIds?: string[];\n}\n\n/** The encryption settings. */\nexport interface EncryptionSettings extends BaseModel {\n /** The encryption status to indicates if encryption is enabled or not. */\n encryptionStatus: EncryptionStatus;\n /** The key rollover status to indicates if key rollover is required or not. If secret's encryption has been upgraded, then it requires key rollover. */\n keyRolloverStatus: KeyRolloverStatus;\n}\n\n/** The extended info of the manager. */\nexport interface ManagerExtendedInfo extends BaseModel {\n /** The etag of the resource. */\n etag?: string;\n /** The version of the extended info being persisted. */\n version?: string;\n /** Represents the CIK of the resource. */\n integrityKey?: string;\n /** Represents the CEK of the resource. */\n encryptionKey?: string;\n /** Represents the Cert thumbprint that was used to encrypt the CEK. */\n encryptionKeyThumbprint?: string;\n /** Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it. */\n portalCertificateThumbprint?: string;\n /** Represents the encryption algorithm used to encrypt the keys. None - if Key is saved in plain text format. Algorithm name - if key is encrypted */\n algorithm?: string;\n}\n\n/** The storage account credential. */\nexport interface StorageAccountCredential extends BaseModel {\n /** The storage endpoint */\n endPoint: string;\n /** Signifies whether SSL needs to be enabled or not. */\n sslStatus: SslStatus;\n /** The details of the storage account password. */\n accessKey?: AsymmetricEncryptedSecret;\n /**\n * The count of volumes using this storage account credential.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly volumesCount?: number;\n}\n\n/** Defines values for ManagerType. */\nexport type ManagerType = \"GardaV1\" | \"HelsinkiV1\";\n/** Defines values for AlertScope. */\nexport type AlertScope = \"Resource\" | \"Device\";\n/** Defines values for AlertSourceType. */\nexport type AlertSourceType = \"Resource\" | \"Device\";\n/** Defines values for AlertSeverity. */\nexport type AlertSeverity = \"Informational\" | \"Warning\" | \"Critical\";\n/** Defines values for AlertStatus. */\nexport type AlertStatus = \"Active\" | \"Cleared\";\n/** Defines values for DayOfWeek. */\nexport type DayOfWeek =\n | \"Sunday\"\n | \"Monday\"\n | \"Tuesday\"\n | \"Wednesday\"\n | \"Thursday\"\n | \"Friday\"\n | \"Saturday\";\n/** Defines values for DeviceConfigurationStatus. */\nexport type DeviceConfigurationStatus = \"Complete\" | \"Pending\";\n/** Defines values for DeviceStatus. */\nexport type DeviceStatus =\n | \"Unknown\"\n | \"Online\"\n | \"Offline\"\n | \"Deactivated\"\n | \"RequiresAttention\"\n | \"MaintenanceMode\"\n | \"Creating\"\n | \"Provisioning\"\n | \"Deactivating\"\n | \"Deleted\"\n | \"ReadyToSetup\";\n/** Defines values for DeviceType. */\nexport type DeviceType =\n | \"Invalid\"\n | \"Series8000VirtualAppliance\"\n | \"Series8000PhysicalAppliance\";\n/** Defines values for ControllerId. */\nexport type ControllerId = \"Unknown\" | \"None\" | \"Controller0\" | \"Controller1\";\n/** Defines values for VirtualMachineApiType. */\nexport type VirtualMachineApiType = \"Classic\" | \"Arm\";\n/** Defines values for AuthorizationEligibility. */\nexport type AuthorizationEligibility = \"InEligible\" | \"Eligible\";\n/** Defines values for AuthorizationStatus. */\nexport type AuthorizationStatus = \"Disabled\" | \"Enabled\";\n/** Defines values for InEligibilityCategory. */\nexport type InEligibilityCategory =\n | \"DeviceNotOnline\"\n | \"NotSupportedAppliance\"\n | \"RolloverPending\";\n/** Defines values for AlertEmailNotificationStatus. */\nexport type AlertEmailNotificationStatus = \"Enabled\" | \"Disabled\";\n/** Defines values for ScheduledBackupStatus. */\nexport type ScheduledBackupStatus = \"Disabled\" | \"Enabled\";\n/** Defines values for BackupPolicyCreationType. */\nexport type BackupPolicyCreationType = \"BySaaS\" | \"BySSM\";\n/** Defines values for RecurrenceType. */\nexport type RecurrenceType = \"Minutes\" | \"Hourly\" | \"Daily\" | \"Weekly\";\n/** Defines values for BackupType. */\nexport type BackupType = \"LocalSnapshot\" | \"CloudSnapshot\";\n/** Defines values for ScheduleStatus. */\nexport type ScheduleStatus = \"Enabled\" | \"Disabled\";\n/** Defines values for BackupJobCreationType. */\nexport type BackupJobCreationType = \"Adhoc\" | \"BySchedule\" | \"BySSM\";\n/** Defines values for VolumeType. */\nexport type VolumeType = \"Tiered\" | \"Archival\" | \"LocallyPinned\";\n/** Defines values for HardwareComponentStatus. */\nexport type HardwareComponentStatus =\n | \"Unknown\"\n | \"NotPresent\"\n | \"PoweredOff\"\n | \"Ok\"\n | \"Recovering\"\n | \"Warning\"\n | \"Failure\";\n/** Defines values for ControllerPowerStateAction. */\nexport type ControllerPowerStateAction = \"Start\" | \"Restart\" | \"Shutdown\";\n/** Defines values for ControllerStatus. */\nexport type ControllerStatus =\n | \"NotPresent\"\n | \"PoweredOff\"\n | \"Ok\"\n | \"Recovering\"\n | \"Warning\"\n | \"Failure\";\n/** Defines values for JobStatus. */\nexport type JobStatus = \"Running\" | \"Succeeded\" | \"Failed\" | \"Canceled\";\n/** Defines values for JobType. */\nexport type JobType =\n | \"ScheduledBackup\"\n | \"ManualBackup\"\n | \"RestoreBackup\"\n | \"CloneVolume\"\n | \"FailoverVolumeContainers\"\n | \"CreateLocallyPinnedVolume\"\n | \"ModifyVolume\"\n | \"InstallUpdates\"\n | \"SupportPackageLogs\"\n | \"CreateCloudAppliance\";\n/** Defines values for MetricAggregationType. */\nexport type MetricAggregationType =\n | \"Average\"\n | \"Last\"\n | \"Maximum\"\n | \"Minimum\"\n | \"None\"\n | \"Total\";\n/** Defines values for MetricUnit. */\nexport type MetricUnit =\n | \"Bytes\"\n | \"BytesPerSecond\"\n | \"Count\"\n | \"CountPerSecond\"\n | \"Percent\"\n | \"Seconds\";\n/** Defines values for NetInterfaceId. */\nexport type NetInterfaceId =\n | \"Invalid\"\n | \"Data0\"\n | \"Data1\"\n | \"Data2\"\n | \"Data3\"\n | \"Data4\"\n | \"Data5\";\n/** Defines values for NetInterfaceStatus. */\nexport type NetInterfaceStatus = \"Enabled\" | \"Disabled\";\n/** Defines values for IscsiAndCloudStatus. */\nexport type IscsiAndCloudStatus =\n | \"Disabled\"\n | \"IscsiEnabled\"\n | \"CloudEnabled\"\n | \"IscsiAndCloudEnabled\";\n/** Defines values for NetworkMode. */\nexport type NetworkMode = \"Invalid\" | \"IPV4\" | \"IPV6\" | \"BOTH\";\n/** Defines values for AuthenticationType. */\nexport type AuthenticationType = \"Invalid\" | \"None\" | \"Basic\" | \"NTLM\";\n/** Defines values for RemoteManagementModeConfiguration. */\nexport type RemoteManagementModeConfiguration =\n | \"Unknown\"\n | \"Disabled\"\n | \"HttpsEnabled\"\n | \"HttpsAndHttpEnabled\";\n/** Defines values for EncryptionAlgorithm. */\nexport type EncryptionAlgorithm = \"None\" | \"AES256\" | \"RSAES_PKCS1_v_1_5\";\n/** Defines values for EncryptionStatus. */\nexport type EncryptionStatus = \"Enabled\" | \"Disabled\";\n/** Defines values for OwnerShipStatus. */\nexport type OwnerShipStatus = \"Owned\" | \"NotOwned\";\n/** Defines values for VolumeStatus. */\nexport type VolumeStatus = \"Online\" | \"Offline\";\n/** Defines values for OperationStatus. */\nexport type OperationStatus = \"None\" | \"Updating\" | \"Deleting\" | \"Restoring\";\n/** Defines values for BackupStatus. */\nexport type BackupStatus = \"Enabled\" | \"Disabled\";\n/** Defines values for MonitoringStatus. */\nexport type MonitoringStatus = \"Enabled\" | \"Disabled\";\n/** Defines values for TargetEligibilityStatus. */\nexport type TargetEligibilityStatus = \"NotEligible\" | \"Eligible\";\n/** Defines values for TargetEligibilityResultCode. */\nexport type TargetEligibilityResultCode =\n | \"TargetAndSourceCannotBeSameError\"\n | \"TargetIsNotOnlineError\"\n | \"TargetSourceIncompatibleVersionError\"\n | \"LocalToTieredVolumesConversionWarning\"\n | \"TargetInsufficientCapacityError\"\n | \"TargetInsufficientLocalVolumeMemoryError\"\n | \"TargetInsufficientTieredVolumeMemoryError\";\n/** Defines values for KeyRolloverStatus. */\nexport type KeyRolloverStatus = \"Required\" | \"NotRequired\";\n/** Defines values for FeatureSupportStatus. */\nexport type FeatureSupportStatus =\n | \"NotAvailable\"\n | \"UnsupportedDeviceVersion\"\n | \"Supported\";\n/** Defines values for SslStatus. */\nexport type SslStatus = \"Enabled\" | \"Disabled\";\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = AvailableProviderOperationList;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = AvailableProviderOperationList;\n\n/** Optional parameters. */\nexport interface ManagersListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ManagersListResponse = ManagerList;\n\n/** Optional parameters. */\nexport interface ManagersListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ManagersListByResourceGroupResponse = ManagerList;\n\n/** Optional parameters. */\nexport interface ManagersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagersGetResponse = Manager;\n\n/** Optional parameters. */\nexport interface ManagersCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ManagersCreateOrUpdateResponse = Manager;\n\n/** Optional parameters. */\nexport interface ManagersDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ManagersUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ManagersUpdateResponse = Manager;\n\n/** Optional parameters. */\nexport interface ManagersGetDevicePublicEncryptionKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDevicePublicEncryptionKey operation. */\nexport type ManagersGetDevicePublicEncryptionKeyResponse = PublicKey;\n\n/** Optional parameters. */\nexport interface ManagersGetEncryptionSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getEncryptionSettings operation. */\nexport type ManagersGetEncryptionSettingsResponse = EncryptionSettings;\n\n/** Optional parameters. */\nexport interface ManagersGetExtendedInfoOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getExtendedInfo operation. */\nexport type ManagersGetExtendedInfoResponse = ManagerExtendedInfo;\n\n/** Optional parameters. */\nexport interface ManagersCreateExtendedInfoOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createExtendedInfo operation. */\nexport type ManagersCreateExtendedInfoResponse = ManagerExtendedInfo;\n\n/** Optional parameters. */\nexport interface ManagersDeleteExtendedInfoOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ManagersUpdateExtendedInfoOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateExtendedInfo operation. */\nexport type ManagersUpdateExtendedInfoResponse = ManagerExtendedInfo;\n\n/** Optional parameters. */\nexport interface ManagersListFeatureSupportStatusOptionalParams\n extends coreClient.OperationOptions {\n /** OData Filter options */\n filter?: string;\n}\n\n/** Contains response data for the listFeatureSupportStatus operation. */\nexport type ManagersListFeatureSupportStatusResponse = FeatureList;\n\n/** Optional parameters. */\nexport interface ManagersGetActivationKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getActivationKey operation. */\nexport type ManagersGetActivationKeyResponse = Key;\n\n/** Optional parameters. */\nexport interface ManagersGetPublicEncryptionKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPublicEncryptionKey operation. */\nexport type ManagersGetPublicEncryptionKeyResponse = SymmetricEncryptedSecret;\n\n/** Optional parameters. */\nexport interface ManagersListMetricsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMetrics operation. */\nexport type ManagersListMetricsResponse = MetricList;\n\n/** Optional parameters. */\nexport interface ManagersListMetricDefinitionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMetricDefinition operation. */\nexport type ManagersListMetricDefinitionResponse = MetricDefinitionList;\n\n/** Optional parameters. */\nexport interface ManagersRegenerateActivationKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerateActivationKey operation. */\nexport type ManagersRegenerateActivationKeyResponse = Key;\n\n/** Optional parameters. */\nexport interface AccessControlRecordsListByManagerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByManager operation. */\nexport type AccessControlRecordsListByManagerResponse = AccessControlRecordList;\n\n/** Optional parameters. */\nexport interface AccessControlRecordsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AccessControlRecordsGetResponse = AccessControlRecord;\n\n/** Optional parameters. */\nexport interface AccessControlRecordsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AccessControlRecordsCreateOrUpdateResponse = AccessControlRecord;\n\n/** Optional parameters. */\nexport interface AccessControlRecordsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AlertsListByManagerOptionalParams\n extends coreClient.OperationOptions {\n /** OData Filter options */\n filter?: string;\n}\n\n/** Contains response data for the listByManager operation. */\nexport type AlertsListByManagerResponse = AlertList;\n\n/** Optional parameters. */\nexport interface AlertsClearOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AlertsSendTestEmailOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AlertsListByManagerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByManagerNext operation. */\nexport type AlertsListByManagerNextResponse = AlertList;\n\n/** Optional parameters. */\nexport interface BandwidthSettingsListByManagerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByManager operation. */\nexport type BandwidthSettingsListByManagerResponse = BandwidthSettingList;\n\n/** Optional parameters. */\nexport interface BandwidthSettingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type BandwidthSettingsGetResponse = BandwidthSetting;\n\n/** Optional parameters. */\nexport interface BandwidthSettingsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type BandwidthSettingsCreateOrUpdateResponse = BandwidthSetting;\n\n/** Optional parameters. */\nexport interface BandwidthSettingsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface CloudAppliancesListSupportedConfigurationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSupportedConfigurations operation. */\nexport type CloudAppliancesListSupportedConfigurationsResponse = CloudApplianceConfigurationList;\n\n/** Optional parameters. */\nexport interface CloudAppliancesProvisionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DevicesConfigureOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DevicesListByManagerOptionalParams\n extends coreClient.OperationOptions {\n /** Specify $expand=details to populate additional fields related to the device or $expand=rolloverdetails to populate additional fields related to the service data encryption key rollover on device */\n expand?: string;\n}\n\n/** Contains response data for the listByManager operation. */\nexport type DevicesListByManagerResponse = DeviceList;\n\n/** Optional parameters. */\nexport interface DevicesGetOptionalParams extends coreClient.OperationOptions {\n /** Specify $expand=details to populate additional fields related to the device or $expand=rolloverdetails to populate additional fields related to the service data encryption key rollover on device */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type DevicesGetResponse = Device;\n\n/** Optional parameters. */\nexport interface DevicesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DevicesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type DevicesUpdateResponse = Device;\n\n/** Optional parameters. */\nexport interface DevicesAuthorizeForServiceEncryptionKeyRolloverOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DevicesDeactivateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DevicesInstallUpdatesOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DevicesListFailoverSetsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listFailoverSets operation. */\nexport type DevicesListFailoverSetsResponse = FailoverSetsList;\n\n/** Optional parameters. */\nexport interface DevicesListMetricsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMetrics operation. */\nexport type DevicesListMetricsResponse = MetricList;\n\n/** Optional parameters. */\nexport interface DevicesListMetricDefinitionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMetricDefinition operation. */\nexport type DevicesListMetricDefinitionResponse = MetricDefinitionList;\n\n/** Optional parameters. */\nexport interface DevicesScanForUpdatesOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DevicesGetUpdateSummaryOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getUpdateSummary operation. */\nexport type DevicesGetUpdateSummaryResponse = Updates;\n\n/** Optional parameters. */\nexport interface DevicesFailoverOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DevicesListFailoverTargetsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listFailoverTargets operation. */\nexport type DevicesListFailoverTargetsResponse = FailoverTargetsList;\n\n/** Optional parameters. */\nexport interface DeviceSettingsGetAlertSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAlertSettings operation. */\nexport type DeviceSettingsGetAlertSettingsResponse = AlertSettings;\n\n/** Optional parameters. */\nexport interface DeviceSettingsCreateOrUpdateAlertSettingsOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdateAlertSettings operation. */\nexport type DeviceSettingsCreateOrUpdateAlertSettingsResponse = AlertSettings;\n\n/** Optional parameters. */\nexport interface DeviceSettingsGetNetworkSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNetworkSettings operation. */\nexport type DeviceSettingsGetNetworkSettingsResponse = NetworkSettings;\n\n/** Optional parameters. */\nexport interface DeviceSettingsUpdateNetworkSettingsOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the updateNetworkSettings operation. */\nexport type DeviceSettingsUpdateNetworkSettingsResponse = NetworkSettings;\n\n/** Optional parameters. */\nexport interface DeviceSettingsGetSecuritySettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSecuritySettings operation. */\nexport type DeviceSettingsGetSecuritySettingsResponse = SecuritySettings;\n\n/** Optional parameters. */\nexport interface DeviceSettingsUpdateSecuritySettingsOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the updateSecuritySettings operation. */\nexport type DeviceSettingsUpdateSecuritySettingsResponse = SecuritySettings;\n\n/** Optional parameters. */\nexport interface DeviceSettingsSyncRemotemanagementCertificateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DeviceSettingsGetTimeSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getTimeSettings operation. */\nexport type DeviceSettingsGetTimeSettingsResponse = TimeSettings;\n\n/** Optional parameters. */\nexport interface DeviceSettingsCreateOrUpdateTimeSettingsOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdateTimeSettings operation. */\nexport type DeviceSettingsCreateOrUpdateTimeSettingsResponse = TimeSettings;\n\n/** Optional parameters. */\nexport interface BackupPoliciesListByDeviceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDevice operation. */\nexport type BackupPoliciesListByDeviceResponse = BackupPolicyList;\n\n/** Optional parameters. */\nexport interface BackupPoliciesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type BackupPoliciesGetResponse = BackupPolicy;\n\n/** Optional parameters. */\nexport interface BackupPoliciesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type BackupPoliciesCreateOrUpdateResponse = BackupPolicy;\n\n/** Optional parameters. */\nexport interface BackupPoliciesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface BackupPoliciesBackupNowOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface BackupSchedulesListByBackupPolicyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByBackupPolicy operation. */\nexport type BackupSchedulesListByBackupPolicyResponse = BackupScheduleList;\n\n/** Optional parameters. */\nexport interface BackupSchedulesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type BackupSchedulesGetResponse = BackupSchedule;\n\n/** Optional parameters. */\nexport interface BackupSchedulesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type BackupSchedulesCreateOrUpdateResponse = BackupSchedule;\n\n/** Optional parameters. */\nexport interface BackupSchedulesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface BackupsListByDeviceOptionalParams\n extends coreClient.OperationOptions {\n /** OData Filter options */\n filter?: string;\n}\n\n/** Contains response data for the listByDevice operation. */\nexport type BackupsListByDeviceResponse = BackupList;\n\n/** Optional parameters. */\nexport interface BackupsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface BackupsCloneOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface BackupsRestoreOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface BackupsListByDeviceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDeviceNext operation. */\nexport type BackupsListByDeviceNextResponse = BackupList;\n\n/** Optional parameters. */\nexport interface HardwareComponentGroupsListByDeviceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDevice operation. */\nexport type HardwareComponentGroupsListByDeviceResponse = HardwareComponentGroupList;\n\n/** Optional parameters. */\nexport interface HardwareComponentGroupsChangeControllerPowerStateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface JobsListByDeviceOptionalParams\n extends coreClient.OperationOptions {\n /** OData Filter options */\n filter?: string;\n}\n\n/** Contains response data for the listByDevice operation. */\nexport type JobsListByDeviceResponse = JobList;\n\n/** Optional parameters. */\nexport interface JobsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type JobsGetResponse = Job;\n\n/** Optional parameters. */\nexport interface JobsCancelOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface JobsListByManagerOptionalParams\n extends coreClient.OperationOptions {\n /** OData Filter options */\n filter?: string;\n}\n\n/** Contains response data for the listByManager operation. */\nexport type JobsListByManagerResponse = JobList;\n\n/** Optional parameters. */\nexport interface JobsListByDeviceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDeviceNext operation. */\nexport type JobsListByDeviceNextResponse = JobList;\n\n/** Optional parameters. */\nexport interface JobsListByManagerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByManagerNext operation. */\nexport type JobsListByManagerNextResponse = JobList;\n\n/** Optional parameters. */\nexport interface VolumeContainersListByDeviceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDevice operation. */\nexport type VolumeContainersListByDeviceResponse = VolumeContainerList;\n\n/** Optional parameters. */\nexport interface VolumeContainersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VolumeContainersGetResponse = VolumeContainer;\n\n/** Optional parameters. */\nexport interface VolumeContainersCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type VolumeContainersCreateOrUpdateResponse = VolumeContainer;\n\n/** Optional parameters. */\nexport interface VolumeContainersDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VolumeContainersListMetricsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMetrics operation. */\nexport type VolumeContainersListMetricsResponse = MetricList;\n\n/** Optional parameters. */\nexport interface VolumeContainersListMetricDefinitionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMetricDefinition operation. */\nexport type VolumeContainersListMetricDefinitionResponse = MetricDefinitionList;\n\n/** Optional parameters. */\nexport interface VolumesListByVolumeContainerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVolumeContainer operation. */\nexport type VolumesListByVolumeContainerResponse = VolumeList;\n\n/** Optional parameters. */\nexport interface VolumesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VolumesGetResponse = Volume;\n\n/** Optional parameters. */\nexport interface VolumesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type VolumesCreateOrUpdateResponse = Volume;\n\n/** Optional parameters. */\nexport interface VolumesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VolumesListMetricsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMetrics operation. */\nexport type VolumesListMetricsResponse = MetricList;\n\n/** Optional parameters. */\nexport interface VolumesListMetricDefinitionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMetricDefinition operation. */\nexport type VolumesListMetricDefinitionResponse = MetricDefinitionList;\n\n/** Optional parameters. */\nexport interface VolumesListByDeviceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDevice operation. */\nexport type VolumesListByDeviceResponse = VolumeList;\n\n/** Optional parameters. */\nexport interface StorageAccountCredentialsListByManagerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByManager operation. */\nexport type StorageAccountCredentialsListByManagerResponse = StorageAccountCredentialList;\n\n/** Optional parameters. */\nexport interface StorageAccountCredentialsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type StorageAccountCredentialsGetResponse = StorageAccountCredential;\n\n/** Optional parameters. */\nexport interface StorageAccountCredentialsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type StorageAccountCredentialsCreateOrUpdateResponse = StorageAccountCredential;\n\n/** Optional parameters. */\nexport interface StorageAccountCredentialsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StorSimple8000SeriesManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|