@azure/arm-servicefabricmanagedclusters 1.0.0-beta.3 → 1.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +325 -0
- package/LICENSE +3 -3
- package/README.md +34 -24
- package/dist/browser/api/applicationTypeVersions/index.d.ts +3 -0
- package/dist/browser/api/applicationTypeVersions/index.js +4 -0
- package/dist/browser/api/applicationTypeVersions/index.js.map +1 -0
- package/dist/browser/api/applicationTypeVersions/operations.d.ts +32 -0
- package/dist/browser/api/applicationTypeVersions/operations.js +167 -0
- package/dist/browser/api/applicationTypeVersions/operations.js.map +1 -0
- package/dist/browser/api/applicationTypeVersions/options.d.ts +21 -0
- package/dist/browser/api/applicationTypeVersions/options.js +4 -0
- package/dist/browser/api/applicationTypeVersions/options.js.map +1 -0
- package/dist/browser/api/applicationTypes/index.d.ts +3 -0
- package/dist/browser/api/applicationTypes/index.js +4 -0
- package/dist/browser/api/applicationTypes/index.js.map +1 -0
- package/dist/browser/api/applicationTypes/operations.d.ts +32 -0
- package/dist/browser/api/applicationTypes/operations.js +154 -0
- package/dist/browser/api/applicationTypes/operations.js.map +1 -0
- package/dist/browser/api/applicationTypes/options.d.ts +19 -0
- package/dist/browser/api/applicationTypes/options.js +4 -0
- package/dist/browser/api/applicationTypes/options.js.map +1 -0
- package/dist/browser/api/applications/index.d.ts +3 -0
- package/dist/browser/api/applications/index.js +4 -0
- package/dist/browser/api/applications/index.js.map +1 -0
- package/dist/browser/api/applications/operations.d.ts +44 -0
- package/dist/browser/api/applications/operations.js +247 -0
- package/dist/browser/api/applications/operations.js.map +1 -0
- package/dist/browser/api/applications/options.d.ts +36 -0
- package/dist/browser/api/applications/options.js +4 -0
- package/dist/browser/api/applications/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/managedApplyMaintenanceWindow/index.d.ts +3 -0
- package/dist/browser/api/managedApplyMaintenanceWindow/index.js +4 -0
- package/dist/browser/api/managedApplyMaintenanceWindow/index.js.map +1 -0
- package/dist/browser/api/managedApplyMaintenanceWindow/operations.d.ts +8 -0
- package/dist/browser/api/managedApplyMaintenanceWindow/operations.js +36 -0
- package/dist/browser/api/managedApplyMaintenanceWindow/operations.js.map +1 -0
- package/dist/browser/api/managedApplyMaintenanceWindow/options.d.ts +5 -0
- package/dist/browser/api/managedApplyMaintenanceWindow/options.js +4 -0
- package/dist/browser/api/managedApplyMaintenanceWindow/options.js.map +1 -0
- package/dist/browser/api/managedAzResiliencyStatus/index.d.ts +3 -0
- package/dist/browser/api/managedAzResiliencyStatus/index.js +4 -0
- package/dist/browser/api/managedAzResiliencyStatus/index.js.map +1 -0
- package/dist/browser/api/managedAzResiliencyStatus/operations.d.ts +9 -0
- package/dist/browser/api/managedAzResiliencyStatus/operations.js +32 -0
- package/dist/browser/api/managedAzResiliencyStatus/operations.js.map +1 -0
- package/dist/browser/api/managedAzResiliencyStatus/options.d.ts +5 -0
- package/dist/browser/api/managedAzResiliencyStatus/options.js +4 -0
- package/dist/browser/api/managedAzResiliencyStatus/options.js.map +1 -0
- package/dist/browser/api/managedClusterVersion/index.d.ts +3 -0
- package/dist/browser/api/managedClusterVersion/index.js +4 -0
- package/dist/browser/api/managedClusterVersion/index.js.map +1 -0
- package/dist/browser/api/managedClusterVersion/operations.d.ts +21 -0
- package/dist/browser/api/managedClusterVersion/operations.js +118 -0
- package/dist/browser/api/managedClusterVersion/operations.js.map +1 -0
- package/dist/browser/api/managedClusterVersion/options.d.ts +14 -0
- package/dist/browser/api/managedClusterVersion/options.js +4 -0
- package/dist/browser/api/managedClusterVersion/options.js.map +1 -0
- package/dist/browser/api/managedClusters/index.d.ts +3 -0
- package/dist/browser/api/managedClusters/index.js +4 -0
- package/dist/browser/api/managedClusters/index.js.map +1 -0
- package/dist/browser/api/managedClusters/operations.d.ts +52 -0
- package/dist/browser/api/managedClusters/operations.js +307 -0
- package/dist/browser/api/managedClusters/operations.js.map +1 -0
- package/dist/browser/api/managedClusters/options.d.ts +40 -0
- package/dist/browser/api/managedClusters/options.js +4 -0
- package/dist/browser/api/managedClusters/options.js.map +1 -0
- package/dist/browser/api/managedMaintenanceWindowStatus/index.d.ts +3 -0
- package/dist/browser/api/managedMaintenanceWindowStatus/index.js +4 -0
- package/dist/browser/api/managedMaintenanceWindowStatus/index.js.map +1 -0
- package/dist/browser/api/managedMaintenanceWindowStatus/operations.d.ts +9 -0
- package/dist/browser/api/managedMaintenanceWindowStatus/operations.js +36 -0
- package/dist/browser/api/managedMaintenanceWindowStatus/operations.js.map +1 -0
- package/dist/browser/api/managedMaintenanceWindowStatus/options.d.ts +5 -0
- package/dist/browser/api/managedMaintenanceWindowStatus/options.js +4 -0
- package/dist/browser/api/managedMaintenanceWindowStatus/options.js.map +1 -0
- package/dist/browser/api/managedUnsupportedVMSizes/index.d.ts +3 -0
- package/dist/browser/api/managedUnsupportedVMSizes/index.js +4 -0
- package/dist/browser/api/managedUnsupportedVMSizes/index.js.map +1 -0
- package/dist/browser/api/managedUnsupportedVMSizes/operations.d.ts +14 -0
- package/dist/browser/api/managedUnsupportedVMSizes/operations.js +57 -0
- package/dist/browser/api/managedUnsupportedVMSizes/operations.js.map +1 -0
- package/dist/browser/api/managedUnsupportedVMSizes/options.d.ts +8 -0
- package/dist/browser/api/managedUnsupportedVMSizes/options.js +4 -0
- package/dist/browser/api/managedUnsupportedVMSizes/options.js.map +1 -0
- package/dist/browser/api/nodeTypeSkus/index.d.ts +3 -0
- package/dist/browser/api/nodeTypeSkus/index.js +4 -0
- package/dist/browser/api/nodeTypeSkus/index.js.map +1 -0
- package/dist/browser/api/nodeTypeSkus/operations.d.ts +10 -0
- package/dist/browser/api/nodeTypeSkus/operations.js +33 -0
- package/dist/browser/api/nodeTypeSkus/operations.js.map +1 -0
- package/dist/browser/api/nodeTypeSkus/options.d.ts +5 -0
- package/dist/browser/api/nodeTypeSkus/options.js +4 -0
- package/dist/browser/api/nodeTypeSkus/options.js.map +1 -0
- package/dist/browser/api/nodeTypes/index.d.ts +3 -0
- package/dist/browser/api/nodeTypes/index.js +4 -0
- package/dist/browser/api/nodeTypes/index.js.map +1 -0
- package/dist/browser/api/nodeTypes/operations.d.ts +72 -0
- package/dist/browser/api/nodeTypes/operations.js +463 -0
- package/dist/browser/api/nodeTypes/operations.js.map +1 -0
- package/dist/browser/api/nodeTypes/options.d.ts +69 -0
- package/dist/browser/api/nodeTypes/options.js +4 -0
- package/dist/browser/api/nodeTypes/options.js.map +1 -0
- package/dist/browser/api/operationResults/index.d.ts +3 -0
- package/dist/browser/api/operationResults/index.js +4 -0
- package/dist/browser/api/operationResults/index.js.map +1 -0
- package/dist/browser/api/operationResults/operations.d.ts +8 -0
- package/dist/browser/api/operationResults/operations.js +32 -0
- package/dist/browser/api/operationResults/operations.js.map +1 -0
- package/dist/browser/api/operationResults/options.d.ts +5 -0
- package/dist/browser/api/operationResults/options.js +4 -0
- package/dist/browser/api/operationResults/options.js.map +1 -0
- package/dist/browser/api/operationStatus/index.d.ts +3 -0
- package/dist/browser/api/operationStatus/index.js +4 -0
- package/dist/browser/api/operationStatus/index.js.map +1 -0
- package/dist/browser/api/operationStatus/operations.d.ts +9 -0
- package/dist/browser/api/operationStatus/operations.js +32 -0
- package/dist/browser/api/operationStatus/operations.js.map +1 -0
- package/dist/browser/api/operationStatus/options.d.ts +5 -0
- package/dist/browser/api/operationStatus/options.js +4 -0
- package/dist/browser/api/operationStatus/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +29 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/serviceFabricManagedClustersManagementContext.d.ts +19 -0
- package/dist/browser/api/serviceFabricManagedClustersManagementContext.js +36 -0
- package/dist/browser/api/serviceFabricManagedClustersManagementContext.js.map +1 -0
- package/dist/browser/api/services/index.d.ts +3 -0
- package/dist/browser/api/services/index.js +4 -0
- package/dist/browser/api/services/index.js.map +1 -0
- package/dist/browser/api/services/operations.d.ts +32 -0
- package/dist/browser/api/services/operations.js +159 -0
- package/dist/browser/api/services/operations.js.map +1 -0
- package/dist/browser/api/services/options.d.ts +21 -0
- package/dist/browser/api/services/options.js +4 -0
- package/dist/browser/api/services/options.js.map +1 -0
- package/dist/browser/classic/applicationTypeVersions/index.d.ts +25 -0
- package/dist/browser/classic/applicationTypeVersions/index.js +16 -0
- package/dist/browser/classic/applicationTypeVersions/index.js.map +1 -0
- package/dist/browser/classic/applicationTypes/index.d.ts +25 -0
- package/dist/browser/classic/applicationTypes/index.js +16 -0
- package/dist/browser/classic/applicationTypes/index.js.map +1 -0
- package/dist/browser/classic/applications/index.d.ts +31 -0
- package/dist/browser/classic/applications/index.js +19 -0
- package/dist/browser/classic/applications/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +16 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/managedApplyMaintenanceWindow/index.d.ts +9 -0
- package/dist/browser/classic/managedApplyMaintenanceWindow/index.js +12 -0
- package/dist/browser/classic/managedApplyMaintenanceWindow/index.js.map +1 -0
- package/dist/browser/classic/managedAzResiliencyStatus/index.d.ts +10 -0
- package/dist/browser/classic/managedAzResiliencyStatus/index.js +12 -0
- package/dist/browser/classic/managedAzResiliencyStatus/index.js.map +1 -0
- package/dist/browser/classic/managedClusterVersion/index.d.ts +16 -0
- package/dist/browser/classic/managedClusterVersion/index.js +15 -0
- package/dist/browser/classic/managedClusterVersion/index.js.map +1 -0
- package/dist/browser/classic/managedClusters/index.d.ts +35 -0
- package/dist/browser/classic/managedClusters/index.js +21 -0
- package/dist/browser/classic/managedClusters/index.js.map +1 -0
- package/dist/browser/classic/managedMaintenanceWindowStatus/index.d.ts +10 -0
- package/dist/browser/classic/managedMaintenanceWindowStatus/index.js +12 -0
- package/dist/browser/classic/managedMaintenanceWindowStatus/index.js.map +1 -0
- package/dist/browser/classic/managedUnsupportedVMSizes/index.d.ts +13 -0
- package/dist/browser/classic/managedUnsupportedVMSizes/index.js +13 -0
- package/dist/browser/classic/managedUnsupportedVMSizes/index.js.map +1 -0
- package/dist/browser/classic/nodeTypeSkus/index.d.ts +11 -0
- package/dist/browser/classic/nodeTypeSkus/index.js +12 -0
- package/dist/browser/classic/nodeTypeSkus/index.js.map +1 -0
- package/dist/browser/classic/nodeTypes/index.d.ts +45 -0
- package/dist/browser/classic/nodeTypes/index.js +26 -0
- package/dist/browser/classic/nodeTypes/index.js.map +1 -0
- package/dist/browser/classic/operationResults/index.d.ts +9 -0
- package/dist/browser/classic/operationResults/index.js +12 -0
- package/dist/browser/classic/operationResults/index.js.map +1 -0
- package/dist/browser/classic/operationStatus/index.d.ts +10 -0
- package/dist/browser/classic/operationStatus/index.js +12 -0
- package/dist/browser/classic/operationStatus/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/services/index.d.ts +25 -0
- package/dist/browser/classic/services/index.js +16 -0
- package/dist/browser/classic/services/index.js.map +1 -0
- package/dist/browser/index.d.ts +23 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +2494 -0
- package/dist/browser/models/models.js +2931 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +170 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/serviceFabricManagedClustersManagementClient.d.ts +57 -0
- package/dist/browser/serviceFabricManagedClustersManagementClient.js +46 -0
- package/dist/browser/serviceFabricManagedClustersManagementClient.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.js +76 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +169 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/applicationTypeVersions/index.d.ts +3 -0
- package/dist/commonjs/api/applicationTypeVersions/index.js +12 -0
- package/dist/commonjs/api/applicationTypeVersions/index.js.map +1 -0
- package/dist/commonjs/api/applicationTypeVersions/operations.d.ts +32 -0
- package/dist/commonjs/api/applicationTypeVersions/operations.js +184 -0
- package/dist/commonjs/api/applicationTypeVersions/operations.js.map +1 -0
- package/dist/commonjs/api/applicationTypeVersions/options.d.ts +21 -0
- package/dist/commonjs/api/applicationTypeVersions/options.js +5 -0
- package/dist/commonjs/api/applicationTypeVersions/options.js.map +1 -0
- package/dist/commonjs/api/applicationTypes/index.d.ts +3 -0
- package/dist/commonjs/api/applicationTypes/index.js +12 -0
- package/dist/commonjs/api/applicationTypes/index.js.map +1 -0
- package/dist/commonjs/api/applicationTypes/operations.d.ts +32 -0
- package/dist/commonjs/api/applicationTypes/operations.js +171 -0
- package/dist/commonjs/api/applicationTypes/operations.js.map +1 -0
- package/dist/commonjs/api/applicationTypes/options.d.ts +19 -0
- package/dist/commonjs/api/applicationTypes/options.js +5 -0
- package/dist/commonjs/api/applicationTypes/options.js.map +1 -0
- package/dist/commonjs/api/applications/index.d.ts +3 -0
- package/dist/commonjs/api/applications/index.js +15 -0
- package/dist/commonjs/api/applications/index.js.map +1 -0
- package/dist/commonjs/api/applications/operations.d.ts +44 -0
- package/dist/commonjs/api/applications/operations.js +273 -0
- package/dist/commonjs/api/applications/operations.js.map +1 -0
- package/dist/commonjs/api/applications/options.d.ts +36 -0
- package/dist/commonjs/api/applications/options.js +5 -0
- package/dist/commonjs/api/applications/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/managedApplyMaintenanceWindow/index.d.ts +3 -0
- package/dist/commonjs/api/managedApplyMaintenanceWindow/index.js +8 -0
- package/dist/commonjs/api/managedApplyMaintenanceWindow/index.js.map +1 -0
- package/dist/commonjs/api/managedApplyMaintenanceWindow/operations.d.ts +8 -0
- package/dist/commonjs/api/managedApplyMaintenanceWindow/operations.js +41 -0
- package/dist/commonjs/api/managedApplyMaintenanceWindow/operations.js.map +1 -0
- package/dist/commonjs/api/managedApplyMaintenanceWindow/options.d.ts +5 -0
- package/dist/commonjs/api/managedApplyMaintenanceWindow/options.js +5 -0
- package/dist/commonjs/api/managedApplyMaintenanceWindow/options.js.map +1 -0
- package/dist/commonjs/api/managedAzResiliencyStatus/index.d.ts +3 -0
- package/dist/commonjs/api/managedAzResiliencyStatus/index.js +8 -0
- package/dist/commonjs/api/managedAzResiliencyStatus/index.js.map +1 -0
- package/dist/commonjs/api/managedAzResiliencyStatus/operations.d.ts +9 -0
- package/dist/commonjs/api/managedAzResiliencyStatus/operations.js +37 -0
- package/dist/commonjs/api/managedAzResiliencyStatus/operations.js.map +1 -0
- package/dist/commonjs/api/managedAzResiliencyStatus/options.d.ts +5 -0
- package/dist/commonjs/api/managedAzResiliencyStatus/options.js +5 -0
- package/dist/commonjs/api/managedAzResiliencyStatus/options.js.map +1 -0
- package/dist/commonjs/api/managedClusterVersion/index.d.ts +3 -0
- package/dist/commonjs/api/managedClusterVersion/index.js +11 -0
- package/dist/commonjs/api/managedClusterVersion/index.js.map +1 -0
- package/dist/commonjs/api/managedClusterVersion/operations.d.ts +21 -0
- package/dist/commonjs/api/managedClusterVersion/operations.js +132 -0
- package/dist/commonjs/api/managedClusterVersion/operations.js.map +1 -0
- package/dist/commonjs/api/managedClusterVersion/options.d.ts +14 -0
- package/dist/commonjs/api/managedClusterVersion/options.js +5 -0
- package/dist/commonjs/api/managedClusterVersion/options.js.map +1 -0
- package/dist/commonjs/api/managedClusters/index.d.ts +3 -0
- package/dist/commonjs/api/managedClusters/index.js +17 -0
- package/dist/commonjs/api/managedClusters/index.js.map +1 -0
- package/dist/commonjs/api/managedClusters/operations.d.ts +52 -0
- package/dist/commonjs/api/managedClusters/operations.js +339 -0
- package/dist/commonjs/api/managedClusters/operations.js.map +1 -0
- package/dist/commonjs/api/managedClusters/options.d.ts +40 -0
- package/dist/commonjs/api/managedClusters/options.js +5 -0
- package/dist/commonjs/api/managedClusters/options.js.map +1 -0
- package/dist/commonjs/api/managedMaintenanceWindowStatus/index.d.ts +3 -0
- package/dist/commonjs/api/managedMaintenanceWindowStatus/index.js +8 -0
- package/dist/commonjs/api/managedMaintenanceWindowStatus/index.js.map +1 -0
- package/dist/commonjs/api/managedMaintenanceWindowStatus/operations.d.ts +9 -0
- package/dist/commonjs/api/managedMaintenanceWindowStatus/operations.js +41 -0
- package/dist/commonjs/api/managedMaintenanceWindowStatus/operations.js.map +1 -0
- package/dist/commonjs/api/managedMaintenanceWindowStatus/options.d.ts +5 -0
- package/dist/commonjs/api/managedMaintenanceWindowStatus/options.js +5 -0
- package/dist/commonjs/api/managedMaintenanceWindowStatus/options.js.map +1 -0
- package/dist/commonjs/api/managedUnsupportedVMSizes/index.d.ts +3 -0
- package/dist/commonjs/api/managedUnsupportedVMSizes/index.js +9 -0
- package/dist/commonjs/api/managedUnsupportedVMSizes/index.js.map +1 -0
- package/dist/commonjs/api/managedUnsupportedVMSizes/operations.d.ts +14 -0
- package/dist/commonjs/api/managedUnsupportedVMSizes/operations.js +65 -0
- package/dist/commonjs/api/managedUnsupportedVMSizes/operations.js.map +1 -0
- package/dist/commonjs/api/managedUnsupportedVMSizes/options.d.ts +8 -0
- package/dist/commonjs/api/managedUnsupportedVMSizes/options.js +5 -0
- package/dist/commonjs/api/managedUnsupportedVMSizes/options.js.map +1 -0
- package/dist/commonjs/api/nodeTypeSkus/index.d.ts +3 -0
- package/dist/commonjs/api/nodeTypeSkus/index.js +8 -0
- package/dist/commonjs/api/nodeTypeSkus/index.js.map +1 -0
- package/dist/commonjs/api/nodeTypeSkus/operations.d.ts +10 -0
- package/dist/commonjs/api/nodeTypeSkus/operations.js +38 -0
- package/dist/commonjs/api/nodeTypeSkus/operations.js.map +1 -0
- package/dist/commonjs/api/nodeTypeSkus/options.d.ts +5 -0
- package/dist/commonjs/api/nodeTypeSkus/options.js +5 -0
- package/dist/commonjs/api/nodeTypeSkus/options.js.map +1 -0
- package/dist/commonjs/api/nodeTypes/index.d.ts +3 -0
- package/dist/commonjs/api/nodeTypes/index.js +22 -0
- package/dist/commonjs/api/nodeTypes/index.js.map +1 -0
- package/dist/commonjs/api/nodeTypes/operations.d.ts +72 -0
- package/dist/commonjs/api/nodeTypes/operations.js +510 -0
- package/dist/commonjs/api/nodeTypes/operations.js.map +1 -0
- package/dist/commonjs/api/nodeTypes/options.d.ts +69 -0
- package/dist/commonjs/api/nodeTypes/options.js +5 -0
- package/dist/commonjs/api/nodeTypes/options.js.map +1 -0
- package/dist/commonjs/api/operationResults/index.d.ts +3 -0
- package/dist/commonjs/api/operationResults/index.js +8 -0
- package/dist/commonjs/api/operationResults/index.js.map +1 -0
- package/dist/commonjs/api/operationResults/operations.d.ts +8 -0
- package/dist/commonjs/api/operationResults/operations.js +37 -0
- package/dist/commonjs/api/operationResults/operations.js.map +1 -0
- package/dist/commonjs/api/operationResults/options.d.ts +5 -0
- package/dist/commonjs/api/operationResults/options.js +5 -0
- package/dist/commonjs/api/operationResults/options.js.map +1 -0
- package/dist/commonjs/api/operationStatus/index.d.ts +3 -0
- package/dist/commonjs/api/operationStatus/index.js +8 -0
- package/dist/commonjs/api/operationStatus/index.js.map +1 -0
- package/dist/commonjs/api/operationStatus/operations.d.ts +9 -0
- package/dist/commonjs/api/operationStatus/operations.js +37 -0
- package/dist/commonjs/api/operationStatus/operations.js.map +1 -0
- package/dist/commonjs/api/operationStatus/options.d.ts +5 -0
- package/dist/commonjs/api/operationStatus/options.js +5 -0
- package/dist/commonjs/api/operationStatus/options.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +34 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/api/serviceFabricManagedClustersManagementContext.d.ts +19 -0
- package/dist/commonjs/api/serviceFabricManagedClustersManagementContext.js +39 -0
- package/dist/commonjs/api/serviceFabricManagedClustersManagementContext.js.map +1 -0
- package/dist/commonjs/api/services/index.d.ts +3 -0
- package/dist/commonjs/api/services/index.js +12 -0
- package/dist/commonjs/api/services/index.js.map +1 -0
- package/dist/commonjs/api/services/operations.d.ts +32 -0
- package/dist/commonjs/api/services/operations.js +176 -0
- package/dist/commonjs/api/services/operations.js.map +1 -0
- package/dist/commonjs/api/services/options.d.ts +21 -0
- package/dist/commonjs/api/services/options.js +5 -0
- package/dist/commonjs/api/services/options.js.map +1 -0
- package/dist/commonjs/classic/applicationTypeVersions/index.d.ts +25 -0
- package/dist/commonjs/classic/applicationTypeVersions/index.js +19 -0
- package/dist/commonjs/classic/applicationTypeVersions/index.js.map +1 -0
- package/dist/commonjs/classic/applicationTypes/index.d.ts +25 -0
- package/dist/commonjs/classic/applicationTypes/index.js +19 -0
- package/dist/commonjs/classic/applicationTypes/index.js.map +1 -0
- package/dist/commonjs/classic/applications/index.d.ts +31 -0
- package/dist/commonjs/classic/applications/index.js +22 -0
- package/dist/commonjs/classic/applications/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +16 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/managedApplyMaintenanceWindow/index.d.ts +9 -0
- package/dist/commonjs/classic/managedApplyMaintenanceWindow/index.js +15 -0
- package/dist/commonjs/classic/managedApplyMaintenanceWindow/index.js.map +1 -0
- package/dist/commonjs/classic/managedAzResiliencyStatus/index.d.ts +10 -0
- package/dist/commonjs/classic/managedAzResiliencyStatus/index.js +15 -0
- package/dist/commonjs/classic/managedAzResiliencyStatus/index.js.map +1 -0
- package/dist/commonjs/classic/managedClusterVersion/index.d.ts +16 -0
- package/dist/commonjs/classic/managedClusterVersion/index.js +18 -0
- package/dist/commonjs/classic/managedClusterVersion/index.js.map +1 -0
- package/dist/commonjs/classic/managedClusters/index.d.ts +35 -0
- package/dist/commonjs/classic/managedClusters/index.js +24 -0
- package/dist/commonjs/classic/managedClusters/index.js.map +1 -0
- package/dist/commonjs/classic/managedMaintenanceWindowStatus/index.d.ts +10 -0
- package/dist/commonjs/classic/managedMaintenanceWindowStatus/index.js +15 -0
- package/dist/commonjs/classic/managedMaintenanceWindowStatus/index.js.map +1 -0
- package/dist/commonjs/classic/managedUnsupportedVMSizes/index.d.ts +13 -0
- package/dist/commonjs/classic/managedUnsupportedVMSizes/index.js +16 -0
- package/dist/commonjs/classic/managedUnsupportedVMSizes/index.js.map +1 -0
- package/dist/commonjs/classic/nodeTypeSkus/index.d.ts +11 -0
- package/dist/commonjs/classic/nodeTypeSkus/index.js +15 -0
- package/dist/commonjs/classic/nodeTypeSkus/index.js.map +1 -0
- package/dist/commonjs/classic/nodeTypes/index.d.ts +45 -0
- package/dist/commonjs/classic/nodeTypes/index.js +29 -0
- package/dist/commonjs/classic/nodeTypes/index.js.map +1 -0
- package/dist/commonjs/classic/operationResults/index.d.ts +9 -0
- package/dist/commonjs/classic/operationResults/index.js +15 -0
- package/dist/commonjs/classic/operationResults/index.js.map +1 -0
- package/dist/commonjs/classic/operationStatus/index.d.ts +10 -0
- package/dist/commonjs/classic/operationStatus/index.js +15 -0
- package/dist/commonjs/classic/operationStatus/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +15 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/services/index.d.ts +25 -0
- package/dist/commonjs/classic/services/index.js +19 -0
- package/dist/commonjs/classic/services/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +23 -0
- package/dist/commonjs/index.js +55 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2 -0
- package/dist/commonjs/models/index.js +51 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +2494 -0
- package/dist/commonjs/models/models.js +3214 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +173 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/serviceFabricManagedClustersManagementClient.d.ts +57 -0
- package/dist/commonjs/serviceFabricManagedClustersManagementClient.js +50 -0
- package/dist/commonjs/serviceFabricManagedClustersManagementClient.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/api/applicationTypeVersions/index.d.ts +3 -0
- package/dist/esm/api/applicationTypeVersions/index.js +4 -0
- package/dist/esm/api/applicationTypeVersions/index.js.map +1 -0
- package/dist/esm/api/applicationTypeVersions/operations.d.ts +32 -0
- package/dist/esm/api/applicationTypeVersions/operations.js +167 -0
- package/dist/esm/api/applicationTypeVersions/operations.js.map +1 -0
- package/dist/esm/api/applicationTypeVersions/options.d.ts +21 -0
- package/dist/esm/api/applicationTypeVersions/options.js +4 -0
- package/dist/esm/api/applicationTypeVersions/options.js.map +1 -0
- package/dist/esm/api/applicationTypes/index.d.ts +3 -0
- package/dist/esm/api/applicationTypes/index.js +4 -0
- package/dist/esm/api/applicationTypes/index.js.map +1 -0
- package/dist/esm/api/applicationTypes/operations.d.ts +32 -0
- package/dist/esm/api/applicationTypes/operations.js +154 -0
- package/dist/esm/api/applicationTypes/operations.js.map +1 -0
- package/dist/esm/api/applicationTypes/options.d.ts +19 -0
- package/dist/esm/api/applicationTypes/options.js +4 -0
- package/dist/esm/api/applicationTypes/options.js.map +1 -0
- package/dist/esm/api/applications/index.d.ts +3 -0
- package/dist/esm/api/applications/index.js +4 -0
- package/dist/esm/api/applications/index.js.map +1 -0
- package/dist/esm/api/applications/operations.d.ts +44 -0
- package/dist/esm/api/applications/operations.js +247 -0
- package/dist/esm/api/applications/operations.js.map +1 -0
- package/dist/esm/api/applications/options.d.ts +36 -0
- package/dist/esm/api/applications/options.js +4 -0
- package/dist/esm/api/applications/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/managedApplyMaintenanceWindow/index.d.ts +3 -0
- package/dist/esm/api/managedApplyMaintenanceWindow/index.js +4 -0
- package/dist/esm/api/managedApplyMaintenanceWindow/index.js.map +1 -0
- package/dist/esm/api/managedApplyMaintenanceWindow/operations.d.ts +8 -0
- package/dist/esm/api/managedApplyMaintenanceWindow/operations.js +36 -0
- package/dist/esm/api/managedApplyMaintenanceWindow/operations.js.map +1 -0
- package/dist/esm/api/managedApplyMaintenanceWindow/options.d.ts +5 -0
- package/dist/esm/api/managedApplyMaintenanceWindow/options.js +4 -0
- package/dist/esm/api/managedApplyMaintenanceWindow/options.js.map +1 -0
- package/dist/esm/api/managedAzResiliencyStatus/index.d.ts +3 -0
- package/dist/esm/api/managedAzResiliencyStatus/index.js +4 -0
- package/dist/esm/api/managedAzResiliencyStatus/index.js.map +1 -0
- package/dist/esm/api/managedAzResiliencyStatus/operations.d.ts +9 -0
- package/dist/esm/api/managedAzResiliencyStatus/operations.js +32 -0
- package/dist/esm/api/managedAzResiliencyStatus/operations.js.map +1 -0
- package/dist/esm/api/managedAzResiliencyStatus/options.d.ts +5 -0
- package/dist/esm/api/managedAzResiliencyStatus/options.js +4 -0
- package/dist/esm/api/managedAzResiliencyStatus/options.js.map +1 -0
- package/dist/esm/api/managedClusterVersion/index.d.ts +3 -0
- package/dist/esm/api/managedClusterVersion/index.js +4 -0
- package/dist/esm/api/managedClusterVersion/index.js.map +1 -0
- package/dist/esm/api/managedClusterVersion/operations.d.ts +21 -0
- package/dist/esm/api/managedClusterVersion/operations.js +118 -0
- package/dist/esm/api/managedClusterVersion/operations.js.map +1 -0
- package/dist/esm/api/managedClusterVersion/options.d.ts +14 -0
- package/dist/esm/api/managedClusterVersion/options.js +4 -0
- package/dist/esm/api/managedClusterVersion/options.js.map +1 -0
- package/dist/esm/api/managedClusters/index.d.ts +3 -0
- package/dist/esm/api/managedClusters/index.js +4 -0
- package/dist/esm/api/managedClusters/index.js.map +1 -0
- package/dist/esm/api/managedClusters/operations.d.ts +52 -0
- package/dist/esm/api/managedClusters/operations.js +307 -0
- package/dist/esm/api/managedClusters/operations.js.map +1 -0
- package/dist/esm/api/managedClusters/options.d.ts +40 -0
- package/dist/esm/api/managedClusters/options.js +4 -0
- package/dist/esm/api/managedClusters/options.js.map +1 -0
- package/dist/esm/api/managedMaintenanceWindowStatus/index.d.ts +3 -0
- package/dist/esm/api/managedMaintenanceWindowStatus/index.js +4 -0
- package/dist/esm/api/managedMaintenanceWindowStatus/index.js.map +1 -0
- package/dist/esm/api/managedMaintenanceWindowStatus/operations.d.ts +9 -0
- package/dist/esm/api/managedMaintenanceWindowStatus/operations.js +36 -0
- package/dist/esm/api/managedMaintenanceWindowStatus/operations.js.map +1 -0
- package/dist/esm/api/managedMaintenanceWindowStatus/options.d.ts +5 -0
- package/dist/esm/api/managedMaintenanceWindowStatus/options.js +4 -0
- package/dist/esm/api/managedMaintenanceWindowStatus/options.js.map +1 -0
- package/dist/esm/api/managedUnsupportedVMSizes/index.d.ts +3 -0
- package/dist/esm/api/managedUnsupportedVMSizes/index.js +4 -0
- package/dist/esm/api/managedUnsupportedVMSizes/index.js.map +1 -0
- package/dist/esm/api/managedUnsupportedVMSizes/operations.d.ts +14 -0
- package/dist/esm/api/managedUnsupportedVMSizes/operations.js +57 -0
- package/dist/esm/api/managedUnsupportedVMSizes/operations.js.map +1 -0
- package/dist/esm/api/managedUnsupportedVMSizes/options.d.ts +8 -0
- package/dist/esm/api/managedUnsupportedVMSizes/options.js +4 -0
- package/dist/esm/api/managedUnsupportedVMSizes/options.js.map +1 -0
- package/dist/esm/api/nodeTypeSkus/index.d.ts +3 -0
- package/dist/esm/api/nodeTypeSkus/index.js +4 -0
- package/dist/esm/api/nodeTypeSkus/index.js.map +1 -0
- package/dist/esm/api/nodeTypeSkus/operations.d.ts +10 -0
- package/dist/esm/api/nodeTypeSkus/operations.js +33 -0
- package/dist/esm/api/nodeTypeSkus/operations.js.map +1 -0
- package/dist/esm/api/nodeTypeSkus/options.d.ts +5 -0
- package/dist/esm/api/nodeTypeSkus/options.js +4 -0
- package/dist/esm/api/nodeTypeSkus/options.js.map +1 -0
- package/dist/esm/api/nodeTypes/index.d.ts +3 -0
- package/dist/esm/api/nodeTypes/index.js +4 -0
- package/dist/esm/api/nodeTypes/index.js.map +1 -0
- package/dist/esm/api/nodeTypes/operations.d.ts +72 -0
- package/dist/esm/api/nodeTypes/operations.js +463 -0
- package/dist/esm/api/nodeTypes/operations.js.map +1 -0
- package/dist/esm/api/nodeTypes/options.d.ts +69 -0
- package/dist/esm/api/nodeTypes/options.js +4 -0
- package/dist/esm/api/nodeTypes/options.js.map +1 -0
- package/dist/esm/api/operationResults/index.d.ts +3 -0
- package/dist/esm/api/operationResults/index.js +4 -0
- package/dist/esm/api/operationResults/index.js.map +1 -0
- package/dist/esm/api/operationResults/operations.d.ts +8 -0
- package/dist/esm/api/operationResults/operations.js +32 -0
- package/dist/esm/api/operationResults/operations.js.map +1 -0
- package/dist/esm/api/operationResults/options.d.ts +5 -0
- package/dist/esm/api/operationResults/options.js +4 -0
- package/dist/esm/api/operationResults/options.js.map +1 -0
- package/dist/esm/api/operationStatus/index.d.ts +3 -0
- package/dist/esm/api/operationStatus/index.js +4 -0
- package/dist/esm/api/operationStatus/index.js.map +1 -0
- package/dist/esm/api/operationStatus/operations.d.ts +9 -0
- package/dist/esm/api/operationStatus/operations.js +32 -0
- package/dist/esm/api/operationStatus/operations.js.map +1 -0
- package/dist/esm/api/operationStatus/options.d.ts +5 -0
- package/dist/esm/api/operationStatus/options.js +4 -0
- package/dist/esm/api/operationStatus/options.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +29 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/serviceFabricManagedClustersManagementContext.d.ts +19 -0
- package/dist/esm/api/serviceFabricManagedClustersManagementContext.js +36 -0
- package/dist/esm/api/serviceFabricManagedClustersManagementContext.js.map +1 -0
- package/dist/esm/api/services/index.d.ts +3 -0
- package/dist/esm/api/services/index.js +4 -0
- package/dist/esm/api/services/index.js.map +1 -0
- package/dist/esm/api/services/operations.d.ts +32 -0
- package/dist/esm/api/services/operations.js +159 -0
- package/dist/esm/api/services/operations.js.map +1 -0
- package/dist/esm/api/services/options.d.ts +21 -0
- package/dist/esm/api/services/options.js +4 -0
- package/dist/esm/api/services/options.js.map +1 -0
- package/dist/esm/classic/applicationTypeVersions/index.d.ts +25 -0
- package/dist/esm/classic/applicationTypeVersions/index.js +16 -0
- package/dist/esm/classic/applicationTypeVersions/index.js.map +1 -0
- package/dist/esm/classic/applicationTypes/index.d.ts +25 -0
- package/dist/esm/classic/applicationTypes/index.js +16 -0
- package/dist/esm/classic/applicationTypes/index.js.map +1 -0
- package/dist/esm/classic/applications/index.d.ts +31 -0
- package/dist/esm/classic/applications/index.js +19 -0
- package/dist/esm/classic/applications/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +16 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/managedApplyMaintenanceWindow/index.d.ts +9 -0
- package/dist/esm/classic/managedApplyMaintenanceWindow/index.js +12 -0
- package/dist/esm/classic/managedApplyMaintenanceWindow/index.js.map +1 -0
- package/dist/esm/classic/managedAzResiliencyStatus/index.d.ts +10 -0
- package/dist/esm/classic/managedAzResiliencyStatus/index.js +12 -0
- package/dist/esm/classic/managedAzResiliencyStatus/index.js.map +1 -0
- package/dist/esm/classic/managedClusterVersion/index.d.ts +16 -0
- package/dist/esm/classic/managedClusterVersion/index.js +15 -0
- package/dist/esm/classic/managedClusterVersion/index.js.map +1 -0
- package/dist/esm/classic/managedClusters/index.d.ts +35 -0
- package/dist/esm/classic/managedClusters/index.js +21 -0
- package/dist/esm/classic/managedClusters/index.js.map +1 -0
- package/dist/esm/classic/managedMaintenanceWindowStatus/index.d.ts +10 -0
- package/dist/esm/classic/managedMaintenanceWindowStatus/index.js +12 -0
- package/dist/esm/classic/managedMaintenanceWindowStatus/index.js.map +1 -0
- package/dist/esm/classic/managedUnsupportedVMSizes/index.d.ts +13 -0
- package/dist/esm/classic/managedUnsupportedVMSizes/index.js +13 -0
- package/dist/esm/classic/managedUnsupportedVMSizes/index.js.map +1 -0
- package/dist/esm/classic/nodeTypeSkus/index.d.ts +11 -0
- package/dist/esm/classic/nodeTypeSkus/index.js +12 -0
- package/dist/esm/classic/nodeTypeSkus/index.js.map +1 -0
- package/dist/esm/classic/nodeTypes/index.d.ts +45 -0
- package/dist/esm/classic/nodeTypes/index.js +26 -0
- package/dist/esm/classic/nodeTypes/index.js.map +1 -0
- package/dist/esm/classic/operationResults/index.d.ts +9 -0
- package/dist/esm/classic/operationResults/index.js +12 -0
- package/dist/esm/classic/operationResults/index.js.map +1 -0
- package/dist/esm/classic/operationStatus/index.d.ts +10 -0
- package/dist/esm/classic/operationStatus/index.js +12 -0
- package/dist/esm/classic/operationStatus/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/services/index.d.ts +25 -0
- package/dist/esm/classic/services/index.js +16 -0
- package/dist/esm/classic/services/index.js.map +1 -0
- package/dist/esm/index.d.ts +23 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +2494 -0
- package/dist/esm/models/models.js +2931 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +170 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/serviceFabricManagedClustersManagementClient.d.ts +57 -0
- package/dist/esm/serviceFabricManagedClustersManagementClient.js +46 -0
- package/dist/esm/serviceFabricManagedClustersManagementClient.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.js +76 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +169 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/applicationTypeVersions/index.d.ts +3 -0
- package/dist/react-native/api/applicationTypeVersions/index.js +4 -0
- package/dist/react-native/api/applicationTypeVersions/index.js.map +1 -0
- package/dist/react-native/api/applicationTypeVersions/operations.d.ts +32 -0
- package/dist/react-native/api/applicationTypeVersions/operations.js +167 -0
- package/dist/react-native/api/applicationTypeVersions/operations.js.map +1 -0
- package/dist/react-native/api/applicationTypeVersions/options.d.ts +21 -0
- package/dist/react-native/api/applicationTypeVersions/options.js +4 -0
- package/dist/react-native/api/applicationTypeVersions/options.js.map +1 -0
- package/dist/react-native/api/applicationTypes/index.d.ts +3 -0
- package/dist/react-native/api/applicationTypes/index.js +4 -0
- package/dist/react-native/api/applicationTypes/index.js.map +1 -0
- package/dist/react-native/api/applicationTypes/operations.d.ts +32 -0
- package/dist/react-native/api/applicationTypes/operations.js +154 -0
- package/dist/react-native/api/applicationTypes/operations.js.map +1 -0
- package/dist/react-native/api/applicationTypes/options.d.ts +19 -0
- package/dist/react-native/api/applicationTypes/options.js +4 -0
- package/dist/react-native/api/applicationTypes/options.js.map +1 -0
- package/dist/react-native/api/applications/index.d.ts +3 -0
- package/dist/react-native/api/applications/index.js +4 -0
- package/dist/react-native/api/applications/index.js.map +1 -0
- package/dist/react-native/api/applications/operations.d.ts +44 -0
- package/dist/react-native/api/applications/operations.js +247 -0
- package/dist/react-native/api/applications/operations.js.map +1 -0
- package/dist/react-native/api/applications/options.d.ts +36 -0
- package/dist/react-native/api/applications/options.js +4 -0
- package/dist/react-native/api/applications/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/managedApplyMaintenanceWindow/index.d.ts +3 -0
- package/dist/react-native/api/managedApplyMaintenanceWindow/index.js +4 -0
- package/dist/react-native/api/managedApplyMaintenanceWindow/index.js.map +1 -0
- package/dist/react-native/api/managedApplyMaintenanceWindow/operations.d.ts +8 -0
- package/dist/react-native/api/managedApplyMaintenanceWindow/operations.js +36 -0
- package/dist/react-native/api/managedApplyMaintenanceWindow/operations.js.map +1 -0
- package/dist/react-native/api/managedApplyMaintenanceWindow/options.d.ts +5 -0
- package/dist/react-native/api/managedApplyMaintenanceWindow/options.js +4 -0
- package/dist/react-native/api/managedApplyMaintenanceWindow/options.js.map +1 -0
- package/dist/react-native/api/managedAzResiliencyStatus/index.d.ts +3 -0
- package/dist/react-native/api/managedAzResiliencyStatus/index.js +4 -0
- package/dist/react-native/api/managedAzResiliencyStatus/index.js.map +1 -0
- package/dist/react-native/api/managedAzResiliencyStatus/operations.d.ts +9 -0
- package/dist/react-native/api/managedAzResiliencyStatus/operations.js +32 -0
- package/dist/react-native/api/managedAzResiliencyStatus/operations.js.map +1 -0
- package/dist/react-native/api/managedAzResiliencyStatus/options.d.ts +5 -0
- package/dist/react-native/api/managedAzResiliencyStatus/options.js +4 -0
- package/dist/react-native/api/managedAzResiliencyStatus/options.js.map +1 -0
- package/dist/react-native/api/managedClusterVersion/index.d.ts +3 -0
- package/dist/react-native/api/managedClusterVersion/index.js +4 -0
- package/dist/react-native/api/managedClusterVersion/index.js.map +1 -0
- package/dist/react-native/api/managedClusterVersion/operations.d.ts +21 -0
- package/dist/react-native/api/managedClusterVersion/operations.js +118 -0
- package/dist/react-native/api/managedClusterVersion/operations.js.map +1 -0
- package/dist/react-native/api/managedClusterVersion/options.d.ts +14 -0
- package/dist/react-native/api/managedClusterVersion/options.js +4 -0
- package/dist/react-native/api/managedClusterVersion/options.js.map +1 -0
- package/dist/react-native/api/managedClusters/index.d.ts +3 -0
- package/dist/react-native/api/managedClusters/index.js +4 -0
- package/dist/react-native/api/managedClusters/index.js.map +1 -0
- package/dist/react-native/api/managedClusters/operations.d.ts +52 -0
- package/dist/react-native/api/managedClusters/operations.js +307 -0
- package/dist/react-native/api/managedClusters/operations.js.map +1 -0
- package/dist/react-native/api/managedClusters/options.d.ts +40 -0
- package/dist/react-native/api/managedClusters/options.js +4 -0
- package/dist/react-native/api/managedClusters/options.js.map +1 -0
- package/dist/react-native/api/managedMaintenanceWindowStatus/index.d.ts +3 -0
- package/dist/react-native/api/managedMaintenanceWindowStatus/index.js +4 -0
- package/dist/react-native/api/managedMaintenanceWindowStatus/index.js.map +1 -0
- package/dist/react-native/api/managedMaintenanceWindowStatus/operations.d.ts +9 -0
- package/dist/react-native/api/managedMaintenanceWindowStatus/operations.js +36 -0
- package/dist/react-native/api/managedMaintenanceWindowStatus/operations.js.map +1 -0
- package/dist/react-native/api/managedMaintenanceWindowStatus/options.d.ts +5 -0
- package/dist/react-native/api/managedMaintenanceWindowStatus/options.js +4 -0
- package/dist/react-native/api/managedMaintenanceWindowStatus/options.js.map +1 -0
- package/dist/react-native/api/managedUnsupportedVMSizes/index.d.ts +3 -0
- package/dist/react-native/api/managedUnsupportedVMSizes/index.js +4 -0
- package/dist/react-native/api/managedUnsupportedVMSizes/index.js.map +1 -0
- package/dist/react-native/api/managedUnsupportedVMSizes/operations.d.ts +14 -0
- package/dist/react-native/api/managedUnsupportedVMSizes/operations.js +57 -0
- package/dist/react-native/api/managedUnsupportedVMSizes/operations.js.map +1 -0
- package/dist/react-native/api/managedUnsupportedVMSizes/options.d.ts +8 -0
- package/dist/react-native/api/managedUnsupportedVMSizes/options.js +4 -0
- package/dist/react-native/api/managedUnsupportedVMSizes/options.js.map +1 -0
- package/dist/react-native/api/nodeTypeSkus/index.d.ts +3 -0
- package/dist/react-native/api/nodeTypeSkus/index.js +4 -0
- package/dist/react-native/api/nodeTypeSkus/index.js.map +1 -0
- package/dist/react-native/api/nodeTypeSkus/operations.d.ts +10 -0
- package/dist/react-native/api/nodeTypeSkus/operations.js +33 -0
- package/dist/react-native/api/nodeTypeSkus/operations.js.map +1 -0
- package/dist/react-native/api/nodeTypeSkus/options.d.ts +5 -0
- package/dist/react-native/api/nodeTypeSkus/options.js +4 -0
- package/dist/react-native/api/nodeTypeSkus/options.js.map +1 -0
- package/dist/react-native/api/nodeTypes/index.d.ts +3 -0
- package/dist/react-native/api/nodeTypes/index.js +4 -0
- package/dist/react-native/api/nodeTypes/index.js.map +1 -0
- package/dist/react-native/api/nodeTypes/operations.d.ts +72 -0
- package/dist/react-native/api/nodeTypes/operations.js +463 -0
- package/dist/react-native/api/nodeTypes/operations.js.map +1 -0
- package/dist/react-native/api/nodeTypes/options.d.ts +69 -0
- package/dist/react-native/api/nodeTypes/options.js +4 -0
- package/dist/react-native/api/nodeTypes/options.js.map +1 -0
- package/dist/react-native/api/operationResults/index.d.ts +3 -0
- package/dist/react-native/api/operationResults/index.js +4 -0
- package/dist/react-native/api/operationResults/index.js.map +1 -0
- package/dist/react-native/api/operationResults/operations.d.ts +8 -0
- package/dist/react-native/api/operationResults/operations.js +32 -0
- package/dist/react-native/api/operationResults/operations.js.map +1 -0
- package/dist/react-native/api/operationResults/options.d.ts +5 -0
- package/dist/react-native/api/operationResults/options.js +4 -0
- package/dist/react-native/api/operationResults/options.js.map +1 -0
- package/dist/react-native/api/operationStatus/index.d.ts +3 -0
- package/dist/react-native/api/operationStatus/index.js +4 -0
- package/dist/react-native/api/operationStatus/index.js.map +1 -0
- package/dist/react-native/api/operationStatus/operations.d.ts +9 -0
- package/dist/react-native/api/operationStatus/operations.js +32 -0
- package/dist/react-native/api/operationStatus/operations.js.map +1 -0
- package/dist/react-native/api/operationStatus/options.d.ts +5 -0
- package/dist/react-native/api/operationStatus/options.js +4 -0
- package/dist/react-native/api/operationStatus/options.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +29 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/serviceFabricManagedClustersManagementContext.d.ts +19 -0
- package/dist/react-native/api/serviceFabricManagedClustersManagementContext.js +36 -0
- package/dist/react-native/api/serviceFabricManagedClustersManagementContext.js.map +1 -0
- package/dist/react-native/api/services/index.d.ts +3 -0
- package/dist/react-native/api/services/index.js +4 -0
- package/dist/react-native/api/services/index.js.map +1 -0
- package/dist/react-native/api/services/operations.d.ts +32 -0
- package/dist/react-native/api/services/operations.js +159 -0
- package/dist/react-native/api/services/operations.js.map +1 -0
- package/dist/react-native/api/services/options.d.ts +21 -0
- package/dist/react-native/api/services/options.js +4 -0
- package/dist/react-native/api/services/options.js.map +1 -0
- package/dist/react-native/classic/applicationTypeVersions/index.d.ts +25 -0
- package/dist/react-native/classic/applicationTypeVersions/index.js +16 -0
- package/dist/react-native/classic/applicationTypeVersions/index.js.map +1 -0
- package/dist/react-native/classic/applicationTypes/index.d.ts +25 -0
- package/dist/react-native/classic/applicationTypes/index.js +16 -0
- package/dist/react-native/classic/applicationTypes/index.js.map +1 -0
- package/dist/react-native/classic/applications/index.d.ts +31 -0
- package/dist/react-native/classic/applications/index.js +19 -0
- package/dist/react-native/classic/applications/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +16 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/managedApplyMaintenanceWindow/index.d.ts +9 -0
- package/dist/react-native/classic/managedApplyMaintenanceWindow/index.js +12 -0
- package/dist/react-native/classic/managedApplyMaintenanceWindow/index.js.map +1 -0
- package/dist/react-native/classic/managedAzResiliencyStatus/index.d.ts +10 -0
- package/dist/react-native/classic/managedAzResiliencyStatus/index.js +12 -0
- package/dist/react-native/classic/managedAzResiliencyStatus/index.js.map +1 -0
- package/dist/react-native/classic/managedClusterVersion/index.d.ts +16 -0
- package/dist/react-native/classic/managedClusterVersion/index.js +15 -0
- package/dist/react-native/classic/managedClusterVersion/index.js.map +1 -0
- package/dist/react-native/classic/managedClusters/index.d.ts +35 -0
- package/dist/react-native/classic/managedClusters/index.js +21 -0
- package/dist/react-native/classic/managedClusters/index.js.map +1 -0
- package/dist/react-native/classic/managedMaintenanceWindowStatus/index.d.ts +10 -0
- package/dist/react-native/classic/managedMaintenanceWindowStatus/index.js +12 -0
- package/dist/react-native/classic/managedMaintenanceWindowStatus/index.js.map +1 -0
- package/dist/react-native/classic/managedUnsupportedVMSizes/index.d.ts +13 -0
- package/dist/react-native/classic/managedUnsupportedVMSizes/index.js +13 -0
- package/dist/react-native/classic/managedUnsupportedVMSizes/index.js.map +1 -0
- package/dist/react-native/classic/nodeTypeSkus/index.d.ts +11 -0
- package/dist/react-native/classic/nodeTypeSkus/index.js +12 -0
- package/dist/react-native/classic/nodeTypeSkus/index.js.map +1 -0
- package/dist/react-native/classic/nodeTypes/index.d.ts +45 -0
- package/dist/react-native/classic/nodeTypes/index.js +26 -0
- package/dist/react-native/classic/nodeTypes/index.js.map +1 -0
- package/dist/react-native/classic/operationResults/index.d.ts +9 -0
- package/dist/react-native/classic/operationResults/index.js +12 -0
- package/dist/react-native/classic/operationResults/index.js.map +1 -0
- package/dist/react-native/classic/operationStatus/index.d.ts +10 -0
- package/dist/react-native/classic/operationStatus/index.js +12 -0
- package/dist/react-native/classic/operationStatus/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/services/index.d.ts +25 -0
- package/dist/react-native/classic/services/index.js +16 -0
- package/dist/react-native/classic/services/index.js.map +1 -0
- package/dist/react-native/index.d.ts +23 -0
- package/dist/react-native/index.js +6 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +2494 -0
- package/dist/react-native/models/models.js +2931 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +170 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/serviceFabricManagedClustersManagementClient.d.ts +57 -0
- package/dist/react-native/serviceFabricManagedClustersManagementClient.js +46 -0
- package/dist/react-native/serviceFabricManagedClustersManagementClient.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +169 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +430 -83
- package/review/arm-servicefabricmanagedclusters-api-applicationTypeVersions.api.md +51 -0
- package/review/arm-servicefabricmanagedclusters-api-applicationTypes.api.md +50 -0
- package/review/arm-servicefabricmanagedclusters-api-applications.api.md +75 -0
- package/review/arm-servicefabricmanagedclusters-api-managedApplyMaintenanceWindow.api.md +19 -0
- package/review/arm-servicefabricmanagedclusters-api-managedAzResiliencyStatus.api.md +19 -0
- package/review/arm-servicefabricmanagedclusters-api-managedClusterVersion.api.md +40 -0
- package/review/arm-servicefabricmanagedclusters-api-managedClusters.api.md +88 -0
- package/review/arm-servicefabricmanagedclusters-api-managedMaintenanceWindowStatus.api.md +19 -0
- package/review/arm-servicefabricmanagedclusters-api-managedUnsupportedVMSizes.api.md +26 -0
- package/review/arm-servicefabricmanagedclusters-api-nodeTypeSkus.api.md +19 -0
- package/review/arm-servicefabricmanagedclusters-api-nodeTypes.api.md +130 -0
- package/review/arm-servicefabricmanagedclusters-api-operationResults.api.md +19 -0
- package/review/arm-servicefabricmanagedclusters-api-operationStatus.api.md +19 -0
- package/review/arm-servicefabricmanagedclusters-api-operations.api.md +19 -0
- package/review/arm-servicefabricmanagedclusters-api-services.api.md +51 -0
- package/review/arm-servicefabricmanagedclusters-api.api.md +27 -0
- package/review/arm-servicefabricmanagedclusters-models.api.md +1348 -0
- package/review/arm-servicefabricmanagedclusters.api.md +462 -648
- package/dist/index.js +0 -9070
- 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/applicationTypeVersionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationTypeVersionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationTypeVersionsCreateOrUpdateSample.js +0 -45
- package/dist-esm/samples-dev/applicationTypeVersionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationTypeVersionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationTypeVersionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationTypeVersionsDeleteSample.js +0 -41
- package/dist-esm/samples-dev/applicationTypeVersionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationTypeVersionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationTypeVersionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationTypeVersionsGetSample.js +0 -41
- package/dist-esm/samples-dev/applicationTypeVersionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationTypeVersionsListByApplicationTypesSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationTypeVersionsListByApplicationTypesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationTypeVersionsListByApplicationTypesSample.js +0 -56
- package/dist-esm/samples-dev/applicationTypeVersionsListByApplicationTypesSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationTypeVersionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationTypeVersionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationTypeVersionsUpdateSample.js +0 -44
- package/dist-esm/samples-dev/applicationTypeVersionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationTypesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationTypesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationTypesCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/applicationTypesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationTypesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationTypesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationTypesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/applicationTypesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationTypesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationTypesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationTypesGetSample.js +0 -40
- package/dist-esm/samples-dev/applicationTypesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationTypesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationTypesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationTypesListSample.js +0 -55
- package/dist-esm/samples-dev/applicationTypesListSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationTypesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationTypesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationTypesUpdateSample.js +0 -41
- package/dist-esm/samples-dev/applicationTypesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.js +0 -101
- package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/applicationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsGetSample.js +0 -40
- package/dist-esm/samples-dev/applicationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsListSample.js +0 -55
- package/dist-esm/samples-dev/applicationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsReadUpgradeSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsReadUpgradeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsReadUpgradeSample.js +0 -40
- package/dist-esm/samples-dev/applicationsReadUpgradeSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsResumeUpgradeSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsResumeUpgradeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsResumeUpgradeSample.js +0 -43
- package/dist-esm/samples-dev/applicationsResumeUpgradeSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsStartRollbackSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsStartRollbackSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsStartRollbackSample.js +0 -40
- package/dist-esm/samples-dev/applicationsStartRollbackSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/applicationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedApplyMaintenanceWindowPostSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedApplyMaintenanceWindowPostSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedApplyMaintenanceWindowPostSample.js +0 -40
- package/dist-esm/samples-dev/managedApplyMaintenanceWindowPostSample.js.map +0 -1
- package/dist-esm/samples-dev/managedAzResiliencyStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedAzResiliencyStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedAzResiliencyStatusGetSample.js +0 -40
- package/dist-esm/samples-dev/managedAzResiliencyStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClusterVersionGetByEnvironmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClusterVersionGetByEnvironmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClusterVersionGetByEnvironmentSample.js +0 -40
- package/dist-esm/samples-dev/managedClusterVersionGetByEnvironmentSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClusterVersionGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClusterVersionGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClusterVersionGetSample.js +0 -39
- package/dist-esm/samples-dev/managedClusterVersionGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClusterVersionListByEnvironmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClusterVersionListByEnvironmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClusterVersionListByEnvironmentSample.js +0 -39
- package/dist-esm/samples-dev/managedClusterVersionListByEnvironmentSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClusterVersionListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClusterVersionListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClusterVersionListSample.js +0 -38
- package/dist-esm/samples-dev/managedClusterVersionListSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersCreateOrUpdateSample.js +0 -191
- package/dist-esm/samples-dev/managedClustersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/managedClustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersGetSample.js +0 -39
- package/dist-esm/samples-dev/managedClustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/managedClustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/managedClustersListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersUpdateSample.js +0 -40
- package/dist-esm/samples-dev/managedClustersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedMaintenanceWindowStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedMaintenanceWindowStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedMaintenanceWindowStatusGetSample.js +0 -40
- package/dist-esm/samples-dev/managedMaintenanceWindowStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedUnsupportedVMSizesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedUnsupportedVMSizesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedUnsupportedVMSizesGetSample.js +0 -39
- package/dist-esm/samples-dev/managedUnsupportedVMSizesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedUnsupportedVMSizesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedUnsupportedVMSizesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedUnsupportedVMSizesListSample.js +0 -54
- package/dist-esm/samples-dev/managedUnsupportedVMSizesListSample.js.map +0 -1
- package/dist-esm/samples-dev/nodeTypeSkusListSample.d.ts +0 -2
- package/dist-esm/samples-dev/nodeTypeSkusListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/nodeTypeSkusListSample.js +0 -56
- package/dist-esm/samples-dev/nodeTypeSkusListSample.js.map +0 -1
- package/dist-esm/samples-dev/nodeTypesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/nodeTypesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/nodeTypesCreateOrUpdateSample.js +0 -434
- package/dist-esm/samples-dev/nodeTypesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/nodeTypesDeleteNodeSample.d.ts +0 -2
- package/dist-esm/samples-dev/nodeTypesDeleteNodeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/nodeTypesDeleteNodeSample.js +0 -41
- package/dist-esm/samples-dev/nodeTypesDeleteNodeSample.js.map +0 -1
- package/dist-esm/samples-dev/nodeTypesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/nodeTypesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/nodeTypesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/nodeTypesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/nodeTypesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/nodeTypesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/nodeTypesGetSample.js +0 -40
- package/dist-esm/samples-dev/nodeTypesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/nodeTypesListByManagedClustersSample.d.ts +0 -2
- package/dist-esm/samples-dev/nodeTypesListByManagedClustersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/nodeTypesListByManagedClustersSample.js +0 -55
- package/dist-esm/samples-dev/nodeTypesListByManagedClustersSample.js.map +0 -1
- package/dist-esm/samples-dev/nodeTypesReimageSample.d.ts +0 -2
- package/dist-esm/samples-dev/nodeTypesReimageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/nodeTypesReimageSample.js +0 -64
- package/dist-esm/samples-dev/nodeTypesReimageSample.js.map +0 -1
- package/dist-esm/samples-dev/nodeTypesRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/nodeTypesRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/nodeTypesRestartSample.js +0 -41
- package/dist-esm/samples-dev/nodeTypesRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/nodeTypesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/nodeTypesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/nodeTypesUpdateSample.js +0 -65
- package/dist-esm/samples-dev/nodeTypesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationResultsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationResultsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationResultsGetSample.js +0 -39
- package/dist-esm/samples-dev/operationResultsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/operationStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationStatusGetSample.js +0 -58
- package/dist-esm/samples-dev/operationStatusGetSample.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 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +0 -112
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesDeleteSample.js +0 -41
- package/dist-esm/samples-dev/servicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesGetSample.js +0 -41
- package/dist-esm/samples-dev/servicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesListByApplicationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListByApplicationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListByApplicationsSample.js +0 -56
- package/dist-esm/samples-dev/servicesListByApplicationsSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesUpdateSample.js +0 -42
- package/dist-esm/samples-dev/servicesUpdateSample.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.d.ts +0 -11
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -2697
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -380
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -142
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -4158
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -34
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -250
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/applicationTypeVersions.d.ts +0 -102
- package/dist-esm/src/operations/applicationTypeVersions.d.ts.map +0 -1
- package/dist-esm/src/operations/applicationTypeVersions.js +0 -437
- package/dist-esm/src/operations/applicationTypeVersions.js.map +0 -1
- package/dist-esm/src/operations/applicationTypes.d.ts +0 -84
- package/dist-esm/src/operations/applicationTypes.d.ts.map +0 -1
- package/dist-esm/src/operations/applicationTypes.js +0 -350
- package/dist-esm/src/operations/applicationTypes.js.map +0 -1
- package/dist-esm/src/operations/applications.d.ts +0 -149
- package/dist-esm/src/operations/applications.d.ts.map +0 -1
- package/dist-esm/src/operations/applications.js +0 -685
- package/dist-esm/src/operations/applications.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -16
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -23
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/managedApplyMaintenanceWindow.d.ts +0 -21
- package/dist-esm/src/operations/managedApplyMaintenanceWindow.d.ts.map +0 -1
- package/dist-esm/src/operations/managedApplyMaintenanceWindow.js +0 -52
- package/dist-esm/src/operations/managedApplyMaintenanceWindow.js.map +0 -1
- package/dist-esm/src/operations/managedAzResiliencyStatusOperations.d.ts +0 -21
- package/dist-esm/src/operations/managedAzResiliencyStatusOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/managedAzResiliencyStatusOperations.js +0 -54
- package/dist-esm/src/operations/managedAzResiliencyStatusOperations.js.map +0 -1
- package/dist-esm/src/operations/managedClusterVersion.d.ts +0 -41
- package/dist-esm/src/operations/managedClusterVersion.d.ts.map +0 -1
- package/dist-esm/src/operations/managedClusterVersion.js +0 -163
- package/dist-esm/src/operations/managedClusterVersion.js.map +0 -1
- package/dist-esm/src/operations/managedClusters.d.ts +0 -104
- package/dist-esm/src/operations/managedClusters.d.ts.map +0 -1
- package/dist-esm/src/operations/managedClusters.js +0 -494
- package/dist-esm/src/operations/managedClusters.js.map +0 -1
- package/dist-esm/src/operations/managedMaintenanceWindowStatusOperations.d.ts +0 -20
- package/dist-esm/src/operations/managedMaintenanceWindowStatusOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/managedMaintenanceWindowStatusOperations.js +0 -53
- package/dist-esm/src/operations/managedMaintenanceWindowStatusOperations.js.map +0 -1
- package/dist-esm/src/operations/managedUnsupportedVMSizes.d.ts +0 -42
- package/dist-esm/src/operations/managedUnsupportedVMSizes.d.ts.map +0 -1
- package/dist-esm/src/operations/managedUnsupportedVMSizes.js +0 -175
- package/dist-esm/src/operations/managedUnsupportedVMSizes.js.map +0 -1
- package/dist-esm/src/operations/nodeTypeSkus.d.ts +0 -41
- package/dist-esm/src/operations/nodeTypeSkus.d.ts.map +0 -1
- package/dist-esm/src/operations/nodeTypeSkus.js +0 -155
- package/dist-esm/src/operations/nodeTypeSkus.js.map +0 -1
- package/dist-esm/src/operations/nodeTypes.d.ts +0 -159
- package/dist-esm/src/operations/nodeTypes.d.ts.map +0 -1
- package/dist-esm/src/operations/nodeTypes.js +0 -742
- package/dist-esm/src/operations/nodeTypes.js.map +0 -1
- package/dist-esm/src/operations/operationResults.d.ts +0 -20
- package/dist-esm/src/operations/operationResults.d.ts.map +0 -1
- package/dist-esm/src/operations/operationResults.js +0 -55
- package/dist-esm/src/operations/operationResults.js.map +0 -1
- package/dist-esm/src/operations/operationStatus.d.ts +0 -20
- package/dist-esm/src/operations/operationStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/operationStatus.js +0 -53
- package/dist-esm/src/operations/operationStatus.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 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/services.d.ts +0 -108
- package/dist-esm/src/operations/services.d.ts.map +0 -1
- package/dist-esm/src/operations/services.js +0 -437
- package/dist-esm/src/operations/services.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/applicationTypeVersions.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/applicationTypeVersions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/applicationTypeVersions.js +0 -9
- package/dist-esm/src/operationsInterfaces/applicationTypeVersions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/applicationTypes.d.ts +0 -58
- package/dist-esm/src/operationsInterfaces/applicationTypes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/applicationTypes.js +0 -9
- package/dist-esm/src/operationsInterfaces/applicationTypes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/applications.d.ts +0 -123
- package/dist-esm/src/operationsInterfaces/applications.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/applications.js +0 -9
- package/dist-esm/src/operationsInterfaces/applications.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -16
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -23
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedApplyMaintenanceWindow.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/managedApplyMaintenanceWindow.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedApplyMaintenanceWindow.js +0 -9
- package/dist-esm/src/operationsInterfaces/managedApplyMaintenanceWindow.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedAzResiliencyStatusOperations.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/managedAzResiliencyStatusOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedAzResiliencyStatusOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/managedAzResiliencyStatusOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedClusterVersion.d.ts +0 -33
- package/dist-esm/src/operationsInterfaces/managedClusterVersion.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedClusterVersion.js +0 -9
- package/dist-esm/src/operationsInterfaces/managedClusterVersion.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedClusters.d.ts +0 -66
- package/dist-esm/src/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedClusters.js +0 -9
- package/dist-esm/src/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedMaintenanceWindowStatusOperations.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/managedMaintenanceWindowStatusOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedMaintenanceWindowStatusOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/managedMaintenanceWindowStatusOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedUnsupportedVMSizes.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/managedUnsupportedVMSizes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedUnsupportedVMSizes.js +0 -9
- package/dist-esm/src/operationsInterfaces/managedUnsupportedVMSizes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/nodeTypeSkus.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/nodeTypeSkus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/nodeTypeSkus.js +0 -9
- package/dist-esm/src/operationsInterfaces/nodeTypeSkus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/nodeTypes.d.ts +0 -134
- package/dist-esm/src/operationsInterfaces/nodeTypes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/nodeTypes.js +0 -9
- package/dist-esm/src/operationsInterfaces/nodeTypes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationResults.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/operationResults.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationResults.js +0 -9
- package/dist-esm/src/operationsInterfaces/operationResults.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationStatus.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/operationStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationStatus.js +0 -9
- package/dist-esm/src/operationsInterfaces/operationStatus.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 +0 -9
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.d.ts +0 -80
- package/dist-esm/src/operationsInterfaces/services.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.js +0 -9
- package/dist-esm/src/operationsInterfaces/services.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts +0 -13
- package/dist-esm/src/pagingHelper.d.ts.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/serviceFabricManagedClustersManagementClient.d.ts +0 -34
- package/dist-esm/src/serviceFabricManagedClustersManagementClient.d.ts.map +0 -1
- package/dist-esm/src/serviceFabricManagedClustersManagementClient.js +0 -116
- package/dist-esm/src/serviceFabricManagedClustersManagementClient.js.map +0 -1
- package/dist-esm/test/servicefabricmanagedclusters_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/servicefabricmanagedclusters_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/servicefabricmanagedclusters_operations_test.spec.js +0 -74
- package/dist-esm/test/servicefabricmanagedclusters_operations_test.spec.js.map +0 -1
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -3055
- package/src/models/mappers.ts +0 -4491
- package/src/models/parameters.ts +0 -302
- package/src/operations/applicationTypeVersions.ts +0 -606
- package/src/operations/applicationTypes.ts +0 -463
- package/src/operations/applications.ts +0 -949
- package/src/operations/index.ts +0 -23
- package/src/operations/managedApplyMaintenanceWindow.ts +0 -69
- package/src/operations/managedAzResiliencyStatusOperations.ts +0 -74
- package/src/operations/managedClusterVersion.ts +0 -212
- package/src/operations/managedClusters.ts +0 -631
- package/src/operations/managedMaintenanceWindowStatusOperations.ts +0 -73
- package/src/operations/managedUnsupportedVMSizes.ts +0 -211
- package/src/operations/nodeTypeSkus.ts +0 -216
- package/src/operations/nodeTypes.ts +0 -1023
- package/src/operations/operationResults.ts +0 -73
- package/src/operations/operationStatus.ts +0 -71
- package/src/operations/operations.ts +0 -149
- package/src/operations/services.ts +0 -606
- package/src/operationsInterfaces/applicationTypeVersions.ts +0 -143
- package/src/operationsInterfaces/applicationTypes.ts +0 -109
- package/src/operationsInterfaces/applications.ts +0 -239
- package/src/operationsInterfaces/index.ts +0 -23
- package/src/operationsInterfaces/managedApplyMaintenanceWindow.ts +0 -25
- package/src/operationsInterfaces/managedAzResiliencyStatusOperations.ts +0 -28
- package/src/operationsInterfaces/managedClusterVersion.ts +0 -67
- package/src/operationsInterfaces/managedClusters.ts +0 -124
- package/src/operationsInterfaces/managedMaintenanceWindowStatusOperations.ts +0 -27
- package/src/operationsInterfaces/managedUnsupportedVMSizes.ts +0 -40
- package/src/operationsInterfaces/nodeTypeSkus.ts +0 -31
- package/src/operationsInterfaces/nodeTypes.ts +0 -247
- package/src/operationsInterfaces/operationResults.ts +0 -27
- package/src/operationsInterfaces/operationStatus.ts +0 -27
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/services.ts +0 -149
- package/src/pagingHelper.ts +0 -39
- package/src/serviceFabricManagedClustersManagementClient.ts +0 -206
- package/tsconfig.json +0 -33
- package/types/arm-servicefabricmanagedclusters.d.ts +0 -3699
- package/types/tsdoc-metadata.json +0 -11
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/** Describes the result of the request to list Service Fabric resource provider operations. */\nexport interface _OperationListResult {\n /** The OperationResult items on this page */\n value: OperationResult[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationResultArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationResultArrayDeserializer(result: Array<OperationResult>): any[] {\n return result.map((item) => {\n return operationResultDeserializer(item);\n });\n}\n\n/** Available operation list result */\nexport interface OperationResult {\n /** The name of the operation. */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** The object that represents the operation. */\n display?: AvailableOperationDisplay;\n /** Origin result */\n origin?: string;\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\nexport function operationResultDeserializer(item: any): OperationResult {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"]\n ? item[\"display\"]\n : availableOperationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n nextLink: item[\"nextLink\"],\n };\n}\n\n/** Operation supported by the Service Fabric resource provider */\nexport interface AvailableOperationDisplay {\n /** The name of the provider. */\n provider?: string;\n /** The resource on which the operation is performed */\n resource?: string;\n /** The operation that can be performed. */\n operation?: string;\n /** Operation description */\n description?: string;\n}\n\nexport function availableOperationDisplayDeserializer(item: any): AvailableOperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** The application resource. */\nexport interface ApplicationResource extends ProxyResource {\n /** The application resource properties. */\n properties?: ApplicationResourceProperties;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** Describes the managed identities for an Azure resource. */\n identity?: ManagedIdentity;\n /** The geo-location where the resource lives */\n location?: string;\n}\n\nexport function applicationResourceSerializer(item: ApplicationResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : applicationResourcePropertiesSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n identity: !item[\"identity\"] ? item[\"identity\"] : managedIdentitySerializer(item[\"identity\"]),\n location: item[\"location\"],\n };\n}\n\nexport function applicationResourceDeserializer(item: any): ApplicationResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : applicationResourcePropertiesDeserializer(item[\"properties\"]),\n tags: item[\"tags\"],\n identity: !item[\"identity\"] ? item[\"identity\"] : managedIdentityDeserializer(item[\"identity\"]),\n location: item[\"location\"],\n };\n}\n\n/** The application resource properties. */\nexport interface ApplicationResourceProperties {\n /** List of user assigned identities for the application, each mapped to a friendly name. */\n managedIdentities?: ApplicationUserAssignedIdentity[];\n /** The current deployment or provisioning state, which only appears in the response */\n readonly provisioningState?: string;\n /**\n * The version of the application type as defined in the application manifest.\n * This name must be the full Arm Resource ID for the referenced application type version.\n */\n version?: string;\n /** List of application parameters with overridden values from their default values specified in the application manifest. */\n parameters?: Record<string, string>;\n /** Describes the policy for a monitored application upgrade. */\n upgradePolicy?: ApplicationUpgradePolicy;\n}\n\nexport function applicationResourcePropertiesSerializer(item: ApplicationResourceProperties): any {\n return {\n managedIdentities: !item[\"managedIdentities\"]\n ? item[\"managedIdentities\"]\n : applicationUserAssignedIdentityArraySerializer(item[\"managedIdentities\"]),\n version: item[\"version\"],\n parameters: item[\"parameters\"],\n upgradePolicy: !item[\"upgradePolicy\"]\n ? item[\"upgradePolicy\"]\n : applicationUpgradePolicySerializer(item[\"upgradePolicy\"]),\n };\n}\n\nexport function applicationResourcePropertiesDeserializer(\n item: any,\n): ApplicationResourceProperties {\n return {\n managedIdentities: !item[\"managedIdentities\"]\n ? item[\"managedIdentities\"]\n : applicationUserAssignedIdentityArrayDeserializer(item[\"managedIdentities\"]),\n provisioningState: item[\"provisioningState\"],\n version: item[\"version\"],\n parameters: item[\"parameters\"],\n upgradePolicy: !item[\"upgradePolicy\"]\n ? item[\"upgradePolicy\"]\n : applicationUpgradePolicyDeserializer(item[\"upgradePolicy\"]),\n };\n}\n\nexport function applicationUserAssignedIdentityArraySerializer(\n result: Array<ApplicationUserAssignedIdentity>,\n): any[] {\n return result.map((item) => {\n return applicationUserAssignedIdentitySerializer(item);\n });\n}\n\nexport function applicationUserAssignedIdentityArrayDeserializer(\n result: Array<ApplicationUserAssignedIdentity>,\n): any[] {\n return result.map((item) => {\n return applicationUserAssignedIdentityDeserializer(item);\n });\n}\n\n/** User assigned identity for the application. */\nexport interface ApplicationUserAssignedIdentity {\n /** The friendly name of user assigned identity. */\n name: string;\n /** The principal id of user assigned identity. */\n principalId: string;\n}\n\nexport function applicationUserAssignedIdentitySerializer(\n item: ApplicationUserAssignedIdentity,\n): any {\n return { name: item[\"name\"], principalId: item[\"principalId\"] };\n}\n\nexport function applicationUserAssignedIdentityDeserializer(\n item: any,\n): ApplicationUserAssignedIdentity {\n return {\n name: item[\"name\"],\n principalId: item[\"principalId\"],\n };\n}\n\n/** Describes the policy for a monitored application upgrade. */\nexport interface ApplicationUpgradePolicy {\n /** Defines a health policy used to evaluate the health of an application or one of its children entities. */\n applicationHealthPolicy?: ApplicationHealthPolicy;\n /** If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data). */\n forceRestart?: boolean;\n /** The policy used for monitoring the application upgrade */\n rollingUpgradeMonitoringPolicy?: RollingUpgradeMonitoringPolicy;\n /** Duration in seconds, to wait before a stateless instance is closed, to allow the active requests to drain gracefully. This would be effective when the instance is closing during the application/cluster upgrade, only for those instances which have a non-zero delay duration configured in the service description. */\n instanceCloseDelayDuration?: number;\n /** The mode used to monitor health during a rolling upgrade. The values are Monitored, and UnmonitoredAuto. */\n upgradeMode?: RollingUpgradeMode;\n /** The maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues. When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues. The timeout is reset at the start of each upgrade domain. Valid values are between 0 and 42949672925 inclusive. (unsigned 32-bit integer). Unit is in seconds. */\n upgradeReplicaSetCheckTimeout?: number;\n /** Determines whether the application should be recreated on update. If value=true, the rest of the upgrade policy parameters are not allowed. */\n recreateApplication?: boolean;\n}\n\nexport function applicationUpgradePolicySerializer(item: ApplicationUpgradePolicy): any {\n return {\n applicationHealthPolicy: !item[\"applicationHealthPolicy\"]\n ? item[\"applicationHealthPolicy\"]\n : applicationHealthPolicySerializer(item[\"applicationHealthPolicy\"]),\n forceRestart: item[\"forceRestart\"],\n rollingUpgradeMonitoringPolicy: !item[\"rollingUpgradeMonitoringPolicy\"]\n ? item[\"rollingUpgradeMonitoringPolicy\"]\n : rollingUpgradeMonitoringPolicySerializer(item[\"rollingUpgradeMonitoringPolicy\"]),\n instanceCloseDelayDuration: item[\"instanceCloseDelayDuration\"],\n upgradeMode: item[\"upgradeMode\"],\n upgradeReplicaSetCheckTimeout: item[\"upgradeReplicaSetCheckTimeout\"],\n recreateApplication: item[\"recreateApplication\"],\n };\n}\n\nexport function applicationUpgradePolicyDeserializer(item: any): ApplicationUpgradePolicy {\n return {\n applicationHealthPolicy: !item[\"applicationHealthPolicy\"]\n ? item[\"applicationHealthPolicy\"]\n : applicationHealthPolicyDeserializer(item[\"applicationHealthPolicy\"]),\n forceRestart: item[\"forceRestart\"],\n rollingUpgradeMonitoringPolicy: !item[\"rollingUpgradeMonitoringPolicy\"]\n ? item[\"rollingUpgradeMonitoringPolicy\"]\n : rollingUpgradeMonitoringPolicyDeserializer(item[\"rollingUpgradeMonitoringPolicy\"]),\n instanceCloseDelayDuration: item[\"instanceCloseDelayDuration\"],\n upgradeMode: item[\"upgradeMode\"],\n upgradeReplicaSetCheckTimeout: item[\"upgradeReplicaSetCheckTimeout\"],\n recreateApplication: item[\"recreateApplication\"],\n };\n}\n\n/** Defines a health policy used to evaluate the health of an application or one of its children entities. */\nexport interface ApplicationHealthPolicy {\n /** Indicates whether warnings are treated with the same severity as errors. */\n considerWarningAsError: boolean;\n /**\n * The maximum allowed percentage of unhealthy deployed applications. Allowed values are Byte values from zero to 100.\n * The percentage represents the maximum tolerated percentage of deployed applications that can be unhealthy before the application is considered in error.\n * This is calculated by dividing the number of unhealthy deployed applications over the number of nodes where the application is currently deployed on in the cluster.\n * The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero.\n */\n maxPercentUnhealthyDeployedApplications: number;\n /** The health policy used by default to evaluate the health of a service type. */\n defaultServiceTypeHealthPolicy?: ServiceTypeHealthPolicy;\n /** The map with service type health policy per service type name. The map is empty by default. */\n serviceTypeHealthPolicyMap?: Record<string, ServiceTypeHealthPolicy>;\n}\n\nexport function applicationHealthPolicySerializer(item: ApplicationHealthPolicy): any {\n return {\n considerWarningAsError: item[\"considerWarningAsError\"],\n maxPercentUnhealthyDeployedApplications: item[\"maxPercentUnhealthyDeployedApplications\"],\n defaultServiceTypeHealthPolicy: !item[\"defaultServiceTypeHealthPolicy\"]\n ? item[\"defaultServiceTypeHealthPolicy\"]\n : serviceTypeHealthPolicySerializer(item[\"defaultServiceTypeHealthPolicy\"]),\n serviceTypeHealthPolicyMap: !item[\"serviceTypeHealthPolicyMap\"]\n ? item[\"serviceTypeHealthPolicyMap\"]\n : serviceTypeHealthPolicyRecordSerializer(item[\"serviceTypeHealthPolicyMap\"]),\n };\n}\n\nexport function applicationHealthPolicyDeserializer(item: any): ApplicationHealthPolicy {\n return {\n considerWarningAsError: item[\"considerWarningAsError\"],\n maxPercentUnhealthyDeployedApplications: item[\"maxPercentUnhealthyDeployedApplications\"],\n defaultServiceTypeHealthPolicy: !item[\"defaultServiceTypeHealthPolicy\"]\n ? item[\"defaultServiceTypeHealthPolicy\"]\n : serviceTypeHealthPolicyDeserializer(item[\"defaultServiceTypeHealthPolicy\"]),\n serviceTypeHealthPolicyMap: !item[\"serviceTypeHealthPolicyMap\"]\n ? item[\"serviceTypeHealthPolicyMap\"]\n : serviceTypeHealthPolicyRecordDeserializer(item[\"serviceTypeHealthPolicyMap\"]),\n };\n}\n\n/** Represents the health policy used to evaluate the health of services belonging to a service type. */\nexport interface ServiceTypeHealthPolicy {\n /**\n * The maximum allowed percentage of unhealthy services.\n *\n * The percentage represents the maximum tolerated percentage of services that can be unhealthy before the application is considered in error.\n * If the percentage is respected but there is at least one unhealthy service, the health is evaluated as Warning.\n * This is calculated by dividing the number of unhealthy services of the specific service type over the total number of services of the specific service type.\n * The computation rounds up to tolerate one failure on small numbers of services.\n */\n maxPercentUnhealthyServices: number;\n /**\n * The maximum allowed percentage of unhealthy partitions per service.\n *\n * The percentage represents the maximum tolerated percentage of partitions that can be unhealthy before the service is considered in error.\n * If the percentage is respected but there is at least one unhealthy partition, the health is evaluated as Warning.\n * The percentage is calculated by dividing the number of unhealthy partitions over the total number of partitions in the service.\n * The computation rounds up to tolerate one failure on small numbers of partitions.\n */\n maxPercentUnhealthyPartitionsPerService: number;\n /**\n * The maximum allowed percentage of unhealthy replicas per partition.\n *\n * The percentage represents the maximum tolerated percentage of replicas that can be unhealthy before the partition is considered in error.\n * If the percentage is respected but there is at least one unhealthy replica, the health is evaluated as Warning.\n * The percentage is calculated by dividing the number of unhealthy replicas over the total number of replicas in the partition.\n * The computation rounds up to tolerate one failure on small numbers of replicas.\n */\n maxPercentUnhealthyReplicasPerPartition: number;\n}\n\nexport function serviceTypeHealthPolicySerializer(item: ServiceTypeHealthPolicy): any {\n return {\n maxPercentUnhealthyServices: item[\"maxPercentUnhealthyServices\"],\n maxPercentUnhealthyPartitionsPerService: item[\"maxPercentUnhealthyPartitionsPerService\"],\n maxPercentUnhealthyReplicasPerPartition: item[\"maxPercentUnhealthyReplicasPerPartition\"],\n };\n}\n\nexport function serviceTypeHealthPolicyDeserializer(item: any): ServiceTypeHealthPolicy {\n return {\n maxPercentUnhealthyServices: item[\"maxPercentUnhealthyServices\"],\n maxPercentUnhealthyPartitionsPerService: item[\"maxPercentUnhealthyPartitionsPerService\"],\n maxPercentUnhealthyReplicasPerPartition: item[\"maxPercentUnhealthyReplicasPerPartition\"],\n };\n}\n\nexport function serviceTypeHealthPolicyRecordSerializer(\n item: Record<string, ServiceTypeHealthPolicy>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : serviceTypeHealthPolicySerializer(item[key]);\n });\n return result;\n}\n\nexport function serviceTypeHealthPolicyRecordDeserializer(\n item: Record<string, any>,\n): Record<string, ServiceTypeHealthPolicy> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : serviceTypeHealthPolicyDeserializer(item[key]);\n });\n return result;\n}\n\n/** The policy used for monitoring the application upgrade */\nexport interface RollingUpgradeMonitoringPolicy {\n /** The compensating action to perform when a Monitored upgrade encounters monitoring policy or health policy violations. Invalid indicates the failure action is invalid. Rollback specifies that the upgrade will start rolling back automatically. Manual indicates that the upgrade will switch to UnmonitoredManual upgrade mode. */\n failureAction: FailureAction;\n /** The amount of time to wait after completing an upgrade domain before applying health policies. It is interpreted as a string representing an ISO 8601 duration with following format \"hh:mm:ss.fff\". */\n healthCheckWaitDuration: string;\n /** The amount of time that the application or cluster must remain healthy before the upgrade proceeds to the next upgrade domain. It is interpreted as a string representing an ISO 8601 duration with following format \"hh:mm:ss.fff\". */\n healthCheckStableDuration: string;\n /** The amount of time to retry health evaluation when the application or cluster is unhealthy before FailureAction is executed. It is interpreted as a string representing an ISO 8601 duration with following format \"hh:mm:ss.fff\". */\n healthCheckRetryTimeout: string;\n /** The amount of time the overall upgrade has to complete before FailureAction is executed. Cannot be larger than 12 hours. It is interpreted as a string representing an ISO 8601 duration with following format \"hh:mm:ss.fff\". */\n upgradeTimeout: string;\n /** The amount of time each upgrade domain has to complete before FailureAction is executed. Cannot be larger than 12 hours. It is interpreted as a string representing an ISO 8601 duration with following format \"hh:mm:ss.fff\". */\n upgradeDomainTimeout: string;\n}\n\nexport function rollingUpgradeMonitoringPolicySerializer(\n item: RollingUpgradeMonitoringPolicy,\n): any {\n return {\n failureAction: item[\"failureAction\"],\n healthCheckWaitDuration: item[\"healthCheckWaitDuration\"],\n healthCheckStableDuration: item[\"healthCheckStableDuration\"],\n healthCheckRetryTimeout: item[\"healthCheckRetryTimeout\"],\n upgradeTimeout: item[\"upgradeTimeout\"],\n upgradeDomainTimeout: item[\"upgradeDomainTimeout\"],\n };\n}\n\nexport function rollingUpgradeMonitoringPolicyDeserializer(\n item: any,\n): RollingUpgradeMonitoringPolicy {\n return {\n failureAction: item[\"failureAction\"],\n healthCheckWaitDuration: item[\"healthCheckWaitDuration\"],\n healthCheckStableDuration: item[\"healthCheckStableDuration\"],\n healthCheckRetryTimeout: item[\"healthCheckRetryTimeout\"],\n upgradeTimeout: item[\"upgradeTimeout\"],\n upgradeDomainTimeout: item[\"upgradeDomainTimeout\"],\n };\n}\n\n/** The compensating action to perform when a Monitored upgrade encounters monitoring policy or health policy violations. Invalid indicates the failure action is invalid. Rollback specifies that the upgrade will start rolling back automatically. Manual indicates that the upgrade will switch to UnmonitoredManual upgrade mode. */\nexport enum KnownFailureAction {\n /** Indicates that a rollback of the upgrade will be performed by Service Fabric if the upgrade fails. */\n Rollback = \"Rollback\",\n /** Indicates that a manual repair will need to be performed by the administrator if the upgrade fails. Service Fabric will not proceed to the next upgrade domain automatically. */\n Manual = \"Manual\",\n}\n\n/**\n * The compensating action to perform when a Monitored upgrade encounters monitoring policy or health policy violations. Invalid indicates the failure action is invalid. Rollback specifies that the upgrade will start rolling back automatically. Manual indicates that the upgrade will switch to UnmonitoredManual upgrade mode. \\\n * {@link KnownFailureAction} can be used interchangeably with FailureAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Rollback**: Indicates that a rollback of the upgrade will be performed by Service Fabric if the upgrade fails. \\\n * **Manual**: Indicates that a manual repair will need to be performed by the administrator if the upgrade fails. Service Fabric will not proceed to the next upgrade domain automatically.\n */\nexport type FailureAction = string;\n\n/** The mode used to monitor health during a rolling upgrade. The values are Monitored, and UnmonitoredAuto. */\nexport enum KnownRollingUpgradeMode {\n /** The upgrade will stop after completing each upgrade domain and automatically monitor health before proceeding. The value is 0. */\n Monitored = \"Monitored\",\n /** The upgrade will proceed automatically without performing any health monitoring. The value is 1. */\n UnmonitoredAuto = \"UnmonitoredAuto\",\n}\n\n/**\n * The mode used to monitor health during a rolling upgrade. The values are Monitored, and UnmonitoredAuto. \\\n * {@link KnownRollingUpgradeMode} can be used interchangeably with RollingUpgradeMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Monitored**: The upgrade will stop after completing each upgrade domain and automatically monitor health before proceeding. The value is 0. \\\n * **UnmonitoredAuto**: The upgrade will proceed automatically without performing any health monitoring. The value is 1.\n */\nexport type RollingUpgradeMode = string;\n\n/** Describes the managed identities for an Azure resource. */\nexport interface ManagedIdentity {\n /** The principal id of the managed identity. This property will only be provided for a system assigned identity. */\n readonly principalId?: string;\n /** The tenant id of the managed identity. This property will only be provided for a system assigned identity. */\n readonly tenantId?: string;\n /** The type of managed identity for the resource. */\n type?: ManagedIdentityType;\n /**\n * The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.\n */\n userAssignedIdentities?: Record<string, UserAssignedIdentity>;\n}\n\nexport function managedIdentitySerializer(item: ManagedIdentity): any {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentityRecordSerializer(item[\"userAssignedIdentities\"]),\n };\n}\n\nexport function managedIdentityDeserializer(item: any): ManagedIdentity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentityRecordDeserializer(item[\"userAssignedIdentities\"]),\n };\n}\n\n/** The type of managed identity for the resource. */\nexport type ManagedIdentityType =\n | \"None\"\n | \"SystemAssigned\"\n | \"UserAssigned\"\n | \"SystemAssigned, UserAssigned\";\n\nexport function userAssignedIdentityRecordSerializer(\n item: Record<string, UserAssignedIdentity>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentitySerializer(item[key]);\n });\n return result;\n}\n\nexport function userAssignedIdentityRecordDeserializer(\n item: Record<string, any>,\n): Record<string, UserAssignedIdentity> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentityDeserializer(item[key]);\n });\n return result;\n}\n\n/** User assigned identity. */\nexport interface UserAssignedIdentity {\n /** The principal id of user assigned identity. */\n readonly principalId?: string;\n /** The client id of user assigned identity. */\n readonly clientId?: string;\n}\n\nexport function userAssignedIdentitySerializer(item: UserAssignedIdentity): any {\n return item;\n}\n\nexport function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(item: ProxyResource): any {\n return item;\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(item: Resource): any {\n return item;\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnowncreatedByType} can be used interchangeably with createdByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** Application update request. */\nexport interface ApplicationUpdateParameters {\n /** Application update parameters */\n tags?: Record<string, string>;\n}\n\nexport function applicationUpdateParametersSerializer(item: ApplicationUpdateParameters): any {\n return { tags: item[\"tags\"] };\n}\n\n/** The list of application resources. */\nexport interface _ApplicationResourceList {\n /** The ApplicationResource items on this page */\n value: ApplicationResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _applicationResourceListDeserializer(item: any): _ApplicationResourceList {\n return {\n value: applicationResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function applicationResourceArraySerializer(result: Array<ApplicationResource>): any[] {\n return result.map((item) => {\n return applicationResourceSerializer(item);\n });\n}\n\nexport function applicationResourceArrayDeserializer(result: Array<ApplicationResource>): any[] {\n return result.map((item) => {\n return applicationResourceDeserializer(item);\n });\n}\n\n/** Parameters for Resume Upgrade action. The upgrade domain name must be specified. */\nexport interface RuntimeResumeApplicationUpgradeParameters {\n /** The upgrade domain name. Expected to be the next upgrade domain if the application is upgrading. */\n upgradeDomainName?: string;\n}\n\nexport function runtimeResumeApplicationUpgradeParametersSerializer(\n item: RuntimeResumeApplicationUpgradeParameters,\n): any {\n return { upgradeDomainName: item[\"upgradeDomainName\"] };\n}\n\n/** The application type name resource */\nexport interface ApplicationTypeResource extends ProxyResource {\n /** The application type name properties */\n properties?: ApplicationTypeResourceProperties;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location?: string;\n}\n\nexport function applicationTypeResourceSerializer(item: ApplicationTypeResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : applicationTypeResourcePropertiesSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n };\n}\n\nexport function applicationTypeResourceDeserializer(item: any): ApplicationTypeResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : applicationTypeResourcePropertiesDeserializer(item[\"properties\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n };\n}\n\n/** The application type name properties */\nexport interface ApplicationTypeResourceProperties {\n /** The current deployment or provisioning state, which only appears in the response. */\n readonly provisioningState?: string;\n}\n\nexport function applicationTypeResourcePropertiesSerializer(\n item: ApplicationTypeResourceProperties,\n): any {\n return item;\n}\n\nexport function applicationTypeResourcePropertiesDeserializer(\n item: any,\n): ApplicationTypeResourceProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Application type update request */\nexport interface ApplicationTypeUpdateParameters {\n /** Application type update parameters */\n tags?: Record<string, string>;\n}\n\nexport function applicationTypeUpdateParametersSerializer(\n item: ApplicationTypeUpdateParameters,\n): any {\n return { tags: item[\"tags\"] };\n}\n\n/** The list of application type names. */\nexport interface _ApplicationTypeResourceList {\n /** The ApplicationTypeResource items on this page */\n value: ApplicationTypeResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _applicationTypeResourceListDeserializer(item: any): _ApplicationTypeResourceList {\n return {\n value: applicationTypeResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function applicationTypeResourceArraySerializer(\n result: Array<ApplicationTypeResource>,\n): any[] {\n return result.map((item) => {\n return applicationTypeResourceSerializer(item);\n });\n}\n\nexport function applicationTypeResourceArrayDeserializer(\n result: Array<ApplicationTypeResource>,\n): any[] {\n return result.map((item) => {\n return applicationTypeResourceDeserializer(item);\n });\n}\n\n/** An application type version resource for the specified application type name resource. */\nexport interface ApplicationTypeVersionResource extends ProxyResource {\n /** The properties of the application type version resource. */\n properties?: ApplicationTypeVersionResourceProperties;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location?: string;\n}\n\nexport function applicationTypeVersionResourceSerializer(\n item: ApplicationTypeVersionResource,\n): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : applicationTypeVersionResourcePropertiesSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n };\n}\n\nexport function applicationTypeVersionResourceDeserializer(\n item: any,\n): ApplicationTypeVersionResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : applicationTypeVersionResourcePropertiesDeserializer(item[\"properties\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n };\n}\n\n/** The properties of the application type version resource. */\nexport interface ApplicationTypeVersionResourceProperties {\n /** The current deployment or provisioning state, which only appears in the response */\n readonly provisioningState?: string;\n /** The URL to the application package */\n appPackageUrl: string;\n}\n\nexport function applicationTypeVersionResourcePropertiesSerializer(\n item: ApplicationTypeVersionResourceProperties,\n): any {\n return { appPackageUrl: item[\"appPackageUrl\"] };\n}\n\nexport function applicationTypeVersionResourcePropertiesDeserializer(\n item: any,\n): ApplicationTypeVersionResourceProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n appPackageUrl: item[\"appPackageUrl\"],\n };\n}\n\n/** Application type version update request */\nexport interface ApplicationTypeVersionUpdateParameters {\n /** Application type version update parameters */\n tags?: Record<string, string>;\n}\n\nexport function applicationTypeVersionUpdateParametersSerializer(\n item: ApplicationTypeVersionUpdateParameters,\n): any {\n return { tags: item[\"tags\"] };\n}\n\n/** The list of application type version resources for the specified application type name resource. */\nexport interface _ApplicationTypeVersionResourceList {\n /** The ApplicationTypeVersionResource items on this page */\n value: ApplicationTypeVersionResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _applicationTypeVersionResourceListDeserializer(\n item: any,\n): _ApplicationTypeVersionResourceList {\n return {\n value: applicationTypeVersionResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function applicationTypeVersionResourceArraySerializer(\n result: Array<ApplicationTypeVersionResource>,\n): any[] {\n return result.map((item) => {\n return applicationTypeVersionResourceSerializer(item);\n });\n}\n\nexport function applicationTypeVersionResourceArrayDeserializer(\n result: Array<ApplicationTypeVersionResource>,\n): any[] {\n return result.map((item) => {\n return applicationTypeVersionResourceDeserializer(item);\n });\n}\n\n/** The service resource. */\nexport interface ServiceResource extends ProxyResource {\n /** The service resource properties. */\n properties?: ServiceResourcePropertiesUnion;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location?: string;\n}\n\nexport function serviceResourceSerializer(item: ServiceResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : serviceResourcePropertiesUnionSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n };\n}\n\nexport function serviceResourceDeserializer(item: any): ServiceResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : serviceResourcePropertiesUnionDeserializer(item[\"properties\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n };\n}\n\n/** The service resource properties. */\nexport interface ServiceResourceProperties extends ServiceResourcePropertiesBase {\n /** The current deployment or provisioning state, which only appears in the response */\n readonly provisioningState?: string;\n /** The kind of service (Stateless or Stateful). */\n /** The discriminator possible values: Stateful, Stateless */\n serviceKind: ServiceKind;\n /** The name of the service type */\n serviceTypeName: string;\n /** Describes how the service is partitioned. */\n partitionDescription: PartitionUnion;\n /** The activation Mode of the service package */\n servicePackageActivationMode?: ServicePackageActivationMode;\n /**\n * Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP).\n * When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name.\n * When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.\n */\n serviceDnsName?: string;\n}\n\nexport function serviceResourcePropertiesSerializer(item: ServiceResourceProperties): any {\n return {\n placementConstraints: item[\"placementConstraints\"],\n correlationScheme: !item[\"correlationScheme\"]\n ? item[\"correlationScheme\"]\n : serviceCorrelationArraySerializer(item[\"correlationScheme\"]),\n serviceLoadMetrics: !item[\"serviceLoadMetrics\"]\n ? item[\"serviceLoadMetrics\"]\n : serviceLoadMetricArraySerializer(item[\"serviceLoadMetrics\"]),\n servicePlacementPolicies: !item[\"servicePlacementPolicies\"]\n ? item[\"servicePlacementPolicies\"]\n : servicePlacementPolicyUnionArraySerializer(item[\"servicePlacementPolicies\"]),\n defaultMoveCost: item[\"defaultMoveCost\"],\n scalingPolicies: !item[\"scalingPolicies\"]\n ? item[\"scalingPolicies\"]\n : scalingPolicyArraySerializer(item[\"scalingPolicies\"]),\n serviceKind: item[\"serviceKind\"],\n serviceTypeName: item[\"serviceTypeName\"],\n partitionDescription: partitionUnionSerializer(item[\"partitionDescription\"]),\n servicePackageActivationMode: item[\"servicePackageActivationMode\"],\n serviceDnsName: item[\"serviceDnsName\"],\n };\n}\n\nexport function serviceResourcePropertiesDeserializer(item: any): ServiceResourceProperties {\n return {\n placementConstraints: item[\"placementConstraints\"],\n correlationScheme: !item[\"correlationScheme\"]\n ? item[\"correlationScheme\"]\n : serviceCorrelationArrayDeserializer(item[\"correlationScheme\"]),\n serviceLoadMetrics: !item[\"serviceLoadMetrics\"]\n ? item[\"serviceLoadMetrics\"]\n : serviceLoadMetricArrayDeserializer(item[\"serviceLoadMetrics\"]),\n servicePlacementPolicies: !item[\"servicePlacementPolicies\"]\n ? item[\"servicePlacementPolicies\"]\n : servicePlacementPolicyUnionArrayDeserializer(item[\"servicePlacementPolicies\"]),\n defaultMoveCost: item[\"defaultMoveCost\"],\n scalingPolicies: !item[\"scalingPolicies\"]\n ? item[\"scalingPolicies\"]\n : scalingPolicyArrayDeserializer(item[\"scalingPolicies\"]),\n provisioningState: item[\"provisioningState\"],\n serviceKind: item[\"serviceKind\"],\n serviceTypeName: item[\"serviceTypeName\"],\n partitionDescription: partitionUnionDeserializer(item[\"partitionDescription\"]),\n servicePackageActivationMode: item[\"servicePackageActivationMode\"],\n serviceDnsName: item[\"serviceDnsName\"],\n };\n}\n\n/** Alias for ServiceResourcePropertiesUnion */\nexport type ServiceResourcePropertiesUnion =\n | StatefulServiceProperties\n | StatelessServiceProperties\n | ServiceResourceProperties;\n\nexport function serviceResourcePropertiesUnionSerializer(\n item: ServiceResourcePropertiesUnion,\n): any {\n switch (item.serviceKind) {\n case \"Stateful\":\n return statefulServicePropertiesSerializer(item as StatefulServiceProperties);\n\n case \"Stateless\":\n return statelessServicePropertiesSerializer(item as StatelessServiceProperties);\n\n default:\n return serviceResourcePropertiesSerializer(item);\n }\n}\n\nexport function serviceResourcePropertiesUnionDeserializer(\n item: any,\n): ServiceResourcePropertiesUnion {\n switch (item.serviceKind) {\n case \"Stateful\":\n return statefulServicePropertiesDeserializer(item as StatefulServiceProperties);\n\n case \"Stateless\":\n return statelessServicePropertiesDeserializer(item as StatelessServiceProperties);\n\n default:\n return serviceResourcePropertiesDeserializer(item);\n }\n}\n\n/** The kind of service (Stateless or Stateful). */\nexport enum KnownServiceKind {\n /** Does not use Service Fabric to make its state highly available or reliable. The value is 0. */\n Stateless = \"Stateless\",\n /** Uses Service Fabric to make its state or part of its state highly available and reliable. The value is 1. */\n Stateful = \"Stateful\",\n}\n\n/**\n * The kind of service (Stateless or Stateful). \\\n * {@link KnownServiceKind} can be used interchangeably with ServiceKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Stateless**: Does not use Service Fabric to make its state highly available or reliable. The value is 0. \\\n * **Stateful**: Uses Service Fabric to make its state or part of its state highly available and reliable. The value is 1.\n */\nexport type ServiceKind = string;\n\n/** Describes how the service is partitioned. */\nexport interface Partition {\n partitionScheme: PartitionScheme;\n}\n\nexport function partitionSerializer(item: Partition): any {\n return { partitionScheme: item[\"partitionScheme\"] };\n}\n\nexport function partitionDeserializer(item: any): Partition {\n return {\n partitionScheme: item[\"partitionScheme\"],\n };\n}\n\n/** Alias for PartitionUnion */\nexport type PartitionUnion =\n | UniformInt64RangePartitionScheme\n | SingletonPartitionScheme\n | NamedPartitionScheme\n | Partition;\n\nexport function partitionUnionSerializer(item: PartitionUnion): any {\n switch (item.partitionScheme) {\n case \"UniformInt64Range\":\n return uniformInt64RangePartitionSchemeSerializer(item as UniformInt64RangePartitionScheme);\n\n case \"Singleton\":\n return singletonPartitionSchemeSerializer(item as SingletonPartitionScheme);\n\n case \"Named\":\n return namedPartitionSchemeSerializer(item as NamedPartitionScheme);\n\n default:\n return partitionSerializer(item);\n }\n}\n\nexport function partitionUnionDeserializer(item: any): PartitionUnion {\n switch (item.partitionScheme) {\n case \"UniformInt64Range\":\n return uniformInt64RangePartitionSchemeDeserializer(item as UniformInt64RangePartitionScheme);\n\n case \"Singleton\":\n return singletonPartitionSchemeDeserializer(item as SingletonPartitionScheme);\n\n case \"Named\":\n return namedPartitionSchemeDeserializer(item as NamedPartitionScheme);\n\n default:\n return partitionDeserializer(item);\n }\n}\n\n/** Enumerates the ways that a service can be partitioned. */\nexport enum KnownPartitionScheme {\n /** Indicates that the partition is based on string names, and is a SingletonPartitionScheme object, The value is 0. */\n Singleton = \"Singleton\",\n /** Indicates that the partition is based on Int64 key ranges, and is a UniformInt64RangePartitionScheme object. The value is 1. */\n UniformInt64Range = \"UniformInt64Range\",\n /** Indicates that the partition is based on string names, and is a NamedPartitionScheme object. The value is 2. */\n Named = \"Named\",\n}\n\n/**\n * Enumerates the ways that a service can be partitioned. \\\n * {@link KnownPartitionScheme} can be used interchangeably with PartitionScheme,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Singleton**: Indicates that the partition is based on string names, and is a SingletonPartitionScheme object, The value is 0. \\\n * **UniformInt64Range**: Indicates that the partition is based on Int64 key ranges, and is a UniformInt64RangePartitionScheme object. The value is 1. \\\n * **Named**: Indicates that the partition is based on string names, and is a NamedPartitionScheme object. The value is 2.\n */\nexport type PartitionScheme = string;\n\n/** Describes a partitioning scheme where an integer range is allocated evenly across a number of partitions. */\nexport interface UniformInt64RangePartitionScheme extends Partition {\n /** The number of partitions. */\n count: number;\n /**\n * The lower bound of the partition key range that\n * should be split between the partition ‘Count’\n */\n lowKey: number;\n /**\n * The upper bound of the partition key range that\n * should be split between the partition ‘Count’\n */\n highKey: number;\n /** Specifies how the service is partitioned. */\n partitionScheme: \"UniformInt64Range\";\n}\n\nexport function uniformInt64RangePartitionSchemeSerializer(\n item: UniformInt64RangePartitionScheme,\n): any {\n return {\n partitionScheme: item[\"partitionScheme\"],\n count: item[\"count\"],\n lowKey: item[\"lowKey\"],\n highKey: item[\"highKey\"],\n };\n}\n\nexport function uniformInt64RangePartitionSchemeDeserializer(\n item: any,\n): UniformInt64RangePartitionScheme {\n return {\n partitionScheme: item[\"partitionScheme\"],\n count: item[\"count\"],\n lowKey: item[\"lowKey\"],\n highKey: item[\"highKey\"],\n };\n}\n\n/** Describes the partition scheme of a singleton-partitioned, or non-partitioned service. */\nexport interface SingletonPartitionScheme extends Partition {\n /** Specifies how the service is partitioned. */\n partitionScheme: \"Singleton\";\n}\n\nexport function singletonPartitionSchemeSerializer(item: SingletonPartitionScheme): any {\n return { partitionScheme: item[\"partitionScheme\"] };\n}\n\nexport function singletonPartitionSchemeDeserializer(item: any): SingletonPartitionScheme {\n return {\n partitionScheme: item[\"partitionScheme\"],\n };\n}\n\n/** Describes the named partition scheme of the service. */\nexport interface NamedPartitionScheme extends Partition {\n /** Array for the names of the partitions. */\n names: string[];\n /** Specifies how the service is partitioned. */\n partitionScheme: \"Named\";\n}\n\nexport function namedPartitionSchemeSerializer(item: NamedPartitionScheme): any {\n return {\n partitionScheme: item[\"partitionScheme\"],\n names: item[\"names\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function namedPartitionSchemeDeserializer(item: any): NamedPartitionScheme {\n return {\n partitionScheme: item[\"partitionScheme\"],\n names: item[\"names\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The activation Mode of the service package */\nexport enum KnownServicePackageActivationMode {\n /** Indicates the application package activation mode will use shared process. */\n SharedProcess = \"SharedProcess\",\n /** Indicates the application package activation mode will use exclusive process. */\n ExclusiveProcess = \"ExclusiveProcess\",\n}\n\n/**\n * The activation Mode of the service package \\\n * {@link KnownServicePackageActivationMode} can be used interchangeably with ServicePackageActivationMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SharedProcess**: Indicates the application package activation mode will use shared process. \\\n * **ExclusiveProcess**: Indicates the application package activation mode will use exclusive process.\n */\nexport type ServicePackageActivationMode = string;\n\n/** The properties of a stateful service resource. */\nexport interface StatefulServiceProperties extends ServiceResourceProperties {\n /** A flag indicating whether this is a persistent service which stores states on the local disk. If it is then the value of this property is true, if not it is false. */\n hasPersistedState?: boolean;\n /** The target replica set size as a number. */\n targetReplicaSetSize?: number;\n /** The minimum replica set size as a number. */\n minReplicaSetSize?: number;\n /** The duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format \"hh:mm:ss\". */\n replicaRestartWaitDuration?: string;\n /** The maximum duration for which a partition is allowed to be in a state of quorum loss, represented in ISO 8601 format \"hh:mm:ss\". */\n quorumLossWaitDuration?: string;\n /** The definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format \"hh:mm:ss\". */\n standByReplicaKeepDuration?: string;\n /** The duration for which replicas can stay InBuild before reporting that build is stuck, represented in ISO 8601 format \"hh:mm:ss\". */\n servicePlacementTimeLimit?: string;\n /** The kind of service (Stateless or Stateful). */\n serviceKind: \"Stateful\";\n}\n\nexport function statefulServicePropertiesSerializer(item: StatefulServiceProperties): any {\n return {\n serviceKind: item[\"serviceKind\"],\n serviceTypeName: item[\"serviceTypeName\"],\n partitionDescription: partitionUnionSerializer(item[\"partitionDescription\"]),\n servicePackageActivationMode: item[\"servicePackageActivationMode\"],\n serviceDnsName: item[\"serviceDnsName\"],\n placementConstraints: item[\"placementConstraints\"],\n correlationScheme: !item[\"correlationScheme\"]\n ? item[\"correlationScheme\"]\n : serviceCorrelationArraySerializer(item[\"correlationScheme\"]),\n serviceLoadMetrics: !item[\"serviceLoadMetrics\"]\n ? item[\"serviceLoadMetrics\"]\n : serviceLoadMetricArraySerializer(item[\"serviceLoadMetrics\"]),\n servicePlacementPolicies: !item[\"servicePlacementPolicies\"]\n ? item[\"servicePlacementPolicies\"]\n : servicePlacementPolicyUnionArraySerializer(item[\"servicePlacementPolicies\"]),\n defaultMoveCost: item[\"defaultMoveCost\"],\n scalingPolicies: !item[\"scalingPolicies\"]\n ? item[\"scalingPolicies\"]\n : scalingPolicyArraySerializer(item[\"scalingPolicies\"]),\n hasPersistedState: item[\"hasPersistedState\"],\n targetReplicaSetSize: item[\"targetReplicaSetSize\"],\n minReplicaSetSize: item[\"minReplicaSetSize\"],\n replicaRestartWaitDuration: item[\"replicaRestartWaitDuration\"],\n quorumLossWaitDuration: item[\"quorumLossWaitDuration\"],\n standByReplicaKeepDuration: item[\"standByReplicaKeepDuration\"],\n servicePlacementTimeLimit: item[\"servicePlacementTimeLimit\"],\n };\n}\n\nexport function statefulServicePropertiesDeserializer(item: any): StatefulServiceProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n serviceKind: item[\"serviceKind\"],\n serviceTypeName: item[\"serviceTypeName\"],\n partitionDescription: partitionUnionDeserializer(item[\"partitionDescription\"]),\n servicePackageActivationMode: item[\"servicePackageActivationMode\"],\n serviceDnsName: item[\"serviceDnsName\"],\n placementConstraints: item[\"placementConstraints\"],\n correlationScheme: !item[\"correlationScheme\"]\n ? item[\"correlationScheme\"]\n : serviceCorrelationArrayDeserializer(item[\"correlationScheme\"]),\n serviceLoadMetrics: !item[\"serviceLoadMetrics\"]\n ? item[\"serviceLoadMetrics\"]\n : serviceLoadMetricArrayDeserializer(item[\"serviceLoadMetrics\"]),\n servicePlacementPolicies: !item[\"servicePlacementPolicies\"]\n ? item[\"servicePlacementPolicies\"]\n : servicePlacementPolicyUnionArrayDeserializer(item[\"servicePlacementPolicies\"]),\n defaultMoveCost: item[\"defaultMoveCost\"],\n scalingPolicies: !item[\"scalingPolicies\"]\n ? item[\"scalingPolicies\"]\n : scalingPolicyArrayDeserializer(item[\"scalingPolicies\"]),\n hasPersistedState: item[\"hasPersistedState\"],\n targetReplicaSetSize: item[\"targetReplicaSetSize\"],\n minReplicaSetSize: item[\"minReplicaSetSize\"],\n replicaRestartWaitDuration: item[\"replicaRestartWaitDuration\"],\n quorumLossWaitDuration: item[\"quorumLossWaitDuration\"],\n standByReplicaKeepDuration: item[\"standByReplicaKeepDuration\"],\n servicePlacementTimeLimit: item[\"servicePlacementTimeLimit\"],\n };\n}\n\n/** The properties of a stateless service resource. */\nexport interface StatelessServiceProperties extends ServiceResourceProperties {\n /** The instance count. */\n instanceCount: number;\n /** MinInstanceCount is the minimum number of instances that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstanceCount computation -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service. */\n minInstanceCount?: number;\n /** MinInstancePercentage is the minimum percentage of InstanceCount that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstancePercentage computation, -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service. */\n minInstancePercentage?: number;\n /** The kind of service (Stateless or Stateful). */\n serviceKind: \"Stateless\";\n}\n\nexport function statelessServicePropertiesSerializer(item: StatelessServiceProperties): any {\n return {\n serviceKind: item[\"serviceKind\"],\n serviceTypeName: item[\"serviceTypeName\"],\n partitionDescription: partitionUnionSerializer(item[\"partitionDescription\"]),\n servicePackageActivationMode: item[\"servicePackageActivationMode\"],\n serviceDnsName: item[\"serviceDnsName\"],\n placementConstraints: item[\"placementConstraints\"],\n correlationScheme: !item[\"correlationScheme\"]\n ? item[\"correlationScheme\"]\n : serviceCorrelationArraySerializer(item[\"correlationScheme\"]),\n serviceLoadMetrics: !item[\"serviceLoadMetrics\"]\n ? item[\"serviceLoadMetrics\"]\n : serviceLoadMetricArraySerializer(item[\"serviceLoadMetrics\"]),\n servicePlacementPolicies: !item[\"servicePlacementPolicies\"]\n ? item[\"servicePlacementPolicies\"]\n : servicePlacementPolicyUnionArraySerializer(item[\"servicePlacementPolicies\"]),\n defaultMoveCost: item[\"defaultMoveCost\"],\n scalingPolicies: !item[\"scalingPolicies\"]\n ? item[\"scalingPolicies\"]\n : scalingPolicyArraySerializer(item[\"scalingPolicies\"]),\n instanceCount: item[\"instanceCount\"],\n minInstanceCount: item[\"minInstanceCount\"],\n minInstancePercentage: item[\"minInstancePercentage\"],\n };\n}\n\nexport function statelessServicePropertiesDeserializer(item: any): StatelessServiceProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n serviceKind: item[\"serviceKind\"],\n serviceTypeName: item[\"serviceTypeName\"],\n partitionDescription: partitionUnionDeserializer(item[\"partitionDescription\"]),\n servicePackageActivationMode: item[\"servicePackageActivationMode\"],\n serviceDnsName: item[\"serviceDnsName\"],\n placementConstraints: item[\"placementConstraints\"],\n correlationScheme: !item[\"correlationScheme\"]\n ? item[\"correlationScheme\"]\n : serviceCorrelationArrayDeserializer(item[\"correlationScheme\"]),\n serviceLoadMetrics: !item[\"serviceLoadMetrics\"]\n ? item[\"serviceLoadMetrics\"]\n : serviceLoadMetricArrayDeserializer(item[\"serviceLoadMetrics\"]),\n servicePlacementPolicies: !item[\"servicePlacementPolicies\"]\n ? item[\"servicePlacementPolicies\"]\n : servicePlacementPolicyUnionArrayDeserializer(item[\"servicePlacementPolicies\"]),\n defaultMoveCost: item[\"defaultMoveCost\"],\n scalingPolicies: !item[\"scalingPolicies\"]\n ? item[\"scalingPolicies\"]\n : scalingPolicyArrayDeserializer(item[\"scalingPolicies\"]),\n instanceCount: item[\"instanceCount\"],\n minInstanceCount: item[\"minInstanceCount\"],\n minInstancePercentage: item[\"minInstancePercentage\"],\n };\n}\n\n/** The common service resource properties. */\nexport interface ServiceResourcePropertiesBase {\n /** The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: \"NodeColor == blue)\". */\n placementConstraints?: string;\n /** A list that describes the correlation of the service with other services. */\n correlationScheme?: ServiceCorrelation[];\n /** The service load metrics is given as an array of ServiceLoadMetric objects. */\n serviceLoadMetrics?: ServiceLoadMetric[];\n /** A list that describes the correlation of the service with other services. */\n servicePlacementPolicies?: ServicePlacementPolicyUnion[];\n /** Specifies the move cost for the service. */\n defaultMoveCost?: MoveCost;\n /** Scaling policies for this service. */\n scalingPolicies?: ScalingPolicy[];\n}\n\nexport function serviceResourcePropertiesBaseSerializer(item: ServiceResourcePropertiesBase): any {\n return {\n placementConstraints: item[\"placementConstraints\"],\n correlationScheme: !item[\"correlationScheme\"]\n ? item[\"correlationScheme\"]\n : serviceCorrelationArraySerializer(item[\"correlationScheme\"]),\n serviceLoadMetrics: !item[\"serviceLoadMetrics\"]\n ? item[\"serviceLoadMetrics\"]\n : serviceLoadMetricArraySerializer(item[\"serviceLoadMetrics\"]),\n servicePlacementPolicies: !item[\"servicePlacementPolicies\"]\n ? item[\"servicePlacementPolicies\"]\n : servicePlacementPolicyUnionArraySerializer(item[\"servicePlacementPolicies\"]),\n defaultMoveCost: item[\"defaultMoveCost\"],\n scalingPolicies: !item[\"scalingPolicies\"]\n ? item[\"scalingPolicies\"]\n : scalingPolicyArraySerializer(item[\"scalingPolicies\"]),\n };\n}\n\nexport function serviceResourcePropertiesBaseDeserializer(\n item: any,\n): ServiceResourcePropertiesBase {\n return {\n placementConstraints: item[\"placementConstraints\"],\n correlationScheme: !item[\"correlationScheme\"]\n ? item[\"correlationScheme\"]\n : serviceCorrelationArrayDeserializer(item[\"correlationScheme\"]),\n serviceLoadMetrics: !item[\"serviceLoadMetrics\"]\n ? item[\"serviceLoadMetrics\"]\n : serviceLoadMetricArrayDeserializer(item[\"serviceLoadMetrics\"]),\n servicePlacementPolicies: !item[\"servicePlacementPolicies\"]\n ? item[\"servicePlacementPolicies\"]\n : servicePlacementPolicyUnionArrayDeserializer(item[\"servicePlacementPolicies\"]),\n defaultMoveCost: item[\"defaultMoveCost\"],\n scalingPolicies: !item[\"scalingPolicies\"]\n ? item[\"scalingPolicies\"]\n : scalingPolicyArrayDeserializer(item[\"scalingPolicies\"]),\n };\n}\n\nexport function serviceCorrelationArraySerializer(result: Array<ServiceCorrelation>): any[] {\n return result.map((item) => {\n return serviceCorrelationSerializer(item);\n });\n}\n\nexport function serviceCorrelationArrayDeserializer(result: Array<ServiceCorrelation>): any[] {\n return result.map((item) => {\n return serviceCorrelationDeserializer(item);\n });\n}\n\n/** Creates a particular correlation between services. */\nexport interface ServiceCorrelation {\n /** The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName. */\n scheme: ServiceCorrelationScheme;\n /** The Arm Resource ID of the service that the correlation relationship is established with. */\n serviceName: string;\n}\n\nexport function serviceCorrelationSerializer(item: ServiceCorrelation): any {\n return { scheme: item[\"scheme\"], serviceName: item[\"serviceName\"] };\n}\n\nexport function serviceCorrelationDeserializer(item: any): ServiceCorrelation {\n return {\n scheme: item[\"scheme\"],\n serviceName: item[\"serviceName\"],\n };\n}\n\n/** The service correlation scheme. */\nexport enum KnownServiceCorrelationScheme {\n /** Aligned affinity ensures that the primaries of the partitions of the affinitized services are collocated on the same nodes. This is the default and is the same as selecting the Affinity scheme. The value is 0. */\n AlignedAffinity = \"AlignedAffinity\",\n /** Non-Aligned affinity guarantees that all replicas of each service will be placed on the same nodes. Unlike Aligned Affinity, this does not guarantee that replicas of particular role will be collocated. The value is 1. */\n NonAlignedAffinity = \"NonAlignedAffinity\",\n}\n\n/**\n * The service correlation scheme. \\\n * {@link KnownServiceCorrelationScheme} can be used interchangeably with ServiceCorrelationScheme,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AlignedAffinity**: Aligned affinity ensures that the primaries of the partitions of the affinitized services are collocated on the same nodes. This is the default and is the same as selecting the Affinity scheme. The value is 0. \\\n * **NonAlignedAffinity**: Non-Aligned affinity guarantees that all replicas of each service will be placed on the same nodes. Unlike Aligned Affinity, this does not guarantee that replicas of particular role will be collocated. The value is 1.\n */\nexport type ServiceCorrelationScheme = string;\n\nexport function serviceLoadMetricArraySerializer(result: Array<ServiceLoadMetric>): any[] {\n return result.map((item) => {\n return serviceLoadMetricSerializer(item);\n });\n}\n\nexport function serviceLoadMetricArrayDeserializer(result: Array<ServiceLoadMetric>): any[] {\n return result.map((item) => {\n return serviceLoadMetricDeserializer(item);\n });\n}\n\n/** Specifies a metric to load balance a service during runtime. */\nexport interface ServiceLoadMetric {\n /** The name of the metric. If the service chooses to report load during runtime, the load metric name should match the name that is specified in Name exactly. Note that metric names are case sensitive. */\n name: string;\n /** The service load metric relative weight, compared to other metrics configured for this service, as a number. */\n weight?: ServiceLoadMetricWeight;\n /** Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Primary replica. */\n primaryDefaultLoad?: number;\n /** Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Secondary replica. */\n secondaryDefaultLoad?: number;\n /** Used only for Stateless services. The default amount of load, as a number, that this service creates for this metric. */\n defaultLoad?: number;\n}\n\nexport function serviceLoadMetricSerializer(item: ServiceLoadMetric): any {\n return {\n name: item[\"name\"],\n weight: item[\"weight\"],\n primaryDefaultLoad: item[\"primaryDefaultLoad\"],\n secondaryDefaultLoad: item[\"secondaryDefaultLoad\"],\n defaultLoad: item[\"defaultLoad\"],\n };\n}\n\nexport function serviceLoadMetricDeserializer(item: any): ServiceLoadMetric {\n return {\n name: item[\"name\"],\n weight: item[\"weight\"],\n primaryDefaultLoad: item[\"primaryDefaultLoad\"],\n secondaryDefaultLoad: item[\"secondaryDefaultLoad\"],\n defaultLoad: item[\"defaultLoad\"],\n };\n}\n\n/** Determines the metric weight relative to the other metrics that are configured for this service. During runtime, if two metrics end up in conflict, the Cluster Resource Manager prefers the metric with the higher weight. */\nexport enum KnownServiceLoadMetricWeight {\n /** Disables resource balancing for this metric. This value is zero. */\n Zero = \"Zero\",\n /** Specifies the metric weight of the service load as Low. The value is 1. */\n Low = \"Low\",\n /** Specifies the metric weight of the service load as Medium. The value is 2. */\n Medium = \"Medium\",\n /** Specifies the metric weight of the service load as High. The value is 3. */\n High = \"High\",\n}\n\n/**\n * Determines the metric weight relative to the other metrics that are configured for this service. During runtime, if two metrics end up in conflict, the Cluster Resource Manager prefers the metric with the higher weight. \\\n * {@link KnownServiceLoadMetricWeight} can be used interchangeably with ServiceLoadMetricWeight,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Zero**: Disables resource balancing for this metric. This value is zero. \\\n * **Low**: Specifies the metric weight of the service load as Low. The value is 1. \\\n * **Medium**: Specifies the metric weight of the service load as Medium. The value is 2. \\\n * **High**: Specifies the metric weight of the service load as High. The value is 3.\n */\nexport type ServiceLoadMetricWeight = string;\n\nexport function servicePlacementPolicyUnionArraySerializer(\n result: Array<ServicePlacementPolicyUnion>,\n): any[] {\n return result.map((item) => {\n return servicePlacementPolicyUnionSerializer(item);\n });\n}\n\nexport function servicePlacementPolicyUnionArrayDeserializer(\n result: Array<ServicePlacementPolicyUnion>,\n): any[] {\n return result.map((item) => {\n return servicePlacementPolicyUnionDeserializer(item);\n });\n}\n\n/** Describes the policy to be used for placement of a Service Fabric service. */\nexport interface ServicePlacementPolicy {\n type: ServicePlacementPolicyType;\n}\n\nexport function servicePlacementPolicySerializer(item: ServicePlacementPolicy): any {\n return { type: item[\"type\"] };\n}\n\nexport function servicePlacementPolicyDeserializer(item: any): ServicePlacementPolicy {\n return {\n type: item[\"type\"],\n };\n}\n\n/** Alias for ServicePlacementPolicyUnion */\nexport type ServicePlacementPolicyUnion =\n | ServicePlacementInvalidDomainPolicy\n | ServicePlacementRequiredDomainPolicy\n | ServicePlacementPreferPrimaryDomainPolicy\n | ServicePlacementRequireDomainDistributionPolicy\n | ServicePlacementNonPartiallyPlaceServicePolicy\n | ServicePlacementPolicy;\n\nexport function servicePlacementPolicyUnionSerializer(item: ServicePlacementPolicyUnion): any {\n switch (item.type) {\n case \"InvalidDomain\":\n return servicePlacementInvalidDomainPolicySerializer(\n item as ServicePlacementInvalidDomainPolicy,\n );\n\n case \"RequiredDomain\":\n return servicePlacementRequiredDomainPolicySerializer(\n item as ServicePlacementRequiredDomainPolicy,\n );\n\n case \"PreferredPrimaryDomain\":\n return servicePlacementPreferPrimaryDomainPolicySerializer(\n item as ServicePlacementPreferPrimaryDomainPolicy,\n );\n\n case \"RequiredDomainDistribution\":\n return servicePlacementRequireDomainDistributionPolicySerializer(\n item as ServicePlacementRequireDomainDistributionPolicy,\n );\n\n case \"NonPartiallyPlaceService\":\n return servicePlacementNonPartiallyPlaceServicePolicySerializer(\n item as ServicePlacementNonPartiallyPlaceServicePolicy,\n );\n\n default:\n return servicePlacementPolicySerializer(item);\n }\n}\n\nexport function servicePlacementPolicyUnionDeserializer(item: any): ServicePlacementPolicyUnion {\n switch (item.type) {\n case \"InvalidDomain\":\n return servicePlacementInvalidDomainPolicyDeserializer(\n item as ServicePlacementInvalidDomainPolicy,\n );\n\n case \"RequiredDomain\":\n return servicePlacementRequiredDomainPolicyDeserializer(\n item as ServicePlacementRequiredDomainPolicy,\n );\n\n case \"PreferredPrimaryDomain\":\n return servicePlacementPreferPrimaryDomainPolicyDeserializer(\n item as ServicePlacementPreferPrimaryDomainPolicy,\n );\n\n case \"RequiredDomainDistribution\":\n return servicePlacementRequireDomainDistributionPolicyDeserializer(\n item as ServicePlacementRequireDomainDistributionPolicy,\n );\n\n case \"NonPartiallyPlaceService\":\n return servicePlacementNonPartiallyPlaceServicePolicyDeserializer(\n item as ServicePlacementNonPartiallyPlaceServicePolicy,\n );\n\n default:\n return servicePlacementPolicyDeserializer(item);\n }\n}\n\n/** The type of placement policy for a service fabric service. Following are the possible values. */\nexport enum KnownServicePlacementPolicyType {\n /** Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementInvalidDomainPolicyDescription, which indicates that a particular fault or upgrade domain cannot be used for placement of this service. The value is 0. */\n InvalidDomain = \"InvalidDomain\",\n /** Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementRequireDomainDistributionPolicyDescription indicating that the replicas of the service must be placed in a specific domain. The value is 1. */\n RequiredDomain = \"RequiredDomain\",\n /** Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementPreferPrimaryDomainPolicyDescription, which indicates that if possible the Primary replica for the partitions of the service should be located in a particular domain as an optimization. The value is 2. */\n PreferredPrimaryDomain = \"PreferredPrimaryDomain\",\n /** Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementRequireDomainDistributionPolicyDescription, indicating that the system will disallow placement of any two replicas from the same partition in the same domain at any time. The value is 3. */\n RequiredDomainDistribution = \"RequiredDomainDistribution\",\n /** Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementNonPartiallyPlaceServicePolicyDescription, which indicates that if possible all replicas of a particular partition of the service should be placed atomically. The value is 4. */\n NonPartiallyPlaceService = \"NonPartiallyPlaceService\",\n}\n\n/**\n * The type of placement policy for a service fabric service. Following are the possible values. \\\n * {@link KnownServicePlacementPolicyType} can be used interchangeably with ServicePlacementPolicyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InvalidDomain**: Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementInvalidDomainPolicyDescription, which indicates that a particular fault or upgrade domain cannot be used for placement of this service. The value is 0. \\\n * **RequiredDomain**: Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementRequireDomainDistributionPolicyDescription indicating that the replicas of the service must be placed in a specific domain. The value is 1. \\\n * **PreferredPrimaryDomain**: Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementPreferPrimaryDomainPolicyDescription, which indicates that if possible the Primary replica for the partitions of the service should be located in a particular domain as an optimization. The value is 2. \\\n * **RequiredDomainDistribution**: Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementRequireDomainDistributionPolicyDescription, indicating that the system will disallow placement of any two replicas from the same partition in the same domain at any time. The value is 3. \\\n * **NonPartiallyPlaceService**: Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementNonPartiallyPlaceServicePolicyDescription, which indicates that if possible all replicas of a particular partition of the service should be placed atomically. The value is 4.\n */\nexport type ServicePlacementPolicyType = string;\n\n/** Describes the policy to be used for placement of a Service Fabric service where a particular fault or upgrade domain should not be used for placement of the instances or replicas of that service. */\nexport interface ServicePlacementInvalidDomainPolicy extends ServicePlacementPolicy {\n /** The name of the domain that should not be used for placement. */\n domainName: string;\n /** The type of placement policy for a service fabric service. Following are the possible values. */\n type: \"InvalidDomain\";\n}\n\nexport function servicePlacementInvalidDomainPolicySerializer(\n item: ServicePlacementInvalidDomainPolicy,\n): any {\n return { type: item[\"type\"], domainName: item[\"domainName\"] };\n}\n\nexport function servicePlacementInvalidDomainPolicyDeserializer(\n item: any,\n): ServicePlacementInvalidDomainPolicy {\n return {\n type: item[\"type\"],\n domainName: item[\"domainName\"],\n };\n}\n\n/** Describes the policy to be used for placement of a Service Fabric service where the instances or replicas of that service must be placed in a particular domain. */\nexport interface ServicePlacementRequiredDomainPolicy extends ServicePlacementPolicy {\n /** The name of the domain that should used for placement as per this policy. */\n domainName: string;\n /** The type of placement policy for a service fabric service. Following are the possible values. */\n type: \"RequiredDomain\";\n}\n\nexport function servicePlacementRequiredDomainPolicySerializer(\n item: ServicePlacementRequiredDomainPolicy,\n): any {\n return { type: item[\"type\"], domainName: item[\"domainName\"] };\n}\n\nexport function servicePlacementRequiredDomainPolicyDeserializer(\n item: any,\n): ServicePlacementRequiredDomainPolicy {\n return {\n type: item[\"type\"],\n domainName: item[\"domainName\"],\n };\n}\n\n/**\n * Describes the policy to be used for placement of a Service Fabric service where the service's\n * Primary replicas should optimally be placed in a particular domain.\n *\n * This placement policy is usually used with fault domains in scenarios where the Service Fabric\n * cluster is geographically distributed in order to indicate that a service's primary replica should\n * be located in a particular fault domain, which in geo-distributed scenarios usually aligns with regional\n * or datacenter boundaries. Note that since this is an optimization it is possible that the Primary replica\n * may not end up located in this domain due to failures, capacity limits, or other constraints.\n */\nexport interface ServicePlacementPreferPrimaryDomainPolicy extends ServicePlacementPolicy {\n /** The name of the domain that should used for placement as per this policy. */\n domainName: string;\n /** The type of placement policy for a service fabric service. Following are the possible values. */\n type: \"PreferredPrimaryDomain\";\n}\n\nexport function servicePlacementPreferPrimaryDomainPolicySerializer(\n item: ServicePlacementPreferPrimaryDomainPolicy,\n): any {\n return { type: item[\"type\"], domainName: item[\"domainName\"] };\n}\n\nexport function servicePlacementPreferPrimaryDomainPolicyDeserializer(\n item: any,\n): ServicePlacementPreferPrimaryDomainPolicy {\n return {\n type: item[\"type\"],\n domainName: item[\"domainName\"],\n };\n}\n\n/**\n * Describes the policy to be used for placement of a Service Fabric service where two replicas\n * from the same partition should never be placed in the same fault or upgrade domain.\n *\n * While this is not common it can expose the service to an increased risk of concurrent failures\n * due to unplanned outages or other cases of subsequent/concurrent failures. As an example, consider\n * a case where replicas are deployed across different data center, with one replica per location.\n * In the event that one of the datacenters goes offline, normally the replica that was placed in that\n * datacenter will be packed into one of the remaining datacenters. If this is not desirable then this\n * policy should be set.\n */\nexport interface ServicePlacementRequireDomainDistributionPolicy extends ServicePlacementPolicy {\n /** The name of the domain that should used for placement as per this policy. */\n domainName: string;\n /** The type of placement policy for a service fabric service. Following are the possible values. */\n type: \"RequiredDomainDistribution\";\n}\n\nexport function servicePlacementRequireDomainDistributionPolicySerializer(\n item: ServicePlacementRequireDomainDistributionPolicy,\n): any {\n return { type: item[\"type\"], domainName: item[\"domainName\"] };\n}\n\nexport function servicePlacementRequireDomainDistributionPolicyDeserializer(\n item: any,\n): ServicePlacementRequireDomainDistributionPolicy {\n return {\n type: item[\"type\"],\n domainName: item[\"domainName\"],\n };\n}\n\n/** The type of placement policy for a service fabric service. Following are the possible values. */\nexport interface ServicePlacementNonPartiallyPlaceServicePolicy extends ServicePlacementPolicy {\n type: \"NonPartiallyPlaceService\";\n}\n\nexport function servicePlacementNonPartiallyPlaceServicePolicySerializer(\n item: ServicePlacementNonPartiallyPlaceServicePolicy,\n): any {\n return { type: item[\"type\"] };\n}\n\nexport function servicePlacementNonPartiallyPlaceServicePolicyDeserializer(\n item: any,\n): ServicePlacementNonPartiallyPlaceServicePolicy {\n return {\n type: item[\"type\"],\n };\n}\n\n/** Specifies the move cost for the service. */\nexport enum KnownMoveCost {\n /** Zero move cost. This value is zero. */\n Zero = \"Zero\",\n /** Specifies the move cost of the service as Low. The value is 1. */\n Low = \"Low\",\n /** Specifies the move cost of the service as Medium. The value is 2. */\n Medium = \"Medium\",\n /** Specifies the move cost of the service as High. The value is 3. */\n High = \"High\",\n}\n\n/**\n * Specifies the move cost for the service. \\\n * {@link KnownMoveCost} can be used interchangeably with MoveCost,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Zero**: Zero move cost. This value is zero. \\\n * **Low**: Specifies the move cost of the service as Low. The value is 1. \\\n * **Medium**: Specifies the move cost of the service as Medium. The value is 2. \\\n * **High**: Specifies the move cost of the service as High. The value is 3.\n */\nexport type MoveCost = string;\n\nexport function scalingPolicyArraySerializer(result: Array<ScalingPolicy>): any[] {\n return result.map((item) => {\n return scalingPolicySerializer(item);\n });\n}\n\nexport function scalingPolicyArrayDeserializer(result: Array<ScalingPolicy>): any[] {\n return result.map((item) => {\n return scalingPolicyDeserializer(item);\n });\n}\n\n/** Specifies a metric to load balance a service during runtime. */\nexport interface ScalingPolicy {\n /** Specifies the mechanism associated with this scaling policy */\n scalingMechanism: ScalingMechanismUnion;\n /** Specifies the trigger associated with this scaling policy. */\n scalingTrigger: ScalingTriggerUnion;\n}\n\nexport function scalingPolicySerializer(item: ScalingPolicy): any {\n return {\n scalingMechanism: scalingMechanismUnionSerializer(item[\"scalingMechanism\"]),\n scalingTrigger: scalingTriggerUnionSerializer(item[\"scalingTrigger\"]),\n };\n}\n\nexport function scalingPolicyDeserializer(item: any): ScalingPolicy {\n return {\n scalingMechanism: scalingMechanismUnionDeserializer(item[\"scalingMechanism\"]),\n scalingTrigger: scalingTriggerUnionDeserializer(item[\"scalingTrigger\"]),\n };\n}\n\n/** Describes the mechanism for performing a scaling operation. */\nexport interface ScalingMechanism {\n kind: ServiceScalingMechanismKind;\n}\n\nexport function scalingMechanismSerializer(item: ScalingMechanism): any {\n return { kind: item[\"kind\"] };\n}\n\nexport function scalingMechanismDeserializer(item: any): ScalingMechanism {\n return {\n kind: item[\"kind\"],\n };\n}\n\n/** Alias for ScalingMechanismUnion */\nexport type ScalingMechanismUnion =\n | AddRemoveIncrementalNamedPartitionScalingMechanism\n | PartitionInstanceCountScaleMechanism\n | ScalingMechanism;\n\nexport function scalingMechanismUnionSerializer(item: ScalingMechanismUnion): any {\n switch (item.kind) {\n case \"AddRemoveIncrementalNamedPartition\":\n return addRemoveIncrementalNamedPartitionScalingMechanismSerializer(\n item as AddRemoveIncrementalNamedPartitionScalingMechanism,\n );\n\n case \"ScalePartitionInstanceCount\":\n return partitionInstanceCountScaleMechanismSerializer(\n item as PartitionInstanceCountScaleMechanism,\n );\n\n default:\n return scalingMechanismSerializer(item);\n }\n}\n\nexport function scalingMechanismUnionDeserializer(item: any): ScalingMechanismUnion {\n switch (item.kind) {\n case \"AddRemoveIncrementalNamedPartition\":\n return addRemoveIncrementalNamedPartitionScalingMechanismDeserializer(\n item as AddRemoveIncrementalNamedPartitionScalingMechanism,\n );\n\n case \"ScalePartitionInstanceCount\":\n return partitionInstanceCountScaleMechanismDeserializer(\n item as PartitionInstanceCountScaleMechanism,\n );\n\n default:\n return scalingMechanismDeserializer(item);\n }\n}\n\n/** Enumerates the ways that a service can be partitioned. */\nexport enum KnownServiceScalingMechanismKind {\n /** Represents a scaling mechanism for adding or removing instances of stateless service partition. The value is 0. */\n ScalePartitionInstanceCount = \"ScalePartitionInstanceCount\",\n /** Represents a scaling mechanism for adding or removing named partitions of a stateless service. The value is 1. */\n AddRemoveIncrementalNamedPartition = \"AddRemoveIncrementalNamedPartition\",\n}\n\n/**\n * Enumerates the ways that a service can be partitioned. \\\n * {@link KnownServiceScalingMechanismKind} can be used interchangeably with ServiceScalingMechanismKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ScalePartitionInstanceCount**: Represents a scaling mechanism for adding or removing instances of stateless service partition. The value is 0. \\\n * **AddRemoveIncrementalNamedPartition**: Represents a scaling mechanism for adding or removing named partitions of a stateless service. The value is 1.\n */\nexport type ServiceScalingMechanismKind = string;\n\n/** Represents a scaling mechanism for adding or removing named partitions of a stateless service. Partition names are in the format '0','1'...'N-1'. */\nexport interface AddRemoveIncrementalNamedPartitionScalingMechanism extends ScalingMechanism {\n /** Minimum number of named partitions of the service. */\n minPartitionCount: number;\n /** Maximum number of named partitions of the service. */\n maxPartitionCount: number;\n /** The number of instances to add or remove during a scaling operation. */\n scaleIncrement: number;\n /** Specifies the mechanism associated with this scaling policy. */\n kind: \"AddRemoveIncrementalNamedPartition\";\n}\n\nexport function addRemoveIncrementalNamedPartitionScalingMechanismSerializer(\n item: AddRemoveIncrementalNamedPartitionScalingMechanism,\n): any {\n return {\n kind: item[\"kind\"],\n minPartitionCount: item[\"minPartitionCount\"],\n maxPartitionCount: item[\"maxPartitionCount\"],\n scaleIncrement: item[\"scaleIncrement\"],\n };\n}\n\nexport function addRemoveIncrementalNamedPartitionScalingMechanismDeserializer(\n item: any,\n): AddRemoveIncrementalNamedPartitionScalingMechanism {\n return {\n kind: item[\"kind\"],\n minPartitionCount: item[\"minPartitionCount\"],\n maxPartitionCount: item[\"maxPartitionCount\"],\n scaleIncrement: item[\"scaleIncrement\"],\n };\n}\n\n/** Represents a scaling mechanism for adding or removing instances of stateless service partition. */\nexport interface PartitionInstanceCountScaleMechanism extends ScalingMechanism {\n /** Minimum number of instances of the partition. */\n minInstanceCount: number;\n /** Maximum number of instances of the partition. */\n maxInstanceCount: number;\n /** The number of instances to add or remove during a scaling operation. */\n scaleIncrement: number;\n /** Specifies the mechanism associated with this scaling policy. */\n kind: \"ScalePartitionInstanceCount\";\n}\n\nexport function partitionInstanceCountScaleMechanismSerializer(\n item: PartitionInstanceCountScaleMechanism,\n): any {\n return {\n kind: item[\"kind\"],\n minInstanceCount: item[\"minInstanceCount\"],\n maxInstanceCount: item[\"maxInstanceCount\"],\n scaleIncrement: item[\"scaleIncrement\"],\n };\n}\n\nexport function partitionInstanceCountScaleMechanismDeserializer(\n item: any,\n): PartitionInstanceCountScaleMechanism {\n return {\n kind: item[\"kind\"],\n minInstanceCount: item[\"minInstanceCount\"],\n maxInstanceCount: item[\"maxInstanceCount\"],\n scaleIncrement: item[\"scaleIncrement\"],\n };\n}\n\n/** Describes the trigger for performing a scaling operation. */\nexport interface ScalingTrigger {\n kind: ServiceScalingTriggerKind;\n}\n\nexport function scalingTriggerSerializer(item: ScalingTrigger): any {\n return { kind: item[\"kind\"] };\n}\n\nexport function scalingTriggerDeserializer(item: any): ScalingTrigger {\n return {\n kind: item[\"kind\"],\n };\n}\n\n/** Alias for ScalingTriggerUnion */\nexport type ScalingTriggerUnion =\n | AveragePartitionLoadScalingTrigger\n | AverageServiceLoadScalingTrigger\n | ScalingTrigger;\n\nexport function scalingTriggerUnionSerializer(item: ScalingTriggerUnion): any {\n switch (item.kind) {\n case \"AveragePartitionLoadTrigger\":\n return averagePartitionLoadScalingTriggerSerializer(\n item as AveragePartitionLoadScalingTrigger,\n );\n\n case \"AverageServiceLoadTrigger\":\n return averageServiceLoadScalingTriggerSerializer(item as AverageServiceLoadScalingTrigger);\n\n default:\n return scalingTriggerSerializer(item);\n }\n}\n\nexport function scalingTriggerUnionDeserializer(item: any): ScalingTriggerUnion {\n switch (item.kind) {\n case \"AveragePartitionLoadTrigger\":\n return averagePartitionLoadScalingTriggerDeserializer(\n item as AveragePartitionLoadScalingTrigger,\n );\n\n case \"AverageServiceLoadTrigger\":\n return averageServiceLoadScalingTriggerDeserializer(item as AverageServiceLoadScalingTrigger);\n\n default:\n return scalingTriggerDeserializer(item);\n }\n}\n\n/** Enumerates the ways that a service can be partitioned. */\nexport enum KnownServiceScalingTriggerKind {\n /** Represents a scaling trigger related to an average load of a metric/resource of a partition. The value is 0. */\n AveragePartitionLoadTrigger = \"AveragePartitionLoadTrigger\",\n /** Represents a scaling policy related to an average load of a metric/resource of a service. The value is 1. */\n AverageServiceLoadTrigger = \"AverageServiceLoadTrigger\",\n}\n\n/**\n * Enumerates the ways that a service can be partitioned. \\\n * {@link KnownServiceScalingTriggerKind} can be used interchangeably with ServiceScalingTriggerKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AveragePartitionLoadTrigger**: Represents a scaling trigger related to an average load of a metric\\/resource of a partition. The value is 0. \\\n * **AverageServiceLoadTrigger**: Represents a scaling policy related to an average load of a metric\\/resource of a service. The value is 1.\n */\nexport type ServiceScalingTriggerKind = string;\n\n/** Represents a scaling trigger related to an average load of a metric/resource of a partition. */\nexport interface AveragePartitionLoadScalingTrigger extends ScalingTrigger {\n /** The name of the metric for which usage should be tracked. */\n metricName: string;\n /** The lower limit of the load below which a scale in operation should be performed. */\n lowerLoadThreshold: number;\n /** The upper limit of the load beyond which a scale out operation should be performed. */\n upperLoadThreshold: number;\n /** The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format \"hh:mm:ss\". */\n scaleInterval: string;\n /** Specifies the trigger associated with this scaling policy. */\n kind: \"AveragePartitionLoadTrigger\";\n}\n\nexport function averagePartitionLoadScalingTriggerSerializer(\n item: AveragePartitionLoadScalingTrigger,\n): any {\n return {\n kind: item[\"kind\"],\n metricName: item[\"metricName\"],\n lowerLoadThreshold: item[\"lowerLoadThreshold\"],\n upperLoadThreshold: item[\"upperLoadThreshold\"],\n scaleInterval: item[\"scaleInterval\"],\n };\n}\n\nexport function averagePartitionLoadScalingTriggerDeserializer(\n item: any,\n): AveragePartitionLoadScalingTrigger {\n return {\n kind: item[\"kind\"],\n metricName: item[\"metricName\"],\n lowerLoadThreshold: item[\"lowerLoadThreshold\"],\n upperLoadThreshold: item[\"upperLoadThreshold\"],\n scaleInterval: item[\"scaleInterval\"],\n };\n}\n\n/** Represents a scaling policy related to an average load of a metric/resource of a service. */\nexport interface AverageServiceLoadScalingTrigger extends ScalingTrigger {\n /** The name of the metric for which usage should be tracked. */\n metricName: string;\n /** The lower limit of the load below which a scale in operation should be performed. */\n lowerLoadThreshold: number;\n /** The upper limit of the load beyond which a scale out operation should be performed. */\n upperLoadThreshold: number;\n /** The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format \"hh:mm:ss\". */\n scaleInterval: string;\n /** Flag determines whether only the load of primary replica should be considered for scaling. If set to true, then trigger will only consider the load of primary replicas of stateful service. If set to false, trigger will consider load of all replicas. This parameter cannot be set to true for stateless service. */\n useOnlyPrimaryLoad: boolean;\n /** Specifies the trigger associated with this scaling policy. */\n kind: \"AverageServiceLoadTrigger\";\n}\n\nexport function averageServiceLoadScalingTriggerSerializer(\n item: AverageServiceLoadScalingTrigger,\n): any {\n return {\n kind: item[\"kind\"],\n metricName: item[\"metricName\"],\n lowerLoadThreshold: item[\"lowerLoadThreshold\"],\n upperLoadThreshold: item[\"upperLoadThreshold\"],\n scaleInterval: item[\"scaleInterval\"],\n useOnlyPrimaryLoad: item[\"useOnlyPrimaryLoad\"],\n };\n}\n\nexport function averageServiceLoadScalingTriggerDeserializer(\n item: any,\n): AverageServiceLoadScalingTrigger {\n return {\n kind: item[\"kind\"],\n metricName: item[\"metricName\"],\n lowerLoadThreshold: item[\"lowerLoadThreshold\"],\n upperLoadThreshold: item[\"upperLoadThreshold\"],\n scaleInterval: item[\"scaleInterval\"],\n useOnlyPrimaryLoad: item[\"useOnlyPrimaryLoad\"],\n };\n}\n\n/** Service update request */\nexport interface ServiceUpdateParameters {\n /** Service update parameters */\n tags?: Record<string, string>;\n}\n\nexport function serviceUpdateParametersSerializer(item: ServiceUpdateParameters): any {\n return { tags: item[\"tags\"] };\n}\n\n/** The list of service resources. */\nexport interface _ServiceResourceList {\n /** The ServiceResource items on this page */\n value: ServiceResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _serviceResourceListDeserializer(item: any): _ServiceResourceList {\n return {\n value: serviceResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function serviceResourceArraySerializer(result: Array<ServiceResource>): any[] {\n return result.map((item) => {\n return serviceResourceSerializer(item);\n });\n}\n\nexport function serviceResourceArrayDeserializer(result: Array<ServiceResource>): any[] {\n return result.map((item) => {\n return serviceResourceDeserializer(item);\n });\n}\n\n/** The result of the Service Fabric runtime versions */\nexport interface ManagedClusterCodeVersionResult {\n /** The identification of the result */\n id?: string;\n /** The name of the result */\n name?: string;\n /** The result resource type */\n type?: string;\n /** The detail of the Service Fabric runtime version result */\n properties?: ManagedClusterVersionDetails;\n}\n\nexport function managedClusterCodeVersionResultDeserializer(\n item: any,\n): ManagedClusterCodeVersionResult {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : managedClusterVersionDetailsDeserializer(item[\"properties\"]),\n };\n}\n\n/** The detail of the Service Fabric runtime version result */\nexport interface ManagedClusterVersionDetails {\n /** The Service Fabric runtime version of the cluster. */\n clusterCodeVersion?: string;\n /** The date of expiry of support of the version. */\n supportExpiryUtc?: Date;\n /** Cluster operating system, the default will be Windows */\n osType?: OsType;\n}\n\nexport function managedClusterVersionDetailsDeserializer(item: any): ManagedClusterVersionDetails {\n return {\n clusterCodeVersion: item[\"clusterCodeVersion\"],\n supportExpiryUtc: !item[\"supportExpiryUtc\"]\n ? item[\"supportExpiryUtc\"]\n : new Date(item[\"supportExpiryUtc\"]),\n osType: item[\"osType\"],\n };\n}\n\n/** Cluster operating system, the default will be Windows */\nexport enum KnownOsType {\n /** Indicates os is Windows. */\n Windows = \"Windows\",\n}\n\n/**\n * Cluster operating system, the default will be Windows \\\n * {@link KnownOsType} can be used interchangeably with OsType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Windows**: Indicates os is Windows.\n */\nexport type OsType = string;\n\n/** Describes a VM Sizes. */\nexport interface ManagedVMSize {\n /** VM Size properties. */\n readonly properties?: VMSize;\n /** VM Size id. */\n readonly id?: string;\n /** VM Size name. */\n readonly name?: string;\n /** VM Size type. */\n readonly type?: string;\n}\n\nexport function managedVMSizeDeserializer(item: any): ManagedVMSize {\n return {\n properties: !item[\"properties\"] ? item[\"properties\"] : vmSizeDeserializer(item[\"properties\"]),\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n };\n}\n\n/** VM Sizes properties. */\nexport interface VMSize {\n /** VM Size name. */\n readonly size?: string;\n}\n\nexport function vmSizeDeserializer(item: any): VMSize {\n return {\n size: item[\"size\"],\n };\n}\n\n/** Describes the result of the request to list Managed VM Sizes for Service Fabric Managed Clusters. */\nexport interface _ManagedVMSizesResult {\n /** The ManagedVMSize items on this page */\n value: ManagedVMSize[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _managedVMSizesResultDeserializer(item: any): _ManagedVMSizesResult {\n return {\n value: managedVMSizeArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function managedVMSizeArrayDeserializer(result: Array<ManagedVMSize>): any[] {\n return result.map((item) => {\n return managedVMSizeDeserializer(item);\n });\n}\n\n/** The managed cluster resource */\nexport interface ManagedCluster extends TrackedResource {\n /** The managed cluster resource properties */\n properties?: ManagedClusterProperties;\n /** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.\", */\n readonly etag?: string;\n /** The sku of the managed cluster */\n sku: Sku;\n}\n\nexport function managedClusterSerializer(item: ManagedCluster): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : managedClusterPropertiesSerializer(item[\"properties\"]),\n sku: skuSerializer(item[\"sku\"]),\n };\n}\n\nexport function managedClusterDeserializer(item: any): ManagedCluster {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : managedClusterPropertiesDeserializer(item[\"properties\"]),\n etag: item[\"etag\"],\n sku: skuDeserializer(item[\"sku\"]),\n };\n}\n\n/** Describes the managed cluster resource properties. */\nexport interface ManagedClusterProperties {\n /** The cluster dns name. */\n dnsName: string;\n /** The fully qualified domain name associated with the public load balancer of the cluster. */\n readonly fqdn?: string;\n /** The IPv4 address associated with the public load balancer of the cluster. */\n readonly ipv4Address?: string;\n /** A service generated unique identifier for the cluster resource. */\n readonly clusterId?: string;\n /** The current state of the cluster. */\n readonly clusterState?: ClusterState;\n /** List of thumbprints of the cluster certificates. */\n readonly clusterCertificateThumbprints?: string[];\n /** The port used for client connections to the cluster. */\n clientConnectionPort?: number;\n /** The port used for HTTP connections to the cluster. */\n httpGatewayConnectionPort?: number;\n /** VM admin user name. */\n adminUserName: string;\n /** VM admin user password. */\n adminPassword?: string;\n /** Load balancing rules that are applied to the public load balancer of the cluster. */\n loadBalancingRules?: LoadBalancingRule[];\n /** Setting this to true enables RDP access to the VM. The default NSG rule opens RDP port to Internet which can be overridden with custom Network Security Rules. The default value for this setting is false. */\n allowRdpAccess?: boolean;\n /** Custom Network Security Rules that are applied to the Virtual Network of the cluster. */\n networkSecurityRules?: NetworkSecurityRule[];\n /** Client certificates that are allowed to manage the cluster. */\n clients?: ClientCertificate[];\n /** The AAD authentication settings of the cluster. */\n azureActiveDirectory?: AzureActiveDirectory;\n /** The list of custom fabric settings to configure the cluster. */\n fabricSettings?: SettingsSectionDescription[];\n /** The provisioning state of the managed cluster resource. */\n readonly provisioningState?: ManagedResourceProvisioningState;\n /** The Service Fabric runtime version of the cluster. This property is required when **clusterUpgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new clusters use [ClusterVersion API](./ClusterVersion.md). To get the list of available version for existing clusters use **availableClusterVersions**. */\n clusterCodeVersion?: string;\n /** The upgrade mode of the cluster when new Service Fabric runtime version is available. */\n clusterUpgradeMode?: ClusterUpgradeMode;\n /** Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. Only applies when **clusterUpgradeMode** is set to 'Automatic'. */\n clusterUpgradeCadence?: ClusterUpgradeCadence;\n /** List of add-on features to enable on the cluster. */\n addonFeatures?: ManagedClusterAddOnFeature[];\n /** Enables automatic OS upgrade for node types created using OS images with version 'latest'. The default value for this setting is false. */\n enableAutoOSUpgrade?: boolean;\n /** Indicates if the cluster has zone resiliency. */\n zonalResiliency?: boolean;\n /** The policy used to clean up unused versions. */\n applicationTypeVersionsCleanupPolicy?: ApplicationTypeVersionsCleanupPolicy;\n /** Setting this to true creates IPv6 address space for the default VNet used by the cluster. This setting cannot be changed once the cluster is created. The default value for this setting is false. */\n enableIpv6?: boolean;\n /** If specified, the node types for the cluster are created in this subnet instead of the default VNet. The **networkSecurityRules** specified for the cluster are also applied to this subnet. This setting cannot be changed once the cluster is created. */\n subnetId?: string;\n /** The list of IP tags associated with the default public IP address of the cluster. */\n ipTags?: IpTag[];\n /** IPv6 address for the cluster if IPv6 is enabled. */\n readonly ipv6Address?: string;\n /** Setting this to true will link the IPv4 address as the ServicePublicIP of the IPv6 address. It can only be set to True if IPv6 is enabled on the cluster. */\n enableServicePublicIP?: boolean;\n /** Auxiliary subnets for the cluster. */\n auxiliarySubnets?: Subnet[];\n /** Service endpoints for subnets in the cluster. */\n serviceEndpoints?: ServiceEndpoint[];\n /** Indicates the update mode for Cross Az clusters. */\n zonalUpdateMode?: ZonalUpdateMode;\n /** For new clusters, this parameter indicates that it uses Bring your own VNet, but the subnet is specified at node type level; and for such clusters, the subnetId property is required for node types. */\n useCustomVnet?: boolean;\n /** Specify the resource id of a public IPv4 prefix that the load balancer will allocate a public IPv4 address from. This setting cannot be changed once the cluster is created. */\n publicIPPrefixId?: string;\n /** Specify the resource id of a public IPv6 prefix that the load balancer will allocate a public IPv6 address from. This setting cannot be changed once the cluster is created. */\n publicIPv6PrefixId?: string;\n /** Specify the resource id of a DDoS network protection plan that will be associated with the virtual network of the cluster. */\n ddosProtectionPlanId?: string;\n /** The policy to use when upgrading the cluster. */\n upgradeDescription?: ClusterUpgradePolicy;\n /** The port used for token-auth based HTTPS connections to the cluster. Cannot be set to the same port as HttpGatewayEndpoint. */\n httpGatewayTokenAuthConnectionPort?: number;\n /** If true, token-based authentication is not allowed on the HttpGatewayEndpoint. This is required to support TLS versions 1.3 and above. If token-based authentication is used, HttpGatewayTokenAuthConnectionPort must be defined. */\n enableHttpGatewayExclusiveAuthMode?: boolean;\n /** This property is the entry point to using a public CA cert for your cluster cert. It specifies the level of reuse allowed for the custom FQDN created, matching the subject of the public CA cert. */\n autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;\n /** The number of outbound ports allocated for SNAT for each node in the backend pool of the default load balancer. The default value is 0 which provides dynamic port allocation based on pool size. */\n allocatedOutboundPorts?: number;\n /** The VM image the node types are configured with. This property controls the Service Fabric component packages to be used for the cluster. Allowed values are: 'Windows'. The default value is 'Windows'. */\n vmImage?: string;\n}\n\nexport function managedClusterPropertiesSerializer(item: ManagedClusterProperties): any {\n return {\n dnsName: item[\"dnsName\"],\n clientConnectionPort: item[\"clientConnectionPort\"],\n httpGatewayConnectionPort: item[\"httpGatewayConnectionPort\"],\n adminUserName: item[\"adminUserName\"],\n adminPassword: item[\"adminPassword\"],\n loadBalancingRules: !item[\"loadBalancingRules\"]\n ? item[\"loadBalancingRules\"]\n : loadBalancingRuleArraySerializer(item[\"loadBalancingRules\"]),\n allowRdpAccess: item[\"allowRdpAccess\"],\n networkSecurityRules: !item[\"networkSecurityRules\"]\n ? item[\"networkSecurityRules\"]\n : networkSecurityRuleArraySerializer(item[\"networkSecurityRules\"]),\n clients: !item[\"clients\"] ? item[\"clients\"] : clientCertificateArraySerializer(item[\"clients\"]),\n azureActiveDirectory: !item[\"azureActiveDirectory\"]\n ? item[\"azureActiveDirectory\"]\n : azureActiveDirectorySerializer(item[\"azureActiveDirectory\"]),\n fabricSettings: !item[\"fabricSettings\"]\n ? item[\"fabricSettings\"]\n : settingsSectionDescriptionArraySerializer(item[\"fabricSettings\"]),\n clusterCodeVersion: item[\"clusterCodeVersion\"],\n clusterUpgradeMode: item[\"clusterUpgradeMode\"],\n clusterUpgradeCadence: item[\"clusterUpgradeCadence\"],\n addonFeatures: !item[\"addonFeatures\"]\n ? item[\"addonFeatures\"]\n : item[\"addonFeatures\"].map((p: any) => {\n return p;\n }),\n enableAutoOSUpgrade: item[\"enableAutoOSUpgrade\"],\n zonalResiliency: item[\"zonalResiliency\"],\n applicationTypeVersionsCleanupPolicy: !item[\"applicationTypeVersionsCleanupPolicy\"]\n ? item[\"applicationTypeVersionsCleanupPolicy\"]\n : applicationTypeVersionsCleanupPolicySerializer(\n item[\"applicationTypeVersionsCleanupPolicy\"],\n ),\n enableIpv6: item[\"enableIpv6\"],\n subnetId: item[\"subnetId\"],\n ipTags: !item[\"ipTags\"] ? item[\"ipTags\"] : ipTagArraySerializer(item[\"ipTags\"]),\n enableServicePublicIP: item[\"enableServicePublicIP\"],\n auxiliarySubnets: !item[\"auxiliarySubnets\"]\n ? item[\"auxiliarySubnets\"]\n : subnetArraySerializer(item[\"auxiliarySubnets\"]),\n serviceEndpoints: !item[\"serviceEndpoints\"]\n ? item[\"serviceEndpoints\"]\n : serviceEndpointArraySerializer(item[\"serviceEndpoints\"]),\n zonalUpdateMode: item[\"zonalUpdateMode\"],\n useCustomVnet: item[\"useCustomVnet\"],\n publicIPPrefixId: item[\"publicIPPrefixId\"],\n publicIPv6PrefixId: item[\"publicIPv6PrefixId\"],\n ddosProtectionPlanId: item[\"ddosProtectionPlanId\"],\n upgradeDescription: !item[\"upgradeDescription\"]\n ? item[\"upgradeDescription\"]\n : clusterUpgradePolicySerializer(item[\"upgradeDescription\"]),\n httpGatewayTokenAuthConnectionPort: item[\"httpGatewayTokenAuthConnectionPort\"],\n enableHttpGatewayExclusiveAuthMode: item[\"enableHttpGatewayExclusiveAuthMode\"],\n autoGeneratedDomainNameLabelScope: item[\"autoGeneratedDomainNameLabelScope\"],\n allocatedOutboundPorts: item[\"allocatedOutboundPorts\"],\n VMImage: item[\"vmImage\"],\n };\n}\n\nexport function managedClusterPropertiesDeserializer(item: any): ManagedClusterProperties {\n return {\n dnsName: item[\"dnsName\"],\n fqdn: item[\"fqdn\"],\n ipv4Address: item[\"ipv4Address\"],\n clusterId: item[\"clusterId\"],\n clusterState: item[\"clusterState\"],\n clusterCertificateThumbprints: !item[\"clusterCertificateThumbprints\"]\n ? item[\"clusterCertificateThumbprints\"]\n : item[\"clusterCertificateThumbprints\"].map((p: any) => {\n return p;\n }),\n clientConnectionPort: item[\"clientConnectionPort\"],\n httpGatewayConnectionPort: item[\"httpGatewayConnectionPort\"],\n adminUserName: item[\"adminUserName\"],\n adminPassword: item[\"adminPassword\"],\n loadBalancingRules: !item[\"loadBalancingRules\"]\n ? item[\"loadBalancingRules\"]\n : loadBalancingRuleArrayDeserializer(item[\"loadBalancingRules\"]),\n allowRdpAccess: item[\"allowRdpAccess\"],\n networkSecurityRules: !item[\"networkSecurityRules\"]\n ? item[\"networkSecurityRules\"]\n : networkSecurityRuleArrayDeserializer(item[\"networkSecurityRules\"]),\n clients: !item[\"clients\"]\n ? item[\"clients\"]\n : clientCertificateArrayDeserializer(item[\"clients\"]),\n azureActiveDirectory: !item[\"azureActiveDirectory\"]\n ? item[\"azureActiveDirectory\"]\n : azureActiveDirectoryDeserializer(item[\"azureActiveDirectory\"]),\n fabricSettings: !item[\"fabricSettings\"]\n ? item[\"fabricSettings\"]\n : settingsSectionDescriptionArrayDeserializer(item[\"fabricSettings\"]),\n provisioningState: item[\"provisioningState\"],\n clusterCodeVersion: item[\"clusterCodeVersion\"],\n clusterUpgradeMode: item[\"clusterUpgradeMode\"],\n clusterUpgradeCadence: item[\"clusterUpgradeCadence\"],\n addonFeatures: !item[\"addonFeatures\"]\n ? item[\"addonFeatures\"]\n : item[\"addonFeatures\"].map((p: any) => {\n return p;\n }),\n enableAutoOSUpgrade: item[\"enableAutoOSUpgrade\"],\n zonalResiliency: item[\"zonalResiliency\"],\n applicationTypeVersionsCleanupPolicy: !item[\"applicationTypeVersionsCleanupPolicy\"]\n ? item[\"applicationTypeVersionsCleanupPolicy\"]\n : applicationTypeVersionsCleanupPolicyDeserializer(\n item[\"applicationTypeVersionsCleanupPolicy\"],\n ),\n enableIpv6: item[\"enableIpv6\"],\n subnetId: item[\"subnetId\"],\n ipTags: !item[\"ipTags\"] ? item[\"ipTags\"] : ipTagArrayDeserializer(item[\"ipTags\"]),\n ipv6Address: item[\"ipv6Address\"],\n enableServicePublicIP: item[\"enableServicePublicIP\"],\n auxiliarySubnets: !item[\"auxiliarySubnets\"]\n ? item[\"auxiliarySubnets\"]\n : subnetArrayDeserializer(item[\"auxiliarySubnets\"]),\n serviceEndpoints: !item[\"serviceEndpoints\"]\n ? item[\"serviceEndpoints\"]\n : serviceEndpointArrayDeserializer(item[\"serviceEndpoints\"]),\n zonalUpdateMode: item[\"zonalUpdateMode\"],\n useCustomVnet: item[\"useCustomVnet\"],\n publicIPPrefixId: item[\"publicIPPrefixId\"],\n publicIPv6PrefixId: item[\"publicIPv6PrefixId\"],\n ddosProtectionPlanId: item[\"ddosProtectionPlanId\"],\n upgradeDescription: !item[\"upgradeDescription\"]\n ? item[\"upgradeDescription\"]\n : clusterUpgradePolicyDeserializer(item[\"upgradeDescription\"]),\n httpGatewayTokenAuthConnectionPort: item[\"httpGatewayTokenAuthConnectionPort\"],\n enableHttpGatewayExclusiveAuthMode: item[\"enableHttpGatewayExclusiveAuthMode\"],\n autoGeneratedDomainNameLabelScope: item[\"autoGeneratedDomainNameLabelScope\"],\n allocatedOutboundPorts: item[\"allocatedOutboundPorts\"],\n vmImage: item[\"VMImage\"],\n };\n}\n\n/** The current state of the cluster. */\nexport enum KnownClusterState {\n /** Indicates that the cluster resource is created and the resource provider is waiting for Service Fabric VM extension to boot up and report to it. */\n WaitingForNodes = \"WaitingForNodes\",\n /** Indicates that the Service Fabric runtime is being installed on the VMs. Cluster resource will be in this state until the cluster boots up and system services are up. */\n Deploying = \"Deploying\",\n /** Indicates that the cluster is upgrading to establishes the cluster version. This upgrade is automatically initiated when the cluster boots up for the first time. */\n BaselineUpgrade = \"BaselineUpgrade\",\n /** Indicates that the cluster is being upgraded with the user provided configuration. */\n Upgrading = \"Upgrading\",\n /** Indicates that the last upgrade for the cluster has failed. */\n UpgradeFailed = \"UpgradeFailed\",\n /** Indicates that the cluster is in a stable state. */\n Ready = \"Ready\",\n}\n\n/**\n * The current state of the cluster. \\\n * {@link KnownClusterState} can be used interchangeably with ClusterState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WaitingForNodes**: Indicates that the cluster resource is created and the resource provider is waiting for Service Fabric VM extension to boot up and report to it. \\\n * **Deploying**: Indicates that the Service Fabric runtime is being installed on the VMs. Cluster resource will be in this state until the cluster boots up and system services are up. \\\n * **BaselineUpgrade**: Indicates that the cluster is upgrading to establishes the cluster version. This upgrade is automatically initiated when the cluster boots up for the first time. \\\n * **Upgrading**: Indicates that the cluster is being upgraded with the user provided configuration. \\\n * **UpgradeFailed**: Indicates that the last upgrade for the cluster has failed. \\\n * **Ready**: Indicates that the cluster is in a stable state.\n */\nexport type ClusterState = string;\n\nexport function loadBalancingRuleArraySerializer(result: Array<LoadBalancingRule>): any[] {\n return result.map((item) => {\n return loadBalancingRuleSerializer(item);\n });\n}\n\nexport function loadBalancingRuleArrayDeserializer(result: Array<LoadBalancingRule>): any[] {\n return result.map((item) => {\n return loadBalancingRuleDeserializer(item);\n });\n}\n\n/** Describes a load balancing rule. */\nexport interface LoadBalancingRule {\n /** The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values are between 1 and 65534. */\n frontendPort: number;\n /** The port used for internal connections on the endpoint. Acceptable values are between 1 and 65535. */\n backendPort: number;\n /** The reference to the transport protocol used by the load balancing rule. */\n protocol: Protocol;\n /** The prob port used by the load balancing rule. Acceptable values are between 1 and 65535. */\n probePort?: number;\n /** the reference to the load balancer probe used by the load balancing rule. */\n probeProtocol: ProbeProtocol;\n /** The probe request path. Only supported for HTTP/HTTPS probes. */\n probeRequestPath?: string;\n /** The load distribution policy for this rule. */\n loadDistribution?: string;\n}\n\nexport function loadBalancingRuleSerializer(item: LoadBalancingRule): any {\n return {\n frontendPort: item[\"frontendPort\"],\n backendPort: item[\"backendPort\"],\n protocol: item[\"protocol\"],\n probePort: item[\"probePort\"],\n probeProtocol: item[\"probeProtocol\"],\n probeRequestPath: item[\"probeRequestPath\"],\n loadDistribution: item[\"loadDistribution\"],\n };\n}\n\nexport function loadBalancingRuleDeserializer(item: any): LoadBalancingRule {\n return {\n frontendPort: item[\"frontendPort\"],\n backendPort: item[\"backendPort\"],\n protocol: item[\"protocol\"],\n probePort: item[\"probePort\"],\n probeProtocol: item[\"probeProtocol\"],\n probeRequestPath: item[\"probeRequestPath\"],\n loadDistribution: item[\"loadDistribution\"],\n };\n}\n\n/** The reference to the transport protocol used by the load balancing rule. */\nexport enum KnownProtocol {\n /** Transport protocol is TCP. */\n Tcp = \"tcp\",\n /** Transport protocol is UDP. */\n Udp = \"udp\",\n}\n\n/**\n * The reference to the transport protocol used by the load balancing rule. \\\n * {@link KnownProtocol} can be used interchangeably with Protocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **tcp**: Transport protocol is TCP. \\\n * **udp**: Transport protocol is UDP.\n */\nexport type Protocol = string;\n\n/** The reference to the load balancer probe used by the load balancing rule. */\nexport enum KnownProbeProtocol {\n /** Probe protocol is TCP. */\n Tcp = \"tcp\",\n /** Probe protocol is HTTP. */\n Http = \"http\",\n /** Probe protocol is HTTPS. */\n Https = \"https\",\n}\n\n/**\n * The reference to the load balancer probe used by the load balancing rule. \\\n * {@link KnownProbeProtocol} can be used interchangeably with ProbeProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **tcp**: Probe protocol is TCP. \\\n * **http**: Probe protocol is HTTP. \\\n * **https**: Probe protocol is HTTPS.\n */\nexport type ProbeProtocol = string;\n\nexport function networkSecurityRuleArraySerializer(result: Array<NetworkSecurityRule>): any[] {\n return result.map((item) => {\n return networkSecurityRuleSerializer(item);\n });\n}\n\nexport function networkSecurityRuleArrayDeserializer(result: Array<NetworkSecurityRule>): any[] {\n return result.map((item) => {\n return networkSecurityRuleDeserializer(item);\n });\n}\n\n/** Describes a network security rule. */\nexport interface NetworkSecurityRule {\n /** Network security rule name. */\n name: string;\n /** Network security rule description. */\n description?: string;\n /** Network protocol this rule applies to. */\n protocol: NsgProtocol;\n /** The CIDR or source IP ranges. */\n sourceAddressPrefixes?: string[];\n /** The destination address prefixes. CIDR or destination IP ranges. */\n destinationAddressPrefixes?: string[];\n /** The source port ranges. */\n sourcePortRanges?: string[];\n /** The destination port ranges. */\n destinationPortRanges?: string[];\n /** The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. */\n sourceAddressPrefix?: string;\n /** The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. */\n destinationAddressPrefix?: string;\n /** The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports. */\n sourcePortRange?: string;\n /** he destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports. */\n destinationPortRange?: string;\n /** The network traffic is allowed or denied. */\n access: Access;\n /** The priority of the rule. The value can be in the range 1000 to 3000. Values outside this range are reserved for Service Fabric ManagerCluster Resource Provider. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. */\n priority: number;\n /** Network security rule direction. */\n direction: Direction;\n}\n\nexport function networkSecurityRuleSerializer(item: NetworkSecurityRule): any {\n return {\n name: item[\"name\"],\n description: item[\"description\"],\n protocol: item[\"protocol\"],\n sourceAddressPrefixes: !item[\"sourceAddressPrefixes\"]\n ? item[\"sourceAddressPrefixes\"]\n : item[\"sourceAddressPrefixes\"].map((p: any) => {\n return p;\n }),\n destinationAddressPrefixes: !item[\"destinationAddressPrefixes\"]\n ? item[\"destinationAddressPrefixes\"]\n : item[\"destinationAddressPrefixes\"].map((p: any) => {\n return p;\n }),\n sourcePortRanges: !item[\"sourcePortRanges\"]\n ? item[\"sourcePortRanges\"]\n : item[\"sourcePortRanges\"].map((p: any) => {\n return p;\n }),\n destinationPortRanges: !item[\"destinationPortRanges\"]\n ? item[\"destinationPortRanges\"]\n : item[\"destinationPortRanges\"].map((p: any) => {\n return p;\n }),\n sourceAddressPrefix: item[\"sourceAddressPrefix\"],\n destinationAddressPrefix: item[\"destinationAddressPrefix\"],\n sourcePortRange: item[\"sourcePortRange\"],\n destinationPortRange: item[\"destinationPortRange\"],\n access: item[\"access\"],\n priority: item[\"priority\"],\n direction: item[\"direction\"],\n };\n}\n\nexport function networkSecurityRuleDeserializer(item: any): NetworkSecurityRule {\n return {\n name: item[\"name\"],\n description: item[\"description\"],\n protocol: item[\"protocol\"],\n sourceAddressPrefixes: !item[\"sourceAddressPrefixes\"]\n ? item[\"sourceAddressPrefixes\"]\n : item[\"sourceAddressPrefixes\"].map((p: any) => {\n return p;\n }),\n destinationAddressPrefixes: !item[\"destinationAddressPrefixes\"]\n ? item[\"destinationAddressPrefixes\"]\n : item[\"destinationAddressPrefixes\"].map((p: any) => {\n return p;\n }),\n sourcePortRanges: !item[\"sourcePortRanges\"]\n ? item[\"sourcePortRanges\"]\n : item[\"sourcePortRanges\"].map((p: any) => {\n return p;\n }),\n destinationPortRanges: !item[\"destinationPortRanges\"]\n ? item[\"destinationPortRanges\"]\n : item[\"destinationPortRanges\"].map((p: any) => {\n return p;\n }),\n sourceAddressPrefix: item[\"sourceAddressPrefix\"],\n destinationAddressPrefix: item[\"destinationAddressPrefix\"],\n sourcePortRange: item[\"sourcePortRange\"],\n destinationPortRange: item[\"destinationPortRange\"],\n access: item[\"access\"],\n priority: item[\"priority\"],\n direction: item[\"direction\"],\n };\n}\n\n/** Network protocol this rule applies to. */\nexport enum KnownNsgProtocol {\n /** Protocol applies to HTTP. */\n Http = \"http\",\n /** Protocol applies to HTTPS. */\n Https = \"https\",\n /** Protocol applies to TCP. */\n Tcp = \"tcp\",\n /** Protocol applies to UDP. */\n Udp = \"udp\",\n /** Protocol applies to ICMP. */\n Icmp = \"icmp\",\n /** Protocol applies to AH. */\n Ah = \"ah\",\n /** Protocol applies to ESP. */\n Esp = \"esp\",\n}\n\n/**\n * Network protocol this rule applies to. \\\n * {@link KnownNsgProtocol} can be used interchangeably with NsgProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **http**: Protocol applies to HTTP. \\\n * **https**: Protocol applies to HTTPS. \\\n * **tcp**: Protocol applies to TCP. \\\n * **udp**: Protocol applies to UDP. \\\n * **icmp**: Protocol applies to ICMP. \\\n * **ah**: Protocol applies to AH. \\\n * **esp**: Protocol applies to ESP.\n */\nexport type NsgProtocol = string;\n\n/** The network traffic is allowed or denied. */\nexport enum KnownAccess {\n /** The network traffic is allowed. */\n Allow = \"allow\",\n /** The network traffic is denied. */\n Deny = \"deny\",\n}\n\n/**\n * The network traffic is allowed or denied. \\\n * {@link KnownAccess} can be used interchangeably with Access,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **allow**: The network traffic is allowed. \\\n * **deny**: The network traffic is denied.\n */\nexport type Access = string;\n\n/** Network security rule direction. */\nexport enum KnownDirection {\n /** Inbound direction. */\n Inbound = \"inbound\",\n /** Outbound direction. */\n Outbound = \"outbound\",\n}\n\n/**\n * Network security rule direction. \\\n * {@link KnownDirection} can be used interchangeably with Direction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **inbound**: Inbound direction. \\\n * **outbound**: Outbound direction.\n */\nexport type Direction = string;\n\nexport function clientCertificateArraySerializer(result: Array<ClientCertificate>): any[] {\n return result.map((item) => {\n return clientCertificateSerializer(item);\n });\n}\n\nexport function clientCertificateArrayDeserializer(result: Array<ClientCertificate>): any[] {\n return result.map((item) => {\n return clientCertificateDeserializer(item);\n });\n}\n\n/** Client certificate definition. */\nexport interface ClientCertificate {\n /** Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster. */\n isAdmin: boolean;\n /** Certificate thumbprint. */\n thumbprint?: string;\n /** Certificate common name. */\n commonName?: string;\n /** Issuer thumbprint for the certificate. Only used together with CommonName. */\n issuerThumbprint?: string;\n}\n\nexport function clientCertificateSerializer(item: ClientCertificate): any {\n return {\n isAdmin: item[\"isAdmin\"],\n thumbprint: item[\"thumbprint\"],\n commonName: item[\"commonName\"],\n issuerThumbprint: item[\"issuerThumbprint\"],\n };\n}\n\nexport function clientCertificateDeserializer(item: any): ClientCertificate {\n return {\n isAdmin: item[\"isAdmin\"],\n thumbprint: item[\"thumbprint\"],\n commonName: item[\"commonName\"],\n issuerThumbprint: item[\"issuerThumbprint\"],\n };\n}\n\n/** The settings to enable AAD authentication on the cluster. */\nexport interface AzureActiveDirectory {\n /** Azure active directory tenant id. */\n tenantId?: string;\n /** Azure active directory cluster application id. */\n clusterApplication?: string;\n /** Azure active directory client application id. */\n clientApplication?: string;\n}\n\nexport function azureActiveDirectorySerializer(item: AzureActiveDirectory): any {\n return {\n tenantId: item[\"tenantId\"],\n clusterApplication: item[\"clusterApplication\"],\n clientApplication: item[\"clientApplication\"],\n };\n}\n\nexport function azureActiveDirectoryDeserializer(item: any): AzureActiveDirectory {\n return {\n tenantId: item[\"tenantId\"],\n clusterApplication: item[\"clusterApplication\"],\n clientApplication: item[\"clientApplication\"],\n };\n}\n\nexport function settingsSectionDescriptionArraySerializer(\n result: Array<SettingsSectionDescription>,\n): any[] {\n return result.map((item) => {\n return settingsSectionDescriptionSerializer(item);\n });\n}\n\nexport function settingsSectionDescriptionArrayDeserializer(\n result: Array<SettingsSectionDescription>,\n): any[] {\n return result.map((item) => {\n return settingsSectionDescriptionDeserializer(item);\n });\n}\n\n/** Describes a section in the fabric settings of the cluster. */\nexport interface SettingsSectionDescription {\n /** The section name of the fabric settings. */\n name: string;\n /** The collection of parameters in the section. */\n parameters: SettingsParameterDescription[];\n}\n\nexport function settingsSectionDescriptionSerializer(item: SettingsSectionDescription): any {\n return {\n name: item[\"name\"],\n parameters: settingsParameterDescriptionArraySerializer(item[\"parameters\"]),\n };\n}\n\nexport function settingsSectionDescriptionDeserializer(item: any): SettingsSectionDescription {\n return {\n name: item[\"name\"],\n parameters: settingsParameterDescriptionArrayDeserializer(item[\"parameters\"]),\n };\n}\n\nexport function settingsParameterDescriptionArraySerializer(\n result: Array<SettingsParameterDescription>,\n): any[] {\n return result.map((item) => {\n return settingsParameterDescriptionSerializer(item);\n });\n}\n\nexport function settingsParameterDescriptionArrayDeserializer(\n result: Array<SettingsParameterDescription>,\n): any[] {\n return result.map((item) => {\n return settingsParameterDescriptionDeserializer(item);\n });\n}\n\n/** Describes a parameter in fabric settings of the cluster. */\nexport interface SettingsParameterDescription {\n /** The parameter name of fabric setting. */\n name: string;\n /** The parameter value of fabric setting. */\n value: string;\n}\n\nexport function settingsParameterDescriptionSerializer(item: SettingsParameterDescription): any {\n return { name: item[\"name\"], value: item[\"value\"] };\n}\n\nexport function settingsParameterDescriptionDeserializer(item: any): SettingsParameterDescription {\n return {\n name: item[\"name\"],\n value: item[\"value\"],\n };\n}\n\n/** The provisioning state of the managed resource. */\nexport enum KnownManagedResourceProvisioningState {\n /** The resource does not have a provisioning state. */\n None = \"None\",\n /** The resource is being created. */\n Creating = \"Creating\",\n /** The resource is created. */\n Created = \"Created\",\n /** The resource is being updated. */\n Updating = \"Updating\",\n /** The resource provisioning has succeeded. */\n Succeeded = \"Succeeded\",\n /** The resource provisioning has failed. */\n Failed = \"Failed\",\n /** The resource provisioning has been canceled. */\n Canceled = \"Canceled\",\n /** The resource is being deleted. */\n Deleting = \"Deleting\",\n /** The resource has been deleted. */\n Deleted = \"Deleted\",\n /** The resource provisioning state is a state other than the previously specified states. */\n Other = \"Other\",\n}\n\n/**\n * The provisioning state of the managed resource. \\\n * {@link KnownManagedResourceProvisioningState} can be used interchangeably with ManagedResourceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: The resource does not have a provisioning state. \\\n * **Creating**: The resource is being created. \\\n * **Created**: The resource is created. \\\n * **Updating**: The resource is being updated. \\\n * **Succeeded**: The resource provisioning has succeeded. \\\n * **Failed**: The resource provisioning has failed. \\\n * **Canceled**: The resource provisioning has been canceled. \\\n * **Deleting**: The resource is being deleted. \\\n * **Deleted**: The resource has been deleted. \\\n * **Other**: The resource provisioning state is a state other than the previously specified states.\n */\nexport type ManagedResourceProvisioningState = string;\n\n/** The upgrade mode of the cluster when new Service Fabric runtime version is available. */\nexport enum KnownClusterUpgradeMode {\n /** The cluster will be automatically upgraded to the latest Service Fabric runtime version, **clusterUpgradeCadence** will determine when the upgrade starts after the new version becomes available. */\n Automatic = \"Automatic\",\n /** The cluster will not be automatically upgraded to the latest Service Fabric runtime version. The cluster is upgraded by setting the **clusterCodeVersion** property in the cluster resource. */\n Manual = \"Manual\",\n}\n\n/**\n * The upgrade mode of the cluster when new Service Fabric runtime version is available. \\\n * {@link KnownClusterUpgradeMode} can be used interchangeably with ClusterUpgradeMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Automatic**: The cluster will be automatically upgraded to the latest Service Fabric runtime version, **clusterUpgradeCadence** will determine when the upgrade starts after the new version becomes available. \\\n * **Manual**: The cluster will not be automatically upgraded to the latest Service Fabric runtime version. The cluster is upgraded by setting the **clusterCodeVersion** property in the cluster resource.\n */\nexport type ClusterUpgradeMode = string;\n\n/** Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. */\nexport enum KnownClusterUpgradeCadence {\n /** Cluster upgrade starts immediately after a new version is rolled out. Recommended for Test/Dev clusters. */\n Wave0 = \"Wave0\",\n /** Cluster upgrade starts 7 days after a new version is rolled out. Recommended for Pre-prod clusters. */\n Wave1 = \"Wave1\",\n /** Cluster upgrade starts 14 days after a new version is rolled out. Recommended for Production clusters. */\n Wave2 = \"Wave2\",\n}\n\n/**\n * Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. \\\n * {@link KnownClusterUpgradeCadence} can be used interchangeably with ClusterUpgradeCadence,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Wave0**: Cluster upgrade starts immediately after a new version is rolled out. Recommended for Test\\/Dev clusters. \\\n * **Wave1**: Cluster upgrade starts 7 days after a new version is rolled out. Recommended for Pre-prod clusters. \\\n * **Wave2**: Cluster upgrade starts 14 days after a new version is rolled out. Recommended for Production clusters.\n */\nexport type ClusterUpgradeCadence = string;\n\n/** Available cluster add-on features */\nexport enum KnownManagedClusterAddOnFeature {\n /** Dns service */\n DnsService = \"DnsService\",\n /** Backup and restore service */\n BackupRestoreService = \"BackupRestoreService\",\n /** Resource monitor service */\n ResourceMonitorService = \"ResourceMonitorService\",\n}\n\n/**\n * Available cluster add-on features \\\n * {@link KnownManagedClusterAddOnFeature} can be used interchangeably with ManagedClusterAddOnFeature,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DnsService**: Dns service \\\n * **BackupRestoreService**: Backup and restore service \\\n * **ResourceMonitorService**: Resource monitor service\n */\nexport type ManagedClusterAddOnFeature = string;\n\n/** The policy used to clean up unused versions. When the policy is not specified explicitly, the default unused application versions to keep will be 3. */\nexport interface ApplicationTypeVersionsCleanupPolicy {\n /** Number of unused versions per application type to keep. */\n maxUnusedVersionsToKeep: number;\n}\n\nexport function applicationTypeVersionsCleanupPolicySerializer(\n item: ApplicationTypeVersionsCleanupPolicy,\n): any {\n return { maxUnusedVersionsToKeep: item[\"maxUnusedVersionsToKeep\"] };\n}\n\nexport function applicationTypeVersionsCleanupPolicyDeserializer(\n item: any,\n): ApplicationTypeVersionsCleanupPolicy {\n return {\n maxUnusedVersionsToKeep: item[\"maxUnusedVersionsToKeep\"],\n };\n}\n\nexport function ipTagArraySerializer(result: Array<IpTag>): any[] {\n return result.map((item) => {\n return ipTagSerializer(item);\n });\n}\n\nexport function ipTagArrayDeserializer(result: Array<IpTag>): any[] {\n return result.map((item) => {\n return ipTagDeserializer(item);\n });\n}\n\n/** The IP tag associated with the public IP address. */\nexport interface IpTag {\n /** IP tag type. Example: FirstPartyUsage. */\n ipTagType: string;\n /** IP tag associated with the public IP. Example: SQL, Storage etc. */\n tag: string;\n}\n\nexport function ipTagSerializer(item: IpTag): any {\n return { ipTagType: item[\"ipTagType\"], tag: item[\"tag\"] };\n}\n\nexport function ipTagDeserializer(item: any): IpTag {\n return {\n ipTagType: item[\"ipTagType\"],\n tag: item[\"tag\"],\n };\n}\n\nexport function subnetArraySerializer(result: Array<Subnet>): any[] {\n return result.map((item) => {\n return subnetSerializer(item);\n });\n}\n\nexport function subnetArrayDeserializer(result: Array<Subnet>): any[] {\n return result.map((item) => {\n return subnetDeserializer(item);\n });\n}\n\n/** Describes a Subnet. */\nexport interface Subnet {\n /** Subnet name. */\n name: string;\n /** Indicates wether to enable Ipv6 or not. If not provided, it will take the same configuration as the cluster. */\n enableIpv6?: boolean;\n /** Enable or Disable apply network policies on private end point in the subnet. */\n privateEndpointNetworkPolicies?: PrivateEndpointNetworkPolicies;\n /** Enable or Disable apply network policies on private link service in the subnet. */\n privateLinkServiceNetworkPolicies?: PrivateLinkServiceNetworkPolicies;\n /** Full resource id for the network security group. */\n networkSecurityGroupId?: string;\n}\n\nexport function subnetSerializer(item: Subnet): any {\n return {\n name: item[\"name\"],\n enableIpv6: item[\"enableIpv6\"],\n privateEndpointNetworkPolicies: item[\"privateEndpointNetworkPolicies\"],\n privateLinkServiceNetworkPolicies: item[\"privateLinkServiceNetworkPolicies\"],\n networkSecurityGroupId: item[\"networkSecurityGroupId\"],\n };\n}\n\nexport function subnetDeserializer(item: any): Subnet {\n return {\n name: item[\"name\"],\n enableIpv6: item[\"enableIpv6\"],\n privateEndpointNetworkPolicies: item[\"privateEndpointNetworkPolicies\"],\n privateLinkServiceNetworkPolicies: item[\"privateLinkServiceNetworkPolicies\"],\n networkSecurityGroupId: item[\"networkSecurityGroupId\"],\n };\n}\n\n/** Enable or Disable apply network policies on private end point in the subnet. */\nexport enum KnownPrivateEndpointNetworkPolicies {\n /** Enable apply network policies on private end point in the subnet. */\n Enabled = \"enabled\",\n /** Disable apply network policies on private end point in the subnet. */\n Disabled = \"disabled\",\n}\n\n/**\n * Enable or Disable apply network policies on private end point in the subnet. \\\n * {@link KnownPrivateEndpointNetworkPolicies} can be used interchangeably with PrivateEndpointNetworkPolicies,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **enabled**: Enable apply network policies on private end point in the subnet. \\\n * **disabled**: Disable apply network policies on private end point in the subnet.\n */\nexport type PrivateEndpointNetworkPolicies = string;\n\n/** Enable or Disable apply network policies on private link service in the subnet. */\nexport enum KnownPrivateLinkServiceNetworkPolicies {\n /** Enable apply network policies on private link service in the subnet. */\n Enabled = \"enabled\",\n /** Disable apply network policies on private link service in the subnet. */\n Disabled = \"disabled\",\n}\n\n/**\n * Enable or Disable apply network policies on private link service in the subnet. \\\n * {@link KnownPrivateLinkServiceNetworkPolicies} can be used interchangeably with PrivateLinkServiceNetworkPolicies,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **enabled**: Enable apply network policies on private link service in the subnet. \\\n * **disabled**: Disable apply network policies on private link service in the subnet.\n */\nexport type PrivateLinkServiceNetworkPolicies = string;\n\nexport function serviceEndpointArraySerializer(result: Array<ServiceEndpoint>): any[] {\n return result.map((item) => {\n return serviceEndpointSerializer(item);\n });\n}\n\nexport function serviceEndpointArrayDeserializer(result: Array<ServiceEndpoint>): any[] {\n return result.map((item) => {\n return serviceEndpointDeserializer(item);\n });\n}\n\n/** The service endpoint properties. */\nexport interface ServiceEndpoint {\n /** The type of the endpoint service. */\n service: string;\n /** A list of locations. */\n locations?: string[];\n}\n\nexport function serviceEndpointSerializer(item: ServiceEndpoint): any {\n return {\n service: item[\"service\"],\n locations: !item[\"locations\"]\n ? item[\"locations\"]\n : item[\"locations\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function serviceEndpointDeserializer(item: any): ServiceEndpoint {\n return {\n service: item[\"service\"],\n locations: !item[\"locations\"]\n ? item[\"locations\"]\n : item[\"locations\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Indicates the update mode for Cross Az clusters. */\nexport enum KnownZonalUpdateMode {\n /** The cluster will use 5 upgrade domains for Cross Az Node types. */\n Standard = \"Standard\",\n /** The cluster will use a maximum of 3 upgrade domains per zone instead of 5 for Cross Az Node types for faster deployments. */\n Fast = \"Fast\",\n}\n\n/**\n * Indicates the update mode for Cross Az clusters. \\\n * {@link KnownZonalUpdateMode} can be used interchangeably with ZonalUpdateMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard**: The cluster will use 5 upgrade domains for Cross Az Node types. \\\n * **Fast**: The cluster will use a maximum of 3 upgrade domains per zone instead of 5 for Cross Az Node types for faster deployments.\n */\nexport type ZonalUpdateMode = string;\n\n/** Describes the policy used when upgrading the cluster. */\nexport interface ClusterUpgradePolicy {\n /** If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data). */\n forceRestart?: boolean;\n /** The cluster health policy defines a health policy used to evaluate the health of the cluster during a cluster upgrade. */\n healthPolicy?: ClusterHealthPolicy;\n /** The cluster delta health policy defines a health policy used to evaluate the health of the cluster during a cluster upgrade. */\n deltaHealthPolicy?: ClusterUpgradeDeltaHealthPolicy;\n /** The cluster monitoring policy describes the parameters for monitoring an upgrade in Monitored mode. */\n monitoringPolicy?: ClusterMonitoringPolicy;\n /**\n * The maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues.\n * When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues.\n * The timeout is reset at the start of each upgrade domain. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.\n * This value must be between 00:00:00 and 49710.06:28:15 (unsigned 32 bit integer for seconds)\n */\n upgradeReplicaSetCheckTimeout?: string;\n}\n\nexport function clusterUpgradePolicySerializer(item: ClusterUpgradePolicy): any {\n return {\n forceRestart: item[\"forceRestart\"],\n healthPolicy: !item[\"healthPolicy\"]\n ? item[\"healthPolicy\"]\n : clusterHealthPolicySerializer(item[\"healthPolicy\"]),\n deltaHealthPolicy: !item[\"deltaHealthPolicy\"]\n ? item[\"deltaHealthPolicy\"]\n : clusterUpgradeDeltaHealthPolicySerializer(item[\"deltaHealthPolicy\"]),\n monitoringPolicy: !item[\"monitoringPolicy\"]\n ? item[\"monitoringPolicy\"]\n : clusterMonitoringPolicySerializer(item[\"monitoringPolicy\"]),\n upgradeReplicaSetCheckTimeout: item[\"upgradeReplicaSetCheckTimeout\"],\n };\n}\n\nexport function clusterUpgradePolicyDeserializer(item: any): ClusterUpgradePolicy {\n return {\n forceRestart: item[\"forceRestart\"],\n healthPolicy: !item[\"healthPolicy\"]\n ? item[\"healthPolicy\"]\n : clusterHealthPolicyDeserializer(item[\"healthPolicy\"]),\n deltaHealthPolicy: !item[\"deltaHealthPolicy\"]\n ? item[\"deltaHealthPolicy\"]\n : clusterUpgradeDeltaHealthPolicyDeserializer(item[\"deltaHealthPolicy\"]),\n monitoringPolicy: !item[\"monitoringPolicy\"]\n ? item[\"monitoringPolicy\"]\n : clusterMonitoringPolicyDeserializer(item[\"monitoringPolicy\"]),\n upgradeReplicaSetCheckTimeout: item[\"upgradeReplicaSetCheckTimeout\"],\n };\n}\n\n/** Defines a health policy used to evaluate the health of the cluster or of a cluster node. */\nexport interface ClusterHealthPolicy {\n /**\n * The maximum allowed percentage of unhealthy nodes before reporting an error. For example, to allow 10% of nodes to be unhealthy, this value would be 10.\n *\n * The percentage represents the maximum tolerated percentage of nodes that can be unhealthy before the cluster is considered in error.\n * If the percentage is respected but there is at least one unhealthy node, the health is evaluated as Warning.\n * The percentage is calculated by dividing the number of unhealthy nodes over the total number of nodes in the cluster.\n * The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero.\n *\n * In large clusters, some nodes will always be down or out for repairs, so this percentage should be configured to tolerate that.\n */\n maxPercentUnhealthyNodes: number;\n /**\n * The maximum allowed percentage of unhealthy applications before reporting an error. For example, to allow 10% of applications to be unhealthy, this value would be 10.\n *\n * The percentage represents the maximum tolerated percentage of applications that can be unhealthy before the cluster is considered in error.\n * If the percentage is respected but there is at least one unhealthy application, the health is evaluated as Warning.\n * This is calculated by dividing the number of unhealthy applications over the total number of application instances in the cluster, excluding applications of application types that are included in the ApplicationTypeHealthPolicyMap.\n * The computation rounds up to tolerate one failure on small numbers of applications. Default percentage is zero.\n */\n maxPercentUnhealthyApplications: number;\n}\n\nexport function clusterHealthPolicySerializer(item: ClusterHealthPolicy): any {\n return {\n maxPercentUnhealthyNodes: item[\"maxPercentUnhealthyNodes\"],\n maxPercentUnhealthyApplications: item[\"maxPercentUnhealthyApplications\"],\n };\n}\n\nexport function clusterHealthPolicyDeserializer(item: any): ClusterHealthPolicy {\n return {\n maxPercentUnhealthyNodes: item[\"maxPercentUnhealthyNodes\"],\n maxPercentUnhealthyApplications: item[\"maxPercentUnhealthyApplications\"],\n };\n}\n\n/** Describes the delta health policies for the cluster upgrade. */\nexport interface ClusterUpgradeDeltaHealthPolicy {\n /**\n * The maximum allowed percentage of nodes health degradation allowed during cluster upgrades.\n * The delta is measured between the state of the nodes at the beginning of upgrade and the state of the nodes at the time of the health evaluation.\n * The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits.\n */\n maxPercentDeltaUnhealthyNodes: number;\n /**\n * The maximum allowed percentage of upgrade domain nodes health degradation allowed during cluster upgrades.\n * The delta is measured between the state of the upgrade domain nodes at the beginning of upgrade and the state of the upgrade domain nodes at the time of the health evaluation.\n * The check is performed after every upgrade domain upgrade completion for all completed upgrade domains to make sure the state of the upgrade domains is within tolerated limits.\n */\n maxPercentUpgradeDomainDeltaUnhealthyNodes?: number;\n /**\n * The maximum allowed percentage of applications health degradation allowed during cluster upgrades.\n * The delta is measured between the state of the applications at the beginning of upgrade and the state of the applications at the time of the health evaluation.\n * The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits. System services are not included in this.\n * NOTE: This value will overwrite the value specified in properties.UpgradeDescription.HealthPolicy.MaxPercentUnhealthyApplications\n */\n maxPercentDeltaUnhealthyApplications?: number;\n}\n\nexport function clusterUpgradeDeltaHealthPolicySerializer(\n item: ClusterUpgradeDeltaHealthPolicy,\n): any {\n return {\n maxPercentDeltaUnhealthyNodes: item[\"maxPercentDeltaUnhealthyNodes\"],\n maxPercentUpgradeDomainDeltaUnhealthyNodes: item[\"maxPercentUpgradeDomainDeltaUnhealthyNodes\"],\n maxPercentDeltaUnhealthyApplications: item[\"maxPercentDeltaUnhealthyApplications\"],\n };\n}\n\nexport function clusterUpgradeDeltaHealthPolicyDeserializer(\n item: any,\n): ClusterUpgradeDeltaHealthPolicy {\n return {\n maxPercentDeltaUnhealthyNodes: item[\"maxPercentDeltaUnhealthyNodes\"],\n maxPercentUpgradeDomainDeltaUnhealthyNodes: item[\"maxPercentUpgradeDomainDeltaUnhealthyNodes\"],\n maxPercentDeltaUnhealthyApplications: item[\"maxPercentDeltaUnhealthyApplications\"],\n };\n}\n\n/** Describes the monitoring policies for the cluster upgrade. */\nexport interface ClusterMonitoringPolicy {\n /** The length of time to wait after completing an upgrade domain before performing health checks. The duration can be in either hh:mm:ss or in d.hh:mm:ss.ms format. */\n healthCheckWaitDuration: string;\n /** The amount of time that the application or cluster must remain healthy before the upgrade proceeds to the next upgrade domain. The duration can be in either hh:mm:ss or in d.hh:mm:ss.ms format. */\n healthCheckStableDuration: string;\n /** The amount of time to retry health evaluation when the application or cluster is unhealthy before the upgrade rolls back. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format. */\n healthCheckRetryTimeout: string;\n /** The amount of time the overall upgrade has to complete before the upgrade rolls back. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format. */\n upgradeTimeout: string;\n /** The amount of time each upgrade domain has to complete before the upgrade rolls back. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format. */\n upgradeDomainTimeout: string;\n}\n\nexport function clusterMonitoringPolicySerializer(item: ClusterMonitoringPolicy): any {\n return {\n healthCheckWaitDuration: item[\"healthCheckWaitDuration\"],\n healthCheckStableDuration: item[\"healthCheckStableDuration\"],\n healthCheckRetryTimeout: item[\"healthCheckRetryTimeout\"],\n upgradeTimeout: item[\"upgradeTimeout\"],\n upgradeDomainTimeout: item[\"upgradeDomainTimeout\"],\n };\n}\n\nexport function clusterMonitoringPolicyDeserializer(item: any): ClusterMonitoringPolicy {\n return {\n healthCheckWaitDuration: item[\"healthCheckWaitDuration\"],\n healthCheckStableDuration: item[\"healthCheckStableDuration\"],\n healthCheckRetryTimeout: item[\"healthCheckRetryTimeout\"],\n upgradeTimeout: item[\"upgradeTimeout\"],\n upgradeDomainTimeout: item[\"upgradeDomainTimeout\"],\n };\n}\n\n/**\n * This enum is the entrypoint to using a certificate from a public CA for your cluster. This property was introduced to solve the\n * domain squatting problem with new domains. A domain name will be generated in the following format: {clustername}.{hash}.{regionname}.sfmcdomain.\n * The hash portion comes from Azure DNS' Deterministic Name Library. The library creates a hash using the cluster's Tenant, Subscription, Resource Group\n * and Resource Name using the AutoGeneratedDomainNameLabelScope/reuse policy chosen.\n */\nexport enum KnownAutoGeneratedDomainNameLabelScope {\n /** TenantReuse allows for the same hash to be created if the resource is created in the same Tenant with the same resource name. */\n TenantReuse = \"TenantReuse\",\n /** SubscriptionReuse allows for the same hash to be created if the resource is created in the same Subscription with the same resource name. */\n SubscriptionReuse = \"SubscriptionReuse\",\n /** ResourceGroupReuse allows for the same hash to be created if the resource is created in the same Resource Group with the same resource name. */\n ResourceGroupReuse = \"ResourceGroupReuse\",\n /** NoReuse will create a new hash regardless of the Subscription, Resource Group, Tenant and Resource name. */\n NoReuse = \"NoReuse\",\n}\n\n/**\n * This enum is the entrypoint to using a certificate from a public CA for your cluster. This property was introduced to solve the\n * domain squatting problem with new domains. A domain name will be generated in the following format: {clustername}.{hash}.{regionname}.sfmcdomain.\n * The hash portion comes from Azure DNS' Deterministic Name Library. The library creates a hash using the cluster's Tenant, Subscription, Resource Group\n * and Resource Name using the AutoGeneratedDomainNameLabelScope/reuse policy chosen. \\\n * {@link KnownAutoGeneratedDomainNameLabelScope} can be used interchangeably with AutoGeneratedDomainNameLabelScope,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TenantReuse**: TenantReuse allows for the same hash to be created if the resource is created in the same Tenant with the same resource name. \\\n * **SubscriptionReuse**: SubscriptionReuse allows for the same hash to be created if the resource is created in the same Subscription with the same resource name. \\\n * **ResourceGroupReuse**: ResourceGroupReuse allows for the same hash to be created if the resource is created in the same Resource Group with the same resource name. \\\n * **NoReuse**: NoReuse will create a new hash regardless of the Subscription, Resource Group, Tenant and Resource name.\n */\nexport type AutoGeneratedDomainNameLabelScope = string;\n\n/** Service Fabric managed cluster Sku definition */\nexport interface Sku {\n /** Sku Name. */\n name: SkuName;\n}\n\nexport function skuSerializer(item: Sku): any {\n return { name: item[\"name\"] };\n}\n\nexport function skuDeserializer(item: any): Sku {\n return {\n name: item[\"name\"],\n };\n}\n\n/** Sku Name. */\nexport enum KnownSkuName {\n /** Basic requires a minimum of 3 nodes and allows only 1 node type. */\n Basic = \"Basic\",\n /** Requires a minimum of 5 nodes and allows 1 or more node type. */\n Standard = \"Standard\",\n}\n\n/**\n * Sku Name. \\\n * {@link KnownSkuName} can be used interchangeably with SkuName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Basic**: Basic requires a minimum of 3 nodes and allows only 1 node type. \\\n * **Standard**: Requires a minimum of 5 nodes and allows 1 or more node type.\n */\nexport type SkuName = string;\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n };\n}\n\n/** Managed cluster update request */\nexport interface ManagedClusterUpdateParameters {\n /** Managed cluster update parameters */\n tags?: Record<string, string>;\n}\n\nexport function managedClusterUpdateParametersSerializer(\n item: ManagedClusterUpdateParameters,\n): any {\n return { tags: item[\"tags\"] };\n}\n\n/** The response of a ManagedCluster list operation. */\nexport interface _ManagedClusterListResult {\n /** The ManagedCluster items on this page */\n value: ManagedCluster[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _managedClusterListResultDeserializer(item: any): _ManagedClusterListResult {\n return {\n value: managedClusterArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function managedClusterArraySerializer(result: Array<ManagedCluster>): any[] {\n return result.map((item) => {\n return managedClusterSerializer(item);\n });\n}\n\nexport function managedClusterArrayDeserializer(result: Array<ManagedCluster>): any[] {\n return result.map((item) => {\n return managedClusterDeserializer(item);\n });\n}\n\n/** Parameters for Fault Simulation id. */\nexport interface FaultSimulationIdContent {\n /** unique identifier for the fault simulation. */\n simulationId: string;\n}\n\nexport function faultSimulationIdContentSerializer(item: FaultSimulationIdContent): any {\n return { simulationId: item[\"simulationId\"] };\n}\n\n/** Fault simulation object with status. */\nexport interface FaultSimulation {\n /** unique identifier for the fault simulation. */\n simulationId?: string;\n /** Fault simulation status */\n status?: FaultSimulationStatus;\n /** The start time of the fault simulation. */\n startTime?: Date;\n /** The end time of the fault simulation. */\n endTime?: Date;\n /** Fault simulation details */\n details?: FaultSimulationDetails;\n}\n\nexport function faultSimulationDeserializer(item: any): FaultSimulation {\n return {\n simulationId: item[\"simulationId\"],\n status: item[\"status\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n details: !item[\"details\"]\n ? item[\"details\"]\n : faultSimulationDetailsDeserializer(item[\"details\"]),\n };\n}\n\n/** Fault simulation status. */\nexport enum KnownFaultSimulationStatus {\n /** Indicates the fault simulation is starting. The simulation will have this status while the start operation is in progress. */\n Starting = \"Starting\",\n /** Indicates the fault simulation is active. The simulation will have this status after the start operation has completed successfully. */\n Active = \"Active\",\n /** Indicates the fault simulation is stopping. The simulation will have this status while the stop operation is in progress. */\n Stopping = \"Stopping\",\n /** Indicates the fault simulation is done. The simulation will have this status after the stop operation has completed successfully. */\n Done = \"Done\",\n /** Indicates the fault simulation has failed on start. The simulation will have this status after the start operation fails. */\n StartFailed = \"StartFailed\",\n /** Indicates the fault simulation has failed on stop. The simulation will have this status after the stop operation fails. */\n StopFailed = \"StopFailed\",\n}\n\n/**\n * Fault simulation status. \\\n * {@link KnownFaultSimulationStatus} can be used interchangeably with FaultSimulationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Starting**: Indicates the fault simulation is starting. The simulation will have this status while the start operation is in progress. \\\n * **Active**: Indicates the fault simulation is active. The simulation will have this status after the start operation has completed successfully. \\\n * **Stopping**: Indicates the fault simulation is stopping. The simulation will have this status while the stop operation is in progress. \\\n * **Done**: Indicates the fault simulation is done. The simulation will have this status after the stop operation has completed successfully. \\\n * **StartFailed**: Indicates the fault simulation has failed on start. The simulation will have this status after the start operation fails. \\\n * **StopFailed**: Indicates the fault simulation has failed on stop. The simulation will have this status after the stop operation fails.\n */\nexport type FaultSimulationStatus = string;\n\n/** Details for Fault Simulation. */\nexport interface FaultSimulationDetails {\n /** unique identifier for the cluster resource. */\n clusterId?: string;\n /** unique identifier for the operation associated with the fault simulation. */\n operationId?: string;\n /** List of node type simulations associated with the cluster fault simulation. */\n nodeTypeFaultSimulation?: NodeTypeFaultSimulation[];\n /** Fault simulation parameters. */\n parameters?: FaultSimulationContentUnion;\n}\n\nexport function faultSimulationDetailsDeserializer(item: any): FaultSimulationDetails {\n return {\n clusterId: item[\"clusterId\"],\n operationId: item[\"operationId\"],\n nodeTypeFaultSimulation: !item[\"nodeTypeFaultSimulation\"]\n ? item[\"nodeTypeFaultSimulation\"]\n : nodeTypeFaultSimulationArrayDeserializer(item[\"nodeTypeFaultSimulation\"]),\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : faultSimulationContentUnionDeserializer(item[\"parameters\"]),\n };\n}\n\nexport function nodeTypeFaultSimulationArrayDeserializer(\n result: Array<NodeTypeFaultSimulation>,\n): any[] {\n return result.map((item) => {\n return nodeTypeFaultSimulationDeserializer(item);\n });\n}\n\n/** Node type fault simulation object with status. */\nexport interface NodeTypeFaultSimulation {\n /** Node type name. */\n nodeTypeName?: string;\n /** Fault simulation status */\n status?: FaultSimulationStatus;\n /** Current or latest asynchronous operation identifier on the node type. */\n operationId?: string;\n /** Current or latest asynchronous operation status on the node type */\n operationStatus?: SfmcOperationStatus;\n}\n\nexport function nodeTypeFaultSimulationDeserializer(item: any): NodeTypeFaultSimulation {\n return {\n nodeTypeName: item[\"nodeTypeName\"],\n status: item[\"status\"],\n operationId: item[\"operationId\"],\n operationStatus: item[\"operationStatus\"],\n };\n}\n\n/** Sfmc operation status. */\nexport enum KnownSfmcOperationStatus {\n /** Operation created. */\n Created = \"Created\",\n /** Operation started. */\n Started = \"Started\",\n /** Operation succeeded. */\n Succeeded = \"Succeeded\",\n /** Operation failed. */\n Failed = \"Failed\",\n /** Operation aborted. */\n Aborted = \"Aborted\",\n /** Operation canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * Sfmc operation status. \\\n * {@link KnownSfmcOperationStatus} can be used interchangeably with SfmcOperationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Created**: Operation created. \\\n * **Started**: Operation started. \\\n * **Succeeded**: Operation succeeded. \\\n * **Failed**: Operation failed. \\\n * **Aborted**: Operation aborted. \\\n * **Canceled**: Operation canceled.\n */\nexport type SfmcOperationStatus = string;\n\n/** Parameters for Fault Simulation action. */\nexport interface FaultSimulationContent {\n /** The kind of fault to be simulated. */\n /** The discriminator possible values: Zone */\n faultKind: FaultKind;\n /** Force the action to go through without any check on the cluster. */\n force?: boolean;\n /** Constraints for Fault Simulation action. */\n constraints?: FaultSimulationConstraints;\n}\n\nexport function faultSimulationContentSerializer(item: FaultSimulationContent): any {\n return {\n faultKind: item[\"faultKind\"],\n force: item[\"force\"],\n constraints: !item[\"constraints\"]\n ? item[\"constraints\"]\n : faultSimulationConstraintsSerializer(item[\"constraints\"]),\n };\n}\n\nexport function faultSimulationContentDeserializer(item: any): FaultSimulationContent {\n return {\n faultKind: item[\"faultKind\"],\n force: item[\"force\"],\n constraints: !item[\"constraints\"]\n ? item[\"constraints\"]\n : faultSimulationConstraintsDeserializer(item[\"constraints\"]),\n };\n}\n\n/** Alias for FaultSimulationContentUnion */\nexport type FaultSimulationContentUnion = ZoneFaultSimulationContent | FaultSimulationContent;\n\nexport function faultSimulationContentUnionSerializer(item: FaultSimulationContentUnion): any {\n switch (item.faultKind) {\n case \"Zone\":\n return zoneFaultSimulationContentSerializer(item as ZoneFaultSimulationContent);\n\n default:\n return faultSimulationContentSerializer(item);\n }\n}\n\nexport function faultSimulationContentUnionDeserializer(item: any): FaultSimulationContentUnion {\n switch (item.faultKind) {\n case \"Zone\":\n return zoneFaultSimulationContentDeserializer(item as ZoneFaultSimulationContent);\n\n default:\n return faultSimulationContentDeserializer(item);\n }\n}\n\n/** The kind of fault simulation. */\nexport enum KnownFaultKind {\n /** Simulates an availability zone down. */\n Zone = \"Zone\",\n}\n\n/**\n * The kind of fault simulation. \\\n * {@link KnownFaultKind} can be used interchangeably with FaultKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Zone**: Simulates an availability zone down.\n */\nexport type FaultKind = string;\n\n/** Constraints for Fault Simulation action. */\nexport interface FaultSimulationConstraints {\n /** The absolute expiration timestamp (UTC) after which this fault simulation should be stopped if it's still active. */\n expirationTime?: Date;\n}\n\nexport function faultSimulationConstraintsSerializer(item: FaultSimulationConstraints): any {\n return {\n expirationTime: !item[\"expirationTime\"]\n ? item[\"expirationTime\"]\n : item[\"expirationTime\"].toISOString(),\n };\n}\n\nexport function faultSimulationConstraintsDeserializer(item: any): FaultSimulationConstraints {\n return {\n expirationTime: !item[\"expirationTime\"]\n ? item[\"expirationTime\"]\n : new Date(item[\"expirationTime\"]),\n };\n}\n\n/** Parameters for Zone Fault Simulation action. */\nexport interface ZoneFaultSimulationContent extends FaultSimulationContent {\n /** Indicates the zones of the fault simulation. */\n zones?: string[];\n /** The kind of fault simulation. */\n faultKind: \"Zone\";\n}\n\nexport function zoneFaultSimulationContentSerializer(item: ZoneFaultSimulationContent): any {\n return {\n faultKind: item[\"faultKind\"],\n force: item[\"force\"],\n constraints: !item[\"constraints\"]\n ? item[\"constraints\"]\n : faultSimulationConstraintsSerializer(item[\"constraints\"]),\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function zoneFaultSimulationContentDeserializer(item: any): ZoneFaultSimulationContent {\n return {\n faultKind: item[\"faultKind\"],\n force: item[\"force\"],\n constraints: !item[\"constraints\"]\n ? item[\"constraints\"]\n : faultSimulationConstraintsDeserializer(item[\"constraints\"]),\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Fault simulation list results */\nexport interface _FaultSimulationListResult {\n /** The FaultSimulation items on this page */\n value: FaultSimulation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _faultSimulationListResultDeserializer(item: any): _FaultSimulationListResult {\n return {\n value: faultSimulationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function faultSimulationArrayDeserializer(result: Array<FaultSimulation>): any[] {\n return result.map((item) => {\n return faultSimulationDeserializer(item);\n });\n}\n\n/** Fault Simulation Request for Start action. */\nexport interface FaultSimulationContentWrapper {\n /** Parameters for Fault Simulation start action. */\n parameters: FaultSimulationContentUnion;\n}\n\nexport function faultSimulationContentWrapperSerializer(item: FaultSimulationContentWrapper): any {\n return {\n parameters: faultSimulationContentUnionSerializer(item[\"parameters\"]),\n };\n}\n\n/** Describes the result of the request to list Managed VM Sizes for Service Fabric Managed Clusters. */\nexport interface ManagedAzResiliencyStatus {\n /** List of Managed VM Sizes for Service Fabric Managed Clusters. */\n baseResourceStatus?: ResourceAzStatus[];\n /** URL to get the next set of Managed VM Sizes if there are any. */\n readonly isClusterZoneResilient?: boolean;\n}\n\nexport function managedAzResiliencyStatusDeserializer(item: any): ManagedAzResiliencyStatus {\n return {\n baseResourceStatus: !item[\"baseResourceStatus\"]\n ? item[\"baseResourceStatus\"]\n : resourceAzStatusArrayDeserializer(item[\"baseResourceStatus\"]),\n isClusterZoneResilient: item[\"isClusterZoneResilient\"],\n };\n}\n\nexport function resourceAzStatusArrayDeserializer(result: Array<ResourceAzStatus>): any[] {\n return result.map((item) => {\n return resourceAzStatusDeserializer(item);\n });\n}\n\n/** Describes Az Resiliency status of Base resources */\nexport interface ResourceAzStatus {\n /** VM Size properties. */\n readonly resourceName?: string;\n /** VM Size id. */\n readonly resourceType?: string;\n /** VM Size name. */\n readonly isZoneResilient?: boolean;\n /** Zone resiliency status details for the resource. */\n readonly details?: string;\n}\n\nexport function resourceAzStatusDeserializer(item: any): ResourceAzStatus {\n return {\n resourceName: item[\"resourceName\"],\n resourceType: item[\"resourceType\"],\n isZoneResilient: item[\"isZoneResilient\"],\n details: item[\"details\"],\n };\n}\n\n/** Describes the maintenance window status of the Service Fabric Managed Cluster. */\nexport interface ManagedMaintenanceWindowStatus {\n /** If maintenance window is enabled on this cluster. */\n readonly isWindowEnabled?: boolean;\n /** Indicates if the region is ready to configure maintenance windows. */\n readonly isRegionReady?: boolean;\n /** If maintenance window is active. */\n readonly isWindowActive?: boolean;\n /** If updates can be applied. */\n readonly canApplyUpdates?: boolean;\n /** Last window update time in UTC. */\n readonly lastWindowStatusUpdateAtUTC?: Date;\n /** Last window start time in UTC. */\n readonly lastWindowStartTimeUTC?: Date;\n /** Last window end time in UTC. */\n readonly lastWindowEndTimeUTC?: Date;\n}\n\nexport function managedMaintenanceWindowStatusDeserializer(\n item: any,\n): ManagedMaintenanceWindowStatus {\n return {\n isWindowEnabled: item[\"isWindowEnabled\"],\n isRegionReady: item[\"isRegionReady\"],\n isWindowActive: item[\"isWindowActive\"],\n canApplyUpdates: item[\"canApplyUpdates\"],\n lastWindowStatusUpdateAtUTC: !item[\"lastWindowStatusUpdateAtUTC\"]\n ? item[\"lastWindowStatusUpdateAtUTC\"]\n : new Date(item[\"lastWindowStatusUpdateAtUTC\"]),\n lastWindowStartTimeUTC: !item[\"lastWindowStartTimeUTC\"]\n ? item[\"lastWindowStartTimeUTC\"]\n : new Date(item[\"lastWindowStartTimeUTC\"]),\n lastWindowEndTimeUTC: !item[\"lastWindowEndTimeUTC\"]\n ? item[\"lastWindowEndTimeUTC\"]\n : new Date(item[\"lastWindowEndTimeUTC\"]),\n };\n}\n\n/** Describes a node type in the cluster, each node type represents sub set of nodes in the cluster. */\nexport interface NodeType extends ProxyResource {\n /** The node type properties */\n properties?: NodeTypeProperties;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The node type sku. */\n sku?: NodeTypeSku;\n}\n\nexport function nodeTypeSerializer(item: NodeType): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : nodeTypePropertiesSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : nodeTypeSkuSerializer(item[\"sku\"]),\n };\n}\n\nexport function nodeTypeDeserializer(item: any): NodeType {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : nodeTypePropertiesDeserializer(item[\"properties\"]),\n tags: item[\"tags\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : nodeTypeSkuDeserializer(item[\"sku\"]),\n };\n}\n\n/** Describes a node type in the cluster, each node type represents sub set of nodes in the cluster. */\nexport interface NodeTypeProperties {\n /** Indicates the Service Fabric system services for the cluster will run on this node type. This setting cannot be changed once the node type is created. */\n isPrimary: boolean;\n /** The number of nodes in the node type. **Values:** -1 - Use when auto scale rules are configured or sku.capacity is defined 0 - Not supported >0 - Use for manual scale. */\n vmInstanceCount: number;\n /** Disk size for the managed disk attached to the vms on the node type in GBs. */\n dataDiskSizeGB?: number;\n /** Managed data disk type. Specifies the storage account type for the managed disk */\n dataDiskType?: DiskType;\n /** Managed data disk letter. It can not use the reserved letter C or D and it can not change after created. */\n dataDiskLetter?: string;\n /** The placement tags applied to nodes in the node type, which can be used to indicate where certain services (workload) should run. */\n placementProperties?: Record<string, string>;\n /** The capacity tags applied to the nodes in the node type, the cluster resource manager uses these tags to understand how much resource a node has. */\n capacities?: Record<string, string>;\n /** The range of ports from which cluster assigned port to Service Fabric applications. */\n applicationPorts?: EndpointRangeDescription;\n /** The range of ephemeral ports that nodes in this node type should be configured with. */\n ephemeralPorts?: EndpointRangeDescription;\n /** The size of virtual machines in the pool. All virtual machines in a pool are the same size. For example, Standard_D3. */\n vmSize?: string;\n /** The publisher of the Azure Virtual Machines Marketplace image. For example, Canonical or MicrosoftWindowsServer. */\n vmImagePublisher?: string;\n /** The offer type of the Azure Virtual Machines Marketplace image. For example, UbuntuServer or WindowsServer. */\n vmImageOffer?: string;\n /** The SKU of the Azure Virtual Machines Marketplace image. For example, 14.04.0-LTS or 2012-R2-Datacenter. */\n vmImageSku?: string;\n /** The version of the Azure Virtual Machines Marketplace image. A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'. */\n vmImageVersion?: string;\n /** The secrets to install in the virtual machines. */\n vmSecrets?: VaultSecretGroup[];\n /** Set of extensions that should be installed onto the virtual machines. */\n vmExtensions?: VmssExtension[];\n /** Identities to assign to the virtual machine scale set under the node type. */\n vmManagedIdentity?: VmManagedIdentity;\n /** Indicates if the node type can only host Stateless workloads. */\n isStateless?: boolean;\n /** Indicates if scale set associated with the node type can be composed of multiple placement groups. */\n multiplePlacementGroups?: boolean;\n /** Indicates the node type uses its own frontend configurations instead of the default one for the cluster. This setting can only be specified for non-primary node types and can not be added or removed after the node type is created. */\n frontendConfigurations?: FrontendConfiguration[];\n /** The Network Security Rules for this node type. This setting can only be specified for node types that are configured with frontend configurations. */\n networkSecurityRules?: NetworkSecurityRule[];\n /** Additional managed data disks. */\n additionalDataDisks?: VmssDataDisk[];\n /** Enable or disable the Host Encryption for the virtual machines on the node type. This will enable the encryption for all the disks including Resource/Temp disk at host itself. Default: The Encryption at host will be disabled unless this property is set to true for the resource. */\n enableEncryptionAtHost?: boolean;\n /** The provisioning state of the node type resource. */\n readonly provisioningState?: ManagedResourceProvisioningState;\n /** Specifies whether the network interface is accelerated networking-enabled. */\n enableAcceleratedNetworking?: boolean;\n /** Specifies whether the use public load balancer. If not specified and the node type doesn't have its own frontend configuration, it will be attached to the default load balancer. If the node type uses its own Load balancer and useDefaultPublicLoadBalancer is true, then the frontend has to be an Internal Load Balancer. If the node type uses its own Load balancer and useDefaultPublicLoadBalancer is false or not set, then the custom load balancer must include a public load balancer to provide outbound connectivity. */\n useDefaultPublicLoadBalancer?: boolean;\n /** Specifies whether to use the temporary disk for the service fabric data root, in which case no managed data disk will be attached and the temporary disk will be used. It is only allowed for stateless node types. */\n useTempDataDisk?: boolean;\n /** Specifies whether the node type should be overprovisioned. It is only allowed for stateless node types. */\n enableOverProvisioning?: boolean;\n /** Specifies the availability zones where the node type would span across. If the cluster is not spanning across availability zones, initiates az migration for the cluster. */\n zones?: string[];\n /** Indicates whether the node type will be Spot Virtual Machines. Azure will allocate the VMs if there is capacity available and the VMs can be evicted at any time. */\n isSpotVM?: boolean;\n /** Specifies the full host group resource Id. This property is used for deploying on azure dedicated hosts. */\n hostGroupId?: string;\n /** Indicates whether to use ephemeral os disk. The sku selected on the vmSize property needs to support this feature. */\n useEphemeralOSDisk?: boolean;\n /** Indicates the time duration after which the platform will not try to restore the VMSS SPOT instances specified as ISO 8601. */\n spotRestoreTimeout?: string;\n /** Specifies the eviction policy for virtual machines in a SPOT node type. Default is Delete. */\n evictionPolicy?: EvictionPolicyType;\n /** Indicates the resource id of the vm image. This parameter is used for custom vm image. */\n vmImageResourceId?: string;\n /** Indicates the resource id of the subnet for the node type. */\n subnetId?: string;\n /** Specifies the actions to be performed on the vms before bootstrapping the service fabric runtime. */\n vmSetupActions?: VmSetupAction[];\n /** Specifies the security type of the nodeType. Supported values include Standard, TrustedLaunch and ConfidentialVM. */\n securityType?: SecurityType;\n /** Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob and VMGuestStateOnly for encryption of just the VMGuestState blob. Note: It can be set for only Confidential VMs. */\n securityEncryptionType?: SecurityEncryptionType;\n /** Specifies whether secure boot should be enabled on the nodeType. Can only be used with TrustedLaunch and ConfidentialVM SecurityType. */\n secureBootEnabled?: boolean;\n /** Specifies whether each node is allocated its own public IPv4 address. This is only supported on secondary node types with custom Load Balancers. */\n enableNodePublicIP?: boolean;\n /** Specifies whether each node is allocated its own public IPv6 address. This is only supported on secondary node types with custom Load Balancers. */\n enableNodePublicIPv6?: boolean;\n /** Indicates the resource id of the vm shared galleries image. This parameter is used for custom vm image. */\n vmSharedGalleryImageId?: string;\n /** Specifies the resource id of a NAT Gateway to attach to the subnet of this node type. Node type must use custom load balancer. */\n natGatewayId?: string;\n /** Specifies the NAT configuration on default public Load Balancer for the node type. This is only supported for node types use the default public Load Balancer. */\n natConfigurations?: NodeTypeNatConfig[];\n /** Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required information and then click Save. */\n vmImagePlan?: VmImagePlan;\n /** Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. */\n serviceArtifactReferenceId?: string;\n /** Specifies the resource id of the DSCP configuration to apply to the node type network interface. */\n dscpConfigurationId?: string;\n /** Specifies the settings for any additional secondary network interfaces to attach to the node type. */\n additionalNetworkInterfaceConfigurations?: AdditionalNetworkInterfaceConfiguration[];\n /** Specifies the computer name prefix. Limited to 9 characters. If specified, allows for a longer name to be specified for the node type name. */\n computerNamePrefix?: string;\n /** Specifies the gallery applications that should be made available to the underlying VMSS. */\n vmApplications?: VmApplication[];\n /** Setting this to true allows stateless node types to scale out without equal distribution across zones. */\n zoneBalance?: boolean;\n}\n\nexport function nodeTypePropertiesSerializer(item: NodeTypeProperties): any {\n return {\n isPrimary: item[\"isPrimary\"],\n vmInstanceCount: item[\"vmInstanceCount\"],\n dataDiskSizeGB: item[\"dataDiskSizeGB\"],\n dataDiskType: item[\"dataDiskType\"],\n dataDiskLetter: item[\"dataDiskLetter\"],\n placementProperties: item[\"placementProperties\"],\n capacities: item[\"capacities\"],\n applicationPorts: !item[\"applicationPorts\"]\n ? item[\"applicationPorts\"]\n : endpointRangeDescriptionSerializer(item[\"applicationPorts\"]),\n ephemeralPorts: !item[\"ephemeralPorts\"]\n ? item[\"ephemeralPorts\"]\n : endpointRangeDescriptionSerializer(item[\"ephemeralPorts\"]),\n vmSize: item[\"vmSize\"],\n vmImagePublisher: item[\"vmImagePublisher\"],\n vmImageOffer: item[\"vmImageOffer\"],\n vmImageSku: item[\"vmImageSku\"],\n vmImageVersion: item[\"vmImageVersion\"],\n vmSecrets: !item[\"vmSecrets\"]\n ? item[\"vmSecrets\"]\n : vaultSecretGroupArraySerializer(item[\"vmSecrets\"]),\n vmExtensions: !item[\"vmExtensions\"]\n ? item[\"vmExtensions\"]\n : vmssExtensionArraySerializer(item[\"vmExtensions\"]),\n vmManagedIdentity: !item[\"vmManagedIdentity\"]\n ? item[\"vmManagedIdentity\"]\n : vmManagedIdentitySerializer(item[\"vmManagedIdentity\"]),\n isStateless: item[\"isStateless\"],\n multiplePlacementGroups: item[\"multiplePlacementGroups\"],\n frontendConfigurations: !item[\"frontendConfigurations\"]\n ? item[\"frontendConfigurations\"]\n : frontendConfigurationArraySerializer(item[\"frontendConfigurations\"]),\n networkSecurityRules: !item[\"networkSecurityRules\"]\n ? item[\"networkSecurityRules\"]\n : networkSecurityRuleArraySerializer(item[\"networkSecurityRules\"]),\n additionalDataDisks: !item[\"additionalDataDisks\"]\n ? item[\"additionalDataDisks\"]\n : vmssDataDiskArraySerializer(item[\"additionalDataDisks\"]),\n enableEncryptionAtHost: item[\"enableEncryptionAtHost\"],\n enableAcceleratedNetworking: item[\"enableAcceleratedNetworking\"],\n useDefaultPublicLoadBalancer: item[\"useDefaultPublicLoadBalancer\"],\n useTempDataDisk: item[\"useTempDataDisk\"],\n enableOverProvisioning: item[\"enableOverProvisioning\"],\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n isSpotVM: item[\"isSpotVM\"],\n hostGroupId: item[\"hostGroupId\"],\n useEphemeralOSDisk: item[\"useEphemeralOSDisk\"],\n spotRestoreTimeout: item[\"spotRestoreTimeout\"],\n evictionPolicy: item[\"evictionPolicy\"],\n vmImageResourceId: item[\"vmImageResourceId\"],\n subnetId: item[\"subnetId\"],\n vmSetupActions: !item[\"vmSetupActions\"]\n ? item[\"vmSetupActions\"]\n : item[\"vmSetupActions\"].map((p: any) => {\n return p;\n }),\n securityType: item[\"securityType\"],\n securityEncryptionType: item[\"securityEncryptionType\"],\n secureBootEnabled: item[\"secureBootEnabled\"],\n enableNodePublicIP: item[\"enableNodePublicIP\"],\n enableNodePublicIPv6: item[\"enableNodePublicIPv6\"],\n vmSharedGalleryImageId: item[\"vmSharedGalleryImageId\"],\n natGatewayId: item[\"natGatewayId\"],\n natConfigurations: !item[\"natConfigurations\"]\n ? item[\"natConfigurations\"]\n : nodeTypeNatConfigArraySerializer(item[\"natConfigurations\"]),\n vmImagePlan: !item[\"vmImagePlan\"]\n ? item[\"vmImagePlan\"]\n : vmImagePlanSerializer(item[\"vmImagePlan\"]),\n serviceArtifactReferenceId: item[\"serviceArtifactReferenceId\"],\n dscpConfigurationId: item[\"dscpConfigurationId\"],\n additionalNetworkInterfaceConfigurations: !item[\"additionalNetworkInterfaceConfigurations\"]\n ? item[\"additionalNetworkInterfaceConfigurations\"]\n : additionalNetworkInterfaceConfigurationArraySerializer(\n item[\"additionalNetworkInterfaceConfigurations\"],\n ),\n computerNamePrefix: item[\"computerNamePrefix\"],\n vmApplications: !item[\"vmApplications\"]\n ? item[\"vmApplications\"]\n : vmApplicationArraySerializer(item[\"vmApplications\"]),\n zoneBalance: item[\"zoneBalance\"],\n };\n}\n\nexport function nodeTypePropertiesDeserializer(item: any): NodeTypeProperties {\n return {\n isPrimary: item[\"isPrimary\"],\n vmInstanceCount: item[\"vmInstanceCount\"],\n dataDiskSizeGB: item[\"dataDiskSizeGB\"],\n dataDiskType: item[\"dataDiskType\"],\n dataDiskLetter: item[\"dataDiskLetter\"],\n placementProperties: item[\"placementProperties\"],\n capacities: item[\"capacities\"],\n applicationPorts: !item[\"applicationPorts\"]\n ? item[\"applicationPorts\"]\n : endpointRangeDescriptionDeserializer(item[\"applicationPorts\"]),\n ephemeralPorts: !item[\"ephemeralPorts\"]\n ? item[\"ephemeralPorts\"]\n : endpointRangeDescriptionDeserializer(item[\"ephemeralPorts\"]),\n vmSize: item[\"vmSize\"],\n vmImagePublisher: item[\"vmImagePublisher\"],\n vmImageOffer: item[\"vmImageOffer\"],\n vmImageSku: item[\"vmImageSku\"],\n vmImageVersion: item[\"vmImageVersion\"],\n vmSecrets: !item[\"vmSecrets\"]\n ? item[\"vmSecrets\"]\n : vaultSecretGroupArrayDeserializer(item[\"vmSecrets\"]),\n vmExtensions: !item[\"vmExtensions\"]\n ? item[\"vmExtensions\"]\n : vmssExtensionArrayDeserializer(item[\"vmExtensions\"]),\n vmManagedIdentity: !item[\"vmManagedIdentity\"]\n ? item[\"vmManagedIdentity\"]\n : vmManagedIdentityDeserializer(item[\"vmManagedIdentity\"]),\n isStateless: item[\"isStateless\"],\n multiplePlacementGroups: item[\"multiplePlacementGroups\"],\n frontendConfigurations: !item[\"frontendConfigurations\"]\n ? item[\"frontendConfigurations\"]\n : frontendConfigurationArrayDeserializer(item[\"frontendConfigurations\"]),\n networkSecurityRules: !item[\"networkSecurityRules\"]\n ? item[\"networkSecurityRules\"]\n : networkSecurityRuleArrayDeserializer(item[\"networkSecurityRules\"]),\n additionalDataDisks: !item[\"additionalDataDisks\"]\n ? item[\"additionalDataDisks\"]\n : vmssDataDiskArrayDeserializer(item[\"additionalDataDisks\"]),\n enableEncryptionAtHost: item[\"enableEncryptionAtHost\"],\n provisioningState: item[\"provisioningState\"],\n enableAcceleratedNetworking: item[\"enableAcceleratedNetworking\"],\n useDefaultPublicLoadBalancer: item[\"useDefaultPublicLoadBalancer\"],\n useTempDataDisk: item[\"useTempDataDisk\"],\n enableOverProvisioning: item[\"enableOverProvisioning\"],\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n isSpotVM: item[\"isSpotVM\"],\n hostGroupId: item[\"hostGroupId\"],\n useEphemeralOSDisk: item[\"useEphemeralOSDisk\"],\n spotRestoreTimeout: item[\"spotRestoreTimeout\"],\n evictionPolicy: item[\"evictionPolicy\"],\n vmImageResourceId: item[\"vmImageResourceId\"],\n subnetId: item[\"subnetId\"],\n vmSetupActions: !item[\"vmSetupActions\"]\n ? item[\"vmSetupActions\"]\n : item[\"vmSetupActions\"].map((p: any) => {\n return p;\n }),\n securityType: item[\"securityType\"],\n securityEncryptionType: item[\"securityEncryptionType\"],\n secureBootEnabled: item[\"secureBootEnabled\"],\n enableNodePublicIP: item[\"enableNodePublicIP\"],\n enableNodePublicIPv6: item[\"enableNodePublicIPv6\"],\n vmSharedGalleryImageId: item[\"vmSharedGalleryImageId\"],\n natGatewayId: item[\"natGatewayId\"],\n natConfigurations: !item[\"natConfigurations\"]\n ? item[\"natConfigurations\"]\n : nodeTypeNatConfigArrayDeserializer(item[\"natConfigurations\"]),\n vmImagePlan: !item[\"vmImagePlan\"]\n ? item[\"vmImagePlan\"]\n : vmImagePlanDeserializer(item[\"vmImagePlan\"]),\n serviceArtifactReferenceId: item[\"serviceArtifactReferenceId\"],\n dscpConfigurationId: item[\"dscpConfigurationId\"],\n additionalNetworkInterfaceConfigurations: !item[\"additionalNetworkInterfaceConfigurations\"]\n ? item[\"additionalNetworkInterfaceConfigurations\"]\n : additionalNetworkInterfaceConfigurationArrayDeserializer(\n item[\"additionalNetworkInterfaceConfigurations\"],\n ),\n computerNamePrefix: item[\"computerNamePrefix\"],\n vmApplications: !item[\"vmApplications\"]\n ? item[\"vmApplications\"]\n : vmApplicationArrayDeserializer(item[\"vmApplications\"]),\n zoneBalance: item[\"zoneBalance\"],\n };\n}\n\n/** Managed data disk type. IOPS and throughput are given by the disk size, to see more information go to https://docs.microsoft.com/en-us/azure/virtual-machines/disks-types. */\nexport enum KnownDiskType {\n /** Standard HDD locally redundant storage. Best for backup, non-critical, and infrequent access. */\n StandardLRS = \"Standard_LRS\",\n /** Standard SSD locally redundant storage. Best for web servers, lightly used enterprise applications and dev/test. */\n StandardSSDLRS = \"StandardSSD_LRS\",\n /** Premium SSD locally redundant storage. Best for production and performance sensitive workloads. */\n PremiumLRS = \"Premium_LRS\",\n /** Premium SSD V2 locally redundant storage. Best for production and performance sensitive workloads that consistently require low latency and high IOPS and throughput. */\n PremiumV2LRS = \"PremiumV2_LRS\",\n /** Standard SSD zone redundant storage. Best for web servers, lightly used enterprise applications and dev/test that need storage resiliency against zone failures. */\n StandardSSDZRS = \"StandardSSD_ZRS\",\n /** Premium SSD zone redundant storage. Best for production workloads that need storage resiliency against zone failures. */\n PremiumZRS = \"Premium_ZRS\",\n}\n\n/**\n * Managed data disk type. IOPS and throughput are given by the disk size, to see more information go to https://docs.microsoft.com/en-us/azure/virtual-machines/disks-types. \\\n * {@link KnownDiskType} can be used interchangeably with DiskType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard_LRS**: Standard HDD locally redundant storage. Best for backup, non-critical, and infrequent access. \\\n * **StandardSSD_LRS**: Standard SSD locally redundant storage. Best for web servers, lightly used enterprise applications and dev\\/test. \\\n * **Premium_LRS**: Premium SSD locally redundant storage. Best for production and performance sensitive workloads. \\\n * **PremiumV2_LRS**: Premium SSD V2 locally redundant storage. Best for production and performance sensitive workloads that consistently require low latency and high IOPS and throughput. \\\n * **StandardSSD_ZRS**: Standard SSD zone redundant storage. Best for web servers, lightly used enterprise applications and dev\\/test that need storage resiliency against zone failures. \\\n * **Premium_ZRS**: Premium SSD zone redundant storage. Best for production workloads that need storage resiliency against zone failures.\n */\nexport type DiskType = string;\n\n/** Port range details */\nexport interface EndpointRangeDescription {\n /** Starting port of a range of ports */\n startPort: number;\n /** End port of a range of ports */\n endPort: number;\n}\n\nexport function endpointRangeDescriptionSerializer(item: EndpointRangeDescription): any {\n return { startPort: item[\"startPort\"], endPort: item[\"endPort\"] };\n}\n\nexport function endpointRangeDescriptionDeserializer(item: any): EndpointRangeDescription {\n return {\n startPort: item[\"startPort\"],\n endPort: item[\"endPort\"],\n };\n}\n\nexport function vaultSecretGroupArraySerializer(result: Array<VaultSecretGroup>): any[] {\n return result.map((item) => {\n return vaultSecretGroupSerializer(item);\n });\n}\n\nexport function vaultSecretGroupArrayDeserializer(result: Array<VaultSecretGroup>): any[] {\n return result.map((item) => {\n return vaultSecretGroupDeserializer(item);\n });\n}\n\n/** Specifies set of certificates that should be installed onto the virtual machines. */\nexport interface VaultSecretGroup {\n /** The relative URL of the Key Vault containing all of the certificates in VaultCertificates. */\n sourceVault: SubResource;\n /** The list of key vault references in SourceVault which contain certificates. */\n vaultCertificates: VaultCertificate[];\n}\n\nexport function vaultSecretGroupSerializer(item: VaultSecretGroup): any {\n return {\n sourceVault: subResourceSerializer(item[\"sourceVault\"]),\n vaultCertificates: vaultCertificateArraySerializer(item[\"vaultCertificates\"]),\n };\n}\n\nexport function vaultSecretGroupDeserializer(item: any): VaultSecretGroup {\n return {\n sourceVault: subResourceDeserializer(item[\"sourceVault\"]),\n vaultCertificates: vaultCertificateArrayDeserializer(item[\"vaultCertificates\"]),\n };\n}\n\n/** Azure resource identifier. */\nexport interface SubResource {\n /** Azure resource identifier. */\n id?: string;\n}\n\nexport function subResourceSerializer(item: SubResource): any {\n return { id: item[\"id\"] };\n}\n\nexport function subResourceDeserializer(item: any): SubResource {\n return {\n id: item[\"id\"],\n };\n}\n\nexport function vaultCertificateArraySerializer(result: Array<VaultCertificate>): any[] {\n return result.map((item) => {\n return vaultCertificateSerializer(item);\n });\n}\n\nexport function vaultCertificateArrayDeserializer(result: Array<VaultCertificate>): any[] {\n return result.map((item) => {\n return vaultCertificateDeserializer(item);\n });\n}\n\n/** Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM. */\nexport interface VaultCertificate {\n /** This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). */\n certificateUrl: string;\n /** For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name {UppercaseThumbprint}.crt for the X509 certificate file and {UppercaseThumbprint}.prv for private key. Both of these files are .pem formatted. */\n certificateStore: string;\n}\n\nexport function vaultCertificateSerializer(item: VaultCertificate): any {\n return {\n certificateUrl: item[\"certificateUrl\"],\n certificateStore: item[\"certificateStore\"],\n };\n}\n\nexport function vaultCertificateDeserializer(item: any): VaultCertificate {\n return {\n certificateUrl: item[\"certificateUrl\"],\n certificateStore: item[\"certificateStore\"],\n };\n}\n\nexport function vmssExtensionArraySerializer(result: Array<VmssExtension>): any[] {\n return result.map((item) => {\n return vmssExtensionSerializer(item);\n });\n}\n\nexport function vmssExtensionArrayDeserializer(result: Array<VmssExtension>): any[] {\n return result.map((item) => {\n return vmssExtensionDeserializer(item);\n });\n}\n\n/** Specifies set of extensions that should be installed onto the virtual machines. */\nexport interface VmssExtension {\n /** The name of the extension. */\n name: string;\n /** Describes the properties of a Virtual Machine Scale Set Extension. */\n properties: VmssExtensionProperties;\n}\n\nexport function vmssExtensionSerializer(item: VmssExtension): any {\n return {\n name: item[\"name\"],\n properties: vmssExtensionPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function vmssExtensionDeserializer(item: any): VmssExtension {\n return {\n name: item[\"name\"],\n properties: vmssExtensionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Describes the properties of a Virtual Machine Scale Set Extension. */\nexport interface VmssExtensionProperties {\n /** The name of the extension handler publisher. */\n publisher: string;\n /** Specifies the type of the extension; an example is \"CustomScriptExtension\". */\n type: string;\n /** Specifies the version of the script handler. */\n typeHandlerVersion: string;\n /** Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. */\n autoUpgradeMinorVersion?: boolean;\n /** Json formatted public settings for the extension. */\n settings?: any;\n /** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */\n protectedSettings?: any;\n /** If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed. */\n forceUpdateTag?: string;\n /** Collection of extension names after which this extension needs to be provisioned. */\n provisionAfterExtensions?: string[];\n /** The provisioning state, which only appears in the response. */\n readonly provisioningState?: string;\n /** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. */\n enableAutomaticUpgrade?: boolean;\n /** Indicates the setup order for the extension. */\n setupOrder?: VmssExtensionSetupOrder[];\n}\n\nexport function vmssExtensionPropertiesSerializer(item: VmssExtensionProperties): any {\n return {\n publisher: item[\"publisher\"],\n type: item[\"type\"],\n typeHandlerVersion: item[\"typeHandlerVersion\"],\n autoUpgradeMinorVersion: item[\"autoUpgradeMinorVersion\"],\n settings: item[\"settings\"],\n protectedSettings: item[\"protectedSettings\"],\n forceUpdateTag: item[\"forceUpdateTag\"],\n provisionAfterExtensions: !item[\"provisionAfterExtensions\"]\n ? item[\"provisionAfterExtensions\"]\n : item[\"provisionAfterExtensions\"].map((p: any) => {\n return p;\n }),\n enableAutomaticUpgrade: item[\"enableAutomaticUpgrade\"],\n setupOrder: !item[\"setupOrder\"]\n ? item[\"setupOrder\"]\n : item[\"setupOrder\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function vmssExtensionPropertiesDeserializer(item: any): VmssExtensionProperties {\n return {\n publisher: item[\"publisher\"],\n type: item[\"type\"],\n typeHandlerVersion: item[\"typeHandlerVersion\"],\n autoUpgradeMinorVersion: item[\"autoUpgradeMinorVersion\"],\n settings: item[\"settings\"],\n protectedSettings: item[\"protectedSettings\"],\n forceUpdateTag: item[\"forceUpdateTag\"],\n provisionAfterExtensions: !item[\"provisionAfterExtensions\"]\n ? item[\"provisionAfterExtensions\"]\n : item[\"provisionAfterExtensions\"].map((p: any) => {\n return p;\n }),\n provisioningState: item[\"provisioningState\"],\n enableAutomaticUpgrade: item[\"enableAutomaticUpgrade\"],\n setupOrder: !item[\"setupOrder\"]\n ? item[\"setupOrder\"]\n : item[\"setupOrder\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Vm extension setup order. */\nexport enum KnownVmssExtensionSetupOrder {\n /** Indicates that the vm extension should run before the service fabric runtime starts. */\n BeforeSFRuntime = \"BeforeSFRuntime\",\n}\n\n/**\n * Vm extension setup order. \\\n * {@link KnownVmssExtensionSetupOrder} can be used interchangeably with VmssExtensionSetupOrder,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **BeforeSFRuntime**: Indicates that the vm extension should run before the service fabric runtime starts.\n */\nexport type VmssExtensionSetupOrder = string;\n\n/** Identities for the virtual machine scale set under the node type. */\nexport interface VmManagedIdentity {\n /** The list of user identities associated with the virtual machine scale set under the node type. Each entry will be an ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */\n userAssignedIdentities?: string[];\n}\n\nexport function vmManagedIdentitySerializer(item: VmManagedIdentity): any {\n return {\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : item[\"userAssignedIdentities\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function vmManagedIdentityDeserializer(item: any): VmManagedIdentity {\n return {\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : item[\"userAssignedIdentities\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function frontendConfigurationArraySerializer(result: Array<FrontendConfiguration>): any[] {\n return result.map((item) => {\n return frontendConfigurationSerializer(item);\n });\n}\n\nexport function frontendConfigurationArrayDeserializer(\n result: Array<FrontendConfiguration>,\n): any[] {\n return result.map((item) => {\n return frontendConfigurationDeserializer(item);\n });\n}\n\n/** Describes the frontend configurations for the node type. */\nexport interface FrontendConfiguration {\n /** The IP address type of this frontend configuration. If omitted the default value is IPv4. */\n ipAddressType?: IPAddressType;\n /** The resource Id of the Load Balancer backend address pool that the VM instances of the node type are associated with. The format of the resource Id is '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendAddressPoolName}'. */\n loadBalancerBackendAddressPoolId?: string;\n /** The resource Id of the Load Balancer inbound NAT pool that the VM instances of the node type are associated with. The format of the resource Id is '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/inboundNatPools/{inboundNatPoolName}'. */\n loadBalancerInboundNatPoolId?: string;\n /** The resource Id of application gateway backend address pool. The format of the resource Id is '/subscriptions/<subscriptionId>/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/backendAddressPools/{backendAddressPoolName}'. */\n applicationGatewayBackendAddressPoolId?: string;\n}\n\nexport function frontendConfigurationSerializer(item: FrontendConfiguration): any {\n return {\n ipAddressType: item[\"ipAddressType\"],\n loadBalancerBackendAddressPoolId: item[\"loadBalancerBackendAddressPoolId\"],\n loadBalancerInboundNatPoolId: item[\"loadBalancerInboundNatPoolId\"],\n applicationGatewayBackendAddressPoolId: item[\"applicationGatewayBackendAddressPoolId\"],\n };\n}\n\nexport function frontendConfigurationDeserializer(item: any): FrontendConfiguration {\n return {\n ipAddressType: item[\"ipAddressType\"],\n loadBalancerBackendAddressPoolId: item[\"loadBalancerBackendAddressPoolId\"],\n loadBalancerInboundNatPoolId: item[\"loadBalancerInboundNatPoolId\"],\n applicationGatewayBackendAddressPoolId: item[\"applicationGatewayBackendAddressPoolId\"],\n };\n}\n\n/** The IP address type. */\nexport enum KnownIPAddressType {\n /** IPv4 address type. */\n IPv4 = \"IPv4\",\n /** IPv6 address type. */\n IPv6 = \"IPv6\",\n}\n\n/**\n * The IP address type. \\\n * {@link KnownIPAddressType} can be used interchangeably with IPAddressType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IPv4**: IPv4 address type. \\\n * **IPv6**: IPv6 address type.\n */\nexport type IPAddressType = string;\n\nexport function vmssDataDiskArraySerializer(result: Array<VmssDataDisk>): any[] {\n return result.map((item) => {\n return vmssDataDiskSerializer(item);\n });\n}\n\nexport function vmssDataDiskArrayDeserializer(result: Array<VmssDataDisk>): any[] {\n return result.map((item) => {\n return vmssDataDiskDeserializer(item);\n });\n}\n\n/** Managed data disk description. */\nexport interface VmssDataDisk {\n /** Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. Lun 0 is reserved for the service fabric data disk. */\n lun: number;\n /** Disk size for each vm in the node type in GBs. */\n diskSizeGB: number;\n /** Managed data disk type. Specifies the storage account type for the managed disk */\n diskType: DiskType;\n /** Managed data disk letter. It can not use the reserved letter C or D and it can not change after created. */\n diskLetter: string;\n}\n\nexport function vmssDataDiskSerializer(item: VmssDataDisk): any {\n return {\n lun: item[\"lun\"],\n diskSizeGB: item[\"diskSizeGB\"],\n diskType: item[\"diskType\"],\n diskLetter: item[\"diskLetter\"],\n };\n}\n\nexport function vmssDataDiskDeserializer(item: any): VmssDataDisk {\n return {\n lun: item[\"lun\"],\n diskSizeGB: item[\"diskSizeGB\"],\n diskType: item[\"diskType\"],\n diskLetter: item[\"diskLetter\"],\n };\n}\n\n/** Specifies the eviction policy for virtual machines in a SPOT node type. */\nexport enum KnownEvictionPolicyType {\n /** Eviction policy will be Delete for SPOT vms. */\n Delete = \"Delete\",\n /** Eviction policy will be Deallocate for SPOT vms. */\n Deallocate = \"Deallocate\",\n}\n\n/**\n * Specifies the eviction policy for virtual machines in a SPOT node type. \\\n * {@link KnownEvictionPolicyType} can be used interchangeably with EvictionPolicyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Delete**: Eviction policy will be Delete for SPOT vms. \\\n * **Deallocate**: Eviction policy will be Deallocate for SPOT vms.\n */\nexport type EvictionPolicyType = string;\n\n/** action to be performed on the vms before bootstrapping the service fabric runtime. */\nexport enum KnownVmSetupAction {\n /** Enable windows containers feature. */\n EnableContainers = \"EnableContainers\",\n /** Enables windows HyperV feature. */\n EnableHyperV = \"EnableHyperV\",\n}\n\n/**\n * action to be performed on the vms before bootstrapping the service fabric runtime. \\\n * {@link KnownVmSetupAction} can be used interchangeably with VmSetupAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EnableContainers**: Enable windows containers feature. \\\n * **EnableHyperV**: Enables windows HyperV feature.\n */\nexport type VmSetupAction = string;\n\n/** Specifies the security type of the nodeType. Only Standard and TrustedLaunch are currently supported */\nexport enum KnownSecurityType {\n /** Trusted Launch is a security type that secures generation 2 virtual machines. */\n TrustedLaunch = \"TrustedLaunch\",\n /** Standard is the default security type for all machines. */\n Standard = \"Standard\",\n /** ConfidentialVM provides hardware-based encryption, trusted execution environment (TEE) and isolation of the VM memory & CPU from host. */\n ConfidentialVM = \"ConfidentialVM\",\n}\n\n/**\n * Specifies the security type of the nodeType. Only Standard and TrustedLaunch are currently supported \\\n * {@link KnownSecurityType} can be used interchangeably with SecurityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TrustedLaunch**: Trusted Launch is a security type that secures generation 2 virtual machines. \\\n * **Standard**: Standard is the default security type for all machines. \\\n * **ConfidentialVM**: ConfidentialVM provides hardware-based encryption, trusted execution environment (TEE) and isolation of the VM memory & CPU from host.\n */\nexport type SecurityType = string;\n\n/** Specifies the securityEncryptionType type of the nodeType. Only DiskWithVMGuestState and VMGuestStateOnly are currently supported */\nexport enum KnownSecurityEncryptionType {\n /** For encryption of the managed disk along with VMGuestState blob. */\n DiskWithVMGuestState = \"DiskWithVMGuestState\",\n /** For encryption of just the VMGuestState blob. */\n VMGuestStateOnly = \"VMGuestStateOnly\",\n}\n\n/**\n * Specifies the securityEncryptionType type of the nodeType. Only DiskWithVMGuestState and VMGuestStateOnly are currently supported \\\n * {@link KnownSecurityEncryptionType} can be used interchangeably with SecurityEncryptionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DiskWithVMGuestState**: For encryption of the managed disk along with VMGuestState blob. \\\n * **VMGuestStateOnly**: For encryption of just the VMGuestState blob.\n */\nexport type SecurityEncryptionType = string;\n\nexport function nodeTypeNatConfigArraySerializer(result: Array<NodeTypeNatConfig>): any[] {\n return result.map((item) => {\n return nodeTypeNatConfigSerializer(item);\n });\n}\n\nexport function nodeTypeNatConfigArrayDeserializer(result: Array<NodeTypeNatConfig>): any[] {\n return result.map((item) => {\n return nodeTypeNatConfigDeserializer(item);\n });\n}\n\n/** Provides information about NAT configuration on the default public Load Balancer for the node type. */\nexport interface NodeTypeNatConfig {\n /** The internal port for the NAT configuration. */\n backendPort?: number;\n /** The port range start for the external endpoint. */\n frontendPortRangeStart?: number;\n /** The port range end for the external endpoint. */\n frontendPortRangeEnd?: number;\n}\n\nexport function nodeTypeNatConfigSerializer(item: NodeTypeNatConfig): any {\n return {\n backendPort: item[\"backendPort\"],\n frontendPortRangeStart: item[\"frontendPortRangeStart\"],\n frontendPortRangeEnd: item[\"frontendPortRangeEnd\"],\n };\n}\n\nexport function nodeTypeNatConfigDeserializer(item: any): NodeTypeNatConfig {\n return {\n backendPort: item[\"backendPort\"],\n frontendPortRangeStart: item[\"frontendPortRangeStart\"],\n frontendPortRangeEnd: item[\"frontendPortRangeEnd\"],\n };\n}\n\n/** Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started. Enter any required information and then click Save. */\nexport interface VmImagePlan {\n /** The plan ID. */\n name?: string;\n /** Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. */\n product?: string;\n /** The promotion code. */\n promotionCode?: string;\n /** The publisher ID. */\n publisher?: string;\n}\n\nexport function vmImagePlanSerializer(item: VmImagePlan): any {\n return {\n name: item[\"name\"],\n product: item[\"product\"],\n promotionCode: item[\"promotionCode\"],\n publisher: item[\"publisher\"],\n };\n}\n\nexport function vmImagePlanDeserializer(item: any): VmImagePlan {\n return {\n name: item[\"name\"],\n product: item[\"product\"],\n promotionCode: item[\"promotionCode\"],\n publisher: item[\"publisher\"],\n };\n}\n\nexport function additionalNetworkInterfaceConfigurationArraySerializer(\n result: Array<AdditionalNetworkInterfaceConfiguration>,\n): any[] {\n return result.map((item) => {\n return additionalNetworkInterfaceConfigurationSerializer(item);\n });\n}\n\nexport function additionalNetworkInterfaceConfigurationArrayDeserializer(\n result: Array<AdditionalNetworkInterfaceConfiguration>,\n): any[] {\n return result.map((item) => {\n return additionalNetworkInterfaceConfigurationDeserializer(item);\n });\n}\n\n/** Specifies the settings for a network interface to attach to the node type. */\nexport interface AdditionalNetworkInterfaceConfiguration {\n /** Name of the network interface. */\n name: string;\n /** Specifies whether the network interface is accelerated networking-enabled. */\n enableAcceleratedNetworking?: boolean;\n /** Specifies the DSCP configuration to apply to the network interface. */\n dscpConfiguration?: SubResource;\n /** Specifies the IP configurations of the network interface. */\n ipConfigurations: IpConfiguration[];\n}\n\nexport function additionalNetworkInterfaceConfigurationSerializer(\n item: AdditionalNetworkInterfaceConfiguration,\n): any {\n return {\n name: item[\"name\"],\n enableAcceleratedNetworking: item[\"enableAcceleratedNetworking\"],\n dscpConfiguration: !item[\"dscpConfiguration\"]\n ? item[\"dscpConfiguration\"]\n : subResourceSerializer(item[\"dscpConfiguration\"]),\n ipConfigurations: ipConfigurationArraySerializer(item[\"ipConfigurations\"]),\n };\n}\n\nexport function additionalNetworkInterfaceConfigurationDeserializer(\n item: any,\n): AdditionalNetworkInterfaceConfiguration {\n return {\n name: item[\"name\"],\n enableAcceleratedNetworking: item[\"enableAcceleratedNetworking\"],\n dscpConfiguration: !item[\"dscpConfiguration\"]\n ? item[\"dscpConfiguration\"]\n : subResourceDeserializer(item[\"dscpConfiguration\"]),\n ipConfigurations: ipConfigurationArrayDeserializer(item[\"ipConfigurations\"]),\n };\n}\n\nexport function ipConfigurationArraySerializer(result: Array<IpConfiguration>): any[] {\n return result.map((item) => {\n return ipConfigurationSerializer(item);\n });\n}\n\nexport function ipConfigurationArrayDeserializer(result: Array<IpConfiguration>): any[] {\n return result.map((item) => {\n return ipConfigurationDeserializer(item);\n });\n}\n\n/** Specifies an IP configuration of the network interface. */\nexport interface IpConfiguration {\n /** Name of the network interface. */\n name: string;\n /** Specifies an array of references to backend address pools of application gateways. A node type can reference backend address pools of multiple application gateways. Multiple node types cannot use the same application gateway. */\n applicationGatewayBackendAddressPools?: SubResource[];\n /** Specifies an array of references to backend address pools of load balancers. A node type can reference backend address pools of one public and one internal load balancer. Multiple node types cannot use the same basic sku load balancer. */\n loadBalancerBackendAddressPools?: SubResource[];\n /** Specifies an array of references to inbound Nat pools of the load balancers. A node type can reference inbound nat pools of one public and one internal load balancer. Multiple node types cannot use the same basic sku load balancer. */\n loadBalancerInboundNatPools?: SubResource[];\n /** Specifies the subnet of the network interface. */\n subnet?: SubResource;\n /** Specifies whether the IP configuration's private IP is IPv4 or IPv6. Default is IPv4. */\n privateIPAddressVersion?: PrivateIPAddressVersion;\n /** The public IP address configuration of the network interface. */\n publicIPAddressConfiguration?: IPConfigurationPublicIPAddressConfiguration;\n}\n\nexport function ipConfigurationSerializer(item: IpConfiguration): any {\n return {\n name: item[\"name\"],\n applicationGatewayBackendAddressPools: !item[\"applicationGatewayBackendAddressPools\"]\n ? item[\"applicationGatewayBackendAddressPools\"]\n : subResourceArraySerializer(item[\"applicationGatewayBackendAddressPools\"]),\n loadBalancerBackendAddressPools: !item[\"loadBalancerBackendAddressPools\"]\n ? item[\"loadBalancerBackendAddressPools\"]\n : subResourceArraySerializer(item[\"loadBalancerBackendAddressPools\"]),\n loadBalancerInboundNatPools: !item[\"loadBalancerInboundNatPools\"]\n ? item[\"loadBalancerInboundNatPools\"]\n : subResourceArraySerializer(item[\"loadBalancerInboundNatPools\"]),\n subnet: !item[\"subnet\"] ? item[\"subnet\"] : subResourceSerializer(item[\"subnet\"]),\n privateIPAddressVersion: item[\"privateIPAddressVersion\"],\n publicIPAddressConfiguration: !item[\"publicIPAddressConfiguration\"]\n ? item[\"publicIPAddressConfiguration\"]\n : ipConfigurationPublicIPAddressConfigurationSerializer(item[\"publicIPAddressConfiguration\"]),\n };\n}\n\nexport function ipConfigurationDeserializer(item: any): IpConfiguration {\n return {\n name: item[\"name\"],\n applicationGatewayBackendAddressPools: !item[\"applicationGatewayBackendAddressPools\"]\n ? item[\"applicationGatewayBackendAddressPools\"]\n : subResourceArrayDeserializer(item[\"applicationGatewayBackendAddressPools\"]),\n loadBalancerBackendAddressPools: !item[\"loadBalancerBackendAddressPools\"]\n ? item[\"loadBalancerBackendAddressPools\"]\n : subResourceArrayDeserializer(item[\"loadBalancerBackendAddressPools\"]),\n loadBalancerInboundNatPools: !item[\"loadBalancerInboundNatPools\"]\n ? item[\"loadBalancerInboundNatPools\"]\n : subResourceArrayDeserializer(item[\"loadBalancerInboundNatPools\"]),\n subnet: !item[\"subnet\"] ? item[\"subnet\"] : subResourceDeserializer(item[\"subnet\"]),\n privateIPAddressVersion: item[\"privateIPAddressVersion\"],\n publicIPAddressConfiguration: !item[\"publicIPAddressConfiguration\"]\n ? item[\"publicIPAddressConfiguration\"]\n : ipConfigurationPublicIPAddressConfigurationDeserializer(\n item[\"publicIPAddressConfiguration\"],\n ),\n };\n}\n\nexport function subResourceArraySerializer(result: Array<SubResource>): any[] {\n return result.map((item) => {\n return subResourceSerializer(item);\n });\n}\n\nexport function subResourceArrayDeserializer(result: Array<SubResource>): any[] {\n return result.map((item) => {\n return subResourceDeserializer(item);\n });\n}\n\n/** Specifies whether the IP configuration's private IP is IPv4 or IPv6. Default is IPv4. */\nexport enum KnownPrivateIPAddressVersion {\n /** The IP configuration's private IP is IPv4. */\n IPv4 = \"IPv4\",\n /** The IP configuration's private IP is IPv6. */\n IPv6 = \"IPv6\",\n}\n\n/**\n * Specifies whether the IP configuration's private IP is IPv4 or IPv6. Default is IPv4. \\\n * {@link KnownPrivateIPAddressVersion} can be used interchangeably with PrivateIPAddressVersion,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IPv4**: The IP configuration's private IP is IPv4. \\\n * **IPv6**: The IP configuration's private IP is IPv6.\n */\nexport type PrivateIPAddressVersion = string;\n\n/** The public IP address configuration of the network interface. */\nexport interface IPConfigurationPublicIPAddressConfiguration {\n /** Name of the network interface. */\n name: string;\n /** Specifies the list of IP tags associated with the public IP address. */\n ipTags?: IpTag[];\n /** Specifies whether the IP configuration's public IP is IPv4 or IPv6. Default is IPv4. */\n publicIPAddressVersion?: PublicIPAddressVersion;\n}\n\nexport function ipConfigurationPublicIPAddressConfigurationSerializer(\n item: IPConfigurationPublicIPAddressConfiguration,\n): any {\n return {\n name: item[\"name\"],\n ipTags: !item[\"ipTags\"] ? item[\"ipTags\"] : ipTagArraySerializer(item[\"ipTags\"]),\n publicIPAddressVersion: item[\"publicIPAddressVersion\"],\n };\n}\n\nexport function ipConfigurationPublicIPAddressConfigurationDeserializer(\n item: any,\n): IPConfigurationPublicIPAddressConfiguration {\n return {\n name: item[\"name\"],\n ipTags: !item[\"ipTags\"] ? item[\"ipTags\"] : ipTagArrayDeserializer(item[\"ipTags\"]),\n publicIPAddressVersion: item[\"publicIPAddressVersion\"],\n };\n}\n\n/** Specifies whether the IP configuration's public IP is IPv4 or IPv6. Default is IPv4. */\nexport enum KnownPublicIPAddressVersion {\n /** The IP configuration's public IP is IPv4. */\n IPv4 = \"IPv4\",\n /** The IP configuration's public IP is IPv6. */\n IPv6 = \"IPv6\",\n}\n\n/**\n * Specifies whether the IP configuration's public IP is IPv4 or IPv6. Default is IPv4. \\\n * {@link KnownPublicIPAddressVersion} can be used interchangeably with PublicIPAddressVersion,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IPv4**: The IP configuration's public IP is IPv4. \\\n * **IPv6**: The IP configuration's public IP is IPv6.\n */\nexport type PublicIPAddressVersion = string;\n\nexport function vmApplicationArraySerializer(result: Array<VmApplication>): any[] {\n return result.map((item) => {\n return vmApplicationSerializer(item);\n });\n}\n\nexport function vmApplicationArrayDeserializer(result: Array<VmApplication>): any[] {\n return result.map((item) => {\n return vmApplicationDeserializer(item);\n });\n}\n\n/** Specifies the gallery application that should be made available to the underlying VMSS. */\nexport interface VmApplication {\n /** Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided. */\n configurationReference?: string;\n /** If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the underlying VMSS. */\n enableAutomaticUpgrade?: boolean;\n /** Optional, Specifies the order in which the packages have to be installed. */\n order?: number;\n /** Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}. */\n packageReferenceId: string;\n /** Optional, Specifies a passthrough value for more generic context. Accepts a JSON-formatted string e.g. '{\"Tag1\":\"Value1\",\"Tag2\":\"Value2\"}'. */\n vmGalleryTags?: string;\n /** Optional, If true, any failure for any operation in the VmApplication will fail the deployment. */\n treatFailureAsDeploymentFailure?: boolean;\n}\n\nexport function vmApplicationSerializer(item: VmApplication): any {\n return {\n configurationReference: item[\"configurationReference\"],\n enableAutomaticUpgrade: item[\"enableAutomaticUpgrade\"],\n order: item[\"order\"],\n packageReferenceId: item[\"packageReferenceId\"],\n vmGalleryTags: item[\"vmGalleryTags\"],\n treatFailureAsDeploymentFailure: item[\"treatFailureAsDeploymentFailure\"],\n };\n}\n\nexport function vmApplicationDeserializer(item: any): VmApplication {\n return {\n configurationReference: item[\"configurationReference\"],\n enableAutomaticUpgrade: item[\"enableAutomaticUpgrade\"],\n order: item[\"order\"],\n packageReferenceId: item[\"packageReferenceId\"],\n vmGalleryTags: item[\"vmGalleryTags\"],\n treatFailureAsDeploymentFailure: item[\"treatFailureAsDeploymentFailure\"],\n };\n}\n\n/** Describes a node type sku. */\nexport interface NodeTypeSku {\n /** The sku name. Name is internally generated and is used in auto-scale scenarios. Property does not allow to be changed to other values than generated. To avoid deployment errors please omit the property. */\n name?: string;\n /** Specifies the tier of the node type. Possible Values: **Standard** */\n tier?: string;\n /** The number of nodes in the node type. If present in request it will override properties.vmInstanceCount. */\n capacity: number;\n}\n\nexport function nodeTypeSkuSerializer(item: NodeTypeSku): any {\n return { name: item[\"name\"], tier: item[\"tier\"], capacity: item[\"capacity\"] };\n}\n\nexport function nodeTypeSkuDeserializer(item: any): NodeTypeSku {\n return {\n name: item[\"name\"],\n tier: item[\"tier\"],\n capacity: item[\"capacity\"],\n };\n}\n\n/** Node type update request */\nexport interface NodeTypeUpdateParameters {\n /** Node type update parameters */\n tags?: Record<string, string>;\n /** The node type sku. */\n sku?: NodeTypeSku;\n}\n\nexport function nodeTypeUpdateParametersSerializer(item: NodeTypeUpdateParameters): any {\n return {\n tags: item[\"tags\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : nodeTypeSkuSerializer(item[\"sku\"]),\n };\n}\n\n/** The response of a NodeType list operation. */\nexport interface _NodeTypeListResult {\n /** The NodeType items on this page */\n value: NodeType[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _nodeTypeListResultDeserializer(item: any): _NodeTypeListResult {\n return {\n value: nodeTypeArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function nodeTypeArraySerializer(result: Array<NodeType>): any[] {\n return result.map((item) => {\n return nodeTypeSerializer(item);\n });\n}\n\nexport function nodeTypeArrayDeserializer(result: Array<NodeType>): any[] {\n return result.map((item) => {\n return nodeTypeDeserializer(item);\n });\n}\n\n/** Parameters for Node type action. If nodes are not specified on the parameters, the operation will be performed in all nodes of the node type one upgrade domain at a time. */\nexport interface NodeTypeActionParameters {\n /** List of node names from the node type. */\n nodes?: string[];\n /** Force the action to go through. */\n force?: boolean;\n /** Specifies the way the operation will be performed. */\n updateType?: UpdateType;\n}\n\nexport function nodeTypeActionParametersSerializer(item: NodeTypeActionParameters): any {\n return {\n nodes: !item[\"nodes\"]\n ? item[\"nodes\"]\n : item[\"nodes\"].map((p: any) => {\n return p;\n }),\n force: item[\"force\"],\n updateType: item[\"updateType\"],\n };\n}\n\n/** Specifies the way the operation will be performed. */\nexport enum KnownUpdateType {\n /** The operation will proceed in all specified nodes at the same time. */\n Default = \"Default\",\n /** The operation will proceed one upgrade domain at a time, checking the health in between each to continue. */\n ByUpgradeDomain = \"ByUpgradeDomain\",\n}\n\n/**\n * Specifies the way the operation will be performed. \\\n * {@link KnownUpdateType} can be used interchangeably with UpdateType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default**: The operation will proceed in all specified nodes at the same time. \\\n * **ByUpgradeDomain**: The operation will proceed one upgrade domain at a time, checking the health in between each to continue.\n */\nexport type UpdateType = string;\n\n/** Node type available sku list results */\nexport interface _NodeTypeListSkuResult {\n /** The NodeTypeAvailableSku items on this page */\n value: NodeTypeAvailableSku[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _nodeTypeListSkuResultDeserializer(item: any): _NodeTypeListSkuResult {\n return {\n value: nodeTypeAvailableSkuArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function nodeTypeAvailableSkuArrayDeserializer(result: Array<NodeTypeAvailableSku>): any[] {\n return result.map((item) => {\n return nodeTypeAvailableSkuDeserializer(item);\n });\n}\n\n/** Defines the type of sku available for a node type */\nexport interface NodeTypeAvailableSku {\n /** The type of resource the sku applies to. Value: Microsoft.ServiceFabric/managedClusters/nodeTypes. */\n readonly resourceType?: string;\n /** The supported SKU for a for node type. */\n readonly sku?: NodeTypeSupportedSku;\n /** Provides information about how the node count can be scaled. */\n readonly capacity?: NodeTypeSkuCapacity;\n}\n\nexport function nodeTypeAvailableSkuDeserializer(item: any): NodeTypeAvailableSku {\n return {\n resourceType: item[\"resourceType\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : nodeTypeSupportedSkuDeserializer(item[\"sku\"]),\n capacity: !item[\"capacity\"]\n ? item[\"capacity\"]\n : nodeTypeSkuCapacityDeserializer(item[\"capacity\"]),\n };\n}\n\n/** Describes a node type supported sku. */\nexport interface NodeTypeSupportedSku {\n /** The sku name. */\n readonly name?: string;\n /** Specifies the tier of the node type. Possible Values: **Standard** */\n readonly tier?: string;\n}\n\nexport function nodeTypeSupportedSkuDeserializer(item: any): NodeTypeSupportedSku {\n return {\n name: item[\"name\"],\n tier: item[\"tier\"],\n };\n}\n\n/** Provides information about how node type can be scaled. */\nexport interface NodeTypeSkuCapacity {\n /** Lowest permitted node count in a node type. */\n readonly minimum?: number;\n /** Highest permitted node count in a node type. */\n readonly maximum?: number;\n /** Default node count in a node type. */\n readonly default?: number;\n /** Node type capacity scale type. */\n readonly scaleType?: NodeTypeSkuScaleType;\n}\n\nexport function nodeTypeSkuCapacityDeserializer(item: any): NodeTypeSkuCapacity {\n return {\n minimum: item[\"minimum\"],\n maximum: item[\"maximum\"],\n default: item[\"default\"],\n scaleType: item[\"scaleType\"],\n };\n}\n\n/** Node type capacity scale type. */\nexport enum KnownNodeTypeSkuScaleType {\n /** Node count is not adjustable in any way (e.g. it is fixed). */\n None = \"None\",\n /** The user must manually scale out/in. */\n Manual = \"Manual\",\n /** Automatic scale is allowed. */\n Automatic = \"Automatic\",\n}\n\n/**\n * Node type capacity scale type. \\\n * {@link KnownNodeTypeSkuScaleType} can be used interchangeably with NodeTypeSkuScaleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: Node count is not adjustable in any way (e.g. it is fixed). \\\n * **Manual**: The user must manually scale out\\/in. \\\n * **Automatic**: Automatic scale is allowed.\n */\nexport type NodeTypeSkuScaleType = string;\n\n/** Long running operation result. */\nexport interface LongRunningOperationResult {\n /** The name of the operation. */\n name?: string;\n /** The start time of the operation. */\n startTime?: Date;\n /** The end time of the operation. */\n endTime?: Date;\n /** The completion percentage of the operation. */\n percentComplete?: number;\n /** The status of the operation. */\n status?: string;\n /** The operation error. */\n error?: ErrorModelError;\n}\n\nexport function longRunningOperationResultDeserializer(item: any): LongRunningOperationResult {\n return {\n name: item[\"name\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n percentComplete: item[\"percentComplete\"],\n status: item[\"status\"],\n error: !item[\"error\"] ? item[\"error\"] : errorModelErrorDeserializer(item[\"error\"]),\n };\n}\n\n/** The error details. */\nexport interface ErrorModelError {\n /** The error code. */\n code?: string;\n /** The error message. */\n message?: string;\n}\n\nexport function errorModelErrorDeserializer(item: any): ErrorModelError {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n };\n}\n\n/** The operating system of the cluster. The default means all. */\nexport enum KnownManagedClusterVersionEnvironment {\n /** Indicates os is Windows. */\n Windows = \"Windows\",\n}\n\n/**\n * The operating system of the cluster. The default means all. \\\n * {@link KnownManagedClusterVersionEnvironment} can be used interchangeably with ManagedClusterVersionEnvironment,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Windows**: Indicates os is Windows.\n */\nexport type ManagedClusterVersionEnvironment = string;\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2024-11-01-preview API version. */\n V20241101Preview = \"2024-11-01-preview\",\n V20250301Preview = \"2025-03-01-preview\",\n}\n\nexport function managedClusterCodeVersionResultArrayDeserializer(\n result: Array<ManagedClusterCodeVersionResult>,\n): any[] {\n return result.map((item) => {\n return managedClusterCodeVersionResultDeserializer(item);\n });\n}\n"]}
|