@azure/arm-servicefabricmanagedclusters 1.0.0-beta.5 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/browser/api/applicationTypeVersions/operations.js +18 -36
- package/dist/browser/api/applicationTypeVersions/operations.js.map +1 -1
- package/dist/browser/api/applicationTypeVersions/options.js.map +1 -1
- package/dist/browser/api/applicationTypes/operations.js +13 -28
- package/dist/browser/api/applicationTypes/operations.js.map +1 -1
- package/dist/browser/api/applications/index.d.ts +2 -2
- package/dist/browser/api/applications/index.js +1 -1
- package/dist/browser/api/applications/index.js.map +1 -1
- package/dist/browser/api/applications/operations.d.ts +12 -4
- package/dist/browser/api/applications/operations.js +111 -42
- package/dist/browser/api/applications/operations.js.map +1 -1
- package/dist/browser/api/applications/options.d.ts +12 -0
- package/dist/browser/api/applications/options.js.map +1 -1
- package/dist/browser/api/index.d.ts +1 -1
- package/dist/browser/api/index.js.map +1 -1
- package/dist/browser/api/managedApplyMaintenanceWindow/operations.js +3 -7
- package/dist/browser/api/managedApplyMaintenanceWindow/operations.js.map +1 -1
- package/dist/browser/api/managedAzResiliencyStatus/operations.js +2 -5
- package/dist/browser/api/managedAzResiliencyStatus/operations.js.map +1 -1
- package/dist/browser/api/managedClusterVersion/operations.js +12 -32
- package/dist/browser/api/managedClusterVersion/operations.js.map +1 -1
- package/dist/browser/api/managedClusters/index.d.ts +2 -2
- package/dist/browser/api/managedClusters/index.js +1 -1
- package/dist/browser/api/managedClusters/index.js.map +1 -1
- package/dist/browser/api/managedClusters/operations.d.ts +3 -19
- package/dist/browser/api/managedClusters/operations.js +31 -192
- package/dist/browser/api/managedClusters/operations.js.map +1 -1
- package/dist/browser/api/managedClusters/options.d.ts +2 -16
- package/dist/browser/api/managedClusters/options.js.map +1 -1
- package/dist/browser/api/managedMaintenanceWindowStatus/operations.js +4 -11
- package/dist/browser/api/managedMaintenanceWindowStatus/operations.js.map +1 -1
- package/dist/browser/api/managedUnsupportedVMSizes/operations.js +5 -11
- package/dist/browser/api/managedUnsupportedVMSizes/operations.js.map +1 -1
- package/dist/browser/api/nodeTypeSkus/operations.js +3 -6
- package/dist/browser/api/nodeTypeSkus/operations.js.map +1 -1
- package/dist/browser/api/nodeTypes/index.d.ts +2 -2
- package/dist/browser/api/nodeTypes/index.js +1 -1
- package/dist/browser/api/nodeTypes/index.js.map +1 -1
- package/dist/browser/api/nodeTypes/operations.d.ts +3 -19
- package/dist/browser/api/nodeTypes/operations.js +45 -185
- package/dist/browser/api/nodeTypes/operations.js.map +1 -1
- package/dist/browser/api/nodeTypes/options.d.ts +0 -16
- package/dist/browser/api/nodeTypes/options.js.map +1 -1
- package/dist/browser/api/operationResults/operations.js +1 -1
- package/dist/browser/api/operationResults/operations.js.map +1 -1
- package/dist/browser/api/operationStatus/operations.js +2 -5
- package/dist/browser/api/operationStatus/operations.js.map +1 -1
- package/dist/browser/api/operations/operations.js +3 -6
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/serviceFabricManagedClustersManagementContext.d.ts +3 -3
- package/dist/browser/api/serviceFabricManagedClustersManagementContext.js +3 -18
- package/dist/browser/api/serviceFabricManagedClustersManagementContext.js.map +1 -1
- package/dist/browser/api/services/index.d.ts +2 -2
- package/dist/browser/api/services/index.js +1 -1
- package/dist/browser/api/services/index.js.map +1 -1
- package/dist/browser/api/services/operations.d.ts +6 -2
- package/dist/browser/api/services/operations.js +51 -25
- package/dist/browser/api/services/operations.js.map +1 -1
- package/dist/browser/api/services/options.d.ts +5 -0
- package/dist/browser/api/services/options.js.map +1 -1
- package/dist/browser/classic/applications/index.d.ts +8 -4
- package/dist/browser/classic/applications/index.js +3 -1
- package/dist/browser/classic/applications/index.js.map +1 -1
- package/dist/browser/classic/index.d.ts +15 -15
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/managedClusters/index.d.ts +3 -11
- package/dist/browser/classic/managedClusters/index.js +1 -5
- package/dist/browser/classic/managedClusters/index.js.map +1 -1
- package/dist/browser/classic/nodeTypes/index.d.ts +3 -11
- package/dist/browser/classic/nodeTypes/index.js +1 -5
- package/dist/browser/classic/nodeTypes/index.js.map +1 -1
- package/dist/browser/classic/services/index.d.ts +4 -2
- package/dist/browser/classic/services/index.js +2 -1
- package/dist/browser/classic/services/index.js.map +1 -1
- package/dist/browser/index.d.ts +5 -5
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +1 -1
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +484 -181
- package/dist/browser/models/models.js +645 -227
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +40 -72
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/browser/serviceFabricManagedClustersManagementClient.d.ts +1 -1
- package/dist/browser/serviceFabricManagedClustersManagementClient.js +10 -2
- package/dist/browser/serviceFabricManagedClustersManagementClient.js.map +1 -1
- package/dist/browser/static-helpers/pagingHelpers.d.ts +2 -0
- package/dist/browser/static-helpers/pagingHelpers.js +28 -3
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pollingHelpers.d.ts +4 -0
- package/dist/browser/static-helpers/pollingHelpers.js +18 -2
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.js +20 -5
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -1
- package/dist/commonjs/api/applicationTypeVersions/index.js +46 -12
- package/dist/commonjs/api/applicationTypeVersions/index.js.map +7 -1
- package/dist/commonjs/api/applicationTypeVersions/operations.js +242 -181
- package/dist/commonjs/api/applicationTypeVersions/operations.js.map +7 -1
- package/dist/commonjs/api/applicationTypeVersions/options.js +15 -5
- package/dist/commonjs/api/applicationTypeVersions/options.js.map +7 -1
- package/dist/commonjs/api/applicationTypes/index.js +46 -12
- package/dist/commonjs/api/applicationTypes/index.js.map +7 -1
- package/dist/commonjs/api/applicationTypes/operations.js +221 -166
- package/dist/commonjs/api/applicationTypes/operations.js.map +7 -1
- package/dist/commonjs/api/applicationTypes/options.js +15 -5
- package/dist/commonjs/api/applicationTypes/options.js.map +7 -1
- package/dist/commonjs/api/applications/index.d.ts +2 -2
- package/dist/commonjs/api/applications/index.js +70 -16
- package/dist/commonjs/api/applications/index.js.map +7 -1
- package/dist/commonjs/api/applications/operations.d.ts +12 -4
- package/dist/commonjs/api/applications/operations.js +483 -282
- package/dist/commonjs/api/applications/operations.js.map +7 -1
- package/dist/commonjs/api/applications/options.d.ts +12 -0
- package/dist/commonjs/api/applications/options.js +15 -5
- package/dist/commonjs/api/applications/options.js.map +7 -1
- package/dist/commonjs/api/index.d.ts +1 -1
- package/dist/commonjs/api/index.js +27 -8
- package/dist/commonjs/api/index.js.map +7 -1
- package/dist/commonjs/api/managedApplyMaintenanceWindow/index.js +30 -8
- package/dist/commonjs/api/managedApplyMaintenanceWindow/index.js.map +7 -1
- package/dist/commonjs/api/managedApplyMaintenanceWindow/operations.js +57 -36
- package/dist/commonjs/api/managedApplyMaintenanceWindow/operations.js.map +7 -1
- package/dist/commonjs/api/managedApplyMaintenanceWindow/options.js +15 -5
- package/dist/commonjs/api/managedApplyMaintenanceWindow/options.js.map +7 -1
- package/dist/commonjs/api/managedAzResiliencyStatus/index.js +30 -8
- package/dist/commonjs/api/managedAzResiliencyStatus/index.js.map +7 -1
- package/dist/commonjs/api/managedAzResiliencyStatus/operations.js +58 -36
- package/dist/commonjs/api/managedAzResiliencyStatus/operations.js.map +7 -1
- package/dist/commonjs/api/managedAzResiliencyStatus/options.js +15 -5
- package/dist/commonjs/api/managedAzResiliencyStatus/options.js.map +7 -1
- package/dist/commonjs/api/managedClusterVersion/index.js +42 -11
- package/dist/commonjs/api/managedClusterVersion/index.js.map +7 -1
- package/dist/commonjs/api/managedClusterVersion/operations.js +161 -132
- package/dist/commonjs/api/managedClusterVersion/operations.js.map +7 -1
- package/dist/commonjs/api/managedClusterVersion/options.js +15 -5
- package/dist/commonjs/api/managedClusterVersion/options.js.map +7 -1
- package/dist/commonjs/api/managedClusters/index.d.ts +2 -2
- package/dist/commonjs/api/managedClusters/index.js +50 -17
- package/dist/commonjs/api/managedClusters/index.js.map +7 -1
- package/dist/commonjs/api/managedClusters/operations.d.ts +3 -19
- package/dist/commonjs/api/managedClusters/operations.js +242 -353
- package/dist/commonjs/api/managedClusters/operations.js.map +7 -1
- package/dist/commonjs/api/managedClusters/options.d.ts +2 -16
- package/dist/commonjs/api/managedClusters/options.js +15 -5
- package/dist/commonjs/api/managedClusters/options.js.map +7 -1
- package/dist/commonjs/api/managedMaintenanceWindowStatus/index.js +30 -8
- package/dist/commonjs/api/managedMaintenanceWindowStatus/index.js.map +7 -1
- package/dist/commonjs/api/managedMaintenanceWindowStatus/operations.js +60 -42
- package/dist/commonjs/api/managedMaintenanceWindowStatus/operations.js.map +7 -1
- package/dist/commonjs/api/managedMaintenanceWindowStatus/options.js +15 -5
- package/dist/commonjs/api/managedMaintenanceWindowStatus/options.js.map +7 -1
- package/dist/commonjs/api/managedUnsupportedVMSizes/index.js +34 -9
- package/dist/commonjs/api/managedUnsupportedVMSizes/index.js.map +7 -1
- package/dist/commonjs/api/managedUnsupportedVMSizes/operations.js +94 -63
- package/dist/commonjs/api/managedUnsupportedVMSizes/operations.js.map +7 -1
- package/dist/commonjs/api/managedUnsupportedVMSizes/options.js +15 -5
- package/dist/commonjs/api/managedUnsupportedVMSizes/options.js.map +7 -1
- package/dist/commonjs/api/nodeTypeSkus/index.js +30 -8
- package/dist/commonjs/api/nodeTypeSkus/index.js.map +7 -1
- package/dist/commonjs/api/nodeTypeSkus/operations.js +65 -37
- package/dist/commonjs/api/nodeTypeSkus/operations.js.map +7 -1
- package/dist/commonjs/api/nodeTypeSkus/options.js +15 -5
- package/dist/commonjs/api/nodeTypeSkus/options.js.map +7 -1
- package/dist/commonjs/api/nodeTypes/index.d.ts +2 -2
- package/dist/commonjs/api/nodeTypes/index.js +70 -22
- package/dist/commonjs/api/nodeTypes/index.js.map +7 -1
- package/dist/commonjs/api/nodeTypes/operations.d.ts +3 -19
- package/dist/commonjs/api/nodeTypes/operations.js +450 -509
- package/dist/commonjs/api/nodeTypes/operations.js.map +7 -1
- package/dist/commonjs/api/nodeTypes/options.d.ts +0 -16
- package/dist/commonjs/api/nodeTypes/options.js +15 -5
- package/dist/commonjs/api/nodeTypes/options.js.map +7 -1
- package/dist/commonjs/api/operationResults/index.js +30 -8
- package/dist/commonjs/api/operationResults/index.js.map +7 -1
- package/dist/commonjs/api/operationResults/operations.js +55 -30
- package/dist/commonjs/api/operationResults/operations.js.map +7 -1
- package/dist/commonjs/api/operationResults/options.js +15 -5
- package/dist/commonjs/api/operationResults/options.js.map +7 -1
- package/dist/commonjs/api/operationStatus/index.js +30 -8
- package/dist/commonjs/api/operationStatus/index.js.map +7 -1
- package/dist/commonjs/api/operationStatus/operations.js +58 -36
- package/dist/commonjs/api/operationStatus/operations.js.map +7 -1
- package/dist/commonjs/api/operationStatus/options.js +15 -5
- package/dist/commonjs/api/operationStatus/options.js.map +7 -1
- package/dist/commonjs/api/operations/index.js +30 -8
- package/dist/commonjs/api/operations/index.js.map +7 -1
- package/dist/commonjs/api/operations/operations.js +61 -33
- package/dist/commonjs/api/operations/operations.js.map +7 -1
- package/dist/commonjs/api/operations/options.js +15 -5
- package/dist/commonjs/api/operations/options.js.map +7 -1
- package/dist/commonjs/api/serviceFabricManagedClustersManagementContext.d.ts +3 -3
- package/dist/commonjs/api/serviceFabricManagedClustersManagementContext.js +46 -44
- package/dist/commonjs/api/serviceFabricManagedClustersManagementContext.js.map +7 -1
- package/dist/commonjs/api/services/index.d.ts +2 -2
- package/dist/commonjs/api/services/index.js +50 -12
- package/dist/commonjs/api/services/index.js.map +7 -1
- package/dist/commonjs/api/services/operations.d.ts +6 -2
- package/dist/commonjs/api/services/operations.js +286 -170
- package/dist/commonjs/api/services/operations.js.map +7 -1
- package/dist/commonjs/api/services/options.d.ts +5 -0
- package/dist/commonjs/api/services/options.js +15 -5
- package/dist/commonjs/api/services/options.js.map +7 -1
- package/dist/commonjs/classic/applicationTypeVersions/index.js +53 -17
- package/dist/commonjs/classic/applicationTypeVersions/index.js.map +7 -1
- package/dist/commonjs/classic/applicationTypes/index.js +44 -17
- package/dist/commonjs/classic/applicationTypes/index.js.map +7 -1
- package/dist/commonjs/classic/applications/index.d.ts +8 -4
- package/dist/commonjs/classic/applications/index.js +50 -21
- package/dist/commonjs/classic/applications/index.js.map +7 -1
- package/dist/commonjs/classic/index.d.ts +15 -15
- package/dist/commonjs/classic/index.js +15 -5
- package/dist/commonjs/classic/index.js.map +7 -1
- package/dist/commonjs/classic/managedApplyMaintenanceWindow/index.js +33 -13
- package/dist/commonjs/classic/managedApplyMaintenanceWindow/index.js.map +7 -1
- package/dist/commonjs/classic/managedAzResiliencyStatus/index.js +33 -13
- package/dist/commonjs/classic/managedAzResiliencyStatus/index.js.map +7 -1
- package/dist/commonjs/classic/managedClusterVersion/index.js +36 -16
- package/dist/commonjs/classic/managedClusterVersion/index.js.map +7 -1
- package/dist/commonjs/classic/managedClusters/index.d.ts +3 -11
- package/dist/commonjs/classic/managedClusters/index.js +38 -22
- package/dist/commonjs/classic/managedClusters/index.js.map +7 -1
- package/dist/commonjs/classic/managedMaintenanceWindowStatus/index.js +33 -13
- package/dist/commonjs/classic/managedMaintenanceWindowStatus/index.js.map +7 -1
- package/dist/commonjs/classic/managedUnsupportedVMSizes/index.js +34 -14
- package/dist/commonjs/classic/managedUnsupportedVMSizes/index.js.map +7 -1
- package/dist/commonjs/classic/nodeTypeSkus/index.js +33 -13
- package/dist/commonjs/classic/nodeTypeSkus/index.js.map +7 -1
- package/dist/commonjs/classic/nodeTypes/index.d.ts +3 -11
- package/dist/commonjs/classic/nodeTypes/index.js +43 -27
- package/dist/commonjs/classic/nodeTypes/index.js.map +7 -1
- package/dist/commonjs/classic/operationResults/index.js +33 -13
- package/dist/commonjs/classic/operationResults/index.js.map +7 -1
- package/dist/commonjs/classic/operationStatus/index.js +33 -13
- package/dist/commonjs/classic/operationStatus/index.js.map +7 -1
- package/dist/commonjs/classic/operations/index.js +33 -13
- package/dist/commonjs/classic/operations/index.js.map +7 -1
- package/dist/commonjs/classic/services/index.d.ts +4 -2
- package/dist/commonjs/classic/services/index.js +62 -17
- package/dist/commonjs/classic/services/index.js.map +7 -1
- package/dist/commonjs/index.d.ts +5 -5
- package/dist/commonjs/index.js +620 -60
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.js +28 -8
- package/dist/commonjs/logger.js.map +7 -1
- package/dist/commonjs/models/index.d.ts +1 -1
- package/dist/commonjs/models/index.js +117 -54
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +484 -181
- package/dist/commonjs/models/models.js +3030 -2799
- package/dist/commonjs/models/models.js.map +7 -1
- package/dist/commonjs/restorePollerHelpers.js +141 -164
- package/dist/commonjs/restorePollerHelpers.js.map +7 -1
- package/dist/commonjs/serviceFabricManagedClustersManagementClient.d.ts +1 -1
- package/dist/commonjs/serviceFabricManagedClustersManagementClient.js +111 -82
- package/dist/commonjs/serviceFabricManagedClustersManagementClient.js.map +7 -1
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +49 -40
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +2 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +124 -103
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +4 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +94 -76
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +34 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +166 -158
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/applicationTypeVersions/index.js +20 -4
- package/dist/esm/api/applicationTypeVersions/index.js.map +7 -1
- package/dist/esm/api/applicationTypeVersions/operations.js +214 -167
- package/dist/esm/api/applicationTypeVersions/operations.js.map +7 -1
- package/dist/esm/api/applicationTypeVersions/options.js +0 -4
- package/dist/esm/api/applicationTypeVersions/options.js.map +7 -1
- package/dist/esm/api/applicationTypes/index.js +20 -4
- package/dist/esm/api/applicationTypes/index.js.map +7 -1
- package/dist/esm/api/applicationTypes/operations.js +195 -154
- package/dist/esm/api/applicationTypes/operations.js.map +7 -1
- package/dist/esm/api/applicationTypes/options.js +0 -4
- package/dist/esm/api/applicationTypes/options.js.map +7 -1
- package/dist/esm/api/applications/index.d.ts +2 -2
- package/dist/esm/api/applications/index.js +50 -4
- package/dist/esm/api/applications/index.js.map +7 -1
- package/dist/esm/api/applications/operations.d.ts +12 -4
- package/dist/esm/api/applications/operations.js +475 -290
- package/dist/esm/api/applications/operations.js.map +7 -1
- package/dist/esm/api/applications/options.d.ts +12 -0
- package/dist/esm/api/applications/options.js +0 -4
- package/dist/esm/api/applications/options.js.map +7 -1
- package/dist/esm/api/index.d.ts +1 -1
- package/dist/esm/api/index.js +6 -4
- package/dist/esm/api/index.js.map +7 -1
- package/dist/esm/api/managedApplyMaintenanceWindow/index.js +6 -4
- package/dist/esm/api/managedApplyMaintenanceWindow/index.js.map +7 -1
- package/dist/esm/api/managedApplyMaintenanceWindow/operations.js +30 -29
- package/dist/esm/api/managedApplyMaintenanceWindow/operations.js.map +7 -1
- package/dist/esm/api/managedApplyMaintenanceWindow/options.js +0 -4
- package/dist/esm/api/managedApplyMaintenanceWindow/options.js.map +7 -1
- package/dist/esm/api/managedAzResiliencyStatus/index.js +6 -4
- package/dist/esm/api/managedAzResiliencyStatus/index.js.map +7 -1
- package/dist/esm/api/managedAzResiliencyStatus/operations.js +37 -32
- package/dist/esm/api/managedAzResiliencyStatus/operations.js.map +7 -1
- package/dist/esm/api/managedAzResiliencyStatus/options.js +0 -4
- package/dist/esm/api/managedAzResiliencyStatus/options.js.map +7 -1
- package/dist/esm/api/managedClusterVersion/index.js +17 -4
- package/dist/esm/api/managedClusterVersion/index.js.map +7 -1
- package/dist/esm/api/managedClusterVersion/operations.js +134 -121
- package/dist/esm/api/managedClusterVersion/operations.js.map +7 -1
- package/dist/esm/api/managedClusterVersion/options.js +0 -4
- package/dist/esm/api/managedClusterVersion/options.js.map +7 -1
- package/dist/esm/api/managedClusters/index.d.ts +2 -2
- package/dist/esm/api/managedClusters/index.js +30 -4
- package/dist/esm/api/managedClusters/index.js.map +7 -1
- package/dist/esm/api/managedClusters/operations.d.ts +3 -19
- package/dist/esm/api/managedClusters/operations.js +230 -343
- package/dist/esm/api/managedClusters/operations.js.map +7 -1
- package/dist/esm/api/managedClusters/options.d.ts +2 -16
- package/dist/esm/api/managedClusters/options.js +0 -4
- package/dist/esm/api/managedClusters/options.js.map +7 -1
- package/dist/esm/api/managedMaintenanceWindowStatus/index.js +6 -4
- package/dist/esm/api/managedMaintenanceWindowStatus/index.js.map +7 -1
- package/dist/esm/api/managedMaintenanceWindowStatus/operations.js +37 -36
- package/dist/esm/api/managedMaintenanceWindowStatus/operations.js.map +7 -1
- package/dist/esm/api/managedMaintenanceWindowStatus/options.js +0 -4
- package/dist/esm/api/managedMaintenanceWindowStatus/options.js.map +7 -1
- package/dist/esm/api/managedUnsupportedVMSizes/index.js +11 -4
- package/dist/esm/api/managedUnsupportedVMSizes/index.js.map +7 -1
- package/dist/esm/api/managedUnsupportedVMSizes/operations.js +72 -57
- package/dist/esm/api/managedUnsupportedVMSizes/operations.js.map +7 -1
- package/dist/esm/api/managedUnsupportedVMSizes/options.js +0 -4
- package/dist/esm/api/managedUnsupportedVMSizes/options.js.map +7 -1
- package/dist/esm/api/nodeTypeSkus/index.js +6 -4
- package/dist/esm/api/nodeTypeSkus/index.js.map +7 -1
- package/dist/esm/api/nodeTypeSkus/operations.js +43 -32
- package/dist/esm/api/nodeTypeSkus/operations.js.map +7 -1
- package/dist/esm/api/nodeTypeSkus/options.js +0 -4
- package/dist/esm/api/nodeTypeSkus/options.js.map +7 -1
- package/dist/esm/api/nodeTypes/index.d.ts +2 -2
- package/dist/esm/api/nodeTypes/index.js +50 -4
- package/dist/esm/api/nodeTypes/index.js.map +7 -1
- package/dist/esm/api/nodeTypes/operations.d.ts +3 -19
- package/dist/esm/api/nodeTypes/operations.js +447 -507
- package/dist/esm/api/nodeTypes/operations.js.map +7 -1
- package/dist/esm/api/nodeTypes/options.d.ts +0 -16
- package/dist/esm/api/nodeTypes/options.js +0 -4
- package/dist/esm/api/nodeTypes/options.js.map +7 -1
- package/dist/esm/api/operationResults/index.js +6 -4
- package/dist/esm/api/operationResults/index.js.map +7 -1
- package/dist/esm/api/operationResults/operations.js +30 -25
- package/dist/esm/api/operationResults/operations.js.map +7 -1
- package/dist/esm/api/operationResults/options.js +0 -4
- package/dist/esm/api/operationResults/options.js.map +7 -1
- package/dist/esm/api/operationStatus/index.js +6 -4
- package/dist/esm/api/operationStatus/index.js.map +7 -1
- package/dist/esm/api/operationStatus/operations.js +37 -32
- package/dist/esm/api/operationStatus/operations.js.map +7 -1
- package/dist/esm/api/operationStatus/options.js +0 -4
- package/dist/esm/api/operationStatus/options.js.map +7 -1
- package/dist/esm/api/operations/index.js +6 -4
- package/dist/esm/api/operations/index.js.map +7 -1
- package/dist/esm/api/operations/operations.js +39 -28
- package/dist/esm/api/operations/operations.js.map +7 -1
- package/dist/esm/api/operations/options.js +0 -4
- package/dist/esm/api/operations/options.js.map +7 -1
- package/dist/esm/api/serviceFabricManagedClustersManagementContext.d.ts +3 -3
- package/dist/esm/api/serviceFabricManagedClustersManagementContext.js +21 -39
- package/dist/esm/api/serviceFabricManagedClustersManagementContext.js.map +7 -1
- package/dist/esm/api/services/index.d.ts +2 -2
- package/dist/esm/api/services/index.js +30 -4
- package/dist/esm/api/services/index.js.map +7 -1
- package/dist/esm/api/services/operations.d.ts +6 -2
- package/dist/esm/api/services/operations.js +271 -171
- package/dist/esm/api/services/operations.js.map +7 -1
- package/dist/esm/api/services/options.d.ts +5 -0
- package/dist/esm/api/services/options.js +0 -4
- package/dist/esm/api/services/options.js.map +7 -1
- package/dist/esm/classic/applicationTypeVersions/index.js +37 -15
- package/dist/esm/classic/applicationTypeVersions/index.js.map +7 -1
- package/dist/esm/classic/applicationTypes/index.js +28 -15
- package/dist/esm/classic/applicationTypes/index.js.map +7 -1
- package/dist/esm/classic/applications/index.d.ts +8 -4
- package/dist/esm/classic/applications/index.js +40 -19
- package/dist/esm/classic/applications/index.js.map +7 -1
- package/dist/esm/classic/index.d.ts +15 -15
- package/dist/esm/classic/index.js +0 -4
- package/dist/esm/classic/index.js.map +7 -1
- package/dist/esm/classic/managedApplyMaintenanceWindow/index.js +10 -10
- package/dist/esm/classic/managedApplyMaintenanceWindow/index.js.map +7 -1
- package/dist/esm/classic/managedAzResiliencyStatus/index.js +10 -10
- package/dist/esm/classic/managedAzResiliencyStatus/index.js.map +7 -1
- package/dist/esm/classic/managedClusterVersion/index.js +19 -14
- package/dist/esm/classic/managedClusterVersion/index.js.map +7 -1
- package/dist/esm/classic/managedClusters/index.d.ts +3 -11
- package/dist/esm/classic/managedClusters/index.js +23 -20
- package/dist/esm/classic/managedClusters/index.js.map +7 -1
- package/dist/esm/classic/managedMaintenanceWindowStatus/index.js +10 -10
- package/dist/esm/classic/managedMaintenanceWindowStatus/index.js.map +7 -1
- package/dist/esm/classic/managedUnsupportedVMSizes/index.js +11 -11
- package/dist/esm/classic/managedUnsupportedVMSizes/index.js.map +7 -1
- package/dist/esm/classic/nodeTypeSkus/index.js +10 -10
- package/dist/esm/classic/nodeTypeSkus/index.js.map +7 -1
- package/dist/esm/classic/nodeTypes/index.d.ts +3 -11
- package/dist/esm/classic/nodeTypes/index.js +33 -25
- package/dist/esm/classic/nodeTypes/index.js.map +7 -1
- package/dist/esm/classic/operationResults/index.js +10 -10
- package/dist/esm/classic/operationResults/index.js.map +7 -1
- package/dist/esm/classic/operationStatus/index.js +10 -10
- package/dist/esm/classic/operationStatus/index.js.map +7 -1
- package/dist/esm/classic/operations/index.js +10 -10
- package/dist/esm/classic/operations/index.js.map +7 -1
- package/dist/esm/classic/services/index.d.ts +4 -2
- package/dist/esm/classic/services/index.js +47 -15
- package/dist/esm/classic/services/index.js.map +7 -1
- package/dist/esm/index.d.ts +5 -5
- package/dist/esm/index.js +596 -8
- package/dist/esm/index.js.map +7 -1
- package/dist/esm/logger.js +4 -4
- package/dist/esm/logger.js.map +7 -1
- package/dist/esm/models/index.d.ts +1 -1
- package/dist/esm/models/index.js +96 -4
- package/dist/esm/models/index.js.map +7 -1
- package/dist/esm/models/models.d.ts +484 -181
- package/dist/esm/models/models.js +3181 -3016
- package/dist/esm/models/models.js.map +7 -1
- package/dist/esm/restorePollerHelpers.js +147 -159
- package/dist/esm/restorePollerHelpers.js.map +7 -1
- package/dist/esm/serviceFabricManagedClustersManagementClient.d.ts +1 -1
- package/dist/esm/serviceFabricManagedClustersManagementClient.js +72 -63
- package/dist/esm/serviceFabricManagedClustersManagementClient.js.map +7 -1
- package/dist/esm/static-helpers/cloudSettingHelpers.js +26 -37
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +7 -1
- package/dist/esm/static-helpers/pagingHelpers.d.ts +2 -0
- package/dist/esm/static-helpers/pagingHelpers.js +100 -99
- package/dist/esm/static-helpers/pagingHelpers.js.map +7 -1
- package/dist/esm/static-helpers/pollingHelpers.d.ts +4 -0
- package/dist/esm/static-helpers/pollingHelpers.js +70 -72
- package/dist/esm/static-helpers/pollingHelpers.js.map +7 -1
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +11 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/esm/static-helpers/urlTemplate.js +143 -155
- package/dist/esm/static-helpers/urlTemplate.js.map +7 -1
- package/dist/react-native/api/applicationTypeVersions/operations.js +18 -36
- package/dist/react-native/api/applicationTypeVersions/operations.js.map +1 -1
- package/dist/react-native/api/applicationTypeVersions/options.js.map +1 -1
- package/dist/react-native/api/applicationTypes/operations.js +13 -28
- package/dist/react-native/api/applicationTypes/operations.js.map +1 -1
- package/dist/react-native/api/applications/index.d.ts +2 -2
- package/dist/react-native/api/applications/index.js +1 -1
- package/dist/react-native/api/applications/index.js.map +1 -1
- package/dist/react-native/api/applications/operations.d.ts +12 -4
- package/dist/react-native/api/applications/operations.js +111 -42
- package/dist/react-native/api/applications/operations.js.map +1 -1
- package/dist/react-native/api/applications/options.d.ts +12 -0
- package/dist/react-native/api/applications/options.js.map +1 -1
- package/dist/react-native/api/index.d.ts +1 -1
- package/dist/react-native/api/index.js.map +1 -1
- package/dist/react-native/api/managedApplyMaintenanceWindow/operations.js +3 -7
- package/dist/react-native/api/managedApplyMaintenanceWindow/operations.js.map +1 -1
- package/dist/react-native/api/managedAzResiliencyStatus/operations.js +2 -5
- package/dist/react-native/api/managedAzResiliencyStatus/operations.js.map +1 -1
- package/dist/react-native/api/managedClusterVersion/operations.js +12 -32
- package/dist/react-native/api/managedClusterVersion/operations.js.map +1 -1
- package/dist/react-native/api/managedClusters/index.d.ts +2 -2
- package/dist/react-native/api/managedClusters/index.js +1 -1
- package/dist/react-native/api/managedClusters/index.js.map +1 -1
- package/dist/react-native/api/managedClusters/operations.d.ts +3 -19
- package/dist/react-native/api/managedClusters/operations.js +31 -192
- package/dist/react-native/api/managedClusters/operations.js.map +1 -1
- package/dist/react-native/api/managedClusters/options.d.ts +2 -16
- package/dist/react-native/api/managedClusters/options.js.map +1 -1
- package/dist/react-native/api/managedMaintenanceWindowStatus/operations.js +4 -11
- package/dist/react-native/api/managedMaintenanceWindowStatus/operations.js.map +1 -1
- package/dist/react-native/api/managedUnsupportedVMSizes/operations.js +5 -11
- package/dist/react-native/api/managedUnsupportedVMSizes/operations.js.map +1 -1
- package/dist/react-native/api/nodeTypeSkus/operations.js +3 -6
- package/dist/react-native/api/nodeTypeSkus/operations.js.map +1 -1
- package/dist/react-native/api/nodeTypes/index.d.ts +2 -2
- package/dist/react-native/api/nodeTypes/index.js +1 -1
- package/dist/react-native/api/nodeTypes/index.js.map +1 -1
- package/dist/react-native/api/nodeTypes/operations.d.ts +3 -19
- package/dist/react-native/api/nodeTypes/operations.js +45 -185
- package/dist/react-native/api/nodeTypes/operations.js.map +1 -1
- package/dist/react-native/api/nodeTypes/options.d.ts +0 -16
- package/dist/react-native/api/nodeTypes/options.js.map +1 -1
- package/dist/react-native/api/operationResults/operations.js +1 -1
- package/dist/react-native/api/operationResults/operations.js.map +1 -1
- package/dist/react-native/api/operationStatus/operations.js +2 -5
- package/dist/react-native/api/operationStatus/operations.js.map +1 -1
- package/dist/react-native/api/operations/operations.js +3 -6
- package/dist/react-native/api/operations/operations.js.map +1 -1
- package/dist/react-native/api/serviceFabricManagedClustersManagementContext.d.ts +3 -3
- package/dist/react-native/api/serviceFabricManagedClustersManagementContext.js +3 -18
- package/dist/react-native/api/serviceFabricManagedClustersManagementContext.js.map +1 -1
- package/dist/react-native/api/services/index.d.ts +2 -2
- package/dist/react-native/api/services/index.js +1 -1
- package/dist/react-native/api/services/index.js.map +1 -1
- package/dist/react-native/api/services/operations.d.ts +6 -2
- package/dist/react-native/api/services/operations.js +51 -25
- package/dist/react-native/api/services/operations.js.map +1 -1
- package/dist/react-native/api/services/options.d.ts +5 -0
- package/dist/react-native/api/services/options.js.map +1 -1
- package/dist/react-native/classic/applications/index.d.ts +8 -4
- package/dist/react-native/classic/applications/index.js +3 -1
- package/dist/react-native/classic/applications/index.js.map +1 -1
- package/dist/react-native/classic/index.d.ts +15 -15
- package/dist/react-native/classic/index.js.map +1 -1
- package/dist/react-native/classic/managedClusters/index.d.ts +3 -11
- package/dist/react-native/classic/managedClusters/index.js +1 -5
- package/dist/react-native/classic/managedClusters/index.js.map +1 -1
- package/dist/react-native/classic/nodeTypes/index.d.ts +3 -11
- package/dist/react-native/classic/nodeTypes/index.js +1 -5
- package/dist/react-native/classic/nodeTypes/index.js.map +1 -1
- package/dist/react-native/classic/services/index.d.ts +4 -2
- package/dist/react-native/classic/services/index.js +2 -1
- package/dist/react-native/classic/services/index.js.map +1 -1
- package/dist/react-native/index.d.ts +5 -5
- package/dist/react-native/index.js +1 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models/index.d.ts +1 -1
- package/dist/react-native/models/index.js +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +484 -181
- package/dist/react-native/models/models.js +645 -227
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/restorePollerHelpers.js +40 -72
- package/dist/react-native/restorePollerHelpers.js.map +1 -1
- package/dist/react-native/serviceFabricManagedClustersManagementClient.d.ts +1 -1
- package/dist/react-native/serviceFabricManagedClustersManagementClient.js +10 -2
- package/dist/react-native/serviceFabricManagedClustersManagementClient.js.map +1 -1
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +2 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +28 -3
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +4 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +18 -2
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.js +20 -5
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -1
- package/package.json +19 -53
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file contains only generated model types and their (de)serializers.
|
|
3
|
+
* Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
|
|
4
|
+
*/
|
|
1
5
|
/** Describes the result of the request to list Service Fabric resource provider operations. */
|
|
2
6
|
export interface _OperationListResult {
|
|
3
7
|
/** The OperationResult items on this page */
|
|
@@ -65,14 +69,25 @@ export interface ErrorAdditionalInfo {
|
|
|
65
69
|
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
66
70
|
/** The application resource. */
|
|
67
71
|
export interface ApplicationResource extends ProxyResource {
|
|
68
|
-
/** The application resource properties. */
|
|
69
|
-
properties?: ApplicationResourceProperties;
|
|
70
72
|
/** Resource tags. */
|
|
71
73
|
tags?: Record<string, string>;
|
|
72
74
|
/** Describes the managed identities for an Azure resource. */
|
|
73
75
|
identity?: ManagedIdentity;
|
|
74
76
|
/** The geo-location where the resource lives */
|
|
75
77
|
location?: string;
|
|
78
|
+
/** List of user assigned identities for the application, each mapped to a friendly name. */
|
|
79
|
+
managedIdentities?: ApplicationUserAssignedIdentity[];
|
|
80
|
+
/** The current deployment or provisioning state, which only appears in the response */
|
|
81
|
+
readonly provisioningState?: string;
|
|
82
|
+
/**
|
|
83
|
+
* The version of the application type as defined in the application manifest.
|
|
84
|
+
* This name must be the full Arm Resource ID for the referenced application type version.
|
|
85
|
+
*/
|
|
86
|
+
version?: string;
|
|
87
|
+
/** List of application parameters with overridden values from their default values specified in the application manifest. */
|
|
88
|
+
parameters?: Record<string, string>;
|
|
89
|
+
/** Describes the policy for a monitored application upgrade. */
|
|
90
|
+
upgradePolicy?: ApplicationUpgradePolicy;
|
|
76
91
|
}
|
|
77
92
|
export declare function applicationResourceSerializer(item: ApplicationResource): any;
|
|
78
93
|
export declare function applicationResourceDeserializer(item: any): ApplicationResource;
|
|
@@ -314,8 +329,16 @@ export type CreatedByType = string;
|
|
|
314
329
|
export interface ApplicationUpdateParameters {
|
|
315
330
|
/** Application update parameters */
|
|
316
331
|
tags?: Record<string, string>;
|
|
332
|
+
/** Application update parameters properties. */
|
|
333
|
+
properties?: ApplicationUpdateParametersProperties;
|
|
317
334
|
}
|
|
318
335
|
export declare function applicationUpdateParametersSerializer(item: ApplicationUpdateParameters): any;
|
|
336
|
+
/** Properties for application update request. */
|
|
337
|
+
export interface ApplicationUpdateParametersProperties {
|
|
338
|
+
/** List of application parameters with overridden values from their default values specified in the application manifest. */
|
|
339
|
+
parameters?: Record<string, string>;
|
|
340
|
+
}
|
|
341
|
+
export declare function applicationUpdateParametersPropertiesSerializer(item: ApplicationUpdateParametersProperties): any;
|
|
319
342
|
/** The list of application resources. */
|
|
320
343
|
export interface _ApplicationResourceList {
|
|
321
344
|
/** The ApplicationResource items on this page */
|
|
@@ -465,14 +488,70 @@ export declare enum KnownRuntimeFailureAction {
|
|
|
465
488
|
* **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.
|
|
466
489
|
*/
|
|
467
490
|
export type RuntimeFailureAction = string;
|
|
491
|
+
/** Parameters for fetching the health of an application. */
|
|
492
|
+
export interface ApplicationFetchHealthRequest {
|
|
493
|
+
/** Allows filtering of the health events returned in the response based on health state. */
|
|
494
|
+
eventsHealthStateFilter?: HealthFilter;
|
|
495
|
+
/** Allows filtering of the deployed applications health state objects returned in the result of application health query based on their health state. */
|
|
496
|
+
deployedApplicationsHealthStateFilter?: HealthFilter;
|
|
497
|
+
/** Allows filtering of the services health state objects returned in the result of services health query based on their health state. */
|
|
498
|
+
servicesHealthStateFilter?: HealthFilter;
|
|
499
|
+
/** Indicates whether the health statistics should be returned as part of the query result. False by default. The statistics show the number of children entities in health state Ok, Warning, and Error. */
|
|
500
|
+
excludeHealthStatistics?: boolean;
|
|
501
|
+
/** Request timeout for the health query in seconds. The default value is 60 seconds. */
|
|
502
|
+
timeout?: number;
|
|
503
|
+
}
|
|
504
|
+
export declare function applicationFetchHealthRequestSerializer(item: ApplicationFetchHealthRequest): any;
|
|
505
|
+
/** Enum for filtering health events. */
|
|
506
|
+
export declare enum KnownHealthFilter {
|
|
507
|
+
/** Default value. Matches any health state. */
|
|
508
|
+
Default = "Default",
|
|
509
|
+
/** Filter that doesn't match any health state. Used to return no results on a given collection of health entities. */
|
|
510
|
+
None = "None",
|
|
511
|
+
/** Filter for health state Ok. */
|
|
512
|
+
Ok = "Ok",
|
|
513
|
+
/** Filter for health state Warning. */
|
|
514
|
+
Warning = "Warning",
|
|
515
|
+
/** Filter for health state Error. */
|
|
516
|
+
Error = "Error",
|
|
517
|
+
/** Filter that matches input with any health state. */
|
|
518
|
+
All = "All"
|
|
519
|
+
}
|
|
520
|
+
/**
|
|
521
|
+
* Enum for filtering health events. \
|
|
522
|
+
* {@link KnownHealthFilter} can be used interchangeably with HealthFilter,
|
|
523
|
+
* this enum contains the known values that the service supports.
|
|
524
|
+
* ### Known values supported by the service
|
|
525
|
+
* **Default**: Default value. Matches any health state. \
|
|
526
|
+
* **None**: Filter that doesn't match any health state. Used to return no results on a given collection of health entities. \
|
|
527
|
+
* **Ok**: Filter for health state Ok. \
|
|
528
|
+
* **Warning**: Filter for health state Warning. \
|
|
529
|
+
* **Error**: Filter for health state Error. \
|
|
530
|
+
* **All**: Filter that matches input with any health state.
|
|
531
|
+
*/
|
|
532
|
+
export type HealthFilter = string;
|
|
533
|
+
/** Parameters for restarting a deployed code package. */
|
|
534
|
+
export interface RestartDeployedCodePackageRequest {
|
|
535
|
+
/** The name of the node where the code package needs to be restarted. Use '*' to restart on all nodes where the code package is running. */
|
|
536
|
+
nodeName: string;
|
|
537
|
+
/** The name of the service manifest as specified in the code package. */
|
|
538
|
+
serviceManifestName: string;
|
|
539
|
+
/** The name of the code package as specified in the service manifest. */
|
|
540
|
+
codePackageName: string;
|
|
541
|
+
/** The instance ID for currently running entry point. For a code package setup entry point (if specified) runs first and after it finishes main entry point is started. Each time entry point executable is run, its instance ID will change. If 0 is passed in as the code package instance ID, the API will restart the code package with whatever instance ID it is currently running. If an instance ID other than 0 is passed in, the API will restart the code package only if the current Instance ID matches the passed in instance ID. Note, passing in the exact instance ID (not 0) in the API is safer, because if ensures at most one restart of the code package. */
|
|
542
|
+
codePackageInstanceId: string;
|
|
543
|
+
/** The activation id of a deployed service package. If ServicePackageActivationMode specified at the time of creating the service is 'SharedProcess' (or if it is not specified, in which case it defaults to 'SharedProcess'), then value of ServicePackageActivationId is always an empty string. */
|
|
544
|
+
servicePackageActivationId?: string;
|
|
545
|
+
}
|
|
546
|
+
export declare function restartDeployedCodePackageRequestSerializer(item: RestartDeployedCodePackageRequest): any;
|
|
468
547
|
/** The application type name resource */
|
|
469
548
|
export interface ApplicationTypeResource extends ProxyResource {
|
|
470
|
-
/** The application type name properties */
|
|
471
|
-
properties?: ApplicationTypeResourceProperties;
|
|
472
549
|
/** Resource tags. */
|
|
473
550
|
tags?: Record<string, string>;
|
|
474
551
|
/** The geo-location where the resource lives */
|
|
475
552
|
location?: string;
|
|
553
|
+
/** The current deployment or provisioning state, which only appears in the response. */
|
|
554
|
+
readonly provisioningState?: string;
|
|
476
555
|
}
|
|
477
556
|
export declare function applicationTypeResourceSerializer(item: ApplicationTypeResource): any;
|
|
478
557
|
export declare function applicationTypeResourceDeserializer(item: any): ApplicationTypeResource;
|
|
@@ -501,12 +580,14 @@ export declare function applicationTypeResourceArraySerializer(result: Array<App
|
|
|
501
580
|
export declare function applicationTypeResourceArrayDeserializer(result: Array<ApplicationTypeResource>): any[];
|
|
502
581
|
/** An application type version resource for the specified application type name resource. */
|
|
503
582
|
export interface ApplicationTypeVersionResource extends ProxyResource {
|
|
504
|
-
/** The properties of the application type version resource. */
|
|
505
|
-
properties?: ApplicationTypeVersionResourceProperties;
|
|
506
583
|
/** Resource tags. */
|
|
507
584
|
tags?: Record<string, string>;
|
|
508
585
|
/** The geo-location where the resource lives */
|
|
509
586
|
location?: string;
|
|
587
|
+
/** The current deployment or provisioning state, which only appears in the response */
|
|
588
|
+
readonly provisioningState?: string;
|
|
589
|
+
/** The URL to the application package */
|
|
590
|
+
appPackageUrl?: string;
|
|
510
591
|
}
|
|
511
592
|
export declare function applicationTypeVersionResourceSerializer(item: ApplicationTypeVersionResource): any;
|
|
512
593
|
export declare function applicationTypeVersionResourceDeserializer(item: any): ApplicationTypeVersionResource;
|
|
@@ -1042,6 +1123,33 @@ export interface _ServiceResourceList {
|
|
|
1042
1123
|
export declare function _serviceResourceListDeserializer(item: any): _ServiceResourceList;
|
|
1043
1124
|
export declare function serviceResourceArraySerializer(result: Array<ServiceResource>): any[];
|
|
1044
1125
|
export declare function serviceResourceArrayDeserializer(result: Array<ServiceResource>): any[];
|
|
1126
|
+
/** Request to restart a replica. */
|
|
1127
|
+
export interface RestartReplicaRequest {
|
|
1128
|
+
/** The ID of the partition. */
|
|
1129
|
+
partitionId: string;
|
|
1130
|
+
/** The IDs of the replicas to be restarted. */
|
|
1131
|
+
replicaIds: number[];
|
|
1132
|
+
/** The kind of restart to perform. */
|
|
1133
|
+
restartKind: RestartKind;
|
|
1134
|
+
/** If true, the restart operation will be forced. Use this option with care, as it may cause data loss. */
|
|
1135
|
+
forceRestart?: boolean;
|
|
1136
|
+
/** The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds. */
|
|
1137
|
+
timeout?: number;
|
|
1138
|
+
}
|
|
1139
|
+
export declare function restartReplicaRequestSerializer(item: RestartReplicaRequest): any;
|
|
1140
|
+
/** The kind of restart to perform. */
|
|
1141
|
+
export declare enum KnownRestartKind {
|
|
1142
|
+
/** Restart all listed replicas at the same time. */
|
|
1143
|
+
Simultaneous = "Simultaneous"
|
|
1144
|
+
}
|
|
1145
|
+
/**
|
|
1146
|
+
* The kind of restart to perform. \
|
|
1147
|
+
* {@link KnownRestartKind} can be used interchangeably with RestartKind,
|
|
1148
|
+
* this enum contains the known values that the service supports.
|
|
1149
|
+
* ### Known values supported by the service
|
|
1150
|
+
* **Simultaneous**: Restart all listed replicas at the same time.
|
|
1151
|
+
*/
|
|
1152
|
+
export type RestartKind = string;
|
|
1045
1153
|
/** The result of the Service Fabric runtime versions */
|
|
1046
1154
|
export interface ManagedClusterCodeVersionResult {
|
|
1047
1155
|
/** The identification of the result */
|
|
@@ -1050,8 +1158,12 @@ export interface ManagedClusterCodeVersionResult {
|
|
|
1050
1158
|
name?: string;
|
|
1051
1159
|
/** The result resource type */
|
|
1052
1160
|
type?: string;
|
|
1053
|
-
/** The
|
|
1054
|
-
|
|
1161
|
+
/** The Service Fabric runtime version of the cluster. */
|
|
1162
|
+
clusterCodeVersion?: string;
|
|
1163
|
+
/** The date of expiry of support of the version. */
|
|
1164
|
+
supportExpiryUtc?: Date;
|
|
1165
|
+
/** Cluster operating system, the default will be Windows */
|
|
1166
|
+
osType?: OsType;
|
|
1055
1167
|
}
|
|
1056
1168
|
export declare function managedClusterCodeVersionResultDeserializer(item: any): ManagedClusterCodeVersionResult;
|
|
1057
1169
|
/** The detail of the Service Fabric runtime version result */
|
|
@@ -1106,12 +1218,98 @@ export declare function _managedVMSizesResultDeserializer(item: any): _ManagedVM
|
|
|
1106
1218
|
export declare function managedVMSizeArrayDeserializer(result: Array<ManagedVMSize>): any[];
|
|
1107
1219
|
/** The managed cluster resource */
|
|
1108
1220
|
export interface ManagedCluster extends TrackedResource {
|
|
1109
|
-
/** The managed cluster resource properties */
|
|
1110
|
-
properties?: ManagedClusterProperties;
|
|
1111
1221
|
/** 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.", */
|
|
1112
1222
|
readonly etag?: string;
|
|
1113
1223
|
/** The sku of the managed cluster */
|
|
1114
1224
|
sku: Sku;
|
|
1225
|
+
/** The cluster dns name. */
|
|
1226
|
+
dnsName?: string;
|
|
1227
|
+
/** The fully qualified domain name associated with the public load balancer of the cluster. */
|
|
1228
|
+
readonly fqdn?: string;
|
|
1229
|
+
/** The IPv4 address associated with the public load balancer of the cluster. */
|
|
1230
|
+
readonly ipv4Address?: string;
|
|
1231
|
+
/** A service generated unique identifier for the cluster resource. */
|
|
1232
|
+
readonly clusterId?: string;
|
|
1233
|
+
/** The current state of the cluster. */
|
|
1234
|
+
readonly clusterState?: ClusterState;
|
|
1235
|
+
/** List of thumbprints of the cluster certificates. */
|
|
1236
|
+
readonly clusterCertificateThumbprints?: string[];
|
|
1237
|
+
/** The port used for client connections to the cluster. */
|
|
1238
|
+
clientConnectionPort?: number;
|
|
1239
|
+
/** The port used for HTTP connections to the cluster. */
|
|
1240
|
+
httpGatewayConnectionPort?: number;
|
|
1241
|
+
/** VM admin user name. */
|
|
1242
|
+
adminUserName?: string;
|
|
1243
|
+
/** VM admin user password. */
|
|
1244
|
+
adminPassword?: string;
|
|
1245
|
+
/** Load balancing rules that are applied to the public load balancer of the cluster. */
|
|
1246
|
+
loadBalancingRules?: LoadBalancingRule[];
|
|
1247
|
+
/** 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. */
|
|
1248
|
+
allowRdpAccess?: boolean;
|
|
1249
|
+
/** Custom Network Security Rules that are applied to the Virtual Network of the cluster. */
|
|
1250
|
+
networkSecurityRules?: NetworkSecurityRule[];
|
|
1251
|
+
/** Client certificates that are allowed to manage the cluster. */
|
|
1252
|
+
clients?: ClientCertificate[];
|
|
1253
|
+
/** The AAD authentication settings of the cluster. */
|
|
1254
|
+
azureActiveDirectory?: AzureActiveDirectory;
|
|
1255
|
+
/** The list of custom fabric settings to configure the cluster. */
|
|
1256
|
+
fabricSettings?: SettingsSectionDescription[];
|
|
1257
|
+
/** The provisioning state of the managed cluster resource. */
|
|
1258
|
+
readonly provisioningState?: ManagedResourceProvisioningState;
|
|
1259
|
+
/** 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**. */
|
|
1260
|
+
clusterCodeVersion?: string;
|
|
1261
|
+
/** The upgrade mode of the cluster when new Service Fabric runtime version is available. */
|
|
1262
|
+
clusterUpgradeMode?: ClusterUpgradeMode;
|
|
1263
|
+
/** 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'. */
|
|
1264
|
+
clusterUpgradeCadence?: ClusterUpgradeCadence;
|
|
1265
|
+
/** List of add-on features to enable on the cluster. */
|
|
1266
|
+
addonFeatures?: ManagedClusterAddOnFeature[];
|
|
1267
|
+
/** Enables automatic OS upgrade for node types created using OS images with version 'latest'. The default value for this setting is false. */
|
|
1268
|
+
enableAutoOSUpgrade?: boolean;
|
|
1269
|
+
/** Indicates if the cluster has zone resiliency. */
|
|
1270
|
+
zonalResiliency?: boolean;
|
|
1271
|
+
/** The policy used to clean up unused versions. */
|
|
1272
|
+
applicationTypeVersionsCleanupPolicy?: ApplicationTypeVersionsCleanupPolicy;
|
|
1273
|
+
/** 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. */
|
|
1274
|
+
enableIpv6?: boolean;
|
|
1275
|
+
/** 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. */
|
|
1276
|
+
subnetId?: string;
|
|
1277
|
+
/** The list of IP tags associated with the default public IP address of the cluster. */
|
|
1278
|
+
ipTags?: IpTag[];
|
|
1279
|
+
/** IPv6 address for the cluster if IPv6 is enabled. */
|
|
1280
|
+
readonly ipv6Address?: string;
|
|
1281
|
+
/** 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. */
|
|
1282
|
+
enableServicePublicIP?: boolean;
|
|
1283
|
+
/** Auxiliary subnets for the cluster. */
|
|
1284
|
+
auxiliarySubnets?: Subnet[];
|
|
1285
|
+
/** Service endpoints for subnets in the cluster. */
|
|
1286
|
+
serviceEndpoints?: ServiceEndpoint[];
|
|
1287
|
+
/** Indicates the update mode for Cross Az clusters. */
|
|
1288
|
+
zonalUpdateMode?: ZonalUpdateMode;
|
|
1289
|
+
/** 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. */
|
|
1290
|
+
useCustomVnet?: boolean;
|
|
1291
|
+
/** 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. */
|
|
1292
|
+
publicIPPrefixId?: string;
|
|
1293
|
+
/** 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. */
|
|
1294
|
+
publicIPv6PrefixId?: string;
|
|
1295
|
+
/** Specify the resource id of a DDoS network protection plan that will be associated with the virtual network of the cluster. */
|
|
1296
|
+
ddosProtectionPlanId?: string;
|
|
1297
|
+
/** The policy to use when upgrading the cluster. */
|
|
1298
|
+
upgradeDescription?: ClusterUpgradePolicy;
|
|
1299
|
+
/** The port used for token-auth based HTTPS connections to the cluster. Cannot be set to the same port as HttpGatewayEndpoint. */
|
|
1300
|
+
httpGatewayTokenAuthConnectionPort?: number;
|
|
1301
|
+
/** 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. */
|
|
1302
|
+
enableHttpGatewayExclusiveAuthMode?: boolean;
|
|
1303
|
+
/** 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. */
|
|
1304
|
+
autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;
|
|
1305
|
+
/** 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. */
|
|
1306
|
+
allocatedOutboundPorts?: number;
|
|
1307
|
+
/** 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'. */
|
|
1308
|
+
vmImage?: string;
|
|
1309
|
+
/** Enable the creation of node types with only outbound traffic enabled. If set, a separate load balancer backend pool will be created for node types with inbound traffic enabled. Can only be set at the time of cluster creation. */
|
|
1310
|
+
enableOutboundOnlyNodeTypes?: boolean;
|
|
1311
|
+
/** Determines whether to skip the assignment of the managed network security group (SF-NSG) to the cluster subnet when using a bring-your-own virtual network (BYOVNET) configuration. The default value is false. */
|
|
1312
|
+
skipManagedNsgAssignment?: boolean;
|
|
1115
1313
|
}
|
|
1116
1314
|
export declare function managedClusterSerializer(item: ManagedCluster): any;
|
|
1117
1315
|
export declare function managedClusterDeserializer(item: any): ManagedCluster;
|
|
@@ -1203,6 +1401,8 @@ export interface ManagedClusterProperties {
|
|
|
1203
1401
|
vmImage?: string;
|
|
1204
1402
|
/** Enable the creation of node types with only outbound traffic enabled. If set, a separate load balancer backend pool will be created for node types with inbound traffic enabled. Can only be set at the time of cluster creation. */
|
|
1205
1403
|
enableOutboundOnlyNodeTypes?: boolean;
|
|
1404
|
+
/** Determines whether to skip the assignment of the managed network security group (SF-NSG) to the cluster subnet when using a bring-your-own virtual network (BYOVNET) configuration. The default value is false. */
|
|
1405
|
+
skipManagedNsgAssignment?: boolean;
|
|
1206
1406
|
}
|
|
1207
1407
|
export declare function managedClusterPropertiesSerializer(item: ManagedClusterProperties): any;
|
|
1208
1408
|
export declare function managedClusterPropertiesDeserializer(item: any): ManagedClusterProperties;
|
|
@@ -1788,167 +1988,6 @@ export interface _ManagedClusterListResult {
|
|
|
1788
1988
|
export declare function _managedClusterListResultDeserializer(item: any): _ManagedClusterListResult;
|
|
1789
1989
|
export declare function managedClusterArraySerializer(result: Array<ManagedCluster>): any[];
|
|
1790
1990
|
export declare function managedClusterArrayDeserializer(result: Array<ManagedCluster>): any[];
|
|
1791
|
-
/** Parameters for Fault Simulation id. */
|
|
1792
|
-
export interface FaultSimulationIdContent {
|
|
1793
|
-
/** unique identifier for the fault simulation. */
|
|
1794
|
-
simulationId: string;
|
|
1795
|
-
}
|
|
1796
|
-
export declare function faultSimulationIdContentSerializer(item: FaultSimulationIdContent): any;
|
|
1797
|
-
/** Fault simulation object with status. */
|
|
1798
|
-
export interface FaultSimulation {
|
|
1799
|
-
/** unique identifier for the fault simulation. */
|
|
1800
|
-
simulationId?: string;
|
|
1801
|
-
/** Fault simulation status */
|
|
1802
|
-
status?: FaultSimulationStatus;
|
|
1803
|
-
/** The start time of the fault simulation. */
|
|
1804
|
-
startTime?: Date;
|
|
1805
|
-
/** The end time of the fault simulation. */
|
|
1806
|
-
endTime?: Date;
|
|
1807
|
-
/** Fault simulation details */
|
|
1808
|
-
details?: FaultSimulationDetails;
|
|
1809
|
-
}
|
|
1810
|
-
export declare function faultSimulationDeserializer(item: any): FaultSimulation;
|
|
1811
|
-
/** Fault simulation status. */
|
|
1812
|
-
export declare enum KnownFaultSimulationStatus {
|
|
1813
|
-
/** Indicates the fault simulation is starting. The simulation will have this status while the start operation is in progress. */
|
|
1814
|
-
Starting = "Starting",
|
|
1815
|
-
/** Indicates the fault simulation is active. The simulation will have this status after the start operation has completed successfully. */
|
|
1816
|
-
Active = "Active",
|
|
1817
|
-
/** Indicates the fault simulation is stopping. The simulation will have this status while the stop operation is in progress. */
|
|
1818
|
-
Stopping = "Stopping",
|
|
1819
|
-
/** Indicates the fault simulation is done. The simulation will have this status after the stop operation has completed successfully. */
|
|
1820
|
-
Done = "Done",
|
|
1821
|
-
/** Indicates the fault simulation has failed on start. The simulation will have this status after the start operation fails. */
|
|
1822
|
-
StartFailed = "StartFailed",
|
|
1823
|
-
/** Indicates the fault simulation has failed on stop. The simulation will have this status after the stop operation fails. */
|
|
1824
|
-
StopFailed = "StopFailed"
|
|
1825
|
-
}
|
|
1826
|
-
/**
|
|
1827
|
-
* Fault simulation status. \
|
|
1828
|
-
* {@link KnownFaultSimulationStatus} can be used interchangeably with FaultSimulationStatus,
|
|
1829
|
-
* this enum contains the known values that the service supports.
|
|
1830
|
-
* ### Known values supported by the service
|
|
1831
|
-
* **Starting**: Indicates the fault simulation is starting. The simulation will have this status while the start operation is in progress. \
|
|
1832
|
-
* **Active**: Indicates the fault simulation is active. The simulation will have this status after the start operation has completed successfully. \
|
|
1833
|
-
* **Stopping**: Indicates the fault simulation is stopping. The simulation will have this status while the stop operation is in progress. \
|
|
1834
|
-
* **Done**: Indicates the fault simulation is done. The simulation will have this status after the stop operation has completed successfully. \
|
|
1835
|
-
* **StartFailed**: Indicates the fault simulation has failed on start. The simulation will have this status after the start operation fails. \
|
|
1836
|
-
* **StopFailed**: Indicates the fault simulation has failed on stop. The simulation will have this status after the stop operation fails.
|
|
1837
|
-
*/
|
|
1838
|
-
export type FaultSimulationStatus = string;
|
|
1839
|
-
/** Details for Fault Simulation. */
|
|
1840
|
-
export interface FaultSimulationDetails {
|
|
1841
|
-
/** unique identifier for the cluster resource. */
|
|
1842
|
-
clusterId?: string;
|
|
1843
|
-
/** unique identifier for the operation associated with the fault simulation. */
|
|
1844
|
-
operationId?: string;
|
|
1845
|
-
/** List of node type simulations associated with the cluster fault simulation. */
|
|
1846
|
-
nodeTypeFaultSimulation?: NodeTypeFaultSimulation[];
|
|
1847
|
-
/** Fault simulation parameters. */
|
|
1848
|
-
parameters?: FaultSimulationContentUnion;
|
|
1849
|
-
}
|
|
1850
|
-
export declare function faultSimulationDetailsDeserializer(item: any): FaultSimulationDetails;
|
|
1851
|
-
export declare function nodeTypeFaultSimulationArrayDeserializer(result: Array<NodeTypeFaultSimulation>): any[];
|
|
1852
|
-
/** Node type fault simulation object with status. */
|
|
1853
|
-
export interface NodeTypeFaultSimulation {
|
|
1854
|
-
/** Node type name. */
|
|
1855
|
-
nodeTypeName?: string;
|
|
1856
|
-
/** Fault simulation status */
|
|
1857
|
-
status?: FaultSimulationStatus;
|
|
1858
|
-
/** Current or latest asynchronous operation identifier on the node type. */
|
|
1859
|
-
operationId?: string;
|
|
1860
|
-
/** Current or latest asynchronous operation status on the node type */
|
|
1861
|
-
operationStatus?: SfmcOperationStatus;
|
|
1862
|
-
}
|
|
1863
|
-
export declare function nodeTypeFaultSimulationDeserializer(item: any): NodeTypeFaultSimulation;
|
|
1864
|
-
/** Sfmc operation status. */
|
|
1865
|
-
export declare enum KnownSfmcOperationStatus {
|
|
1866
|
-
/** Operation created. */
|
|
1867
|
-
Created = "Created",
|
|
1868
|
-
/** Operation started. */
|
|
1869
|
-
Started = "Started",
|
|
1870
|
-
/** Operation succeeded. */
|
|
1871
|
-
Succeeded = "Succeeded",
|
|
1872
|
-
/** Operation failed. */
|
|
1873
|
-
Failed = "Failed",
|
|
1874
|
-
/** Operation aborted. */
|
|
1875
|
-
Aborted = "Aborted",
|
|
1876
|
-
/** Operation canceled. */
|
|
1877
|
-
Canceled = "Canceled"
|
|
1878
|
-
}
|
|
1879
|
-
/**
|
|
1880
|
-
* Sfmc operation status. \
|
|
1881
|
-
* {@link KnownSfmcOperationStatus} can be used interchangeably with SfmcOperationStatus,
|
|
1882
|
-
* this enum contains the known values that the service supports.
|
|
1883
|
-
* ### Known values supported by the service
|
|
1884
|
-
* **Created**: Operation created. \
|
|
1885
|
-
* **Started**: Operation started. \
|
|
1886
|
-
* **Succeeded**: Operation succeeded. \
|
|
1887
|
-
* **Failed**: Operation failed. \
|
|
1888
|
-
* **Aborted**: Operation aborted. \
|
|
1889
|
-
* **Canceled**: Operation canceled.
|
|
1890
|
-
*/
|
|
1891
|
-
export type SfmcOperationStatus = string;
|
|
1892
|
-
/** Parameters for Fault Simulation action. */
|
|
1893
|
-
export interface FaultSimulationContent {
|
|
1894
|
-
/** The kind of fault to be simulated. */
|
|
1895
|
-
/** The discriminator possible values: Zone */
|
|
1896
|
-
faultKind: FaultKind;
|
|
1897
|
-
/** Force the action to go through without any check on the cluster. */
|
|
1898
|
-
force?: boolean;
|
|
1899
|
-
/** Constraints for Fault Simulation action. */
|
|
1900
|
-
constraints?: FaultSimulationConstraints;
|
|
1901
|
-
}
|
|
1902
|
-
export declare function faultSimulationContentSerializer(item: FaultSimulationContent): any;
|
|
1903
|
-
export declare function faultSimulationContentDeserializer(item: any): FaultSimulationContent;
|
|
1904
|
-
/** Alias for FaultSimulationContentUnion */
|
|
1905
|
-
export type FaultSimulationContentUnion = ZoneFaultSimulationContent | FaultSimulationContent;
|
|
1906
|
-
export declare function faultSimulationContentUnionSerializer(item: FaultSimulationContentUnion): any;
|
|
1907
|
-
export declare function faultSimulationContentUnionDeserializer(item: any): FaultSimulationContentUnion;
|
|
1908
|
-
/** The kind of fault simulation. */
|
|
1909
|
-
export declare enum KnownFaultKind {
|
|
1910
|
-
/** Simulates an availability zone down. */
|
|
1911
|
-
Zone = "Zone"
|
|
1912
|
-
}
|
|
1913
|
-
/**
|
|
1914
|
-
* The kind of fault simulation. \
|
|
1915
|
-
* {@link KnownFaultKind} can be used interchangeably with FaultKind,
|
|
1916
|
-
* this enum contains the known values that the service supports.
|
|
1917
|
-
* ### Known values supported by the service
|
|
1918
|
-
* **Zone**: Simulates an availability zone down.
|
|
1919
|
-
*/
|
|
1920
|
-
export type FaultKind = string;
|
|
1921
|
-
/** Constraints for Fault Simulation action. */
|
|
1922
|
-
export interface FaultSimulationConstraints {
|
|
1923
|
-
/** The absolute expiration timestamp (UTC) after which this fault simulation should be stopped if it's still active. */
|
|
1924
|
-
expirationTime?: Date;
|
|
1925
|
-
}
|
|
1926
|
-
export declare function faultSimulationConstraintsSerializer(item: FaultSimulationConstraints): any;
|
|
1927
|
-
export declare function faultSimulationConstraintsDeserializer(item: any): FaultSimulationConstraints;
|
|
1928
|
-
/** Parameters for Zone Fault Simulation action. */
|
|
1929
|
-
export interface ZoneFaultSimulationContent extends FaultSimulationContent {
|
|
1930
|
-
/** Indicates the zones of the fault simulation. */
|
|
1931
|
-
zones?: string[];
|
|
1932
|
-
/** The kind of fault simulation. */
|
|
1933
|
-
faultKind: "Zone";
|
|
1934
|
-
}
|
|
1935
|
-
export declare function zoneFaultSimulationContentSerializer(item: ZoneFaultSimulationContent): any;
|
|
1936
|
-
export declare function zoneFaultSimulationContentDeserializer(item: any): ZoneFaultSimulationContent;
|
|
1937
|
-
/** Fault simulation list results */
|
|
1938
|
-
export interface _FaultSimulationListResult {
|
|
1939
|
-
/** The FaultSimulation items on this page */
|
|
1940
|
-
value: FaultSimulation[];
|
|
1941
|
-
/** The link to the next page of items */
|
|
1942
|
-
nextLink?: string;
|
|
1943
|
-
}
|
|
1944
|
-
export declare function _faultSimulationListResultDeserializer(item: any): _FaultSimulationListResult;
|
|
1945
|
-
export declare function faultSimulationArrayDeserializer(result: Array<FaultSimulation>): any[];
|
|
1946
|
-
/** Fault Simulation Request for Start action. */
|
|
1947
|
-
export interface FaultSimulationContentWrapper {
|
|
1948
|
-
/** Parameters for Fault Simulation start action. */
|
|
1949
|
-
parameters: FaultSimulationContentUnion;
|
|
1950
|
-
}
|
|
1951
|
-
export declare function faultSimulationContentWrapperSerializer(item: FaultSimulationContentWrapper): any;
|
|
1952
1991
|
/** Describes the result of the request to list Managed VM Sizes for Service Fabric Managed Clusters. */
|
|
1953
1992
|
export interface ManagedAzResiliencyStatus {
|
|
1954
1993
|
/** List of Managed VM Sizes for Service Fabric Managed Clusters. */
|
|
@@ -1990,12 +2029,118 @@ export interface ManagedMaintenanceWindowStatus {
|
|
|
1990
2029
|
export declare function managedMaintenanceWindowStatusDeserializer(item: any): ManagedMaintenanceWindowStatus;
|
|
1991
2030
|
/** Describes a node type in the cluster, each node type represents sub set of nodes in the cluster. */
|
|
1992
2031
|
export interface NodeType extends ProxyResource {
|
|
1993
|
-
/** The node type properties */
|
|
1994
|
-
properties?: NodeTypeProperties;
|
|
1995
2032
|
/** Resource tags. */
|
|
1996
2033
|
tags?: Record<string, string>;
|
|
1997
2034
|
/** The node type sku. */
|
|
1998
2035
|
sku?: NodeTypeSku;
|
|
2036
|
+
/** 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. */
|
|
2037
|
+
isPrimary?: boolean;
|
|
2038
|
+
/** 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. */
|
|
2039
|
+
vmInstanceCount?: number;
|
|
2040
|
+
/** Disk size for the managed disk attached to the vms on the node type in GBs. */
|
|
2041
|
+
dataDiskSizeGB?: number;
|
|
2042
|
+
/** Managed data disk type. Specifies the storage account type for the managed disk */
|
|
2043
|
+
dataDiskType?: DiskType;
|
|
2044
|
+
/** Managed data disk letter. It can not use the reserved letter C or D and it can not change after created. */
|
|
2045
|
+
dataDiskLetter?: string;
|
|
2046
|
+
/** The placement tags applied to nodes in the node type, which can be used to indicate where certain services (workload) should run. */
|
|
2047
|
+
placementProperties?: Record<string, string>;
|
|
2048
|
+
/** 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. */
|
|
2049
|
+
capacities?: Record<string, string>;
|
|
2050
|
+
/** The range of ports from which cluster assigned port to Service Fabric applications. */
|
|
2051
|
+
applicationPorts?: EndpointRangeDescription;
|
|
2052
|
+
/** The range of ephemeral ports that nodes in this node type should be configured with. */
|
|
2053
|
+
ephemeralPorts?: EndpointRangeDescription;
|
|
2054
|
+
/** The size of virtual machines in the pool. All virtual machines in a pool are the same size. For example, Standard_D3. */
|
|
2055
|
+
vmSize?: string;
|
|
2056
|
+
/** The publisher of the Azure Virtual Machines Marketplace image. For example, Canonical or MicrosoftWindowsServer. */
|
|
2057
|
+
vmImagePublisher?: string;
|
|
2058
|
+
/** The offer type of the Azure Virtual Machines Marketplace image. For example, UbuntuServer or WindowsServer. */
|
|
2059
|
+
vmImageOffer?: string;
|
|
2060
|
+
/** The SKU of the Azure Virtual Machines Marketplace image. For example, 14.04.0-LTS or 2012-R2-Datacenter. */
|
|
2061
|
+
vmImageSku?: string;
|
|
2062
|
+
/** 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'. */
|
|
2063
|
+
vmImageVersion?: string;
|
|
2064
|
+
/** The secrets to install in the virtual machines. */
|
|
2065
|
+
vmSecrets?: VaultSecretGroup[];
|
|
2066
|
+
/** Set of extensions that should be installed onto the virtual machines. */
|
|
2067
|
+
vmExtensions?: VmssExtension[];
|
|
2068
|
+
/** Identities to assign to the virtual machine scale set under the node type. */
|
|
2069
|
+
vmManagedIdentity?: VmManagedIdentity;
|
|
2070
|
+
/** Indicates if the node type can only host Stateless workloads. */
|
|
2071
|
+
isStateless?: boolean;
|
|
2072
|
+
/** Indicates if scale set associated with the node type can be composed of multiple placement groups. */
|
|
2073
|
+
multiplePlacementGroups?: boolean;
|
|
2074
|
+
/** 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. */
|
|
2075
|
+
frontendConfigurations?: FrontendConfiguration[];
|
|
2076
|
+
/** The Network Security Rules for this node type. This setting can only be specified for node types that are configured with frontend configurations. */
|
|
2077
|
+
networkSecurityRules?: NetworkSecurityRule[];
|
|
2078
|
+
/** Additional managed data disks. */
|
|
2079
|
+
additionalDataDisks?: VmssDataDisk[];
|
|
2080
|
+
/** 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. */
|
|
2081
|
+
enableEncryptionAtHost?: boolean;
|
|
2082
|
+
/** The provisioning state of the node type resource. */
|
|
2083
|
+
readonly provisioningState?: ManagedResourceProvisioningState;
|
|
2084
|
+
/** Specifies whether the network interface is accelerated networking-enabled. */
|
|
2085
|
+
enableAcceleratedNetworking?: boolean;
|
|
2086
|
+
/** 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. */
|
|
2087
|
+
useDefaultPublicLoadBalancer?: boolean;
|
|
2088
|
+
/** 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. */
|
|
2089
|
+
useTempDataDisk?: boolean;
|
|
2090
|
+
/** Specifies whether the node type should be overprovisioned. It is only allowed for stateless node types. */
|
|
2091
|
+
enableOverProvisioning?: boolean;
|
|
2092
|
+
/** 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. */
|
|
2093
|
+
zones?: string[];
|
|
2094
|
+
/** 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. */
|
|
2095
|
+
isSpotVM?: boolean;
|
|
2096
|
+
/** Specifies the full host group resource Id. This property is used for deploying on azure dedicated hosts. */
|
|
2097
|
+
hostGroupId?: string;
|
|
2098
|
+
/** Indicates whether to use ephemeral os disk. The sku selected on the vmSize property needs to support this feature. */
|
|
2099
|
+
useEphemeralOSDisk?: boolean;
|
|
2100
|
+
/** Indicates the time duration after which the platform will not try to restore the VMSS SPOT instances specified as ISO 8601. */
|
|
2101
|
+
spotRestoreTimeout?: string;
|
|
2102
|
+
/** Specifies the eviction policy for virtual machines in a SPOT node type. Default is Delete. */
|
|
2103
|
+
evictionPolicy?: EvictionPolicyType;
|
|
2104
|
+
/** Indicates the resource id of the vm image. This parameter is used for custom vm image. */
|
|
2105
|
+
vmImageResourceId?: string;
|
|
2106
|
+
/** Indicates the resource id of the subnet for the node type. */
|
|
2107
|
+
subnetId?: string;
|
|
2108
|
+
/** Specifies the actions to be performed on the vms before bootstrapping the service fabric runtime. */
|
|
2109
|
+
vmSetupActions?: VmSetupAction[];
|
|
2110
|
+
/** Specifies the security type of the nodeType. Supported values include Standard, TrustedLaunch and ConfidentialVM. */
|
|
2111
|
+
securityType?: SecurityType;
|
|
2112
|
+
/** 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. */
|
|
2113
|
+
securityEncryptionType?: SecurityEncryptionType;
|
|
2114
|
+
/** Specifies whether secure boot should be enabled on the nodeType. Can only be used with TrustedLaunch and ConfidentialVM SecurityType. */
|
|
2115
|
+
secureBootEnabled?: boolean;
|
|
2116
|
+
/** Specifies whether each node is allocated its own public IPv4 address. This is only supported on secondary node types with custom Load Balancers. */
|
|
2117
|
+
enableNodePublicIP?: boolean;
|
|
2118
|
+
/** Specifies whether each node is allocated its own public IPv6 address. This is only supported on secondary node types with custom Load Balancers. */
|
|
2119
|
+
enableNodePublicIPv6?: boolean;
|
|
2120
|
+
/** Indicates the resource id of the vm shared galleries image. This parameter is used for custom vm image. */
|
|
2121
|
+
vmSharedGalleryImageId?: string;
|
|
2122
|
+
/** Specifies the resource id of a NAT Gateway to attach to the subnet of this node type. Node type must use custom load balancer. */
|
|
2123
|
+
natGatewayId?: string;
|
|
2124
|
+
/** 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. */
|
|
2125
|
+
natConfigurations?: NodeTypeNatConfig[];
|
|
2126
|
+
/** 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. */
|
|
2127
|
+
vmImagePlan?: VmImagePlan;
|
|
2128
|
+
/** 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. */
|
|
2129
|
+
serviceArtifactReferenceId?: string;
|
|
2130
|
+
/** Specifies the resource id of the DSCP configuration to apply to the node type network interface. */
|
|
2131
|
+
dscpConfigurationId?: string;
|
|
2132
|
+
/** Specifies the settings for any additional secondary network interfaces to attach to the node type. */
|
|
2133
|
+
additionalNetworkInterfaceConfigurations?: AdditionalNetworkInterfaceConfiguration[];
|
|
2134
|
+
/** Specifies the computer name prefix. Limited to 9 characters. If specified, allows for a longer name to be specified for the node type name. */
|
|
2135
|
+
computerNamePrefix?: string;
|
|
2136
|
+
/** Specifies the gallery applications that should be made available to the underlying VMSS. */
|
|
2137
|
+
vmApplications?: VmApplication[];
|
|
2138
|
+
/** Setting this to true allows stateless node types to scale out without equal distribution across zones. */
|
|
2139
|
+
zoneBalance?: boolean;
|
|
2140
|
+
/** Specifies the node type should be configured for only outbound traffic and not inbound traffic. */
|
|
2141
|
+
isOutboundOnly?: boolean;
|
|
2142
|
+
/** Specifies whether the node type should use a resilient ephemeral OS disk when using a supported SKU size. A resilient ephemeral OS disk provides improved reliability for ephemeral OS disks by enabling full caching. */
|
|
2143
|
+
enableResilientEphemeralOsDisk?: boolean;
|
|
1999
2144
|
}
|
|
2000
2145
|
export declare function nodeTypeSerializer(item: NodeType): any;
|
|
2001
2146
|
export declare function nodeTypeDeserializer(item: any): NodeType;
|
|
@@ -2107,6 +2252,8 @@ export interface NodeTypeProperties {
|
|
|
2107
2252
|
zoneBalance?: boolean;
|
|
2108
2253
|
/** Specifies the node type should be configured for only outbound traffic and not inbound traffic. */
|
|
2109
2254
|
isOutboundOnly?: boolean;
|
|
2255
|
+
/** Specifies whether the node type should use a resilient ephemeral OS disk when using a supported SKU size. A resilient ephemeral OS disk provides improved reliability for ephemeral OS disks by enabling full caching. */
|
|
2256
|
+
enableResilientEphemeralOsDisk?: boolean;
|
|
2110
2257
|
}
|
|
2111
2258
|
export declare function nodeTypePropertiesSerializer(item: NodeTypeProperties): any;
|
|
2112
2259
|
export declare function nodeTypePropertiesDeserializer(item: any): NodeTypeProperties;
|
|
@@ -2182,8 +2329,28 @@ export declare function vmssExtensionArrayDeserializer(result: Array<VmssExtensi
|
|
|
2182
2329
|
export interface VmssExtension {
|
|
2183
2330
|
/** The name of the extension. */
|
|
2184
2331
|
name: string;
|
|
2185
|
-
/**
|
|
2186
|
-
|
|
2332
|
+
/** The name of the extension handler publisher. */
|
|
2333
|
+
publisher: string;
|
|
2334
|
+
/** Specifies the type of the extension; an example is "CustomScriptExtension". */
|
|
2335
|
+
type: string;
|
|
2336
|
+
/** Specifies the version of the script handler. */
|
|
2337
|
+
typeHandlerVersion: string;
|
|
2338
|
+
/** 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. */
|
|
2339
|
+
autoUpgradeMinorVersion?: boolean;
|
|
2340
|
+
/** Json formatted public settings for the extension. */
|
|
2341
|
+
settings?: any;
|
|
2342
|
+
/** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */
|
|
2343
|
+
protectedSettings?: any;
|
|
2344
|
+
/** 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. */
|
|
2345
|
+
forceUpdateTag?: string;
|
|
2346
|
+
/** Collection of extension names after which this extension needs to be provisioned. */
|
|
2347
|
+
provisionAfterExtensions?: string[];
|
|
2348
|
+
/** The provisioning state, which only appears in the response. */
|
|
2349
|
+
readonly provisioningState?: string;
|
|
2350
|
+
/** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. */
|
|
2351
|
+
enableAutomaticUpgrade?: boolean;
|
|
2352
|
+
/** Indicates the setup order for the extension. */
|
|
2353
|
+
setupOrder?: VmssExtensionSetupOrder[];
|
|
2187
2354
|
}
|
|
2188
2355
|
export declare function vmssExtensionSerializer(item: VmssExtension): any;
|
|
2189
2356
|
export declare function vmssExtensionDeserializer(item: any): VmssExtension;
|
|
@@ -2625,12 +2792,148 @@ export declare enum KnownManagedClusterVersionEnvironment {
|
|
|
2625
2792
|
export type ManagedClusterVersionEnvironment = string;
|
|
2626
2793
|
/** The available API versions. */
|
|
2627
2794
|
export declare enum KnownVersions {
|
|
2628
|
-
/**
|
|
2629
|
-
|
|
2630
|
-
/** 2025-03-01-preview */
|
|
2631
|
-
V20250301Preview = "2025-03-01-preview",
|
|
2632
|
-
/** 2025-06-01-preview */
|
|
2633
|
-
V20250601Preview = "2025-06-01-preview"
|
|
2795
|
+
/** 2026-02-01 */
|
|
2796
|
+
V20260201 = "2026-02-01"
|
|
2634
2797
|
}
|
|
2635
2798
|
export declare function managedClusterCodeVersionResultArrayDeserializer(result: Array<ManagedClusterCodeVersionResult>): any[];
|
|
2799
|
+
export declare function _applicationResourcePropertiesSerializer(item: ApplicationResource): any;
|
|
2800
|
+
export declare function _applicationResourcePropertiesDeserializer(item: any): {
|
|
2801
|
+
managedIdentities: any;
|
|
2802
|
+
provisioningState: any;
|
|
2803
|
+
version: any;
|
|
2804
|
+
parameters: any;
|
|
2805
|
+
upgradePolicy: any;
|
|
2806
|
+
};
|
|
2807
|
+
export declare function _applicationTypeResourcePropertiesSerializer(item: ApplicationTypeResource): any;
|
|
2808
|
+
export declare function _applicationTypeResourcePropertiesDeserializer(item: any): {
|
|
2809
|
+
provisioningState: any;
|
|
2810
|
+
};
|
|
2811
|
+
export declare function _applicationTypeVersionResourcePropertiesSerializer(item: ApplicationTypeVersionResource): any;
|
|
2812
|
+
export declare function _applicationTypeVersionResourcePropertiesDeserializer(item: any): {
|
|
2813
|
+
provisioningState: any;
|
|
2814
|
+
appPackageUrl: any;
|
|
2815
|
+
};
|
|
2816
|
+
export declare function _managedClusterCodeVersionResultPropertiesDeserializer(item: any): {
|
|
2817
|
+
clusterCodeVersion: any;
|
|
2818
|
+
supportExpiryUtc: any;
|
|
2819
|
+
osType: any;
|
|
2820
|
+
};
|
|
2821
|
+
export declare function _managedClusterPropertiesSerializer(item: ManagedCluster): any;
|
|
2822
|
+
export declare function _managedClusterPropertiesDeserializer(item: any): {
|
|
2823
|
+
dnsName: any;
|
|
2824
|
+
fqdn: any;
|
|
2825
|
+
ipv4Address: any;
|
|
2826
|
+
clusterId: any;
|
|
2827
|
+
clusterState: any;
|
|
2828
|
+
clusterCertificateThumbprints: any;
|
|
2829
|
+
clientConnectionPort: any;
|
|
2830
|
+
httpGatewayConnectionPort: any;
|
|
2831
|
+
adminUserName: any;
|
|
2832
|
+
adminPassword: any;
|
|
2833
|
+
loadBalancingRules: any;
|
|
2834
|
+
allowRdpAccess: any;
|
|
2835
|
+
networkSecurityRules: any;
|
|
2836
|
+
clients: any;
|
|
2837
|
+
azureActiveDirectory: any;
|
|
2838
|
+
fabricSettings: any;
|
|
2839
|
+
provisioningState: any;
|
|
2840
|
+
clusterCodeVersion: any;
|
|
2841
|
+
clusterUpgradeMode: any;
|
|
2842
|
+
clusterUpgradeCadence: any;
|
|
2843
|
+
addonFeatures: any;
|
|
2844
|
+
enableAutoOSUpgrade: any;
|
|
2845
|
+
zonalResiliency: any;
|
|
2846
|
+
applicationTypeVersionsCleanupPolicy: any;
|
|
2847
|
+
enableIpv6: any;
|
|
2848
|
+
subnetId: any;
|
|
2849
|
+
ipTags: any;
|
|
2850
|
+
ipv6Address: any;
|
|
2851
|
+
enableServicePublicIP: any;
|
|
2852
|
+
auxiliarySubnets: any;
|
|
2853
|
+
serviceEndpoints: any;
|
|
2854
|
+
zonalUpdateMode: any;
|
|
2855
|
+
useCustomVnet: any;
|
|
2856
|
+
publicIPPrefixId: any;
|
|
2857
|
+
publicIPv6PrefixId: any;
|
|
2858
|
+
ddosProtectionPlanId: any;
|
|
2859
|
+
upgradeDescription: any;
|
|
2860
|
+
httpGatewayTokenAuthConnectionPort: any;
|
|
2861
|
+
enableHttpGatewayExclusiveAuthMode: any;
|
|
2862
|
+
autoGeneratedDomainNameLabelScope: any;
|
|
2863
|
+
allocatedOutboundPorts: any;
|
|
2864
|
+
vmImage: any;
|
|
2865
|
+
enableOutboundOnlyNodeTypes: any;
|
|
2866
|
+
skipManagedNsgAssignment: any;
|
|
2867
|
+
};
|
|
2868
|
+
export declare function _vmssExtensionPropertiesSerializer(item: VmssExtension): any;
|
|
2869
|
+
export declare function _vmssExtensionPropertiesDeserializer(item: any): {
|
|
2870
|
+
publisher: any;
|
|
2871
|
+
type: any;
|
|
2872
|
+
typeHandlerVersion: any;
|
|
2873
|
+
autoUpgradeMinorVersion: any;
|
|
2874
|
+
settings: any;
|
|
2875
|
+
protectedSettings: any;
|
|
2876
|
+
forceUpdateTag: any;
|
|
2877
|
+
provisionAfterExtensions: any;
|
|
2878
|
+
provisioningState: any;
|
|
2879
|
+
enableAutomaticUpgrade: any;
|
|
2880
|
+
setupOrder: any;
|
|
2881
|
+
};
|
|
2882
|
+
export declare function _nodeTypePropertiesSerializer(item: NodeType): any;
|
|
2883
|
+
export declare function _nodeTypePropertiesDeserializer(item: any): {
|
|
2884
|
+
isPrimary: any;
|
|
2885
|
+
vmInstanceCount: any;
|
|
2886
|
+
dataDiskSizeGB: any;
|
|
2887
|
+
dataDiskType: any;
|
|
2888
|
+
dataDiskLetter: any;
|
|
2889
|
+
placementProperties: any;
|
|
2890
|
+
capacities: any;
|
|
2891
|
+
applicationPorts: any;
|
|
2892
|
+
ephemeralPorts: any;
|
|
2893
|
+
vmSize: any;
|
|
2894
|
+
vmImagePublisher: any;
|
|
2895
|
+
vmImageOffer: any;
|
|
2896
|
+
vmImageSku: any;
|
|
2897
|
+
vmImageVersion: any;
|
|
2898
|
+
vmSecrets: any;
|
|
2899
|
+
vmExtensions: any;
|
|
2900
|
+
vmManagedIdentity: any;
|
|
2901
|
+
isStateless: any;
|
|
2902
|
+
multiplePlacementGroups: any;
|
|
2903
|
+
frontendConfigurations: any;
|
|
2904
|
+
networkSecurityRules: any;
|
|
2905
|
+
additionalDataDisks: any;
|
|
2906
|
+
enableEncryptionAtHost: any;
|
|
2907
|
+
provisioningState: any;
|
|
2908
|
+
enableAcceleratedNetworking: any;
|
|
2909
|
+
useDefaultPublicLoadBalancer: any;
|
|
2910
|
+
useTempDataDisk: any;
|
|
2911
|
+
enableOverProvisioning: any;
|
|
2912
|
+
zones: any;
|
|
2913
|
+
isSpotVM: any;
|
|
2914
|
+
hostGroupId: any;
|
|
2915
|
+
useEphemeralOSDisk: any;
|
|
2916
|
+
spotRestoreTimeout: any;
|
|
2917
|
+
evictionPolicy: any;
|
|
2918
|
+
vmImageResourceId: any;
|
|
2919
|
+
subnetId: any;
|
|
2920
|
+
vmSetupActions: any;
|
|
2921
|
+
securityType: any;
|
|
2922
|
+
securityEncryptionType: any;
|
|
2923
|
+
secureBootEnabled: any;
|
|
2924
|
+
enableNodePublicIP: any;
|
|
2925
|
+
enableNodePublicIPv6: any;
|
|
2926
|
+
vmSharedGalleryImageId: any;
|
|
2927
|
+
natGatewayId: any;
|
|
2928
|
+
natConfigurations: any;
|
|
2929
|
+
vmImagePlan: any;
|
|
2930
|
+
serviceArtifactReferenceId: any;
|
|
2931
|
+
dscpConfigurationId: any;
|
|
2932
|
+
additionalNetworkInterfaceConfigurations: any;
|
|
2933
|
+
computerNamePrefix: any;
|
|
2934
|
+
vmApplications: any;
|
|
2935
|
+
zoneBalance: any;
|
|
2936
|
+
isOutboundOnly: any;
|
|
2937
|
+
enableResilientEphemeralOsDisk: any;
|
|
2938
|
+
};
|
|
2636
2939
|
//# sourceMappingURL=models.d.ts.map
|