@azure/arm-servicefabric 3.0.1-alpha.20250213.1 → 3.0.1-alpha.20250217.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -12
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/applicationTypeVersions.d.ts +3 -3
- package/dist/browser/operations/applicationTypeVersions.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/applicationTypeVersions.js +90 -98
- package/dist/browser/operations/applicationTypeVersions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/applicationTypes.d.ts +3 -3
- package/dist/browser/operations/applicationTypes.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/applicationTypes.js +41 -45
- package/dist/browser/operations/applicationTypes.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/applications.d.ts +3 -3
- package/dist/browser/operations/applications.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/applications.js +125 -137
- package/dist/browser/operations/applications.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/clusterVersions.d.ts +3 -3
- package/dist/browser/operations/clusterVersions.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/clusterVersions.js +2 -2
- package/dist/browser/operations/clusterVersions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/clusters.d.ts +3 -3
- package/dist/browser/operations/clusters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/clusters.js +77 -85
- package/dist/browser/operations/clusters.js.map +1 -0
- package/dist/browser/operations/index.d.ts +8 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +15 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/services.d.ts +3 -3
- package/dist/browser/operations/services.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/services.js +133 -145
- package/dist/browser/operations/services.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/applicationTypeVersions.d.ts +1 -1
- package/dist/browser/operationsInterfaces/applicationTypeVersions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/applicationTypeVersions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/applicationTypes.d.ts +1 -1
- package/dist/browser/operationsInterfaces/applicationTypes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/applicationTypes.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/applications.d.ts +1 -1
- package/dist/browser/operationsInterfaces/applications.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/applications.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/clusterVersions.d.ts +1 -1
- package/dist/browser/operationsInterfaces/clusterVersions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/clusterVersions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.d.ts +1 -1
- package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +8 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +15 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/services.d.ts +1 -1
- package/dist/browser/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/services.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/serviceFabricManagementClient.d.ts +2 -2
- package/dist/browser/serviceFabricManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serviceFabricManagementClient.js +15 -18
- package/dist/browser/serviceFabricManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-servicefabric.d.ts → dist/commonjs/models/index.d.ts} +1831 -2445
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +277 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +86 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2838 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +26 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +203 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/applicationTypeVersions.d.ts +92 -0
- package/dist/commonjs/operations/applicationTypeVersions.d.ts.map +1 -0
- package/dist/commonjs/operations/applicationTypeVersions.js +387 -0
- package/dist/commonjs/operations/applicationTypeVersions.js.map +1 -0
- package/dist/commonjs/operations/applicationTypes.d.ts +75 -0
- package/dist/commonjs/operations/applicationTypes.d.ts.map +1 -0
- package/dist/commonjs/operations/applicationTypes.js +308 -0
- package/dist/commonjs/operations/applicationTypes.js.map +1 -0
- package/dist/commonjs/operations/applications.d.ts +102 -0
- package/dist/commonjs/operations/applications.d.ts.map +1 -0
- package/dist/commonjs/operations/applications.js +455 -0
- package/dist/commonjs/operations/applications.js.map +1 -0
- package/dist/commonjs/operations/clusterVersions.d.ts +41 -0
- package/dist/commonjs/operations/clusterVersions.d.ts.map +1 -0
- package/dist/commonjs/operations/clusterVersions.js +148 -0
- package/dist/commonjs/operations/clusterVersions.js.map +1 -0
- package/dist/commonjs/operations/clusters.d.ts +116 -0
- package/dist/commonjs/operations/clusters.d.ts.map +1 -0
- package/dist/commonjs/operations/clusters.js +532 -0
- package/dist/commonjs/operations/clusters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +8 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +18 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/services.d.ts +119 -0
- package/dist/commonjs/operations/services.d.ts.map +1 -0
- package/dist/commonjs/operations/services.js +486 -0
- package/dist/commonjs/operations/services.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/applicationTypeVersions.d.ts +64 -0
- package/dist/commonjs/operationsInterfaces/applicationTypeVersions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/applicationTypeVersions.js +10 -0
- package/dist/commonjs/operationsInterfaces/applicationTypeVersions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/applicationTypes.d.ts +49 -0
- package/dist/commonjs/operationsInterfaces/applicationTypes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/applicationTypes.js +10 -0
- package/dist/commonjs/operationsInterfaces/applicationTypes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/applications.d.ts +76 -0
- package/dist/commonjs/operationsInterfaces/applications.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/applications.js +10 -0
- package/dist/commonjs/operationsInterfaces/applications.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusterVersions.d.ts +33 -0
- package/dist/commonjs/operationsInterfaces/clusterVersions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusterVersions.js +10 -0
- package/dist/commonjs/operationsInterfaces/clusterVersions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
- package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +18 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/services.d.ts +91 -0
- package/dist/commonjs/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/services.js +10 -0
- package/dist/commonjs/operationsInterfaces/services.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/serviceFabricManagementClient.d.ts +26 -0
- package/dist/commonjs/serviceFabricManagementClient.d.ts.map +1 -0
- package/dist/commonjs/serviceFabricManagementClient.js +108 -0
- package/dist/commonjs/serviceFabricManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1831 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +274 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +86 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2834 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +26 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +200 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/applicationTypeVersions.d.ts +92 -0
- package/dist/esm/operations/applicationTypeVersions.d.ts.map +1 -0
- package/dist/esm/operations/applicationTypeVersions.js +383 -0
- package/dist/esm/operations/applicationTypeVersions.js.map +1 -0
- package/dist/esm/operations/applicationTypes.d.ts +75 -0
- package/dist/esm/operations/applicationTypes.d.ts.map +1 -0
- package/dist/esm/operations/applicationTypes.js +304 -0
- package/dist/esm/operations/applicationTypes.js.map +1 -0
- package/dist/esm/operations/applications.d.ts +102 -0
- package/dist/esm/operations/applications.d.ts.map +1 -0
- package/dist/esm/operations/applications.js +451 -0
- package/dist/esm/operations/applications.js.map +1 -0
- package/dist/esm/operations/clusterVersions.d.ts +41 -0
- package/dist/esm/operations/clusterVersions.d.ts.map +1 -0
- package/dist/esm/operations/clusterVersions.js +143 -0
- package/dist/esm/operations/clusterVersions.js.map +1 -0
- package/dist/esm/operations/clusters.d.ts +116 -0
- package/dist/esm/operations/clusters.d.ts.map +1 -0
- package/dist/esm/operations/clusters.js +528 -0
- package/dist/esm/operations/clusters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +8 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +15 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/services.d.ts +119 -0
- package/dist/esm/operations/services.d.ts.map +1 -0
- package/dist/esm/operations/services.js +482 -0
- package/dist/esm/operations/services.js.map +1 -0
- package/dist/esm/operationsInterfaces/applicationTypeVersions.d.ts +64 -0
- package/dist/esm/operationsInterfaces/applicationTypeVersions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/applicationTypeVersions.js +9 -0
- package/dist/esm/operationsInterfaces/applicationTypeVersions.js.map +1 -0
- package/dist/esm/operationsInterfaces/applicationTypes.d.ts +49 -0
- package/dist/esm/operationsInterfaces/applicationTypes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/applicationTypes.js +9 -0
- package/dist/esm/operationsInterfaces/applicationTypes.js.map +1 -0
- package/dist/esm/operationsInterfaces/applications.d.ts +76 -0
- package/dist/esm/operationsInterfaces/applications.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/applications.js +9 -0
- package/dist/esm/operationsInterfaces/applications.js.map +1 -0
- package/dist/esm/operationsInterfaces/clusterVersions.d.ts +33 -0
- package/dist/esm/operationsInterfaces/clusterVersions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/clusterVersions.js +9 -0
- package/dist/esm/operationsInterfaces/clusterVersions.js.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts +78 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.js +9 -0
- package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +8 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +15 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/services.d.ts +91 -0
- package/dist/esm/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/services.js +9 -0
- package/dist/esm/operationsInterfaces/services.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/serviceFabricManagementClient.d.ts +26 -0
- package/dist/esm/serviceFabricManagementClient.d.ts.map +1 -0
- package/dist/esm/serviceFabricManagementClient.js +103 -0
- package/dist/esm/serviceFabricManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1831 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +274 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +86 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2834 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +26 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +200 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/applicationTypeVersions.d.ts +92 -0
- package/dist/react-native/operations/applicationTypeVersions.d.ts.map +1 -0
- package/dist/react-native/operations/applicationTypeVersions.js +383 -0
- package/dist/react-native/operations/applicationTypeVersions.js.map +1 -0
- package/dist/react-native/operations/applicationTypes.d.ts +75 -0
- package/dist/react-native/operations/applicationTypes.d.ts.map +1 -0
- package/dist/react-native/operations/applicationTypes.js +304 -0
- package/dist/react-native/operations/applicationTypes.js.map +1 -0
- package/dist/react-native/operations/applications.d.ts +102 -0
- package/dist/react-native/operations/applications.d.ts.map +1 -0
- package/dist/react-native/operations/applications.js +451 -0
- package/dist/react-native/operations/applications.js.map +1 -0
- package/dist/react-native/operations/clusterVersions.d.ts +41 -0
- package/dist/react-native/operations/clusterVersions.d.ts.map +1 -0
- package/dist/react-native/operations/clusterVersions.js +143 -0
- package/dist/react-native/operations/clusterVersions.js.map +1 -0
- package/dist/react-native/operations/clusters.d.ts +116 -0
- package/dist/react-native/operations/clusters.d.ts.map +1 -0
- package/dist/react-native/operations/clusters.js +528 -0
- package/dist/react-native/operations/clusters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +8 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +15 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/services.d.ts +119 -0
- package/dist/react-native/operations/services.d.ts.map +1 -0
- package/dist/react-native/operations/services.js +482 -0
- package/dist/react-native/operations/services.js.map +1 -0
- package/dist/react-native/operationsInterfaces/applicationTypeVersions.d.ts +64 -0
- package/dist/react-native/operationsInterfaces/applicationTypeVersions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/applicationTypeVersions.js +9 -0
- package/dist/react-native/operationsInterfaces/applicationTypeVersions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/applicationTypes.d.ts +49 -0
- package/dist/react-native/operationsInterfaces/applicationTypes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/applicationTypes.js +9 -0
- package/dist/react-native/operationsInterfaces/applicationTypes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/applications.d.ts +76 -0
- package/dist/react-native/operationsInterfaces/applications.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/applications.js +9 -0
- package/dist/react-native/operationsInterfaces/applications.js.map +1 -0
- package/dist/react-native/operationsInterfaces/clusterVersions.d.ts +33 -0
- package/dist/react-native/operationsInterfaces/clusterVersions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/clusterVersions.js +9 -0
- package/dist/react-native/operationsInterfaces/clusterVersions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.js +9 -0
- package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +15 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/services.d.ts +91 -0
- package/dist/react-native/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/services.js +9 -0
- package/dist/react-native/operationsInterfaces/services.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/serviceFabricManagementClient.d.ts +26 -0
- package/dist/react-native/serviceFabricManagementClient.d.ts.map +1 -0
- package/dist/react-native/serviceFabricManagementClient.js +103 -0
- package/dist/react-native/serviceFabricManagementClient.js.map +1 -0
- package/package.json +67 -36
- package/dist/index.js +0 -5987
- 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 -35
- 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 -38
- 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 -38
- package/dist-esm/samples-dev/applicationTypeVersionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationTypeVersionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationTypeVersionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationTypeVersionsListSample.js +0 -53
- package/dist-esm/samples-dev/applicationTypeVersionsListSample.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 -31
- 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 -37
- 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 -37
- 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 -52
- package/dist-esm/samples-dev/applicationTypesListSample.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 -121
- 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 -37
- 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 -37
- 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 -52
- package/dist-esm/samples-dev/applicationsListSample.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 -44
- package/dist-esm/samples-dev/applicationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/clusterVersionsGetByEnvironmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/clusterVersionsGetByEnvironmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clusterVersionsGetByEnvironmentSample.js +0 -37
- package/dist-esm/samples-dev/clusterVersionsGetByEnvironmentSample.js.map +0 -1
- package/dist-esm/samples-dev/clusterVersionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/clusterVersionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clusterVersionsGetSample.js +0 -36
- package/dist-esm/samples-dev/clusterVersionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/clusterVersionsListByEnvironmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/clusterVersionsListByEnvironmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clusterVersionsListByEnvironmentSample.js +0 -36
- package/dist-esm/samples-dev/clusterVersionsListByEnvironmentSample.js.map +0 -1
- package/dist-esm/samples-dev/clusterVersionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/clusterVersionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clusterVersionsListSample.js +0 -35
- package/dist-esm/samples-dev/clusterVersionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js +0 -233
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.js +0 -36
- package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.js +0 -36
- package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListSample.js +0 -50
- package/dist-esm/samples-dev/clustersListSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListUpgradableVersionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListUpgradableVersionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListUpgradableVersionsSample.js +0 -53
- package/dist-esm/samples-dev/clustersListUpgradableVersionsSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.js +0 -60
- package/dist-esm/samples-dev/clustersUpdateSample.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 -50
- 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 -70
- 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 -38
- 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 -38
- package/dist-esm/samples-dev/servicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListSample.js +0 -53
- package/dist-esm/samples-dev/servicesListSample.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 -36
- package/dist-esm/samples-dev/servicesUpdateSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/applicationTypeVersions.d.ts.map +0 -1
- package/dist-esm/src/operations/applicationTypeVersions.js.map +0 -1
- package/dist-esm/src/operations/applicationTypes.d.ts.map +0 -1
- package/dist-esm/src/operations/applicationTypes.js.map +0 -1
- package/dist-esm/src/operations/applications.d.ts.map +0 -1
- package/dist-esm/src/operations/applications.js.map +0 -1
- package/dist-esm/src/operations/clusterVersions.d.ts.map +0 -1
- package/dist-esm/src/operations/clusterVersions.js.map +0 -1
- package/dist-esm/src/operations/clusters.d.ts.map +0 -1
- package/dist-esm/src/operations/clusters.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -8
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -15
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/services.d.ts.map +0 -1
- package/dist-esm/src/operations/services.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/applicationTypeVersions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/applicationTypeVersions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/applicationTypes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/applicationTypes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/applications.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/applications.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusterVersions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusterVersions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -15
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/serviceFabricManagementClient.d.ts.map +0 -1
- package/dist-esm/src/serviceFabricManagementClient.js.map +0 -1
- package/dist-esm/test/servicefabric_examples.spec.d.ts +0 -4
- package/dist-esm/test/servicefabric_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/servicefabric_examples.spec.js +0 -270
- package/dist-esm/test/servicefabric_examples.spec.js.map +0 -1
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -2043
- package/src/models/mappers.ts +0 -3049
- package/src/models/parameters.ts +0 -239
- package/src/operations/applicationTypeVersions.ts +0 -552
- package/src/operations/applicationTypes.ts +0 -413
- package/src/operations/applications.ts +0 -644
- package/src/operations/clusterVersions.ts +0 -196
- package/src/operations/clusters.ts +0 -699
- package/src/operations/index.ts +0 -15
- package/src/operations/operations.ts +0 -149
- package/src/operations/services.ts +0 -703
- package/src/operationsInterfaces/applicationTypeVersions.ts +0 -123
- package/src/operationsInterfaces/applicationTypes.ts +0 -91
- package/src/operationsInterfaces/applications.ts +0 -149
- package/src/operationsInterfaces/clusterVersions.ts +0 -67
- package/src/operationsInterfaces/clusters.ts +0 -148
- package/src/operationsInterfaces/index.ts +0 -15
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/services.ts +0 -172
- package/src/pagingHelper.ts +0 -39
- package/src/serviceFabricManagementClient.ts +0 -168
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/applicationTypeVersions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/applicationTypes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/applications.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusterVersions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/services.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -1,2445 +1,1831 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
*/
|
|
49
|
-
|
|
50
|
-
/** The name of the
|
|
51
|
-
|
|
52
|
-
/**
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
/**
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
/** The
|
|
80
|
-
|
|
81
|
-
/**
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
/** The
|
|
94
|
-
|
|
95
|
-
/**
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
/**
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
/** The
|
|
121
|
-
|
|
122
|
-
/**
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
/**
|
|
132
|
-
export
|
|
133
|
-
/**
|
|
134
|
-
|
|
135
|
-
/**
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
*
|
|
179
|
-
* cluster
|
|
180
|
-
*
|
|
181
|
-
*
|
|
182
|
-
*
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
*
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
*
|
|
218
|
-
*
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
*
|
|
225
|
-
*
|
|
226
|
-
*
|
|
227
|
-
*
|
|
228
|
-
*/
|
|
229
|
-
|
|
230
|
-
/**
|
|
231
|
-
*
|
|
232
|
-
*
|
|
233
|
-
*
|
|
234
|
-
*
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
/**
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
/**
|
|
272
|
-
export
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
/**
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
/**
|
|
302
|
-
*
|
|
303
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
304
|
-
*/
|
|
305
|
-
readonly
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
/**
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
*
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
/**
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
/**
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
/**
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
/**
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
/**
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
/**
|
|
429
|
-
|
|
430
|
-
/**
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
/**
|
|
450
|
-
*
|
|
451
|
-
*
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
/**
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
*
|
|
483
|
-
*
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
/**
|
|
497
|
-
|
|
498
|
-
/**
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
/**
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
/**
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
/**
|
|
514
|
-
export
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
/**
|
|
532
|
-
export
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
/**
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
/**
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
/** The amount of time
|
|
590
|
-
|
|
591
|
-
/**
|
|
592
|
-
|
|
593
|
-
/** The
|
|
594
|
-
|
|
595
|
-
/**
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
/**
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
/**
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
/**
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
/**
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
/**
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
/**
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
/**
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
/**
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
/** The
|
|
743
|
-
|
|
744
|
-
/**
|
|
745
|
-
|
|
746
|
-
/** The
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
/**
|
|
758
|
-
*
|
|
759
|
-
*
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
/** The
|
|
769
|
-
|
|
770
|
-
/**
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
/**
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
*
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
/**
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
/**
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
/**
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
/**
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
*
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
/**
|
|
887
|
-
*
|
|
888
|
-
*
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
/**
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
/**
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
/**
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
/**
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
/**
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
/**
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
/**
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
/**
|
|
1032
|
-
export
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
/** The
|
|
1041
|
-
|
|
1042
|
-
/**
|
|
1043
|
-
|
|
1044
|
-
/**
|
|
1045
|
-
|
|
1046
|
-
/**
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
/**
|
|
1057
|
-
|
|
1058
|
-
/**
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
/**
|
|
1074
|
-
|
|
1075
|
-
/** The
|
|
1076
|
-
|
|
1077
|
-
/**
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
/**
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
/**
|
|
1107
|
-
|
|
1108
|
-
/**
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
/**
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
/**
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
/**
|
|
1200
|
-
* Defines values for
|
|
1201
|
-
* {@link
|
|
1202
|
-
* this enum contains the known values that the service supports.
|
|
1203
|
-
* ### Known values supported by the service
|
|
1204
|
-
* **
|
|
1205
|
-
* **
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
/**
|
|
1217
|
-
export declare
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
/**
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
/**
|
|
1238
|
-
|
|
1239
|
-
/**
|
|
1240
|
-
|
|
1241
|
-
/**
|
|
1242
|
-
|
|
1243
|
-
/**
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
*
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
*/
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
/**
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
*
|
|
1291
|
-
* @
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
/**
|
|
1352
|
-
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
}
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
/**
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
/**
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
}
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
/** Known values of {@link
|
|
1468
|
-
export declare enum
|
|
1469
|
-
/**
|
|
1470
|
-
Invalid = "Invalid",
|
|
1471
|
-
/** Indicates that
|
|
1472
|
-
|
|
1473
|
-
/**
|
|
1474
|
-
|
|
1475
|
-
/**
|
|
1476
|
-
|
|
1477
|
-
}
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
/** Known values of {@link
|
|
1490
|
-
export declare enum
|
|
1491
|
-
/**
|
|
1492
|
-
|
|
1493
|
-
/**
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
/**
|
|
1508
|
-
|
|
1509
|
-
/** Indicates that
|
|
1510
|
-
|
|
1511
|
-
/**
|
|
1512
|
-
|
|
1513
|
-
/**
|
|
1514
|
-
|
|
1515
|
-
}
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
export
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
/**
|
|
1530
|
-
|
|
1531
|
-
/**
|
|
1532
|
-
|
|
1533
|
-
/**
|
|
1534
|
-
|
|
1535
|
-
/**
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
/**
|
|
1554
|
-
|
|
1555
|
-
/**
|
|
1556
|
-
|
|
1557
|
-
/**
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
/**
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
/**
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
/**
|
|
1589
|
-
* Defines values for MoveCost. \
|
|
1590
|
-
* {@link KnownMoveCost} can be used interchangeably with MoveCost,
|
|
1591
|
-
* this enum contains the known values that the service supports.
|
|
1592
|
-
* ### Known values supported by the service
|
|
1593
|
-
* **Zero**: Zero move cost. This value is zero. \
|
|
1594
|
-
* **Low**: Specifies the move cost of the service as Low. The value is 1. \
|
|
1595
|
-
* **Medium**: Specifies the move cost of the service as Medium. The value is 2. \
|
|
1596
|
-
* **High**: Specifies the move cost of the service as High. The value is 3.
|
|
1597
|
-
*/
|
|
1598
|
-
export
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
/**
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
/** The
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
}
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
/**
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
/**
|
|
1702
|
-
export
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
/**
|
|
1719
|
-
|
|
1720
|
-
/**
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
/**
|
|
1736
|
-
export
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
/** Optional parameters. */
|
|
1743
|
-
export
|
|
1744
|
-
}
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
/**
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
*/
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
/**
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
/**
|
|
1799
|
-
|
|
1800
|
-
/**
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
/**
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
}
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
*/
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
* Azure resource identifier.
|
|
1833
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1834
|
-
*/
|
|
1835
|
-
readonly id?: string;
|
|
1836
|
-
/**
|
|
1837
|
-
* Azure resource name.
|
|
1838
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1839
|
-
*/
|
|
1840
|
-
readonly name?: string;
|
|
1841
|
-
/**
|
|
1842
|
-
* Azure resource type.
|
|
1843
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1844
|
-
*/
|
|
1845
|
-
readonly type?: string;
|
|
1846
|
-
/** Azure resource location. */
|
|
1847
|
-
location: string;
|
|
1848
|
-
/** Azure resource tags. */
|
|
1849
|
-
tags?: {
|
|
1850
|
-
[propertyName: string]: string;
|
|
1851
|
-
};
|
|
1852
|
-
/**
|
|
1853
|
-
* Azure resource etag.
|
|
1854
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1855
|
-
*/
|
|
1856
|
-
readonly etag?: string;
|
|
1857
|
-
/**
|
|
1858
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
1859
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1860
|
-
*/
|
|
1861
|
-
readonly systemData?: SystemData;
|
|
1862
|
-
}
|
|
1863
|
-
|
|
1864
|
-
/**
|
|
1865
|
-
* Defines values for RollingUpgradeMode. \
|
|
1866
|
-
* {@link KnownRollingUpgradeMode} can be used interchangeably with RollingUpgradeMode,
|
|
1867
|
-
* this enum contains the known values that the service supports.
|
|
1868
|
-
* ### Known values supported by the service
|
|
1869
|
-
* **Invalid**: Indicates the upgrade mode is invalid. All Service Fabric enumerations have the invalid type. The value is zero. \
|
|
1870
|
-
* **UnmonitoredAuto**: The upgrade will proceed automatically without performing any health monitoring. The value is 1 \
|
|
1871
|
-
* **UnmonitoredManual**: The upgrade will stop after completing each upgrade domain, giving the opportunity to manually monitor health before proceeding. The value is 2 \
|
|
1872
|
-
* **Monitored**: The upgrade will stop after completing each upgrade domain and automatically monitor health before proceeding. The value is 3
|
|
1873
|
-
*/
|
|
1874
|
-
export declare type RollingUpgradeMode = string;
|
|
1875
|
-
|
|
1876
|
-
/** Describes the server certificate details using common name. */
|
|
1877
|
-
export declare interface ServerCertificateCommonName {
|
|
1878
|
-
/** The common name of the server certificate. */
|
|
1879
|
-
certificateCommonName: string;
|
|
1880
|
-
/** The issuer thumbprint of the server certificate. */
|
|
1881
|
-
certificateIssuerThumbprint: string;
|
|
1882
|
-
}
|
|
1883
|
-
|
|
1884
|
-
/** Describes a list of server certificates referenced by common name that are used to secure the cluster. */
|
|
1885
|
-
export declare interface ServerCertificateCommonNames {
|
|
1886
|
-
/** The list of server certificates referenced by common name that are used to secure the cluster. */
|
|
1887
|
-
commonNames?: ServerCertificateCommonName[];
|
|
1888
|
-
/** The local certificate store location. */
|
|
1889
|
-
x509StoreName?: StoreName;
|
|
1890
|
-
}
|
|
1891
|
-
|
|
1892
|
-
/** Creates a particular correlation between services. */
|
|
1893
|
-
export declare interface ServiceCorrelationDescription {
|
|
1894
|
-
/** The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName. */
|
|
1895
|
-
scheme: ServiceCorrelationScheme;
|
|
1896
|
-
/** The name of the service that the correlation relationship is established with. */
|
|
1897
|
-
serviceName: string;
|
|
1898
|
-
}
|
|
1899
|
-
|
|
1900
|
-
/**
|
|
1901
|
-
* Defines values for ServiceCorrelationScheme. \
|
|
1902
|
-
* {@link KnownServiceCorrelationScheme} can be used interchangeably with ServiceCorrelationScheme,
|
|
1903
|
-
* this enum contains the known values that the service supports.
|
|
1904
|
-
* ### Known values supported by the service
|
|
1905
|
-
* **Invalid**: An invalid correlation scheme. Cannot be used. The value is zero. \
|
|
1906
|
-
* **Affinity**: Indicates that this service has an affinity relationship with another service. Provided for backwards compatibility, consider preferring the Aligned or NonAlignedAffinity options. The value is 1. \
|
|
1907
|
-
* **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 2. \
|
|
1908
|
-
* **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 3.
|
|
1909
|
-
*/
|
|
1910
|
-
export declare type ServiceCorrelationScheme = string;
|
|
1911
|
-
|
|
1912
|
-
export declare class ServiceFabricManagementClient extends coreClient.ServiceClient {
|
|
1913
|
-
$host: string;
|
|
1914
|
-
apiVersion: string;
|
|
1915
|
-
subscriptionId: string;
|
|
1916
|
-
/**
|
|
1917
|
-
* Initializes a new instance of the ServiceFabricManagementClient class.
|
|
1918
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
1919
|
-
* @param subscriptionId The customer subscription identifier.
|
|
1920
|
-
* @param options The parameter options
|
|
1921
|
-
*/
|
|
1922
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ServiceFabricManagementClientOptionalParams);
|
|
1923
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
1924
|
-
private addCustomApiVersionPolicy;
|
|
1925
|
-
clusters: Clusters;
|
|
1926
|
-
clusterVersions: ClusterVersions;
|
|
1927
|
-
operations: Operations;
|
|
1928
|
-
applicationTypes: ApplicationTypes;
|
|
1929
|
-
applicationTypeVersions: ApplicationTypeVersions;
|
|
1930
|
-
applications: Applications;
|
|
1931
|
-
services: Services;
|
|
1932
|
-
}
|
|
1933
|
-
|
|
1934
|
-
/** Optional parameters. */
|
|
1935
|
-
export declare interface ServiceFabricManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1936
|
-
/** server parameter */
|
|
1937
|
-
$host?: string;
|
|
1938
|
-
/** Api Version */
|
|
1939
|
-
apiVersion?: string;
|
|
1940
|
-
/** Overrides client endpoint. */
|
|
1941
|
-
endpoint?: string;
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
|
-
/**
|
|
1945
|
-
* Defines values for ServiceKind. \
|
|
1946
|
-
* {@link KnownServiceKind} can be used interchangeably with ServiceKind,
|
|
1947
|
-
* this enum contains the known values that the service supports.
|
|
1948
|
-
* ### Known values supported by the service
|
|
1949
|
-
* **Invalid**: Indicates the service kind is invalid. All Service Fabric enumerations have the invalid type. The value is zero. \
|
|
1950
|
-
* **Stateless**: Does not use Service Fabric to make its state highly available or reliable. The value is 1. \
|
|
1951
|
-
* **Stateful**: Uses Service Fabric to make its state or part of its state highly available and reliable. The value is 2.
|
|
1952
|
-
*/
|
|
1953
|
-
export declare type ServiceKind = string;
|
|
1954
|
-
|
|
1955
|
-
/** Specifies a metric to load balance a service during runtime. */
|
|
1956
|
-
export declare interface ServiceLoadMetricDescription {
|
|
1957
|
-
/** 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. */
|
|
1958
|
-
name: string;
|
|
1959
|
-
/** The service load metric relative weight, compared to other metrics configured for this service, as a number. */
|
|
1960
|
-
weight?: ServiceLoadMetricWeight;
|
|
1961
|
-
/** 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. */
|
|
1962
|
-
primaryDefaultLoad?: number;
|
|
1963
|
-
/** 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. */
|
|
1964
|
-
secondaryDefaultLoad?: number;
|
|
1965
|
-
/** Used only for Stateless services. The default amount of load, as a number, that this service creates for this metric. */
|
|
1966
|
-
defaultLoad?: number;
|
|
1967
|
-
}
|
|
1968
|
-
|
|
1969
|
-
/**
|
|
1970
|
-
* Defines values for ServiceLoadMetricWeight. \
|
|
1971
|
-
* {@link KnownServiceLoadMetricWeight} can be used interchangeably with ServiceLoadMetricWeight,
|
|
1972
|
-
* this enum contains the known values that the service supports.
|
|
1973
|
-
* ### Known values supported by the service
|
|
1974
|
-
* **Zero**: Disables resource balancing for this metric. This value is zero. \
|
|
1975
|
-
* **Low**: Specifies the metric weight of the service load as Low. The value is 1. \
|
|
1976
|
-
* **Medium**: Specifies the metric weight of the service load as Medium. The value is 2. \
|
|
1977
|
-
* **High**: Specifies the metric weight of the service load as High. The value is 3.
|
|
1978
|
-
*/
|
|
1979
|
-
export declare type ServiceLoadMetricWeight = string;
|
|
1980
|
-
|
|
1981
|
-
/** Describes the policy to be used for placement of a Service Fabric service. */
|
|
1982
|
-
export declare interface ServicePlacementPolicyDescription {
|
|
1983
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1984
|
-
type: "ServicePlacementPolicyDescription";
|
|
1985
|
-
}
|
|
1986
|
-
|
|
1987
|
-
/**
|
|
1988
|
-
* Defines values for ServicePlacementPolicyType. \
|
|
1989
|
-
* {@link KnownServicePlacementPolicyType} can be used interchangeably with ServicePlacementPolicyType,
|
|
1990
|
-
* this enum contains the known values that the service supports.
|
|
1991
|
-
* ### Known values supported by the service
|
|
1992
|
-
* **Invalid**: Indicates the type of the placement policy is invalid. All Service Fabric enumerations have the invalid type. The value is zero. \
|
|
1993
|
-
* **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 1. \
|
|
1994
|
-
* **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 2. \
|
|
1995
|
-
* **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 3. \
|
|
1996
|
-
* **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 4. \
|
|
1997
|
-
* **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 5.
|
|
1998
|
-
*/
|
|
1999
|
-
export declare type ServicePlacementPolicyType = string;
|
|
2000
|
-
|
|
2001
|
-
/** The service resource. */
|
|
2002
|
-
export declare interface ServiceResource extends ProxyResource {
|
|
2003
|
-
/** 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)". */
|
|
2004
|
-
placementConstraints?: string;
|
|
2005
|
-
/** A list that describes the correlation of the service with other services. */
|
|
2006
|
-
correlationScheme?: ServiceCorrelationDescription[];
|
|
2007
|
-
/** The service load metrics is given as an array of ServiceLoadMetricDescription objects. */
|
|
2008
|
-
serviceLoadMetrics?: ServiceLoadMetricDescription[];
|
|
2009
|
-
/** A list that describes the correlation of the service with other services. */
|
|
2010
|
-
servicePlacementPolicies?: ServicePlacementPolicyDescription[];
|
|
2011
|
-
/** Specifies the move cost for the service. */
|
|
2012
|
-
defaultMoveCost?: MoveCost;
|
|
2013
|
-
/**
|
|
2014
|
-
* The current deployment or provisioning state, which only appears in the response
|
|
2015
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2016
|
-
*/
|
|
2017
|
-
readonly provisioningState?: string;
|
|
2018
|
-
/** The kind of service (Stateless or Stateful). */
|
|
2019
|
-
serviceKind?: ServiceKind;
|
|
2020
|
-
/** The name of the service type */
|
|
2021
|
-
serviceTypeName?: string;
|
|
2022
|
-
/** Describes how the service is partitioned. */
|
|
2023
|
-
partitionDescription?: PartitionSchemeDescriptionUnion;
|
|
2024
|
-
/** The activation Mode of the service package */
|
|
2025
|
-
servicePackageActivationMode?: ArmServicePackageActivationMode;
|
|
2026
|
-
/** Dns name used for the service. If this is specified, then the service can be accessed via its DNS name instead of service name. */
|
|
2027
|
-
serviceDnsName?: string;
|
|
2028
|
-
}
|
|
2029
|
-
|
|
2030
|
-
/** The list of service resources. */
|
|
2031
|
-
export declare interface ServiceResourceList {
|
|
2032
|
-
value?: ServiceResource[];
|
|
2033
|
-
/**
|
|
2034
|
-
* URL to get the next set of service list results if there are any.
|
|
2035
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2036
|
-
*/
|
|
2037
|
-
readonly nextLink?: string;
|
|
2038
|
-
}
|
|
2039
|
-
|
|
2040
|
-
/** The service resource properties. */
|
|
2041
|
-
export declare interface ServiceResourceProperties extends ServiceResourcePropertiesBase {
|
|
2042
|
-
/**
|
|
2043
|
-
* The current deployment or provisioning state, which only appears in the response
|
|
2044
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2045
|
-
*/
|
|
2046
|
-
readonly provisioningState?: string;
|
|
2047
|
-
/** The kind of service (Stateless or Stateful). */
|
|
2048
|
-
serviceKind: ServiceKind;
|
|
2049
|
-
/** The name of the service type */
|
|
2050
|
-
serviceTypeName?: string;
|
|
2051
|
-
/** Describes how the service is partitioned. */
|
|
2052
|
-
partitionDescription?: PartitionSchemeDescriptionUnion;
|
|
2053
|
-
/** The activation Mode of the service package */
|
|
2054
|
-
servicePackageActivationMode?: ArmServicePackageActivationMode;
|
|
2055
|
-
/** Dns name used for the service. If this is specified, then the service can be accessed via its DNS name instead of service name. */
|
|
2056
|
-
serviceDnsName?: string;
|
|
2057
|
-
}
|
|
2058
|
-
|
|
2059
|
-
/** The common service resource properties. */
|
|
2060
|
-
export declare interface ServiceResourcePropertiesBase {
|
|
2061
|
-
/** 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)". */
|
|
2062
|
-
placementConstraints?: string;
|
|
2063
|
-
/** A list that describes the correlation of the service with other services. */
|
|
2064
|
-
correlationScheme?: ServiceCorrelationDescription[];
|
|
2065
|
-
/** The service load metrics is given as an array of ServiceLoadMetricDescription objects. */
|
|
2066
|
-
serviceLoadMetrics?: ServiceLoadMetricDescription[];
|
|
2067
|
-
/** A list that describes the correlation of the service with other services. */
|
|
2068
|
-
servicePlacementPolicies?: ServicePlacementPolicyDescription[];
|
|
2069
|
-
/** Specifies the move cost for the service. */
|
|
2070
|
-
defaultMoveCost?: MoveCost;
|
|
2071
|
-
}
|
|
2072
|
-
|
|
2073
|
-
export declare type ServiceResourcePropertiesUnion = ServiceResourceProperties | StatefulServiceProperties | StatelessServiceProperties;
|
|
2074
|
-
|
|
2075
|
-
/** The service resource for patch operations. */
|
|
2076
|
-
export declare interface ServiceResourceUpdate extends ProxyResource {
|
|
2077
|
-
/** 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)". */
|
|
2078
|
-
placementConstraints?: string;
|
|
2079
|
-
/** A list that describes the correlation of the service with other services. */
|
|
2080
|
-
correlationScheme?: ServiceCorrelationDescription[];
|
|
2081
|
-
/** The service load metrics is given as an array of ServiceLoadMetricDescription objects. */
|
|
2082
|
-
serviceLoadMetrics?: ServiceLoadMetricDescription[];
|
|
2083
|
-
/** A list that describes the correlation of the service with other services. */
|
|
2084
|
-
servicePlacementPolicies?: ServicePlacementPolicyDescription[];
|
|
2085
|
-
/** Specifies the move cost for the service. */
|
|
2086
|
-
defaultMoveCost?: MoveCost;
|
|
2087
|
-
/** The kind of service (Stateless or Stateful). */
|
|
2088
|
-
serviceKind?: ServiceKind;
|
|
2089
|
-
}
|
|
2090
|
-
|
|
2091
|
-
/** The service resource properties for patch operations. */
|
|
2092
|
-
export declare interface ServiceResourceUpdateProperties extends ServiceResourcePropertiesBase {
|
|
2093
|
-
/** The kind of service (Stateless or Stateful). */
|
|
2094
|
-
serviceKind: ServiceKind;
|
|
2095
|
-
}
|
|
2096
|
-
|
|
2097
|
-
export declare type ServiceResourceUpdatePropertiesUnion = ServiceResourceUpdateProperties | StatefulServiceUpdateProperties | StatelessServiceUpdateProperties;
|
|
2098
|
-
|
|
2099
|
-
/** Interface representing a Services. */
|
|
2100
|
-
export declare interface Services {
|
|
2101
|
-
/**
|
|
2102
|
-
* Gets all service resources created or in the process of being created in the Service Fabric
|
|
2103
|
-
* application resource.
|
|
2104
|
-
* @param resourceGroupName The name of the resource group.
|
|
2105
|
-
* @param clusterName The name of the cluster resource.
|
|
2106
|
-
* @param applicationName The name of the application resource.
|
|
2107
|
-
* @param options The options parameters.
|
|
2108
|
-
*/
|
|
2109
|
-
list(resourceGroupName: string, clusterName: string, applicationName: string, options?: ServicesListOptionalParams): PagedAsyncIterableIterator<ServiceResource>;
|
|
2110
|
-
/**
|
|
2111
|
-
* Get a Service Fabric service resource created or in the process of being created in the Service
|
|
2112
|
-
* Fabric application resource.
|
|
2113
|
-
* @param resourceGroupName The name of the resource group.
|
|
2114
|
-
* @param clusterName The name of the cluster resource.
|
|
2115
|
-
* @param applicationName The name of the application resource.
|
|
2116
|
-
* @param serviceName The name of the service resource in the format of
|
|
2117
|
-
* {applicationName}~{serviceName}.
|
|
2118
|
-
* @param options The options parameters.
|
|
2119
|
-
*/
|
|
2120
|
-
get(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, options?: ServicesGetOptionalParams): Promise<ServicesGetResponse>;
|
|
2121
|
-
/**
|
|
2122
|
-
* Create or update a Service Fabric service resource with the specified name.
|
|
2123
|
-
* @param resourceGroupName The name of the resource group.
|
|
2124
|
-
* @param clusterName The name of the cluster resource.
|
|
2125
|
-
* @param applicationName The name of the application resource.
|
|
2126
|
-
* @param serviceName The name of the service resource in the format of
|
|
2127
|
-
* {applicationName}~{serviceName}.
|
|
2128
|
-
* @param parameters The service resource.
|
|
2129
|
-
* @param options The options parameters.
|
|
2130
|
-
*/
|
|
2131
|
-
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, parameters: ServiceResource, options?: ServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServicesCreateOrUpdateResponse>, ServicesCreateOrUpdateResponse>>;
|
|
2132
|
-
/**
|
|
2133
|
-
* Create or update a Service Fabric service resource with the specified name.
|
|
2134
|
-
* @param resourceGroupName The name of the resource group.
|
|
2135
|
-
* @param clusterName The name of the cluster resource.
|
|
2136
|
-
* @param applicationName The name of the application resource.
|
|
2137
|
-
* @param serviceName The name of the service resource in the format of
|
|
2138
|
-
* {applicationName}~{serviceName}.
|
|
2139
|
-
* @param parameters The service resource.
|
|
2140
|
-
* @param options The options parameters.
|
|
2141
|
-
*/
|
|
2142
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, parameters: ServiceResource, options?: ServicesCreateOrUpdateOptionalParams): Promise<ServicesCreateOrUpdateResponse>;
|
|
2143
|
-
/**
|
|
2144
|
-
* Update a Service Fabric service resource with the specified name.
|
|
2145
|
-
* @param resourceGroupName The name of the resource group.
|
|
2146
|
-
* @param clusterName The name of the cluster resource.
|
|
2147
|
-
* @param applicationName The name of the application resource.
|
|
2148
|
-
* @param serviceName The name of the service resource in the format of
|
|
2149
|
-
* {applicationName}~{serviceName}.
|
|
2150
|
-
* @param parameters The service resource for patch operations.
|
|
2151
|
-
* @param options The options parameters.
|
|
2152
|
-
*/
|
|
2153
|
-
beginUpdate(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, parameters: ServiceResourceUpdate, options?: ServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServicesUpdateResponse>, ServicesUpdateResponse>>;
|
|
2154
|
-
/**
|
|
2155
|
-
* Update a Service Fabric service resource with the specified name.
|
|
2156
|
-
* @param resourceGroupName The name of the resource group.
|
|
2157
|
-
* @param clusterName The name of the cluster resource.
|
|
2158
|
-
* @param applicationName The name of the application resource.
|
|
2159
|
-
* @param serviceName The name of the service resource in the format of
|
|
2160
|
-
* {applicationName}~{serviceName}.
|
|
2161
|
-
* @param parameters The service resource for patch operations.
|
|
2162
|
-
* @param options The options parameters.
|
|
2163
|
-
*/
|
|
2164
|
-
beginUpdateAndWait(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, parameters: ServiceResourceUpdate, options?: ServicesUpdateOptionalParams): Promise<ServicesUpdateResponse>;
|
|
2165
|
-
/**
|
|
2166
|
-
* Delete a Service Fabric service resource with the specified name.
|
|
2167
|
-
* @param resourceGroupName The name of the resource group.
|
|
2168
|
-
* @param clusterName The name of the cluster resource.
|
|
2169
|
-
* @param applicationName The name of the application resource.
|
|
2170
|
-
* @param serviceName The name of the service resource in the format of
|
|
2171
|
-
* {applicationName}~{serviceName}.
|
|
2172
|
-
* @param options The options parameters.
|
|
2173
|
-
*/
|
|
2174
|
-
beginDelete(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2175
|
-
/**
|
|
2176
|
-
* Delete a Service Fabric service resource with the specified name.
|
|
2177
|
-
* @param resourceGroupName The name of the resource group.
|
|
2178
|
-
* @param clusterName The name of the cluster resource.
|
|
2179
|
-
* @param applicationName The name of the application resource.
|
|
2180
|
-
* @param serviceName The name of the service resource in the format of
|
|
2181
|
-
* {applicationName}~{serviceName}.
|
|
2182
|
-
* @param options The options parameters.
|
|
2183
|
-
*/
|
|
2184
|
-
beginDeleteAndWait(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<void>;
|
|
2185
|
-
}
|
|
2186
|
-
|
|
2187
|
-
/** Optional parameters. */
|
|
2188
|
-
export declare interface ServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2189
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2190
|
-
updateIntervalInMs?: number;
|
|
2191
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2192
|
-
resumeFrom?: string;
|
|
2193
|
-
}
|
|
2194
|
-
|
|
2195
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2196
|
-
export declare type ServicesCreateOrUpdateResponse = ServiceResource;
|
|
2197
|
-
|
|
2198
|
-
/** Optional parameters. */
|
|
2199
|
-
export declare interface ServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2200
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2201
|
-
updateIntervalInMs?: number;
|
|
2202
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2203
|
-
resumeFrom?: string;
|
|
2204
|
-
}
|
|
2205
|
-
|
|
2206
|
-
/** Optional parameters. */
|
|
2207
|
-
export declare interface ServicesGetOptionalParams extends coreClient.OperationOptions {
|
|
2208
|
-
}
|
|
2209
|
-
|
|
2210
|
-
/** Contains response data for the get operation. */
|
|
2211
|
-
export declare type ServicesGetResponse = ServiceResource;
|
|
2212
|
-
|
|
2213
|
-
/** Optional parameters. */
|
|
2214
|
-
export declare interface ServicesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2215
|
-
}
|
|
2216
|
-
|
|
2217
|
-
/** Contains response data for the listNext operation. */
|
|
2218
|
-
export declare type ServicesListNextResponse = ServiceResourceList;
|
|
2219
|
-
|
|
2220
|
-
/** Optional parameters. */
|
|
2221
|
-
export declare interface ServicesListOptionalParams extends coreClient.OperationOptions {
|
|
2222
|
-
}
|
|
2223
|
-
|
|
2224
|
-
/** Contains response data for the list operation. */
|
|
2225
|
-
export declare type ServicesListResponse = ServiceResourceList;
|
|
2226
|
-
|
|
2227
|
-
/** Optional parameters. */
|
|
2228
|
-
export declare interface ServicesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2229
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2230
|
-
updateIntervalInMs?: number;
|
|
2231
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2232
|
-
resumeFrom?: string;
|
|
2233
|
-
}
|
|
2234
|
-
|
|
2235
|
-
/** Contains response data for the update operation. */
|
|
2236
|
-
export declare type ServicesUpdateResponse = ServiceResource;
|
|
2237
|
-
|
|
2238
|
-
/**
|
|
2239
|
-
* Represents the delta health policy used to evaluate the health of services belonging to a service type when upgrading the cluster.
|
|
2240
|
-
*
|
|
2241
|
-
*/
|
|
2242
|
-
export declare interface ServiceTypeDeltaHealthPolicy {
|
|
2243
|
-
/**
|
|
2244
|
-
* The maximum allowed percentage of services health degradation allowed during cluster upgrades.
|
|
2245
|
-
* The delta is measured between the state of the services at the beginning of upgrade and the state of the services at the time of the health evaluation.
|
|
2246
|
-
* The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits.
|
|
2247
|
-
*
|
|
2248
|
-
*/
|
|
2249
|
-
maxPercentDeltaUnhealthyServices?: number;
|
|
2250
|
-
}
|
|
2251
|
-
|
|
2252
|
-
/**
|
|
2253
|
-
* Represents the health policy used to evaluate the health of services belonging to a service type.
|
|
2254
|
-
*
|
|
2255
|
-
*/
|
|
2256
|
-
export declare interface ServiceTypeHealthPolicy {
|
|
2257
|
-
/**
|
|
2258
|
-
* The maximum percentage of services allowed to be unhealthy before your application is considered in error.
|
|
2259
|
-
*
|
|
2260
|
-
*/
|
|
2261
|
-
maxPercentUnhealthyServices?: number;
|
|
2262
|
-
}
|
|
2263
|
-
|
|
2264
|
-
/** Describes a parameter in fabric settings of the cluster. */
|
|
2265
|
-
export declare interface SettingsParameterDescription {
|
|
2266
|
-
/** The parameter name of fabric setting. */
|
|
2267
|
-
name: string;
|
|
2268
|
-
/** The parameter value of fabric setting. */
|
|
2269
|
-
value: string;
|
|
2270
|
-
}
|
|
2271
|
-
|
|
2272
|
-
/** Describes a section in the fabric settings of the cluster. */
|
|
2273
|
-
export declare interface SettingsSectionDescription {
|
|
2274
|
-
/** The section name of the fabric settings. */
|
|
2275
|
-
name: string;
|
|
2276
|
-
/** The collection of parameters in the section. */
|
|
2277
|
-
parameters: SettingsParameterDescription[];
|
|
2278
|
-
}
|
|
2279
|
-
|
|
2280
|
-
/**
|
|
2281
|
-
* Defines values for SfZonalUpgradeMode. \
|
|
2282
|
-
* {@link KnownSfZonalUpgradeMode} can be used interchangeably with SfZonalUpgradeMode,
|
|
2283
|
-
* this enum contains the known values that the service supports.
|
|
2284
|
-
* ### Known values supported by the service
|
|
2285
|
-
* **Parallel**: VMs under the node type are grouped into UDs and ignore the zone info in five UDs. This setting causes UDs across all zones to be upgraded at the same time. This deployment mode is faster for upgrades, we don't recommend it because it goes against the SDP guidelines, which state that the updates should be applied to one zone at a time. \
|
|
2286
|
-
* **Hierarchical**: If this value is omitted or set to Hierarchical, VMs are grouped to reflect the zonal distribution in up to 15 UDs. Each of the three zones has five UDs. This ensures that the zones are updated one at a time, moving to next zone only after completing five UDs within the first zone. This update process is safer for the cluster and the user application.
|
|
2287
|
-
*/
|
|
2288
|
-
export declare type SfZonalUpgradeMode = string;
|
|
2289
|
-
|
|
2290
|
-
/** SingletonPartitionSchemeDescription */
|
|
2291
|
-
export declare interface SingletonPartitionSchemeDescription extends PartitionSchemeDescription {
|
|
2292
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2293
|
-
partitionScheme: "Singleton";
|
|
2294
|
-
}
|
|
2295
|
-
|
|
2296
|
-
/** The properties of a stateful service resource. */
|
|
2297
|
-
export declare interface StatefulServiceProperties extends ServiceResourceProperties {
|
|
2298
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2299
|
-
serviceKind: "Stateful";
|
|
2300
|
-
/** 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. */
|
|
2301
|
-
hasPersistedState?: boolean;
|
|
2302
|
-
/** The target replica set size as a number. */
|
|
2303
|
-
targetReplicaSetSize?: number;
|
|
2304
|
-
/** The minimum replica set size as a number. */
|
|
2305
|
-
minReplicaSetSize?: number;
|
|
2306
|
-
/** The duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format (hh:mm:ss.s). */
|
|
2307
|
-
replicaRestartWaitDuration?: Date;
|
|
2308
|
-
/** 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.s). */
|
|
2309
|
-
quorumLossWaitDuration?: Date;
|
|
2310
|
-
/** The definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format (hh:mm:ss.s). */
|
|
2311
|
-
standByReplicaKeepDuration?: Date;
|
|
2312
|
-
}
|
|
2313
|
-
|
|
2314
|
-
/** The properties of a stateful service resource for patch operations. */
|
|
2315
|
-
export declare interface StatefulServiceUpdateProperties extends ServiceResourceUpdateProperties {
|
|
2316
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2317
|
-
serviceKind: "Stateful";
|
|
2318
|
-
/** The target replica set size as a number. */
|
|
2319
|
-
targetReplicaSetSize?: number;
|
|
2320
|
-
/** The minimum replica set size as a number. */
|
|
2321
|
-
minReplicaSetSize?: number;
|
|
2322
|
-
/** The duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format (hh:mm:ss.s). */
|
|
2323
|
-
replicaRestartWaitDuration?: Date;
|
|
2324
|
-
/** 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.s). */
|
|
2325
|
-
quorumLossWaitDuration?: Date;
|
|
2326
|
-
/** The definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format (hh:mm:ss.s). */
|
|
2327
|
-
standByReplicaKeepDuration?: Date;
|
|
2328
|
-
}
|
|
2329
|
-
|
|
2330
|
-
/** The properties of a stateless service resource. */
|
|
2331
|
-
export declare interface StatelessServiceProperties extends ServiceResourceProperties {
|
|
2332
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2333
|
-
serviceKind: "Stateless";
|
|
2334
|
-
/** The instance count. */
|
|
2335
|
-
instanceCount?: number;
|
|
2336
|
-
/** Delay duration for RequestDrain feature to ensures that the endpoint advertised by the stateless instance is removed before the delay starts prior to closing the instance. This delay enables existing requests to drain gracefully before the instance actually goes down (https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-application-upgrade-advanced#avoid-connection-drops-during-stateless-service-planned-downtime-preview). It is represented in ISO 8601 format (hh:mm:ss.s). */
|
|
2337
|
-
instanceCloseDelayDuration?: string;
|
|
2338
|
-
}
|
|
2339
|
-
|
|
2340
|
-
/** The properties of a stateless service resource for patch operations. */
|
|
2341
|
-
export declare interface StatelessServiceUpdateProperties extends ServiceResourceUpdateProperties {
|
|
2342
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2343
|
-
serviceKind: "Stateless";
|
|
2344
|
-
/** The instance count. */
|
|
2345
|
-
instanceCount?: number;
|
|
2346
|
-
/** Delay duration for RequestDrain feature to ensures that the endpoint advertised by the stateless instance is removed before the delay starts prior to closing the instance. This delay enables existing requests to drain gracefully before the instance actually goes down (https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-application-upgrade-advanced#avoid-connection-drops-during-stateless-service-planned-downtime-preview). It is first interpreted as a string representing an ISO 8601 duration. It is represented in ISO 8601 format (hh:mm:ss.s). */
|
|
2347
|
-
instanceCloseDelayDuration?: string;
|
|
2348
|
-
}
|
|
2349
|
-
|
|
2350
|
-
/**
|
|
2351
|
-
* Defines values for StoreName. \
|
|
2352
|
-
* {@link KnownStoreName} can be used interchangeably with StoreName,
|
|
2353
|
-
* this enum contains the known values that the service supports.
|
|
2354
|
-
* ### Known values supported by the service
|
|
2355
|
-
* **AddressBook** \
|
|
2356
|
-
* **AuthRoot** \
|
|
2357
|
-
* **CertificateAuthority** \
|
|
2358
|
-
* **Disallowed** \
|
|
2359
|
-
* **My** \
|
|
2360
|
-
* **Root** \
|
|
2361
|
-
* **TrustedPeople** \
|
|
2362
|
-
* **TrustedPublisher**
|
|
2363
|
-
*/
|
|
2364
|
-
export declare type StoreName = string;
|
|
2365
|
-
|
|
2366
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
2367
|
-
export declare interface SystemData {
|
|
2368
|
-
/** The identity that created the resource. */
|
|
2369
|
-
createdBy?: string;
|
|
2370
|
-
/** The type of identity that created the resource. */
|
|
2371
|
-
createdByType?: string;
|
|
2372
|
-
/** The timestamp of resource creation (UTC). */
|
|
2373
|
-
createdAt?: Date;
|
|
2374
|
-
/** The identity that last modified the resource. */
|
|
2375
|
-
lastModifiedBy?: string;
|
|
2376
|
-
/** The type of identity that last modified the resource. */
|
|
2377
|
-
lastModifiedByType?: string;
|
|
2378
|
-
/** The timestamp of resource last modification (UTC). */
|
|
2379
|
-
lastModifiedAt?: Date;
|
|
2380
|
-
}
|
|
2381
|
-
|
|
2382
|
-
/** Describes a partitioning scheme where an integer range is allocated evenly across a number of partitions. */
|
|
2383
|
-
export declare interface UniformInt64RangePartitionSchemeDescription extends PartitionSchemeDescription {
|
|
2384
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2385
|
-
partitionScheme: "UniformInt64Range";
|
|
2386
|
-
/** The number of partitions. */
|
|
2387
|
-
count: number;
|
|
2388
|
-
/**
|
|
2389
|
-
* String indicating the lower bound of the partition key range that
|
|
2390
|
-
* should be split between the partition ‘count’
|
|
2391
|
-
*
|
|
2392
|
-
*/
|
|
2393
|
-
lowKey: string;
|
|
2394
|
-
/**
|
|
2395
|
-
* String indicating the upper bound of the partition key range that
|
|
2396
|
-
* should be split between the partition ‘count’
|
|
2397
|
-
*
|
|
2398
|
-
*/
|
|
2399
|
-
highKey: string;
|
|
2400
|
-
}
|
|
2401
|
-
|
|
2402
|
-
/** The list of intermediate cluster code versions for an upgrade or downgrade. Or minimum and maximum upgradable version if no target was given */
|
|
2403
|
-
export declare interface UpgradableVersionPathResult {
|
|
2404
|
-
supportedPath?: string[];
|
|
2405
|
-
}
|
|
2406
|
-
|
|
2407
|
-
export declare interface UpgradableVersionsDescription {
|
|
2408
|
-
/** The target code version. */
|
|
2409
|
-
targetVersion: string;
|
|
2410
|
-
}
|
|
2411
|
-
|
|
2412
|
-
/**
|
|
2413
|
-
* Defines values for UpgradeMode. \
|
|
2414
|
-
* {@link KnownUpgradeMode} can be used interchangeably with UpgradeMode,
|
|
2415
|
-
* this enum contains the known values that the service supports.
|
|
2416
|
-
* ### Known values supported by the service
|
|
2417
|
-
* **Automatic**: The cluster will be automatically upgraded to the latest Service Fabric runtime version, **upgradeWave** will determine when the upgrade starts after the new version becomes available. \
|
|
2418
|
-
* **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.
|
|
2419
|
-
*/
|
|
2420
|
-
export declare type UpgradeMode = string;
|
|
2421
|
-
|
|
2422
|
-
export declare interface UserAssignedIdentity {
|
|
2423
|
-
/**
|
|
2424
|
-
* The principal id of user assigned identity.
|
|
2425
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2426
|
-
*/
|
|
2427
|
-
readonly principalId?: string;
|
|
2428
|
-
/**
|
|
2429
|
-
* The client id of user assigned identity.
|
|
2430
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2431
|
-
*/
|
|
2432
|
-
readonly clientId?: string;
|
|
2433
|
-
}
|
|
2434
|
-
|
|
2435
|
-
/**
|
|
2436
|
-
* Defines values for VmssZonalUpgradeMode. \
|
|
2437
|
-
* {@link KnownVmssZonalUpgradeMode} can be used interchangeably with VmssZonalUpgradeMode,
|
|
2438
|
-
* this enum contains the known values that the service supports.
|
|
2439
|
-
* ### Known values supported by the service
|
|
2440
|
-
* **Parallel**: Updates will happen in all Availability Zones at once for the virtual machine scale sets. \
|
|
2441
|
-
* **Hierarchical**: VMs are grouped to reflect the zonal distribution in up to 15 UDs. Each of the three zones has five UDs. This ensures that the zones are updated one at a time, moving to next zone only after completing five UDs within the first zone.
|
|
2442
|
-
*/
|
|
2443
|
-
export declare type VmssZonalUpgradeMode = string;
|
|
2444
|
-
|
|
2445
|
-
export { }
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export type PartitionSchemeDescriptionUnion = PartitionSchemeDescription | NamedPartitionSchemeDescription | SingletonPartitionSchemeDescription | UniformInt64RangePartitionSchemeDescription;
|
|
3
|
+
export type ServiceResourcePropertiesUnion = ServiceResourceProperties | StatefulServiceProperties | StatelessServiceProperties;
|
|
4
|
+
export type ServiceResourceUpdatePropertiesUnion = ServiceResourceUpdateProperties | StatefulServiceUpdateProperties | StatelessServiceUpdateProperties;
|
|
5
|
+
/** The detail of the Service Fabric runtime version result */
|
|
6
|
+
export interface ClusterVersionDetails {
|
|
7
|
+
/** The Service Fabric runtime version of the cluster. */
|
|
8
|
+
codeVersion?: string;
|
|
9
|
+
/** The date of expiry of support of the version. */
|
|
10
|
+
supportExpiryUtc?: string;
|
|
11
|
+
/** Indicates if this version is for Windows or Linux operating system. */
|
|
12
|
+
environment?: ClusterEnvironment;
|
|
13
|
+
}
|
|
14
|
+
/** The settings to enable AAD authentication on the cluster. */
|
|
15
|
+
export interface AzureActiveDirectory {
|
|
16
|
+
/** Azure active directory tenant id. */
|
|
17
|
+
tenantId?: string;
|
|
18
|
+
/** Azure active directory cluster application id. */
|
|
19
|
+
clusterApplication?: string;
|
|
20
|
+
/** Azure active directory client application id. */
|
|
21
|
+
clientApplication?: string;
|
|
22
|
+
}
|
|
23
|
+
/** Describes the certificate details. */
|
|
24
|
+
export interface CertificateDescription {
|
|
25
|
+
/** Thumbprint of the primary certificate. */
|
|
26
|
+
thumbprint: string;
|
|
27
|
+
/** Thumbprint of the secondary certificate. */
|
|
28
|
+
thumbprintSecondary?: string;
|
|
29
|
+
/** The local certificate store location. */
|
|
30
|
+
x509StoreName?: StoreName;
|
|
31
|
+
}
|
|
32
|
+
/** Describes a list of server certificates referenced by common name that are used to secure the cluster. */
|
|
33
|
+
export interface ServerCertificateCommonNames {
|
|
34
|
+
/** The list of server certificates referenced by common name that are used to secure the cluster. */
|
|
35
|
+
commonNames?: ServerCertificateCommonName[];
|
|
36
|
+
/** The local certificate store location. */
|
|
37
|
+
x509StoreName?: StoreName;
|
|
38
|
+
}
|
|
39
|
+
/** Describes the server certificate details using common name. */
|
|
40
|
+
export interface ServerCertificateCommonName {
|
|
41
|
+
/** The common name of the server certificate. */
|
|
42
|
+
certificateCommonName: string;
|
|
43
|
+
/** The issuer thumbprint of the server certificate. */
|
|
44
|
+
certificateIssuerThumbprint: string;
|
|
45
|
+
}
|
|
46
|
+
/** Describes the client certificate details using common name. */
|
|
47
|
+
export interface ClientCertificateCommonName {
|
|
48
|
+
/** Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster. */
|
|
49
|
+
isAdmin: boolean;
|
|
50
|
+
/** The common name of the client certificate. */
|
|
51
|
+
certificateCommonName: string;
|
|
52
|
+
/** The issuer thumbprint of the client certificate. */
|
|
53
|
+
certificateIssuerThumbprint: string;
|
|
54
|
+
}
|
|
55
|
+
/** Describes the client certificate details using thumbprint. */
|
|
56
|
+
export interface ClientCertificateThumbprint {
|
|
57
|
+
/** Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster. */
|
|
58
|
+
isAdmin: boolean;
|
|
59
|
+
/** The thumbprint of the client certificate. */
|
|
60
|
+
certificateThumbprint: string;
|
|
61
|
+
}
|
|
62
|
+
/** The storage account information for storing Service Fabric diagnostic logs. */
|
|
63
|
+
export interface DiagnosticsStorageAccountConfig {
|
|
64
|
+
/** The Azure storage account name. */
|
|
65
|
+
storageAccountName: string;
|
|
66
|
+
/** The protected diagnostics storage key name. */
|
|
67
|
+
protectedAccountKeyName: string;
|
|
68
|
+
/** The secondary protected diagnostics storage key name. If one of the storage account keys is rotated the cluster will fallback to using the other. */
|
|
69
|
+
protectedAccountKeyName2?: string;
|
|
70
|
+
/** The blob endpoint of the azure storage account. */
|
|
71
|
+
blobEndpoint: string;
|
|
72
|
+
/** The queue endpoint of the azure storage account. */
|
|
73
|
+
queueEndpoint: string;
|
|
74
|
+
/** The table endpoint of the azure storage account. */
|
|
75
|
+
tableEndpoint: string;
|
|
76
|
+
}
|
|
77
|
+
/** Describes a section in the fabric settings of the cluster. */
|
|
78
|
+
export interface SettingsSectionDescription {
|
|
79
|
+
/** The section name of the fabric settings. */
|
|
80
|
+
name: string;
|
|
81
|
+
/** The collection of parameters in the section. */
|
|
82
|
+
parameters: SettingsParameterDescription[];
|
|
83
|
+
}
|
|
84
|
+
/** Describes a parameter in fabric settings of the cluster. */
|
|
85
|
+
export interface SettingsParameterDescription {
|
|
86
|
+
/** The parameter name of fabric setting. */
|
|
87
|
+
name: string;
|
|
88
|
+
/** The parameter value of fabric setting. */
|
|
89
|
+
value: string;
|
|
90
|
+
}
|
|
91
|
+
/** Describes a node type in the cluster, each node type represents sub set of nodes in the cluster. */
|
|
92
|
+
export interface NodeTypeDescription {
|
|
93
|
+
/** The name of the node type. */
|
|
94
|
+
name: string;
|
|
95
|
+
/** The placement tags applied to nodes in the node type, which can be used to indicate where certain services (workload) should run. */
|
|
96
|
+
placementProperties?: {
|
|
97
|
+
[propertyName: string]: string;
|
|
98
|
+
};
|
|
99
|
+
/** 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. */
|
|
100
|
+
capacities?: {
|
|
101
|
+
[propertyName: string]: string;
|
|
102
|
+
};
|
|
103
|
+
/** The TCP cluster management endpoint port. */
|
|
104
|
+
clientConnectionEndpointPort: number;
|
|
105
|
+
/** The HTTP cluster management endpoint port. */
|
|
106
|
+
httpGatewayEndpointPort: number;
|
|
107
|
+
/**
|
|
108
|
+
* The durability level of the node type. Learn about [DurabilityLevel](https://docs.microsoft.com/azure/service-fabric/service-fabric-cluster-capacity).
|
|
109
|
+
*
|
|
110
|
+
* - Bronze - No privileges. This is the default.
|
|
111
|
+
* - Silver - The infrastructure jobs can be paused for a duration of 10 minutes per UD.
|
|
112
|
+
* - Gold - The infrastructure jobs can be paused for a duration of 2 hours per UD. Gold durability can be enabled only on full node VM skus like D15_V2, G5 etc.
|
|
113
|
+
*
|
|
114
|
+
*/
|
|
115
|
+
durabilityLevel?: DurabilityLevel;
|
|
116
|
+
/** The range of ports from which cluster assigned port to Service Fabric applications. */
|
|
117
|
+
applicationPorts?: EndpointRangeDescription;
|
|
118
|
+
/** The range of ephemeral ports that nodes in this node type should be configured with. */
|
|
119
|
+
ephemeralPorts?: EndpointRangeDescription;
|
|
120
|
+
/** The node type on which system services will run. Only one node type should be marked as primary. Primary node type cannot be deleted or changed for existing clusters. */
|
|
121
|
+
isPrimary: boolean;
|
|
122
|
+
/** VMInstanceCount should be 1 to n, where n indicates the number of VM instances corresponding to this nodeType. VMInstanceCount = 0 can be done only in these scenarios: NodeType is a secondary nodeType. Durability = Bronze or Durability >= Bronze and InfrastructureServiceManager = true. If VMInstanceCount = 0, implies the VMs for this nodeType will not be used for the initial cluster size computation. */
|
|
123
|
+
vmInstanceCount: number;
|
|
124
|
+
/** The endpoint used by reverse proxy. */
|
|
125
|
+
reverseProxyEndpointPort?: number;
|
|
126
|
+
/** Indicates if the node type can only host Stateless workloads. */
|
|
127
|
+
isStateless?: boolean;
|
|
128
|
+
/** Indicates if the node type is enabled to support multiple zones. */
|
|
129
|
+
multipleAvailabilityZones?: boolean;
|
|
130
|
+
}
|
|
131
|
+
/** Port range details */
|
|
132
|
+
export interface EndpointRangeDescription {
|
|
133
|
+
/** Starting port of a range of ports */
|
|
134
|
+
startPort: number;
|
|
135
|
+
/** End port of a range of ports */
|
|
136
|
+
endPort: number;
|
|
137
|
+
}
|
|
138
|
+
/** Describes the policy used when upgrading the cluster. */
|
|
139
|
+
export interface ClusterUpgradePolicy {
|
|
140
|
+
/** If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data). */
|
|
141
|
+
forceRestart?: boolean;
|
|
142
|
+
/** 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. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format. */
|
|
143
|
+
upgradeReplicaSetCheckTimeout: string;
|
|
144
|
+
/** 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. */
|
|
145
|
+
healthCheckWaitDuration: string;
|
|
146
|
+
/** 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. */
|
|
147
|
+
healthCheckStableDuration: string;
|
|
148
|
+
/** 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. */
|
|
149
|
+
healthCheckRetryTimeout: string;
|
|
150
|
+
/** 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. */
|
|
151
|
+
upgradeTimeout: string;
|
|
152
|
+
/** 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. */
|
|
153
|
+
upgradeDomainTimeout: string;
|
|
154
|
+
/** The cluster health policy used when upgrading the cluster. */
|
|
155
|
+
healthPolicy: ClusterHealthPolicy;
|
|
156
|
+
/** The cluster delta health policy used when upgrading the cluster. */
|
|
157
|
+
deltaHealthPolicy?: ClusterUpgradeDeltaHealthPolicy;
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* Defines a health policy used to evaluate the health of the cluster or of a cluster node.
|
|
161
|
+
*
|
|
162
|
+
*/
|
|
163
|
+
export interface ClusterHealthPolicy {
|
|
164
|
+
/**
|
|
165
|
+
* 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.
|
|
166
|
+
*
|
|
167
|
+
* The percentage represents the maximum tolerated percentage of nodes that can be unhealthy before the cluster is considered in error.
|
|
168
|
+
* If the percentage is respected but there is at least one unhealthy node, the health is evaluated as Warning.
|
|
169
|
+
* The percentage is calculated by dividing the number of unhealthy nodes over the total number of nodes in the cluster.
|
|
170
|
+
* The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero.
|
|
171
|
+
*
|
|
172
|
+
* In large clusters, some nodes will always be down or out for repairs, so this percentage should be configured to tolerate that.
|
|
173
|
+
*
|
|
174
|
+
*/
|
|
175
|
+
maxPercentUnhealthyNodes?: number;
|
|
176
|
+
/**
|
|
177
|
+
* 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.
|
|
178
|
+
*
|
|
179
|
+
* The percentage represents the maximum tolerated percentage of applications that can be unhealthy before the cluster is considered in error.
|
|
180
|
+
* If the percentage is respected but there is at least one unhealthy application, the health is evaluated as Warning.
|
|
181
|
+
* 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.
|
|
182
|
+
* The computation rounds up to tolerate one failure on small numbers of applications. Default percentage is zero.
|
|
183
|
+
*
|
|
184
|
+
*/
|
|
185
|
+
maxPercentUnhealthyApplications?: number;
|
|
186
|
+
/** Defines the application health policy map used to evaluate the health of an application or one of its children entities. */
|
|
187
|
+
applicationHealthPolicies?: {
|
|
188
|
+
[propertyName: string]: ApplicationHealthPolicy;
|
|
189
|
+
};
|
|
190
|
+
}
|
|
191
|
+
/**
|
|
192
|
+
* Defines a health policy used to evaluate the health of an application or one of its children entities.
|
|
193
|
+
*
|
|
194
|
+
*/
|
|
195
|
+
export interface ApplicationHealthPolicy {
|
|
196
|
+
/** The health policy used by default to evaluate the health of a service type. */
|
|
197
|
+
defaultServiceTypeHealthPolicy?: ServiceTypeHealthPolicy;
|
|
198
|
+
/** The map with service type health policy per service type name. The map is empty by default. */
|
|
199
|
+
serviceTypeHealthPolicies?: {
|
|
200
|
+
[propertyName: string]: ServiceTypeHealthPolicy;
|
|
201
|
+
};
|
|
202
|
+
}
|
|
203
|
+
/**
|
|
204
|
+
* Represents the health policy used to evaluate the health of services belonging to a service type.
|
|
205
|
+
*
|
|
206
|
+
*/
|
|
207
|
+
export interface ServiceTypeHealthPolicy {
|
|
208
|
+
/**
|
|
209
|
+
* The maximum percentage of services allowed to be unhealthy before your application is considered in error.
|
|
210
|
+
*
|
|
211
|
+
*/
|
|
212
|
+
maxPercentUnhealthyServices?: number;
|
|
213
|
+
}
|
|
214
|
+
/** Describes the delta health policies for the cluster upgrade. */
|
|
215
|
+
export interface ClusterUpgradeDeltaHealthPolicy {
|
|
216
|
+
/**
|
|
217
|
+
* The maximum allowed percentage of nodes health degradation allowed during cluster upgrades.
|
|
218
|
+
* 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.
|
|
219
|
+
* The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits.
|
|
220
|
+
*
|
|
221
|
+
*/
|
|
222
|
+
maxPercentDeltaUnhealthyNodes: number;
|
|
223
|
+
/**
|
|
224
|
+
* The maximum allowed percentage of upgrade domain nodes health degradation allowed during cluster upgrades.
|
|
225
|
+
* 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.
|
|
226
|
+
* 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.
|
|
227
|
+
*
|
|
228
|
+
*/
|
|
229
|
+
maxPercentUpgradeDomainDeltaUnhealthyNodes: number;
|
|
230
|
+
/**
|
|
231
|
+
* The maximum allowed percentage of applications health degradation allowed during cluster upgrades.
|
|
232
|
+
* 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.
|
|
233
|
+
* 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.
|
|
234
|
+
*
|
|
235
|
+
*/
|
|
236
|
+
maxPercentDeltaUnhealthyApplications: number;
|
|
237
|
+
/** Defines the application delta health policy map used to evaluate the health of an application or one of its child entities when upgrading the cluster. */
|
|
238
|
+
applicationDeltaHealthPolicies?: {
|
|
239
|
+
[propertyName: string]: ApplicationDeltaHealthPolicy;
|
|
240
|
+
};
|
|
241
|
+
}
|
|
242
|
+
/**
|
|
243
|
+
* Defines a delta health policy used to evaluate the health of an application or one of its child entities when upgrading the cluster.
|
|
244
|
+
*
|
|
245
|
+
*/
|
|
246
|
+
export interface ApplicationDeltaHealthPolicy {
|
|
247
|
+
/** The delta health policy used by default to evaluate the health of a service type when upgrading the cluster. */
|
|
248
|
+
defaultServiceTypeDeltaHealthPolicy?: ServiceTypeDeltaHealthPolicy;
|
|
249
|
+
/** The map with service type delta health policy per service type name. The map is empty by default. */
|
|
250
|
+
serviceTypeDeltaHealthPolicies?: {
|
|
251
|
+
[propertyName: string]: ServiceTypeDeltaHealthPolicy;
|
|
252
|
+
};
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* Represents the delta health policy used to evaluate the health of services belonging to a service type when upgrading the cluster.
|
|
256
|
+
*
|
|
257
|
+
*/
|
|
258
|
+
export interface ServiceTypeDeltaHealthPolicy {
|
|
259
|
+
/**
|
|
260
|
+
* The maximum allowed percentage of services health degradation allowed during cluster upgrades.
|
|
261
|
+
* The delta is measured between the state of the services at the beginning of upgrade and the state of the services at the time of the health evaluation.
|
|
262
|
+
* The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits.
|
|
263
|
+
*
|
|
264
|
+
*/
|
|
265
|
+
maxPercentDeltaUnhealthyServices?: number;
|
|
266
|
+
}
|
|
267
|
+
export interface ApplicationTypeVersionsCleanupPolicy {
|
|
268
|
+
/** Number of unused versions per application type to keep. */
|
|
269
|
+
maxUnusedVersionsToKeep: number;
|
|
270
|
+
}
|
|
271
|
+
/** Describes the notification channel for cluster events. */
|
|
272
|
+
export interface Notification {
|
|
273
|
+
/** Indicates if the notification is enabled. */
|
|
274
|
+
isEnabled: boolean;
|
|
275
|
+
/** The category of notification. */
|
|
276
|
+
notificationCategory: NotificationCategory;
|
|
277
|
+
/** The level of notification. */
|
|
278
|
+
notificationLevel: NotificationLevel;
|
|
279
|
+
/** List of targets that subscribe to the notification. */
|
|
280
|
+
notificationTargets: NotificationTarget[];
|
|
281
|
+
}
|
|
282
|
+
/** Describes the notification target properties. */
|
|
283
|
+
export interface NotificationTarget {
|
|
284
|
+
/** The notification channel indicates the type of receivers subscribed to the notification, either user or subscription. */
|
|
285
|
+
notificationChannel: NotificationChannel;
|
|
286
|
+
/** List of targets that subscribe to the notification. */
|
|
287
|
+
receivers: string[];
|
|
288
|
+
}
|
|
289
|
+
/** The resource model definition. */
|
|
290
|
+
export interface Resource {
|
|
291
|
+
/**
|
|
292
|
+
* Azure resource identifier.
|
|
293
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
294
|
+
*/
|
|
295
|
+
readonly id?: string;
|
|
296
|
+
/**
|
|
297
|
+
* Azure resource name.
|
|
298
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
299
|
+
*/
|
|
300
|
+
readonly name?: string;
|
|
301
|
+
/**
|
|
302
|
+
* Azure resource type.
|
|
303
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
304
|
+
*/
|
|
305
|
+
readonly type?: string;
|
|
306
|
+
/** Azure resource location. */
|
|
307
|
+
location: string;
|
|
308
|
+
/** Azure resource tags. */
|
|
309
|
+
tags?: {
|
|
310
|
+
[propertyName: string]: string;
|
|
311
|
+
};
|
|
312
|
+
/**
|
|
313
|
+
* Azure resource etag.
|
|
314
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
315
|
+
*/
|
|
316
|
+
readonly etag?: string;
|
|
317
|
+
/**
|
|
318
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
319
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
320
|
+
*/
|
|
321
|
+
readonly systemData?: SystemData;
|
|
322
|
+
}
|
|
323
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
324
|
+
export interface SystemData {
|
|
325
|
+
/** The identity that created the resource. */
|
|
326
|
+
createdBy?: string;
|
|
327
|
+
/** The type of identity that created the resource. */
|
|
328
|
+
createdByType?: string;
|
|
329
|
+
/** The timestamp of resource creation (UTC). */
|
|
330
|
+
createdAt?: Date;
|
|
331
|
+
/** The identity that last modified the resource. */
|
|
332
|
+
lastModifiedBy?: string;
|
|
333
|
+
/** The type of identity that last modified the resource. */
|
|
334
|
+
lastModifiedByType?: string;
|
|
335
|
+
/** The timestamp of resource last modification (UTC). */
|
|
336
|
+
lastModifiedAt?: Date;
|
|
337
|
+
}
|
|
338
|
+
/** The structure of the error. */
|
|
339
|
+
export interface ErrorModel {
|
|
340
|
+
/** The error details. */
|
|
341
|
+
error?: ErrorModelError;
|
|
342
|
+
}
|
|
343
|
+
/** The error details. */
|
|
344
|
+
export interface ErrorModelError {
|
|
345
|
+
/** The error code. */
|
|
346
|
+
code?: string;
|
|
347
|
+
/** The error message. */
|
|
348
|
+
message?: string;
|
|
349
|
+
}
|
|
350
|
+
/** Cluster update request */
|
|
351
|
+
export interface ClusterUpdateParameters {
|
|
352
|
+
/** Cluster update parameters */
|
|
353
|
+
tags?: {
|
|
354
|
+
[propertyName: string]: string;
|
|
355
|
+
};
|
|
356
|
+
/** The list of add-on features to enable in the cluster. */
|
|
357
|
+
addOnFeatures?: AddOnFeatures[];
|
|
358
|
+
/** The certificate to use for securing the cluster. The certificate provided will be used for node to node security within the cluster, SSL certificate for cluster management endpoint and default admin client. */
|
|
359
|
+
certificate?: CertificateDescription;
|
|
360
|
+
/** Describes a list of server certificates referenced by common name that are used to secure the cluster. */
|
|
361
|
+
certificateCommonNames?: ServerCertificateCommonNames;
|
|
362
|
+
/** The list of client certificates referenced by common name that are allowed to manage the cluster. This will overwrite the existing list. */
|
|
363
|
+
clientCertificateCommonNames?: ClientCertificateCommonName[];
|
|
364
|
+
/** The list of client certificates referenced by thumbprint that are allowed to manage the cluster. This will overwrite the existing list. */
|
|
365
|
+
clientCertificateThumbprints?: ClientCertificateThumbprint[];
|
|
366
|
+
/** The Service Fabric runtime version of the cluster. This property can only by set the user when **upgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new clusters use [ClusterVersion API](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To get the list of available version for existing clusters use **availableClusterVersions**. */
|
|
367
|
+
clusterCodeVersion?: string;
|
|
368
|
+
/** Indicates if the event store service is enabled. */
|
|
369
|
+
eventStoreServiceEnabled?: boolean;
|
|
370
|
+
/** The list of custom fabric settings to configure the cluster. This will overwrite the existing list. */
|
|
371
|
+
fabricSettings?: SettingsSectionDescription[];
|
|
372
|
+
/** The list of node types in the cluster. This will overwrite the existing list. */
|
|
373
|
+
nodeTypes?: NodeTypeDescription[];
|
|
374
|
+
/**
|
|
375
|
+
* The reliability level sets the replica set size of system services. Learn about [ReliabilityLevel](https://docs.microsoft.com/azure/service-fabric/service-fabric-cluster-capacity).
|
|
376
|
+
*
|
|
377
|
+
* - None - Run the System services with a target replica set count of 1. This should only be used for test clusters.
|
|
378
|
+
* - Bronze - Run the System services with a target replica set count of 3. This should only be used for test clusters.
|
|
379
|
+
* - Silver - Run the System services with a target replica set count of 5.
|
|
380
|
+
* - Gold - Run the System services with a target replica set count of 7.
|
|
381
|
+
* - Platinum - Run the System services with a target replica set count of 9.
|
|
382
|
+
*
|
|
383
|
+
*/
|
|
384
|
+
reliabilityLevel?: ReliabilityLevel;
|
|
385
|
+
/** The server certificate used by reverse proxy. */
|
|
386
|
+
reverseProxyCertificate?: CertificateDescription;
|
|
387
|
+
/** The policy to use when upgrading the cluster. */
|
|
388
|
+
upgradeDescription?: ClusterUpgradePolicy;
|
|
389
|
+
/** The policy used to clean up unused versions. */
|
|
390
|
+
applicationTypeVersionsCleanupPolicy?: ApplicationTypeVersionsCleanupPolicy;
|
|
391
|
+
/** The upgrade mode of the cluster when new Service Fabric runtime version is available. */
|
|
392
|
+
upgradeMode?: UpgradeMode;
|
|
393
|
+
/** This property controls the logical grouping of VMs in upgrade domains (UDs). This property can't be modified if a node type with multiple Availability Zones is already present in the cluster. */
|
|
394
|
+
sfZonalUpgradeMode?: SfZonalUpgradeMode;
|
|
395
|
+
/** This property defines the upgrade mode for the virtual machine scale set, it is mandatory if a node type with multiple Availability Zones is added. */
|
|
396
|
+
vmssZonalUpgradeMode?: VmssZonalUpgradeMode;
|
|
397
|
+
/** Indicates if infrastructure service manager is enabled. */
|
|
398
|
+
infrastructureServiceManager?: boolean;
|
|
399
|
+
/** Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. Only applies when **upgradeMode** is set to 'Automatic'. */
|
|
400
|
+
upgradeWave?: ClusterUpgradeCadence;
|
|
401
|
+
/** The start timestamp to pause runtime version upgrades on the cluster (UTC). */
|
|
402
|
+
upgradePauseStartTimestampUtc?: Date;
|
|
403
|
+
/** The end timestamp of pause runtime version upgrades on the cluster (UTC). */
|
|
404
|
+
upgradePauseEndTimestampUtc?: Date;
|
|
405
|
+
/** Boolean to pause automatic runtime version upgrades to the cluster. */
|
|
406
|
+
waveUpgradePaused?: boolean;
|
|
407
|
+
/** Indicates a list of notification channels for cluster events. */
|
|
408
|
+
notifications?: Notification[];
|
|
409
|
+
}
|
|
410
|
+
/** Cluster list results */
|
|
411
|
+
export interface ClusterListResult {
|
|
412
|
+
value?: Cluster[];
|
|
413
|
+
/** The URL to use for getting the next set of results. */
|
|
414
|
+
nextLink?: string;
|
|
415
|
+
}
|
|
416
|
+
/** The list results of the Service Fabric runtime versions. */
|
|
417
|
+
export interface ClusterCodeVersionsListResult {
|
|
418
|
+
value?: ClusterCodeVersionsResult[];
|
|
419
|
+
/** The URL to use for getting the next set of results. */
|
|
420
|
+
nextLink?: string;
|
|
421
|
+
}
|
|
422
|
+
/** The result of the Service Fabric runtime versions */
|
|
423
|
+
export interface ClusterCodeVersionsResult {
|
|
424
|
+
/** The identification of the result */
|
|
425
|
+
id?: string;
|
|
426
|
+
/** The name of the result */
|
|
427
|
+
name?: string;
|
|
428
|
+
/** The result resource type */
|
|
429
|
+
type?: string;
|
|
430
|
+
/** The Service Fabric runtime version of the cluster. */
|
|
431
|
+
codeVersion?: string;
|
|
432
|
+
/** The date of expiry of support of the version. */
|
|
433
|
+
supportExpiryUtc?: string;
|
|
434
|
+
/** Indicates if this version is for Windows or Linux operating system. */
|
|
435
|
+
environment?: ClusterEnvironment;
|
|
436
|
+
}
|
|
437
|
+
export interface UpgradableVersionsDescription {
|
|
438
|
+
/** The target code version. */
|
|
439
|
+
targetVersion: string;
|
|
440
|
+
}
|
|
441
|
+
/** The list of intermediate cluster code versions for an upgrade or downgrade. Or minimum and maximum upgradable version if no target was given */
|
|
442
|
+
export interface UpgradableVersionPathResult {
|
|
443
|
+
supportedPath?: string[];
|
|
444
|
+
}
|
|
445
|
+
/** Describes the result of the request to list Service Fabric resource provider operations. */
|
|
446
|
+
export interface OperationListResult {
|
|
447
|
+
/** List of operations supported by the Service Fabric resource provider. */
|
|
448
|
+
value?: OperationResult[];
|
|
449
|
+
/**
|
|
450
|
+
* URL to get the next set of operation list results if there are any.
|
|
451
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
452
|
+
*/
|
|
453
|
+
readonly nextLink?: string;
|
|
454
|
+
}
|
|
455
|
+
/** Available operation list result */
|
|
456
|
+
export interface OperationResult {
|
|
457
|
+
/** The name of the operation. */
|
|
458
|
+
name?: string;
|
|
459
|
+
/** Indicates whether the operation is a data action */
|
|
460
|
+
isDataAction?: boolean;
|
|
461
|
+
/** The object that represents the operation. */
|
|
462
|
+
display?: AvailableOperationDisplay;
|
|
463
|
+
/** Origin result */
|
|
464
|
+
origin?: string;
|
|
465
|
+
/** The URL to use for getting the next set of results. */
|
|
466
|
+
nextLink?: string;
|
|
467
|
+
}
|
|
468
|
+
/** Operation supported by the Service Fabric resource provider */
|
|
469
|
+
export interface AvailableOperationDisplay {
|
|
470
|
+
/** The name of the provider. */
|
|
471
|
+
provider?: string;
|
|
472
|
+
/** The resource on which the operation is performed */
|
|
473
|
+
resource?: string;
|
|
474
|
+
/** The operation that can be performed. */
|
|
475
|
+
operation?: string;
|
|
476
|
+
/** Operation description */
|
|
477
|
+
description?: string;
|
|
478
|
+
}
|
|
479
|
+
/** The resource model definition for proxy-only resource. */
|
|
480
|
+
export interface ProxyResource {
|
|
481
|
+
/**
|
|
482
|
+
* Azure resource identifier.
|
|
483
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
484
|
+
*/
|
|
485
|
+
readonly id?: string;
|
|
486
|
+
/**
|
|
487
|
+
* Azure resource name.
|
|
488
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
489
|
+
*/
|
|
490
|
+
readonly name?: string;
|
|
491
|
+
/**
|
|
492
|
+
* Azure resource type.
|
|
493
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
494
|
+
*/
|
|
495
|
+
readonly type?: string;
|
|
496
|
+
/** It will be deprecated in New API, resource location depends on the parent resource. */
|
|
497
|
+
location?: string;
|
|
498
|
+
/** Azure resource tags. */
|
|
499
|
+
tags?: {
|
|
500
|
+
[propertyName: string]: string;
|
|
501
|
+
};
|
|
502
|
+
/**
|
|
503
|
+
* Azure resource etag.
|
|
504
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
505
|
+
*/
|
|
506
|
+
readonly etag?: string;
|
|
507
|
+
/**
|
|
508
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
509
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
510
|
+
*/
|
|
511
|
+
readonly systemData?: SystemData;
|
|
512
|
+
}
|
|
513
|
+
/** The list of application type names. */
|
|
514
|
+
export interface ApplicationTypeResourceList {
|
|
515
|
+
value?: ApplicationTypeResource[];
|
|
516
|
+
/**
|
|
517
|
+
* URL to get the next set of application type list results if there are any.
|
|
518
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
519
|
+
*/
|
|
520
|
+
readonly nextLink?: string;
|
|
521
|
+
}
|
|
522
|
+
/** The list of application type version resources for the specified application type name resource. */
|
|
523
|
+
export interface ApplicationTypeVersionResourceList {
|
|
524
|
+
value?: ApplicationTypeVersionResource[];
|
|
525
|
+
/**
|
|
526
|
+
* URL to get the next set of application type version list results if there are any.
|
|
527
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
528
|
+
*/
|
|
529
|
+
readonly nextLink?: string;
|
|
530
|
+
}
|
|
531
|
+
/** Describes the managed identities for an Azure resource. */
|
|
532
|
+
export interface ManagedIdentity {
|
|
533
|
+
/**
|
|
534
|
+
* The principal id of the managed identity. This property will only be provided for a system assigned identity.
|
|
535
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
536
|
+
*/
|
|
537
|
+
readonly principalId?: string;
|
|
538
|
+
/**
|
|
539
|
+
* The tenant id of the managed identity. This property will only be provided for a system assigned identity.
|
|
540
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
541
|
+
*/
|
|
542
|
+
readonly tenantId?: string;
|
|
543
|
+
/** The type of managed identity for the resource. */
|
|
544
|
+
type?: ManagedIdentityType;
|
|
545
|
+
/**
|
|
546
|
+
* The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form:
|
|
547
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
548
|
+
*
|
|
549
|
+
*/
|
|
550
|
+
userAssignedIdentities?: {
|
|
551
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
552
|
+
};
|
|
553
|
+
}
|
|
554
|
+
export interface UserAssignedIdentity {
|
|
555
|
+
/**
|
|
556
|
+
* The principal id of user assigned identity.
|
|
557
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
558
|
+
*/
|
|
559
|
+
readonly principalId?: string;
|
|
560
|
+
/**
|
|
561
|
+
* The client id of user assigned identity.
|
|
562
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
563
|
+
*/
|
|
564
|
+
readonly clientId?: string;
|
|
565
|
+
}
|
|
566
|
+
/** The application resource properties for patch operations. */
|
|
567
|
+
export interface ApplicationResourceUpdateProperties {
|
|
568
|
+
/** The version of the application type as defined in the application manifest. */
|
|
569
|
+
typeVersion?: string;
|
|
570
|
+
/** List of application parameters with overridden values from their default values specified in the application manifest. */
|
|
571
|
+
parameters?: {
|
|
572
|
+
[propertyName: string]: string;
|
|
573
|
+
};
|
|
574
|
+
/** Describes the policy for a monitored application upgrade. */
|
|
575
|
+
upgradePolicy?: ApplicationUpgradePolicy;
|
|
576
|
+
/** The minimum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. If this property is set to zero, no capacity will be reserved. The value of this property cannot be more than the value of the MaximumNodes property. */
|
|
577
|
+
minimumNodes?: number;
|
|
578
|
+
/** The maximum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. By default, the value of this property is zero and it means that the services can be placed on any node. */
|
|
579
|
+
maximumNodes?: number;
|
|
580
|
+
/** Remove the current application capacity settings. */
|
|
581
|
+
removeApplicationCapacity?: boolean;
|
|
582
|
+
/** List of application capacity metric description. */
|
|
583
|
+
metrics?: ApplicationMetricDescription[];
|
|
584
|
+
/** List of user assigned identities for the application, each mapped to a friendly name. */
|
|
585
|
+
managedIdentities?: ApplicationUserAssignedIdentity[];
|
|
586
|
+
}
|
|
587
|
+
/** Describes the policy for a monitored application upgrade. */
|
|
588
|
+
export interface ApplicationUpgradePolicy {
|
|
589
|
+
/** 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). */
|
|
590
|
+
upgradeReplicaSetCheckTimeout?: string;
|
|
591
|
+
/** If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data). */
|
|
592
|
+
forceRestart?: boolean;
|
|
593
|
+
/** The policy used for monitoring the application upgrade */
|
|
594
|
+
rollingUpgradeMonitoringPolicy?: ArmRollingUpgradeMonitoringPolicy;
|
|
595
|
+
/**
|
|
596
|
+
* Defines a health policy used to evaluate the health of an application or one of its children entities.
|
|
597
|
+
*
|
|
598
|
+
*/
|
|
599
|
+
applicationHealthPolicy?: ArmApplicationHealthPolicy;
|
|
600
|
+
/** The mode used to monitor health during a rolling upgrade. The values are UnmonitoredAuto, UnmonitoredManual, and Monitored. */
|
|
601
|
+
upgradeMode?: RollingUpgradeMode;
|
|
602
|
+
/** Determines whether the application should be recreated on update. If value=true, the rest of the upgrade policy parameters are not allowed and it will result in availability loss. */
|
|
603
|
+
recreateApplication?: boolean;
|
|
604
|
+
}
|
|
605
|
+
/** The policy used for monitoring the application upgrade */
|
|
606
|
+
export interface ArmRollingUpgradeMonitoringPolicy {
|
|
607
|
+
/** The activation Mode of the service package */
|
|
608
|
+
failureAction?: ArmUpgradeFailureAction;
|
|
609
|
+
/** The amount of time to wait after completing an upgrade domain before applying health policies. It is first interpreted as a string representing an ISO 8601 duration. If that fails, then it is interpreted as a number representing the total number of milliseconds. */
|
|
610
|
+
healthCheckWaitDuration?: string;
|
|
611
|
+
/** The amount of time that the application or cluster must remain healthy before the upgrade proceeds to the next upgrade domain. It is first interpreted as a string representing an ISO 8601 duration. If that fails, then it is interpreted as a number representing the total number of milliseconds. */
|
|
612
|
+
healthCheckStableDuration?: string;
|
|
613
|
+
/** The amount of time to retry health evaluation when the application or cluster is unhealthy before FailureAction is executed. It is first interpreted as a string representing an ISO 8601 duration. If that fails, then it is interpreted as a number representing the total number of milliseconds. */
|
|
614
|
+
healthCheckRetryTimeout?: string;
|
|
615
|
+
/** The amount of time the overall upgrade has to complete before FailureAction is executed. It is first interpreted as a string representing an ISO 8601 duration. If that fails, then it is interpreted as a number representing the total number of milliseconds. */
|
|
616
|
+
upgradeTimeout?: string;
|
|
617
|
+
/** The amount of time each upgrade domain has to complete before FailureAction is executed. It is first interpreted as a string representing an ISO 8601 duration. If that fails, then it is interpreted as a number representing the total number of milliseconds. */
|
|
618
|
+
upgradeDomainTimeout?: string;
|
|
619
|
+
}
|
|
620
|
+
/**
|
|
621
|
+
* Defines a health policy used to evaluate the health of an application or one of its children entities.
|
|
622
|
+
*
|
|
623
|
+
*/
|
|
624
|
+
export interface ArmApplicationHealthPolicy {
|
|
625
|
+
/** Indicates whether warnings are treated with the same severity as errors. */
|
|
626
|
+
considerWarningAsError?: boolean;
|
|
627
|
+
/**
|
|
628
|
+
* The maximum allowed percentage of unhealthy deployed applications. Allowed values are Byte values from zero to 100.
|
|
629
|
+
* The percentage represents the maximum tolerated percentage of deployed applications that can be unhealthy before the application is considered in error.
|
|
630
|
+
* 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.
|
|
631
|
+
* The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero.
|
|
632
|
+
*
|
|
633
|
+
*/
|
|
634
|
+
maxPercentUnhealthyDeployedApplications?: number;
|
|
635
|
+
/** The health policy used by default to evaluate the health of a service type. */
|
|
636
|
+
defaultServiceTypeHealthPolicy?: ArmServiceTypeHealthPolicy;
|
|
637
|
+
/** The map with service type health policy per service type name. The map is empty by default. */
|
|
638
|
+
serviceTypeHealthPolicyMap?: {
|
|
639
|
+
[propertyName: string]: ArmServiceTypeHealthPolicy;
|
|
640
|
+
};
|
|
641
|
+
}
|
|
642
|
+
/**
|
|
643
|
+
* Represents the health policy used to evaluate the health of services belonging to a service type.
|
|
644
|
+
*
|
|
645
|
+
*/
|
|
646
|
+
export interface ArmServiceTypeHealthPolicy {
|
|
647
|
+
/**
|
|
648
|
+
* The maximum percentage of services allowed to be unhealthy before your application is considered in error.
|
|
649
|
+
*
|
|
650
|
+
*/
|
|
651
|
+
maxPercentUnhealthyServices?: number;
|
|
652
|
+
/**
|
|
653
|
+
* The maximum percentage of partitions per service allowed to be unhealthy before your application is considered in error.
|
|
654
|
+
*
|
|
655
|
+
*/
|
|
656
|
+
maxPercentUnhealthyPartitionsPerService?: number;
|
|
657
|
+
/**
|
|
658
|
+
* The maximum percentage of replicas per partition allowed to be unhealthy before your application is considered in error.
|
|
659
|
+
*
|
|
660
|
+
*/
|
|
661
|
+
maxPercentUnhealthyReplicasPerPartition?: number;
|
|
662
|
+
}
|
|
663
|
+
/**
|
|
664
|
+
* Describes capacity information for a custom resource balancing metric. This can be used to limit the total consumption of this metric by the services of this application.
|
|
665
|
+
*
|
|
666
|
+
*/
|
|
667
|
+
export interface ApplicationMetricDescription {
|
|
668
|
+
/** The name of the metric. */
|
|
669
|
+
name?: string;
|
|
670
|
+
/**
|
|
671
|
+
* The maximum node capacity for Service Fabric application.
|
|
672
|
+
* This is the maximum Load for an instance of this application on a single node. Even if the capacity of node is greater than this value, Service Fabric will limit the total load of services within the application on each node to this value.
|
|
673
|
+
* If set to zero, capacity for this metric is unlimited on each node.
|
|
674
|
+
* When creating a new application with application capacity defined, the product of MaximumNodes and this value must always be smaller than or equal to TotalApplicationCapacity.
|
|
675
|
+
* When updating existing application with application capacity, the product of MaximumNodes and this value must always be smaller than or equal to TotalApplicationCapacity.
|
|
676
|
+
*
|
|
677
|
+
*/
|
|
678
|
+
maximumCapacity?: number;
|
|
679
|
+
/**
|
|
680
|
+
* The node reservation capacity for Service Fabric application.
|
|
681
|
+
* This is the amount of load which is reserved on nodes which have instances of this application.
|
|
682
|
+
* If MinimumNodes is specified, then the product of these values will be the capacity reserved in the cluster for the application.
|
|
683
|
+
* If set to zero, no capacity is reserved for this metric.
|
|
684
|
+
* When setting application capacity or when updating application capacity; this value must be smaller than or equal to MaximumCapacity for each metric.
|
|
685
|
+
*
|
|
686
|
+
*/
|
|
687
|
+
reservationCapacity?: number;
|
|
688
|
+
/**
|
|
689
|
+
* The total metric capacity for Service Fabric application.
|
|
690
|
+
* This is the total metric capacity for this application in the cluster. Service Fabric will try to limit the sum of loads of services within the application to this value.
|
|
691
|
+
* When creating a new application with application capacity defined, the product of MaximumNodes and MaximumCapacity must always be smaller than or equal to this value.
|
|
692
|
+
*
|
|
693
|
+
*/
|
|
694
|
+
totalApplicationCapacity?: number;
|
|
695
|
+
}
|
|
696
|
+
export interface ApplicationUserAssignedIdentity {
|
|
697
|
+
/** The friendly name of user assigned identity. */
|
|
698
|
+
name: string;
|
|
699
|
+
/** The principal id of user assigned identity. */
|
|
700
|
+
principalId: string;
|
|
701
|
+
}
|
|
702
|
+
/** The list of application resources. */
|
|
703
|
+
export interface ApplicationResourceList {
|
|
704
|
+
value?: ApplicationResource[];
|
|
705
|
+
/**
|
|
706
|
+
* URL to get the next set of application list results if there are any.
|
|
707
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
708
|
+
*/
|
|
709
|
+
readonly nextLink?: string;
|
|
710
|
+
}
|
|
711
|
+
/** Describes how the service is partitioned. */
|
|
712
|
+
export interface PartitionSchemeDescription {
|
|
713
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
714
|
+
partitionScheme: "Named" | "Singleton" | "UniformInt64Range";
|
|
715
|
+
}
|
|
716
|
+
/** The common service resource properties. */
|
|
717
|
+
export interface ServiceResourcePropertiesBase {
|
|
718
|
+
/** 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)". */
|
|
719
|
+
placementConstraints?: string;
|
|
720
|
+
/** A list that describes the correlation of the service with other services. */
|
|
721
|
+
correlationScheme?: ServiceCorrelationDescription[];
|
|
722
|
+
/** The service load metrics is given as an array of ServiceLoadMetricDescription objects. */
|
|
723
|
+
serviceLoadMetrics?: ServiceLoadMetricDescription[];
|
|
724
|
+
/** A list that describes the correlation of the service with other services. */
|
|
725
|
+
servicePlacementPolicies?: ServicePlacementPolicyDescription[];
|
|
726
|
+
/** Specifies the move cost for the service. */
|
|
727
|
+
defaultMoveCost?: MoveCost;
|
|
728
|
+
}
|
|
729
|
+
/** Creates a particular correlation between services. */
|
|
730
|
+
export interface ServiceCorrelationDescription {
|
|
731
|
+
/** The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName. */
|
|
732
|
+
scheme: ServiceCorrelationScheme;
|
|
733
|
+
/** The name of the service that the correlation relationship is established with. */
|
|
734
|
+
serviceName: string;
|
|
735
|
+
}
|
|
736
|
+
/** Specifies a metric to load balance a service during runtime. */
|
|
737
|
+
export interface ServiceLoadMetricDescription {
|
|
738
|
+
/** 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. */
|
|
739
|
+
name: string;
|
|
740
|
+
/** The service load metric relative weight, compared to other metrics configured for this service, as a number. */
|
|
741
|
+
weight?: ServiceLoadMetricWeight;
|
|
742
|
+
/** 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. */
|
|
743
|
+
primaryDefaultLoad?: number;
|
|
744
|
+
/** 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. */
|
|
745
|
+
secondaryDefaultLoad?: number;
|
|
746
|
+
/** Used only for Stateless services. The default amount of load, as a number, that this service creates for this metric. */
|
|
747
|
+
defaultLoad?: number;
|
|
748
|
+
}
|
|
749
|
+
/** Describes the policy to be used for placement of a Service Fabric service. */
|
|
750
|
+
export interface ServicePlacementPolicyDescription {
|
|
751
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
752
|
+
type: "ServicePlacementPolicyDescription";
|
|
753
|
+
}
|
|
754
|
+
/** The list of service resources. */
|
|
755
|
+
export interface ServiceResourceList {
|
|
756
|
+
value?: ServiceResource[];
|
|
757
|
+
/**
|
|
758
|
+
* URL to get the next set of service list results if there are any.
|
|
759
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
760
|
+
*/
|
|
761
|
+
readonly nextLink?: string;
|
|
762
|
+
}
|
|
763
|
+
/**
|
|
764
|
+
* The cluster resource
|
|
765
|
+
*
|
|
766
|
+
*/
|
|
767
|
+
export interface Cluster extends Resource {
|
|
768
|
+
/** The list of add-on features to enable in the cluster. */
|
|
769
|
+
addOnFeatures?: AddOnFeatures[];
|
|
770
|
+
/**
|
|
771
|
+
* The Service Fabric runtime versions available for this cluster.
|
|
772
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
773
|
+
*/
|
|
774
|
+
readonly availableClusterVersions?: ClusterVersionDetails[];
|
|
775
|
+
/** The AAD authentication settings of the cluster. */
|
|
776
|
+
azureActiveDirectory?: AzureActiveDirectory;
|
|
777
|
+
/** The certificate to use for securing the cluster. The certificate provided will be used for node to node security within the cluster, SSL certificate for cluster management endpoint and default admin client. */
|
|
778
|
+
certificate?: CertificateDescription;
|
|
779
|
+
/** Describes a list of server certificates referenced by common name that are used to secure the cluster. */
|
|
780
|
+
certificateCommonNames?: ServerCertificateCommonNames;
|
|
781
|
+
/** The list of client certificates referenced by common name that are allowed to manage the cluster. */
|
|
782
|
+
clientCertificateCommonNames?: ClientCertificateCommonName[];
|
|
783
|
+
/** The list of client certificates referenced by thumbprint that are allowed to manage the cluster. */
|
|
784
|
+
clientCertificateThumbprints?: ClientCertificateThumbprint[];
|
|
785
|
+
/** The Service Fabric runtime version of the cluster. This property can only by set the user when **upgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new clusters use [ClusterVersion API](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To get the list of available version for existing clusters use **availableClusterVersions**. */
|
|
786
|
+
clusterCodeVersion?: string;
|
|
787
|
+
/**
|
|
788
|
+
* The Azure Resource Provider endpoint. A system service in the cluster connects to this endpoint.
|
|
789
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
790
|
+
*/
|
|
791
|
+
readonly clusterEndpoint?: string;
|
|
792
|
+
/**
|
|
793
|
+
* A service generated unique identifier for the cluster resource.
|
|
794
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
795
|
+
*/
|
|
796
|
+
readonly clusterId?: string;
|
|
797
|
+
/**
|
|
798
|
+
* The current state of the cluster.
|
|
799
|
+
*
|
|
800
|
+
* - 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.
|
|
801
|
+
* - 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.
|
|
802
|
+
* - 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.
|
|
803
|
+
* - UpdatingUserConfiguration - Indicates that the cluster is being upgraded with the user provided configuration.
|
|
804
|
+
* - UpdatingUserCertificate - Indicates that the cluster is being upgraded with the user provided certificate.
|
|
805
|
+
* - UpdatingInfrastructure - Indicates that the cluster is being upgraded with the latest Service Fabric runtime version. This happens only when the **upgradeMode** is set to 'Automatic'.
|
|
806
|
+
* - EnforcingClusterVersion - Indicates that cluster is on a different version than expected and the cluster is being upgraded to the expected version.
|
|
807
|
+
* - UpgradeServiceUnreachable - Indicates that the system service in the cluster is no longer polling the Resource Provider. Clusters in this state cannot be managed by the Resource Provider.
|
|
808
|
+
* - AutoScale - Indicates that the ReliabilityLevel of the cluster is being adjusted.
|
|
809
|
+
* - Ready - Indicates that the cluster is in a stable state.
|
|
810
|
+
*
|
|
811
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
812
|
+
*/
|
|
813
|
+
readonly clusterState?: ClusterState;
|
|
814
|
+
/** The storage account information for storing Service Fabric diagnostic logs. */
|
|
815
|
+
diagnosticsStorageAccountConfig?: DiagnosticsStorageAccountConfig;
|
|
816
|
+
/** Indicates if the event store service is enabled. */
|
|
817
|
+
eventStoreServiceEnabled?: boolean;
|
|
818
|
+
/** The list of custom fabric settings to configure the cluster. */
|
|
819
|
+
fabricSettings?: SettingsSectionDescription[];
|
|
820
|
+
/** The http management endpoint of the cluster. */
|
|
821
|
+
managementEndpoint?: string;
|
|
822
|
+
/** The list of node types in the cluster. */
|
|
823
|
+
nodeTypes?: NodeTypeDescription[];
|
|
824
|
+
/**
|
|
825
|
+
* The provisioning state of the cluster resource.
|
|
826
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
827
|
+
*/
|
|
828
|
+
readonly provisioningState?: ProvisioningState;
|
|
829
|
+
/**
|
|
830
|
+
* The reliability level sets the replica set size of system services. Learn about [ReliabilityLevel](https://docs.microsoft.com/azure/service-fabric/service-fabric-cluster-capacity).
|
|
831
|
+
*
|
|
832
|
+
* - None - Run the System services with a target replica set count of 1. This should only be used for test clusters.
|
|
833
|
+
* - Bronze - Run the System services with a target replica set count of 3. This should only be used for test clusters.
|
|
834
|
+
* - Silver - Run the System services with a target replica set count of 5.
|
|
835
|
+
* - Gold - Run the System services with a target replica set count of 7.
|
|
836
|
+
* - Platinum - Run the System services with a target replica set count of 9.
|
|
837
|
+
*
|
|
838
|
+
*/
|
|
839
|
+
reliabilityLevel?: ReliabilityLevel;
|
|
840
|
+
/** The server certificate used by reverse proxy. */
|
|
841
|
+
reverseProxyCertificate?: CertificateDescription;
|
|
842
|
+
/** Describes a list of server certificates referenced by common name that are used to secure the cluster. */
|
|
843
|
+
reverseProxyCertificateCommonNames?: ServerCertificateCommonNames;
|
|
844
|
+
/** The policy to use when upgrading the cluster. */
|
|
845
|
+
upgradeDescription?: ClusterUpgradePolicy;
|
|
846
|
+
/** The upgrade mode of the cluster when new Service Fabric runtime version is available. */
|
|
847
|
+
upgradeMode?: UpgradeMode;
|
|
848
|
+
/** The policy used to clean up unused versions. */
|
|
849
|
+
applicationTypeVersionsCleanupPolicy?: ApplicationTypeVersionsCleanupPolicy;
|
|
850
|
+
/** The VM image VMSS has been configured with. Generic names such as Windows or Linux can be used. */
|
|
851
|
+
vmImage?: string;
|
|
852
|
+
/** This property controls the logical grouping of VMs in upgrade domains (UDs). This property can't be modified if a node type with multiple Availability Zones is already present in the cluster. */
|
|
853
|
+
sfZonalUpgradeMode?: SfZonalUpgradeMode;
|
|
854
|
+
/** This property defines the upgrade mode for the virtual machine scale set, it is mandatory if a node type with multiple Availability Zones is added. */
|
|
855
|
+
vmssZonalUpgradeMode?: VmssZonalUpgradeMode;
|
|
856
|
+
/** Indicates if infrastructure service manager is enabled. */
|
|
857
|
+
infrastructureServiceManager?: boolean;
|
|
858
|
+
/** Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. Only applies when **upgradeMode** is set to 'Automatic'. */
|
|
859
|
+
upgradeWave?: ClusterUpgradeCadence;
|
|
860
|
+
/** Indicates the start date and time to pause automatic runtime version upgrades on the cluster for an specific period of time on the cluster (UTC). */
|
|
861
|
+
upgradePauseStartTimestampUtc?: Date;
|
|
862
|
+
/** Indicates the end date and time to pause automatic runtime version upgrades on the cluster for an specific period of time on the cluster (UTC). */
|
|
863
|
+
upgradePauseEndTimestampUtc?: Date;
|
|
864
|
+
/** Boolean to pause automatic runtime version upgrades to the cluster. */
|
|
865
|
+
waveUpgradePaused?: boolean;
|
|
866
|
+
/** Indicates a list of notification channels for cluster events. */
|
|
867
|
+
notifications?: Notification[];
|
|
868
|
+
}
|
|
869
|
+
/** The application type name resource */
|
|
870
|
+
export interface ApplicationTypeResource extends ProxyResource {
|
|
871
|
+
/**
|
|
872
|
+
* The current deployment or provisioning state, which only appears in the response.
|
|
873
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
874
|
+
*/
|
|
875
|
+
readonly provisioningState?: string;
|
|
876
|
+
}
|
|
877
|
+
/** An application type version resource for the specified application type name resource. */
|
|
878
|
+
export interface ApplicationTypeVersionResource extends ProxyResource {
|
|
879
|
+
/**
|
|
880
|
+
* The current deployment or provisioning state, which only appears in the response
|
|
881
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
882
|
+
*/
|
|
883
|
+
readonly provisioningState?: string;
|
|
884
|
+
/** The URL to the application package */
|
|
885
|
+
appPackageUrl?: string;
|
|
886
|
+
/**
|
|
887
|
+
* List of application type parameters that can be overridden when creating or updating the application.
|
|
888
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
889
|
+
*/
|
|
890
|
+
readonly defaultParameterList?: {
|
|
891
|
+
[propertyName: string]: string;
|
|
892
|
+
};
|
|
893
|
+
}
|
|
894
|
+
/** The application resource. */
|
|
895
|
+
export interface ApplicationResource extends ProxyResource {
|
|
896
|
+
/** Describes the managed identities for an Azure resource. */
|
|
897
|
+
identity?: ManagedIdentity;
|
|
898
|
+
/** The version of the application type as defined in the application manifest. */
|
|
899
|
+
typeVersion?: string;
|
|
900
|
+
/** List of application parameters with overridden values from their default values specified in the application manifest. */
|
|
901
|
+
parameters?: {
|
|
902
|
+
[propertyName: string]: string;
|
|
903
|
+
};
|
|
904
|
+
/** Describes the policy for a monitored application upgrade. */
|
|
905
|
+
upgradePolicy?: ApplicationUpgradePolicy;
|
|
906
|
+
/** The minimum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. If this property is set to zero, no capacity will be reserved. The value of this property cannot be more than the value of the MaximumNodes property. */
|
|
907
|
+
minimumNodes?: number;
|
|
908
|
+
/** The maximum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. By default, the value of this property is zero and it means that the services can be placed on any node. */
|
|
909
|
+
maximumNodes?: number;
|
|
910
|
+
/** Remove the current application capacity settings. */
|
|
911
|
+
removeApplicationCapacity?: boolean;
|
|
912
|
+
/** List of application capacity metric description. */
|
|
913
|
+
metrics?: ApplicationMetricDescription[];
|
|
914
|
+
/** List of user assigned identities for the application, each mapped to a friendly name. */
|
|
915
|
+
managedIdentities?: ApplicationUserAssignedIdentity[];
|
|
916
|
+
/**
|
|
917
|
+
* The current deployment or provisioning state, which only appears in the response
|
|
918
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
919
|
+
*/
|
|
920
|
+
readonly provisioningState?: string;
|
|
921
|
+
/** The application type name as defined in the application manifest. */
|
|
922
|
+
typeName?: string;
|
|
923
|
+
}
|
|
924
|
+
/** The application resource for patch operations. */
|
|
925
|
+
export interface ApplicationResourceUpdate extends ProxyResource {
|
|
926
|
+
/** The version of the application type as defined in the application manifest. */
|
|
927
|
+
typeVersion?: string;
|
|
928
|
+
/** List of application parameters with overridden values from their default values specified in the application manifest. */
|
|
929
|
+
parameters?: {
|
|
930
|
+
[propertyName: string]: string;
|
|
931
|
+
};
|
|
932
|
+
/** Describes the policy for a monitored application upgrade. */
|
|
933
|
+
upgradePolicy?: ApplicationUpgradePolicy;
|
|
934
|
+
/** The minimum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. If this property is set to zero, no capacity will be reserved. The value of this property cannot be more than the value of the MaximumNodes property. */
|
|
935
|
+
minimumNodes?: number;
|
|
936
|
+
/** The maximum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. By default, the value of this property is zero and it means that the services can be placed on any node. */
|
|
937
|
+
maximumNodes?: number;
|
|
938
|
+
/** Remove the current application capacity settings. */
|
|
939
|
+
removeApplicationCapacity?: boolean;
|
|
940
|
+
/** List of application capacity metric description. */
|
|
941
|
+
metrics?: ApplicationMetricDescription[];
|
|
942
|
+
/** List of user assigned identities for the application, each mapped to a friendly name. */
|
|
943
|
+
managedIdentities?: ApplicationUserAssignedIdentity[];
|
|
944
|
+
}
|
|
945
|
+
/** The service resource. */
|
|
946
|
+
export interface ServiceResource extends ProxyResource {
|
|
947
|
+
/** 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)". */
|
|
948
|
+
placementConstraints?: string;
|
|
949
|
+
/** A list that describes the correlation of the service with other services. */
|
|
950
|
+
correlationScheme?: ServiceCorrelationDescription[];
|
|
951
|
+
/** The service load metrics is given as an array of ServiceLoadMetricDescription objects. */
|
|
952
|
+
serviceLoadMetrics?: ServiceLoadMetricDescription[];
|
|
953
|
+
/** A list that describes the correlation of the service with other services. */
|
|
954
|
+
servicePlacementPolicies?: ServicePlacementPolicyDescription[];
|
|
955
|
+
/** Specifies the move cost for the service. */
|
|
956
|
+
defaultMoveCost?: MoveCost;
|
|
957
|
+
/**
|
|
958
|
+
* The current deployment or provisioning state, which only appears in the response
|
|
959
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
960
|
+
*/
|
|
961
|
+
readonly provisioningState?: string;
|
|
962
|
+
/** The kind of service (Stateless or Stateful). */
|
|
963
|
+
serviceKind?: ServiceKind;
|
|
964
|
+
/** The name of the service type */
|
|
965
|
+
serviceTypeName?: string;
|
|
966
|
+
/** Describes how the service is partitioned. */
|
|
967
|
+
partitionDescription?: PartitionSchemeDescriptionUnion;
|
|
968
|
+
/** The activation Mode of the service package */
|
|
969
|
+
servicePackageActivationMode?: ArmServicePackageActivationMode;
|
|
970
|
+
/** Dns name used for the service. If this is specified, then the service can be accessed via its DNS name instead of service name. */
|
|
971
|
+
serviceDnsName?: string;
|
|
972
|
+
}
|
|
973
|
+
/** The service resource for patch operations. */
|
|
974
|
+
export interface ServiceResourceUpdate extends ProxyResource {
|
|
975
|
+
/** 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)". */
|
|
976
|
+
placementConstraints?: string;
|
|
977
|
+
/** A list that describes the correlation of the service with other services. */
|
|
978
|
+
correlationScheme?: ServiceCorrelationDescription[];
|
|
979
|
+
/** The service load metrics is given as an array of ServiceLoadMetricDescription objects. */
|
|
980
|
+
serviceLoadMetrics?: ServiceLoadMetricDescription[];
|
|
981
|
+
/** A list that describes the correlation of the service with other services. */
|
|
982
|
+
servicePlacementPolicies?: ServicePlacementPolicyDescription[];
|
|
983
|
+
/** Specifies the move cost for the service. */
|
|
984
|
+
defaultMoveCost?: MoveCost;
|
|
985
|
+
/** The kind of service (Stateless or Stateful). */
|
|
986
|
+
serviceKind?: ServiceKind;
|
|
987
|
+
}
|
|
988
|
+
/** The application resource properties. */
|
|
989
|
+
export interface ApplicationResourceProperties extends ApplicationResourceUpdateProperties {
|
|
990
|
+
/**
|
|
991
|
+
* The current deployment or provisioning state, which only appears in the response
|
|
992
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
993
|
+
*/
|
|
994
|
+
readonly provisioningState?: string;
|
|
995
|
+
/** The application type name as defined in the application manifest. */
|
|
996
|
+
typeName?: string;
|
|
997
|
+
}
|
|
998
|
+
/** Describes the named partition scheme of the service. */
|
|
999
|
+
export interface NamedPartitionSchemeDescription extends PartitionSchemeDescription {
|
|
1000
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1001
|
+
partitionScheme: "Named";
|
|
1002
|
+
/** The number of partitions. */
|
|
1003
|
+
count: number;
|
|
1004
|
+
/** Array of size specified by the ‘count’ parameter, for the names of the partitions. */
|
|
1005
|
+
names: string[];
|
|
1006
|
+
}
|
|
1007
|
+
/** SingletonPartitionSchemeDescription */
|
|
1008
|
+
export interface SingletonPartitionSchemeDescription extends PartitionSchemeDescription {
|
|
1009
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1010
|
+
partitionScheme: "Singleton";
|
|
1011
|
+
}
|
|
1012
|
+
/** Describes a partitioning scheme where an integer range is allocated evenly across a number of partitions. */
|
|
1013
|
+
export interface UniformInt64RangePartitionSchemeDescription extends PartitionSchemeDescription {
|
|
1014
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1015
|
+
partitionScheme: "UniformInt64Range";
|
|
1016
|
+
/** The number of partitions. */
|
|
1017
|
+
count: number;
|
|
1018
|
+
/**
|
|
1019
|
+
* String indicating the lower bound of the partition key range that
|
|
1020
|
+
* should be split between the partition ‘count’
|
|
1021
|
+
*
|
|
1022
|
+
*/
|
|
1023
|
+
lowKey: string;
|
|
1024
|
+
/**
|
|
1025
|
+
* String indicating the upper bound of the partition key range that
|
|
1026
|
+
* should be split between the partition ‘count’
|
|
1027
|
+
*
|
|
1028
|
+
*/
|
|
1029
|
+
highKey: string;
|
|
1030
|
+
}
|
|
1031
|
+
/** The service resource properties. */
|
|
1032
|
+
export interface ServiceResourceProperties extends ServiceResourcePropertiesBase {
|
|
1033
|
+
/**
|
|
1034
|
+
* The current deployment or provisioning state, which only appears in the response
|
|
1035
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1036
|
+
*/
|
|
1037
|
+
readonly provisioningState?: string;
|
|
1038
|
+
/** The kind of service (Stateless or Stateful). */
|
|
1039
|
+
serviceKind: ServiceKind;
|
|
1040
|
+
/** The name of the service type */
|
|
1041
|
+
serviceTypeName?: string;
|
|
1042
|
+
/** Describes how the service is partitioned. */
|
|
1043
|
+
partitionDescription?: PartitionSchemeDescriptionUnion;
|
|
1044
|
+
/** The activation Mode of the service package */
|
|
1045
|
+
servicePackageActivationMode?: ArmServicePackageActivationMode;
|
|
1046
|
+
/** Dns name used for the service. If this is specified, then the service can be accessed via its DNS name instead of service name. */
|
|
1047
|
+
serviceDnsName?: string;
|
|
1048
|
+
}
|
|
1049
|
+
/** The service resource properties for patch operations. */
|
|
1050
|
+
export interface ServiceResourceUpdateProperties extends ServiceResourcePropertiesBase {
|
|
1051
|
+
/** The kind of service (Stateless or Stateful). */
|
|
1052
|
+
serviceKind: ServiceKind;
|
|
1053
|
+
}
|
|
1054
|
+
/** The properties of a stateful service resource. */
|
|
1055
|
+
export interface StatefulServiceProperties extends ServiceResourceProperties {
|
|
1056
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1057
|
+
serviceKind: "Stateful";
|
|
1058
|
+
/** 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. */
|
|
1059
|
+
hasPersistedState?: boolean;
|
|
1060
|
+
/** The target replica set size as a number. */
|
|
1061
|
+
targetReplicaSetSize?: number;
|
|
1062
|
+
/** The minimum replica set size as a number. */
|
|
1063
|
+
minReplicaSetSize?: number;
|
|
1064
|
+
/** The duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format (hh:mm:ss.s). */
|
|
1065
|
+
replicaRestartWaitDuration?: Date;
|
|
1066
|
+
/** 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.s). */
|
|
1067
|
+
quorumLossWaitDuration?: Date;
|
|
1068
|
+
/** The definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format (hh:mm:ss.s). */
|
|
1069
|
+
standByReplicaKeepDuration?: Date;
|
|
1070
|
+
}
|
|
1071
|
+
/** The properties of a stateless service resource. */
|
|
1072
|
+
export interface StatelessServiceProperties extends ServiceResourceProperties {
|
|
1073
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1074
|
+
serviceKind: "Stateless";
|
|
1075
|
+
/** The instance count. */
|
|
1076
|
+
instanceCount?: number;
|
|
1077
|
+
/** Delay duration for RequestDrain feature to ensures that the endpoint advertised by the stateless instance is removed before the delay starts prior to closing the instance. This delay enables existing requests to drain gracefully before the instance actually goes down (https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-application-upgrade-advanced#avoid-connection-drops-during-stateless-service-planned-downtime-preview). It is represented in ISO 8601 format (hh:mm:ss.s). */
|
|
1078
|
+
instanceCloseDelayDuration?: string;
|
|
1079
|
+
}
|
|
1080
|
+
/** The properties of a stateful service resource for patch operations. */
|
|
1081
|
+
export interface StatefulServiceUpdateProperties extends ServiceResourceUpdateProperties {
|
|
1082
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1083
|
+
serviceKind: "Stateful";
|
|
1084
|
+
/** The target replica set size as a number. */
|
|
1085
|
+
targetReplicaSetSize?: number;
|
|
1086
|
+
/** The minimum replica set size as a number. */
|
|
1087
|
+
minReplicaSetSize?: number;
|
|
1088
|
+
/** The duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format (hh:mm:ss.s). */
|
|
1089
|
+
replicaRestartWaitDuration?: Date;
|
|
1090
|
+
/** 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.s). */
|
|
1091
|
+
quorumLossWaitDuration?: Date;
|
|
1092
|
+
/** The definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format (hh:mm:ss.s). */
|
|
1093
|
+
standByReplicaKeepDuration?: Date;
|
|
1094
|
+
}
|
|
1095
|
+
/** The properties of a stateless service resource for patch operations. */
|
|
1096
|
+
export interface StatelessServiceUpdateProperties extends ServiceResourceUpdateProperties {
|
|
1097
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1098
|
+
serviceKind: "Stateless";
|
|
1099
|
+
/** The instance count. */
|
|
1100
|
+
instanceCount?: number;
|
|
1101
|
+
/** Delay duration for RequestDrain feature to ensures that the endpoint advertised by the stateless instance is removed before the delay starts prior to closing the instance. This delay enables existing requests to drain gracefully before the instance actually goes down (https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-application-upgrade-advanced#avoid-connection-drops-during-stateless-service-planned-downtime-preview). It is first interpreted as a string representing an ISO 8601 duration. It is represented in ISO 8601 format (hh:mm:ss.s). */
|
|
1102
|
+
instanceCloseDelayDuration?: string;
|
|
1103
|
+
}
|
|
1104
|
+
/** Known values of {@link AddOnFeatures} that the service accepts. */
|
|
1105
|
+
export declare enum KnownAddOnFeatures {
|
|
1106
|
+
/** RepairManager */
|
|
1107
|
+
RepairManager = "RepairManager",
|
|
1108
|
+
/** DnsService */
|
|
1109
|
+
DnsService = "DnsService",
|
|
1110
|
+
/** BackupRestoreService */
|
|
1111
|
+
BackupRestoreService = "BackupRestoreService",
|
|
1112
|
+
/** ResourceMonitorService */
|
|
1113
|
+
ResourceMonitorService = "ResourceMonitorService"
|
|
1114
|
+
}
|
|
1115
|
+
/**
|
|
1116
|
+
* Defines values for AddOnFeatures. \
|
|
1117
|
+
* {@link KnownAddOnFeatures} can be used interchangeably with AddOnFeatures,
|
|
1118
|
+
* this enum contains the known values that the service supports.
|
|
1119
|
+
* ### Known values supported by the service
|
|
1120
|
+
* **RepairManager** \
|
|
1121
|
+
* **DnsService** \
|
|
1122
|
+
* **BackupRestoreService** \
|
|
1123
|
+
* **ResourceMonitorService**
|
|
1124
|
+
*/
|
|
1125
|
+
export type AddOnFeatures = string;
|
|
1126
|
+
/** Known values of {@link ClusterEnvironment} that the service accepts. */
|
|
1127
|
+
export declare enum KnownClusterEnvironment {
|
|
1128
|
+
/** Windows */
|
|
1129
|
+
Windows = "Windows",
|
|
1130
|
+
/** Linux */
|
|
1131
|
+
Linux = "Linux"
|
|
1132
|
+
}
|
|
1133
|
+
/**
|
|
1134
|
+
* Defines values for ClusterEnvironment. \
|
|
1135
|
+
* {@link KnownClusterEnvironment} can be used interchangeably with ClusterEnvironment,
|
|
1136
|
+
* this enum contains the known values that the service supports.
|
|
1137
|
+
* ### Known values supported by the service
|
|
1138
|
+
* **Windows** \
|
|
1139
|
+
* **Linux**
|
|
1140
|
+
*/
|
|
1141
|
+
export type ClusterEnvironment = string;
|
|
1142
|
+
/** Known values of {@link StoreName} that the service accepts. */
|
|
1143
|
+
export declare enum KnownStoreName {
|
|
1144
|
+
/** AddressBook */
|
|
1145
|
+
AddressBook = "AddressBook",
|
|
1146
|
+
/** AuthRoot */
|
|
1147
|
+
AuthRoot = "AuthRoot",
|
|
1148
|
+
/** CertificateAuthority */
|
|
1149
|
+
CertificateAuthority = "CertificateAuthority",
|
|
1150
|
+
/** Disallowed */
|
|
1151
|
+
Disallowed = "Disallowed",
|
|
1152
|
+
/** My */
|
|
1153
|
+
My = "My",
|
|
1154
|
+
/** Root */
|
|
1155
|
+
Root = "Root",
|
|
1156
|
+
/** TrustedPeople */
|
|
1157
|
+
TrustedPeople = "TrustedPeople",
|
|
1158
|
+
/** TrustedPublisher */
|
|
1159
|
+
TrustedPublisher = "TrustedPublisher"
|
|
1160
|
+
}
|
|
1161
|
+
/**
|
|
1162
|
+
* Defines values for StoreName. \
|
|
1163
|
+
* {@link KnownStoreName} can be used interchangeably with StoreName,
|
|
1164
|
+
* this enum contains the known values that the service supports.
|
|
1165
|
+
* ### Known values supported by the service
|
|
1166
|
+
* **AddressBook** \
|
|
1167
|
+
* **AuthRoot** \
|
|
1168
|
+
* **CertificateAuthority** \
|
|
1169
|
+
* **Disallowed** \
|
|
1170
|
+
* **My** \
|
|
1171
|
+
* **Root** \
|
|
1172
|
+
* **TrustedPeople** \
|
|
1173
|
+
* **TrustedPublisher**
|
|
1174
|
+
*/
|
|
1175
|
+
export type StoreName = string;
|
|
1176
|
+
/** Known values of {@link ClusterState} that the service accepts. */
|
|
1177
|
+
export declare enum KnownClusterState {
|
|
1178
|
+
/** WaitingForNodes */
|
|
1179
|
+
WaitingForNodes = "WaitingForNodes",
|
|
1180
|
+
/** Deploying */
|
|
1181
|
+
Deploying = "Deploying",
|
|
1182
|
+
/** BaselineUpgrade */
|
|
1183
|
+
BaselineUpgrade = "BaselineUpgrade",
|
|
1184
|
+
/** UpdatingUserConfiguration */
|
|
1185
|
+
UpdatingUserConfiguration = "UpdatingUserConfiguration",
|
|
1186
|
+
/** UpdatingUserCertificate */
|
|
1187
|
+
UpdatingUserCertificate = "UpdatingUserCertificate",
|
|
1188
|
+
/** UpdatingInfrastructure */
|
|
1189
|
+
UpdatingInfrastructure = "UpdatingInfrastructure",
|
|
1190
|
+
/** EnforcingClusterVersion */
|
|
1191
|
+
EnforcingClusterVersion = "EnforcingClusterVersion",
|
|
1192
|
+
/** UpgradeServiceUnreachable */
|
|
1193
|
+
UpgradeServiceUnreachable = "UpgradeServiceUnreachable",
|
|
1194
|
+
/** AutoScale */
|
|
1195
|
+
AutoScale = "AutoScale",
|
|
1196
|
+
/** Ready */
|
|
1197
|
+
Ready = "Ready"
|
|
1198
|
+
}
|
|
1199
|
+
/**
|
|
1200
|
+
* Defines values for ClusterState. \
|
|
1201
|
+
* {@link KnownClusterState} can be used interchangeably with ClusterState,
|
|
1202
|
+
* this enum contains the known values that the service supports.
|
|
1203
|
+
* ### Known values supported by the service
|
|
1204
|
+
* **WaitingForNodes** \
|
|
1205
|
+
* **Deploying** \
|
|
1206
|
+
* **BaselineUpgrade** \
|
|
1207
|
+
* **UpdatingUserConfiguration** \
|
|
1208
|
+
* **UpdatingUserCertificate** \
|
|
1209
|
+
* **UpdatingInfrastructure** \
|
|
1210
|
+
* **EnforcingClusterVersion** \
|
|
1211
|
+
* **UpgradeServiceUnreachable** \
|
|
1212
|
+
* **AutoScale** \
|
|
1213
|
+
* **Ready**
|
|
1214
|
+
*/
|
|
1215
|
+
export type ClusterState = string;
|
|
1216
|
+
/** Known values of {@link DurabilityLevel} that the service accepts. */
|
|
1217
|
+
export declare enum KnownDurabilityLevel {
|
|
1218
|
+
/** Bronze */
|
|
1219
|
+
Bronze = "Bronze",
|
|
1220
|
+
/** Silver */
|
|
1221
|
+
Silver = "Silver",
|
|
1222
|
+
/** Gold */
|
|
1223
|
+
Gold = "Gold"
|
|
1224
|
+
}
|
|
1225
|
+
/**
|
|
1226
|
+
* Defines values for DurabilityLevel. \
|
|
1227
|
+
* {@link KnownDurabilityLevel} can be used interchangeably with DurabilityLevel,
|
|
1228
|
+
* this enum contains the known values that the service supports.
|
|
1229
|
+
* ### Known values supported by the service
|
|
1230
|
+
* **Bronze** \
|
|
1231
|
+
* **Silver** \
|
|
1232
|
+
* **Gold**
|
|
1233
|
+
*/
|
|
1234
|
+
export type DurabilityLevel = string;
|
|
1235
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
1236
|
+
export declare enum KnownProvisioningState {
|
|
1237
|
+
/** Updating */
|
|
1238
|
+
Updating = "Updating",
|
|
1239
|
+
/** Succeeded */
|
|
1240
|
+
Succeeded = "Succeeded",
|
|
1241
|
+
/** Failed */
|
|
1242
|
+
Failed = "Failed",
|
|
1243
|
+
/** Canceled */
|
|
1244
|
+
Canceled = "Canceled"
|
|
1245
|
+
}
|
|
1246
|
+
/**
|
|
1247
|
+
* Defines values for ProvisioningState. \
|
|
1248
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
1249
|
+
* this enum contains the known values that the service supports.
|
|
1250
|
+
* ### Known values supported by the service
|
|
1251
|
+
* **Updating** \
|
|
1252
|
+
* **Succeeded** \
|
|
1253
|
+
* **Failed** \
|
|
1254
|
+
* **Canceled**
|
|
1255
|
+
*/
|
|
1256
|
+
export type ProvisioningState = string;
|
|
1257
|
+
/** Known values of {@link ReliabilityLevel} that the service accepts. */
|
|
1258
|
+
export declare enum KnownReliabilityLevel {
|
|
1259
|
+
/** None */
|
|
1260
|
+
None = "None",
|
|
1261
|
+
/** Bronze */
|
|
1262
|
+
Bronze = "Bronze",
|
|
1263
|
+
/** Silver */
|
|
1264
|
+
Silver = "Silver",
|
|
1265
|
+
/** Gold */
|
|
1266
|
+
Gold = "Gold",
|
|
1267
|
+
/** Platinum */
|
|
1268
|
+
Platinum = "Platinum"
|
|
1269
|
+
}
|
|
1270
|
+
/**
|
|
1271
|
+
* Defines values for ReliabilityLevel. \
|
|
1272
|
+
* {@link KnownReliabilityLevel} can be used interchangeably with ReliabilityLevel,
|
|
1273
|
+
* this enum contains the known values that the service supports.
|
|
1274
|
+
* ### Known values supported by the service
|
|
1275
|
+
* **None** \
|
|
1276
|
+
* **Bronze** \
|
|
1277
|
+
* **Silver** \
|
|
1278
|
+
* **Gold** \
|
|
1279
|
+
* **Platinum**
|
|
1280
|
+
*/
|
|
1281
|
+
export type ReliabilityLevel = string;
|
|
1282
|
+
/** Known values of {@link UpgradeMode} that the service accepts. */
|
|
1283
|
+
export declare enum KnownUpgradeMode {
|
|
1284
|
+
/** The cluster will be automatically upgraded to the latest Service Fabric runtime version, **upgradeWave** will determine when the upgrade starts after the new version becomes available. */
|
|
1285
|
+
Automatic = "Automatic",
|
|
1286
|
+
/** 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. */
|
|
1287
|
+
Manual = "Manual"
|
|
1288
|
+
}
|
|
1289
|
+
/**
|
|
1290
|
+
* Defines values for UpgradeMode. \
|
|
1291
|
+
* {@link KnownUpgradeMode} can be used interchangeably with UpgradeMode,
|
|
1292
|
+
* this enum contains the known values that the service supports.
|
|
1293
|
+
* ### Known values supported by the service
|
|
1294
|
+
* **Automatic**: The cluster will be automatically upgraded to the latest Service Fabric runtime version, **upgradeWave** will determine when the upgrade starts after the new version becomes available. \
|
|
1295
|
+
* **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.
|
|
1296
|
+
*/
|
|
1297
|
+
export type UpgradeMode = string;
|
|
1298
|
+
/** Known values of {@link SfZonalUpgradeMode} that the service accepts. */
|
|
1299
|
+
export declare enum KnownSfZonalUpgradeMode {
|
|
1300
|
+
/** VMs under the node type are grouped into UDs and ignore the zone info in five UDs. This setting causes UDs across all zones to be upgraded at the same time. This deployment mode is faster for upgrades, we don't recommend it because it goes against the SDP guidelines, which state that the updates should be applied to one zone at a time. */
|
|
1301
|
+
Parallel = "Parallel",
|
|
1302
|
+
/** If this value is omitted or set to Hierarchical, VMs are grouped to reflect the zonal distribution in up to 15 UDs. Each of the three zones has five UDs. This ensures that the zones are updated one at a time, moving to next zone only after completing five UDs within the first zone. This update process is safer for the cluster and the user application. */
|
|
1303
|
+
Hierarchical = "Hierarchical"
|
|
1304
|
+
}
|
|
1305
|
+
/**
|
|
1306
|
+
* Defines values for SfZonalUpgradeMode. \
|
|
1307
|
+
* {@link KnownSfZonalUpgradeMode} can be used interchangeably with SfZonalUpgradeMode,
|
|
1308
|
+
* this enum contains the known values that the service supports.
|
|
1309
|
+
* ### Known values supported by the service
|
|
1310
|
+
* **Parallel**: VMs under the node type are grouped into UDs and ignore the zone info in five UDs. This setting causes UDs across all zones to be upgraded at the same time. This deployment mode is faster for upgrades, we don't recommend it because it goes against the SDP guidelines, which state that the updates should be applied to one zone at a time. \
|
|
1311
|
+
* **Hierarchical**: If this value is omitted or set to Hierarchical, VMs are grouped to reflect the zonal distribution in up to 15 UDs. Each of the three zones has five UDs. This ensures that the zones are updated one at a time, moving to next zone only after completing five UDs within the first zone. This update process is safer for the cluster and the user application.
|
|
1312
|
+
*/
|
|
1313
|
+
export type SfZonalUpgradeMode = string;
|
|
1314
|
+
/** Known values of {@link VmssZonalUpgradeMode} that the service accepts. */
|
|
1315
|
+
export declare enum KnownVmssZonalUpgradeMode {
|
|
1316
|
+
/** Updates will happen in all Availability Zones at once for the virtual machine scale sets. */
|
|
1317
|
+
Parallel = "Parallel",
|
|
1318
|
+
/** VMs are grouped to reflect the zonal distribution in up to 15 UDs. Each of the three zones has five UDs. This ensures that the zones are updated one at a time, moving to next zone only after completing five UDs within the first zone. */
|
|
1319
|
+
Hierarchical = "Hierarchical"
|
|
1320
|
+
}
|
|
1321
|
+
/**
|
|
1322
|
+
* Defines values for VmssZonalUpgradeMode. \
|
|
1323
|
+
* {@link KnownVmssZonalUpgradeMode} can be used interchangeably with VmssZonalUpgradeMode,
|
|
1324
|
+
* this enum contains the known values that the service supports.
|
|
1325
|
+
* ### Known values supported by the service
|
|
1326
|
+
* **Parallel**: Updates will happen in all Availability Zones at once for the virtual machine scale sets. \
|
|
1327
|
+
* **Hierarchical**: VMs are grouped to reflect the zonal distribution in up to 15 UDs. Each of the three zones has five UDs. This ensures that the zones are updated one at a time, moving to next zone only after completing five UDs within the first zone.
|
|
1328
|
+
*/
|
|
1329
|
+
export type VmssZonalUpgradeMode = string;
|
|
1330
|
+
/** Known values of {@link ClusterUpgradeCadence} that the service accepts. */
|
|
1331
|
+
export declare enum KnownClusterUpgradeCadence {
|
|
1332
|
+
/** Cluster upgrade starts immediately after a new version is rolled out. Recommended for Test\/Dev clusters. */
|
|
1333
|
+
Wave0 = "Wave0",
|
|
1334
|
+
/** Cluster upgrade starts 7 days after a new version is rolled out. Recommended for Pre-prod clusters. */
|
|
1335
|
+
Wave1 = "Wave1",
|
|
1336
|
+
/** Cluster upgrade starts 14 days after a new version is rolled out. Recommended for Production clusters. */
|
|
1337
|
+
Wave2 = "Wave2"
|
|
1338
|
+
}
|
|
1339
|
+
/**
|
|
1340
|
+
* Defines values for ClusterUpgradeCadence. \
|
|
1341
|
+
* {@link KnownClusterUpgradeCadence} can be used interchangeably with ClusterUpgradeCadence,
|
|
1342
|
+
* this enum contains the known values that the service supports.
|
|
1343
|
+
* ### Known values supported by the service
|
|
1344
|
+
* **Wave0**: Cluster upgrade starts immediately after a new version is rolled out. Recommended for Test\/Dev clusters. \
|
|
1345
|
+
* **Wave1**: Cluster upgrade starts 7 days after a new version is rolled out. Recommended for Pre-prod clusters. \
|
|
1346
|
+
* **Wave2**: Cluster upgrade starts 14 days after a new version is rolled out. Recommended for Production clusters.
|
|
1347
|
+
*/
|
|
1348
|
+
export type ClusterUpgradeCadence = string;
|
|
1349
|
+
/** Known values of {@link NotificationCategory} that the service accepts. */
|
|
1350
|
+
export declare enum KnownNotificationCategory {
|
|
1351
|
+
/** Notification will be regarding wave progress. */
|
|
1352
|
+
WaveProgress = "WaveProgress"
|
|
1353
|
+
}
|
|
1354
|
+
/**
|
|
1355
|
+
* Defines values for NotificationCategory. \
|
|
1356
|
+
* {@link KnownNotificationCategory} can be used interchangeably with NotificationCategory,
|
|
1357
|
+
* this enum contains the known values that the service supports.
|
|
1358
|
+
* ### Known values supported by the service
|
|
1359
|
+
* **WaveProgress**: Notification will be regarding wave progress.
|
|
1360
|
+
*/
|
|
1361
|
+
export type NotificationCategory = string;
|
|
1362
|
+
/** Known values of {@link NotificationLevel} that the service accepts. */
|
|
1363
|
+
export declare enum KnownNotificationLevel {
|
|
1364
|
+
/** Receive only critical notifications. */
|
|
1365
|
+
Critical = "Critical",
|
|
1366
|
+
/** Receive all notifications. */
|
|
1367
|
+
All = "All"
|
|
1368
|
+
}
|
|
1369
|
+
/**
|
|
1370
|
+
* Defines values for NotificationLevel. \
|
|
1371
|
+
* {@link KnownNotificationLevel} can be used interchangeably with NotificationLevel,
|
|
1372
|
+
* this enum contains the known values that the service supports.
|
|
1373
|
+
* ### Known values supported by the service
|
|
1374
|
+
* **Critical**: Receive only critical notifications. \
|
|
1375
|
+
* **All**: Receive all notifications.
|
|
1376
|
+
*/
|
|
1377
|
+
export type NotificationLevel = string;
|
|
1378
|
+
/** Known values of {@link NotificationChannel} that the service accepts. */
|
|
1379
|
+
export declare enum KnownNotificationChannel {
|
|
1380
|
+
/** For email user receivers. In this case, the parameter receivers should be a list of email addresses that will receive the notifications. */
|
|
1381
|
+
EmailUser = "EmailUser",
|
|
1382
|
+
/** For subscription receivers. In this case, the parameter receivers should be a list of roles of the subscription for the cluster (eg. Owner, AccountAdmin, etc) that will receive the notifications. */
|
|
1383
|
+
EmailSubscription = "EmailSubscription"
|
|
1384
|
+
}
|
|
1385
|
+
/**
|
|
1386
|
+
* Defines values for NotificationChannel. \
|
|
1387
|
+
* {@link KnownNotificationChannel} can be used interchangeably with NotificationChannel,
|
|
1388
|
+
* this enum contains the known values that the service supports.
|
|
1389
|
+
* ### Known values supported by the service
|
|
1390
|
+
* **EmailUser**: For email user receivers. In this case, the parameter receivers should be a list of email addresses that will receive the notifications. \
|
|
1391
|
+
* **EmailSubscription**: For subscription receivers. In this case, the parameter receivers should be a list of roles of the subscription for the cluster (eg. Owner, AccountAdmin, etc) that will receive the notifications.
|
|
1392
|
+
*/
|
|
1393
|
+
export type NotificationChannel = string;
|
|
1394
|
+
/** Known values of {@link ClusterVersionsEnvironment} that the service accepts. */
|
|
1395
|
+
export declare enum KnownClusterVersionsEnvironment {
|
|
1396
|
+
/** Windows */
|
|
1397
|
+
Windows = "Windows",
|
|
1398
|
+
/** Linux */
|
|
1399
|
+
Linux = "Linux"
|
|
1400
|
+
}
|
|
1401
|
+
/**
|
|
1402
|
+
* Defines values for ClusterVersionsEnvironment. \
|
|
1403
|
+
* {@link KnownClusterVersionsEnvironment} can be used interchangeably with ClusterVersionsEnvironment,
|
|
1404
|
+
* this enum contains the known values that the service supports.
|
|
1405
|
+
* ### Known values supported by the service
|
|
1406
|
+
* **Windows** \
|
|
1407
|
+
* **Linux**
|
|
1408
|
+
*/
|
|
1409
|
+
export type ClusterVersionsEnvironment = string;
|
|
1410
|
+
/** Known values of {@link ArmUpgradeFailureAction} that the service accepts. */
|
|
1411
|
+
export declare enum KnownArmUpgradeFailureAction {
|
|
1412
|
+
/** Indicates that a rollback of the upgrade will be performed by Service Fabric if the upgrade fails. */
|
|
1413
|
+
Rollback = "Rollback",
|
|
1414
|
+
/** 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. */
|
|
1415
|
+
Manual = "Manual"
|
|
1416
|
+
}
|
|
1417
|
+
/**
|
|
1418
|
+
* Defines values for ArmUpgradeFailureAction. \
|
|
1419
|
+
* {@link KnownArmUpgradeFailureAction} can be used interchangeably with ArmUpgradeFailureAction,
|
|
1420
|
+
* this enum contains the known values that the service supports.
|
|
1421
|
+
* ### Known values supported by the service
|
|
1422
|
+
* **Rollback**: Indicates that a rollback of the upgrade will be performed by Service Fabric if the upgrade fails. \
|
|
1423
|
+
* **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.
|
|
1424
|
+
*/
|
|
1425
|
+
export type ArmUpgradeFailureAction = string;
|
|
1426
|
+
/** Known values of {@link RollingUpgradeMode} that the service accepts. */
|
|
1427
|
+
export declare enum KnownRollingUpgradeMode {
|
|
1428
|
+
/** Indicates the upgrade mode is invalid. All Service Fabric enumerations have the invalid type. The value is zero. */
|
|
1429
|
+
Invalid = "Invalid",
|
|
1430
|
+
/** The upgrade will proceed automatically without performing any health monitoring. The value is 1 */
|
|
1431
|
+
UnmonitoredAuto = "UnmonitoredAuto",
|
|
1432
|
+
/** The upgrade will stop after completing each upgrade domain, giving the opportunity to manually monitor health before proceeding. The value is 2 */
|
|
1433
|
+
UnmonitoredManual = "UnmonitoredManual",
|
|
1434
|
+
/** The upgrade will stop after completing each upgrade domain and automatically monitor health before proceeding. The value is 3 */
|
|
1435
|
+
Monitored = "Monitored"
|
|
1436
|
+
}
|
|
1437
|
+
/**
|
|
1438
|
+
* Defines values for RollingUpgradeMode. \
|
|
1439
|
+
* {@link KnownRollingUpgradeMode} can be used interchangeably with RollingUpgradeMode,
|
|
1440
|
+
* this enum contains the known values that the service supports.
|
|
1441
|
+
* ### Known values supported by the service
|
|
1442
|
+
* **Invalid**: Indicates the upgrade mode is invalid. All Service Fabric enumerations have the invalid type. The value is zero. \
|
|
1443
|
+
* **UnmonitoredAuto**: The upgrade will proceed automatically without performing any health monitoring. The value is 1 \
|
|
1444
|
+
* **UnmonitoredManual**: The upgrade will stop after completing each upgrade domain, giving the opportunity to manually monitor health before proceeding. The value is 2 \
|
|
1445
|
+
* **Monitored**: The upgrade will stop after completing each upgrade domain and automatically monitor health before proceeding. The value is 3
|
|
1446
|
+
*/
|
|
1447
|
+
export type RollingUpgradeMode = string;
|
|
1448
|
+
/** Known values of {@link ServiceKind} that the service accepts. */
|
|
1449
|
+
export declare enum KnownServiceKind {
|
|
1450
|
+
/** Indicates the service kind is invalid. All Service Fabric enumerations have the invalid type. The value is zero. */
|
|
1451
|
+
Invalid = "Invalid",
|
|
1452
|
+
/** Does not use Service Fabric to make its state highly available or reliable. The value is 1. */
|
|
1453
|
+
Stateless = "Stateless",
|
|
1454
|
+
/** Uses Service Fabric to make its state or part of its state highly available and reliable. The value is 2. */
|
|
1455
|
+
Stateful = "Stateful"
|
|
1456
|
+
}
|
|
1457
|
+
/**
|
|
1458
|
+
* Defines values for ServiceKind. \
|
|
1459
|
+
* {@link KnownServiceKind} can be used interchangeably with ServiceKind,
|
|
1460
|
+
* this enum contains the known values that the service supports.
|
|
1461
|
+
* ### Known values supported by the service
|
|
1462
|
+
* **Invalid**: Indicates the service kind is invalid. All Service Fabric enumerations have the invalid type. The value is zero. \
|
|
1463
|
+
* **Stateless**: Does not use Service Fabric to make its state highly available or reliable. The value is 1. \
|
|
1464
|
+
* **Stateful**: Uses Service Fabric to make its state or part of its state highly available and reliable. The value is 2.
|
|
1465
|
+
*/
|
|
1466
|
+
export type ServiceKind = string;
|
|
1467
|
+
/** Known values of {@link PartitionScheme} that the service accepts. */
|
|
1468
|
+
export declare enum KnownPartitionScheme {
|
|
1469
|
+
/** Indicates the partition kind is invalid. All Service Fabric enumerations have the invalid type. The value is zero. */
|
|
1470
|
+
Invalid = "Invalid",
|
|
1471
|
+
/** Indicates that the partition is based on string names, and is a SingletonPartitionSchemeDescription object, The value is 1. */
|
|
1472
|
+
Singleton = "Singleton",
|
|
1473
|
+
/** Indicates that the partition is based on Int64 key ranges, and is a UniformInt64RangePartitionSchemeDescription object. The value is 2. */
|
|
1474
|
+
UniformInt64Range = "UniformInt64Range",
|
|
1475
|
+
/** Indicates that the partition is based on string names, and is a NamedPartitionSchemeDescription object. The value is 3 */
|
|
1476
|
+
Named = "Named"
|
|
1477
|
+
}
|
|
1478
|
+
/**
|
|
1479
|
+
* Defines values for PartitionScheme. \
|
|
1480
|
+
* {@link KnownPartitionScheme} can be used interchangeably with PartitionScheme,
|
|
1481
|
+
* this enum contains the known values that the service supports.
|
|
1482
|
+
* ### Known values supported by the service
|
|
1483
|
+
* **Invalid**: Indicates the partition kind is invalid. All Service Fabric enumerations have the invalid type. The value is zero. \
|
|
1484
|
+
* **Singleton**: Indicates that the partition is based on string names, and is a SingletonPartitionSchemeDescription object, The value is 1. \
|
|
1485
|
+
* **UniformInt64Range**: Indicates that the partition is based on Int64 key ranges, and is a UniformInt64RangePartitionSchemeDescription object. The value is 2. \
|
|
1486
|
+
* **Named**: Indicates that the partition is based on string names, and is a NamedPartitionSchemeDescription object. The value is 3
|
|
1487
|
+
*/
|
|
1488
|
+
export type PartitionScheme = string;
|
|
1489
|
+
/** Known values of {@link ArmServicePackageActivationMode} that the service accepts. */
|
|
1490
|
+
export declare enum KnownArmServicePackageActivationMode {
|
|
1491
|
+
/** Indicates the application package activation mode will use shared process. */
|
|
1492
|
+
SharedProcess = "SharedProcess",
|
|
1493
|
+
/** Indicates the application package activation mode will use exclusive process. */
|
|
1494
|
+
ExclusiveProcess = "ExclusiveProcess"
|
|
1495
|
+
}
|
|
1496
|
+
/**
|
|
1497
|
+
* Defines values for ArmServicePackageActivationMode. \
|
|
1498
|
+
* {@link KnownArmServicePackageActivationMode} can be used interchangeably with ArmServicePackageActivationMode,
|
|
1499
|
+
* this enum contains the known values that the service supports.
|
|
1500
|
+
* ### Known values supported by the service
|
|
1501
|
+
* **SharedProcess**: Indicates the application package activation mode will use shared process. \
|
|
1502
|
+
* **ExclusiveProcess**: Indicates the application package activation mode will use exclusive process.
|
|
1503
|
+
*/
|
|
1504
|
+
export type ArmServicePackageActivationMode = string;
|
|
1505
|
+
/** Known values of {@link ServiceCorrelationScheme} that the service accepts. */
|
|
1506
|
+
export declare enum KnownServiceCorrelationScheme {
|
|
1507
|
+
/** An invalid correlation scheme. Cannot be used. The value is zero. */
|
|
1508
|
+
Invalid = "Invalid",
|
|
1509
|
+
/** Indicates that this service has an affinity relationship with another service. Provided for backwards compatibility, consider preferring the Aligned or NonAlignedAffinity options. The value is 1. */
|
|
1510
|
+
Affinity = "Affinity",
|
|
1511
|
+
/** 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 2. */
|
|
1512
|
+
AlignedAffinity = "AlignedAffinity",
|
|
1513
|
+
/** 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 3. */
|
|
1514
|
+
NonAlignedAffinity = "NonAlignedAffinity"
|
|
1515
|
+
}
|
|
1516
|
+
/**
|
|
1517
|
+
* Defines values for ServiceCorrelationScheme. \
|
|
1518
|
+
* {@link KnownServiceCorrelationScheme} can be used interchangeably with ServiceCorrelationScheme,
|
|
1519
|
+
* this enum contains the known values that the service supports.
|
|
1520
|
+
* ### Known values supported by the service
|
|
1521
|
+
* **Invalid**: An invalid correlation scheme. Cannot be used. The value is zero. \
|
|
1522
|
+
* **Affinity**: Indicates that this service has an affinity relationship with another service. Provided for backwards compatibility, consider preferring the Aligned or NonAlignedAffinity options. The value is 1. \
|
|
1523
|
+
* **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 2. \
|
|
1524
|
+
* **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 3.
|
|
1525
|
+
*/
|
|
1526
|
+
export type ServiceCorrelationScheme = string;
|
|
1527
|
+
/** Known values of {@link ServiceLoadMetricWeight} that the service accepts. */
|
|
1528
|
+
export declare enum KnownServiceLoadMetricWeight {
|
|
1529
|
+
/** Disables resource balancing for this metric. This value is zero. */
|
|
1530
|
+
Zero = "Zero",
|
|
1531
|
+
/** Specifies the metric weight of the service load as Low. The value is 1. */
|
|
1532
|
+
Low = "Low",
|
|
1533
|
+
/** Specifies the metric weight of the service load as Medium. The value is 2. */
|
|
1534
|
+
Medium = "Medium",
|
|
1535
|
+
/** Specifies the metric weight of the service load as High. The value is 3. */
|
|
1536
|
+
High = "High"
|
|
1537
|
+
}
|
|
1538
|
+
/**
|
|
1539
|
+
* Defines values for ServiceLoadMetricWeight. \
|
|
1540
|
+
* {@link KnownServiceLoadMetricWeight} can be used interchangeably with ServiceLoadMetricWeight,
|
|
1541
|
+
* this enum contains the known values that the service supports.
|
|
1542
|
+
* ### Known values supported by the service
|
|
1543
|
+
* **Zero**: Disables resource balancing for this metric. This value is zero. \
|
|
1544
|
+
* **Low**: Specifies the metric weight of the service load as Low. The value is 1. \
|
|
1545
|
+
* **Medium**: Specifies the metric weight of the service load as Medium. The value is 2. \
|
|
1546
|
+
* **High**: Specifies the metric weight of the service load as High. The value is 3.
|
|
1547
|
+
*/
|
|
1548
|
+
export type ServiceLoadMetricWeight = string;
|
|
1549
|
+
/** Known values of {@link ServicePlacementPolicyType} that the service accepts. */
|
|
1550
|
+
export declare enum KnownServicePlacementPolicyType {
|
|
1551
|
+
/** Indicates the type of the placement policy is invalid. All Service Fabric enumerations have the invalid type. The value is zero. */
|
|
1552
|
+
Invalid = "Invalid",
|
|
1553
|
+
/** 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 1. */
|
|
1554
|
+
InvalidDomain = "InvalidDomain",
|
|
1555
|
+
/** 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 2. */
|
|
1556
|
+
RequiredDomain = "RequiredDomain",
|
|
1557
|
+
/** 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 3. */
|
|
1558
|
+
PreferredPrimaryDomain = "PreferredPrimaryDomain",
|
|
1559
|
+
/** 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 4. */
|
|
1560
|
+
RequiredDomainDistribution = "RequiredDomainDistribution",
|
|
1561
|
+
/** 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 5. */
|
|
1562
|
+
NonPartiallyPlaceService = "NonPartiallyPlaceService"
|
|
1563
|
+
}
|
|
1564
|
+
/**
|
|
1565
|
+
* Defines values for ServicePlacementPolicyType. \
|
|
1566
|
+
* {@link KnownServicePlacementPolicyType} can be used interchangeably with ServicePlacementPolicyType,
|
|
1567
|
+
* this enum contains the known values that the service supports.
|
|
1568
|
+
* ### Known values supported by the service
|
|
1569
|
+
* **Invalid**: Indicates the type of the placement policy is invalid. All Service Fabric enumerations have the invalid type. The value is zero. \
|
|
1570
|
+
* **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 1. \
|
|
1571
|
+
* **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 2. \
|
|
1572
|
+
* **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 3. \
|
|
1573
|
+
* **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 4. \
|
|
1574
|
+
* **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 5.
|
|
1575
|
+
*/
|
|
1576
|
+
export type ServicePlacementPolicyType = string;
|
|
1577
|
+
/** Known values of {@link MoveCost} that the service accepts. */
|
|
1578
|
+
export declare enum KnownMoveCost {
|
|
1579
|
+
/** Zero move cost. This value is zero. */
|
|
1580
|
+
Zero = "Zero",
|
|
1581
|
+
/** Specifies the move cost of the service as Low. The value is 1. */
|
|
1582
|
+
Low = "Low",
|
|
1583
|
+
/** Specifies the move cost of the service as Medium. The value is 2. */
|
|
1584
|
+
Medium = "Medium",
|
|
1585
|
+
/** Specifies the move cost of the service as High. The value is 3. */
|
|
1586
|
+
High = "High"
|
|
1587
|
+
}
|
|
1588
|
+
/**
|
|
1589
|
+
* Defines values for MoveCost. \
|
|
1590
|
+
* {@link KnownMoveCost} can be used interchangeably with MoveCost,
|
|
1591
|
+
* this enum contains the known values that the service supports.
|
|
1592
|
+
* ### Known values supported by the service
|
|
1593
|
+
* **Zero**: Zero move cost. This value is zero. \
|
|
1594
|
+
* **Low**: Specifies the move cost of the service as Low. The value is 1. \
|
|
1595
|
+
* **Medium**: Specifies the move cost of the service as Medium. The value is 2. \
|
|
1596
|
+
* **High**: Specifies the move cost of the service as High. The value is 3.
|
|
1597
|
+
*/
|
|
1598
|
+
export type MoveCost = string;
|
|
1599
|
+
/** Defines values for ManagedIdentityType. */
|
|
1600
|
+
export type ManagedIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
|
|
1601
|
+
/** Optional parameters. */
|
|
1602
|
+
export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
1603
|
+
}
|
|
1604
|
+
/** Contains response data for the get operation. */
|
|
1605
|
+
export type ClustersGetResponse = Cluster;
|
|
1606
|
+
/** Optional parameters. */
|
|
1607
|
+
export interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1608
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1609
|
+
updateIntervalInMs?: number;
|
|
1610
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1611
|
+
resumeFrom?: string;
|
|
1612
|
+
}
|
|
1613
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1614
|
+
export type ClustersCreateOrUpdateResponse = Cluster;
|
|
1615
|
+
/** Optional parameters. */
|
|
1616
|
+
export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1617
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1618
|
+
updateIntervalInMs?: number;
|
|
1619
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1620
|
+
resumeFrom?: string;
|
|
1621
|
+
}
|
|
1622
|
+
/** Contains response data for the update operation. */
|
|
1623
|
+
export type ClustersUpdateResponse = Cluster;
|
|
1624
|
+
/** Optional parameters. */
|
|
1625
|
+
export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1626
|
+
}
|
|
1627
|
+
/** Optional parameters. */
|
|
1628
|
+
export interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1629
|
+
}
|
|
1630
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1631
|
+
export type ClustersListByResourceGroupResponse = ClusterListResult;
|
|
1632
|
+
/** Optional parameters. */
|
|
1633
|
+
export interface ClustersListOptionalParams extends coreClient.OperationOptions {
|
|
1634
|
+
}
|
|
1635
|
+
/** Contains response data for the list operation. */
|
|
1636
|
+
export type ClustersListResponse = ClusterListResult;
|
|
1637
|
+
/** Optional parameters. */
|
|
1638
|
+
export interface ClustersListUpgradableVersionsOptionalParams extends coreClient.OperationOptions {
|
|
1639
|
+
/** The upgrade path description with target version. */
|
|
1640
|
+
versionsDescription?: UpgradableVersionsDescription;
|
|
1641
|
+
}
|
|
1642
|
+
/** Contains response data for the listUpgradableVersions operation. */
|
|
1643
|
+
export type ClustersListUpgradableVersionsResponse = UpgradableVersionPathResult;
|
|
1644
|
+
/** Optional parameters. */
|
|
1645
|
+
export interface ClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1646
|
+
}
|
|
1647
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1648
|
+
export type ClustersListByResourceGroupNextResponse = ClusterListResult;
|
|
1649
|
+
/** Optional parameters. */
|
|
1650
|
+
export interface ClustersListNextOptionalParams extends coreClient.OperationOptions {
|
|
1651
|
+
}
|
|
1652
|
+
/** Contains response data for the listNext operation. */
|
|
1653
|
+
export type ClustersListNextResponse = ClusterListResult;
|
|
1654
|
+
/** Optional parameters. */
|
|
1655
|
+
export interface ClusterVersionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1656
|
+
}
|
|
1657
|
+
/** Contains response data for the get operation. */
|
|
1658
|
+
export type ClusterVersionsGetResponse = ClusterCodeVersionsListResult;
|
|
1659
|
+
/** Optional parameters. */
|
|
1660
|
+
export interface ClusterVersionsGetByEnvironmentOptionalParams extends coreClient.OperationOptions {
|
|
1661
|
+
}
|
|
1662
|
+
/** Contains response data for the getByEnvironment operation. */
|
|
1663
|
+
export type ClusterVersionsGetByEnvironmentResponse = ClusterCodeVersionsListResult;
|
|
1664
|
+
/** Optional parameters. */
|
|
1665
|
+
export interface ClusterVersionsListOptionalParams extends coreClient.OperationOptions {
|
|
1666
|
+
}
|
|
1667
|
+
/** Contains response data for the list operation. */
|
|
1668
|
+
export type ClusterVersionsListResponse = ClusterCodeVersionsListResult;
|
|
1669
|
+
/** Optional parameters. */
|
|
1670
|
+
export interface ClusterVersionsListByEnvironmentOptionalParams extends coreClient.OperationOptions {
|
|
1671
|
+
}
|
|
1672
|
+
/** Contains response data for the listByEnvironment operation. */
|
|
1673
|
+
export type ClusterVersionsListByEnvironmentResponse = ClusterCodeVersionsListResult;
|
|
1674
|
+
/** Optional parameters. */
|
|
1675
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1676
|
+
}
|
|
1677
|
+
/** Contains response data for the list operation. */
|
|
1678
|
+
export type OperationsListResponse = OperationListResult;
|
|
1679
|
+
/** Optional parameters. */
|
|
1680
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1681
|
+
}
|
|
1682
|
+
/** Contains response data for the listNext operation. */
|
|
1683
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
1684
|
+
/** Optional parameters. */
|
|
1685
|
+
export interface ApplicationTypesGetOptionalParams extends coreClient.OperationOptions {
|
|
1686
|
+
}
|
|
1687
|
+
/** Contains response data for the get operation. */
|
|
1688
|
+
export type ApplicationTypesGetResponse = ApplicationTypeResource;
|
|
1689
|
+
/** Optional parameters. */
|
|
1690
|
+
export interface ApplicationTypesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1691
|
+
}
|
|
1692
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1693
|
+
export type ApplicationTypesCreateOrUpdateResponse = ApplicationTypeResource;
|
|
1694
|
+
/** Optional parameters. */
|
|
1695
|
+
export interface ApplicationTypesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1696
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1697
|
+
updateIntervalInMs?: number;
|
|
1698
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1699
|
+
resumeFrom?: string;
|
|
1700
|
+
}
|
|
1701
|
+
/** Optional parameters. */
|
|
1702
|
+
export interface ApplicationTypesListOptionalParams extends coreClient.OperationOptions {
|
|
1703
|
+
}
|
|
1704
|
+
/** Contains response data for the list operation. */
|
|
1705
|
+
export type ApplicationTypesListResponse = ApplicationTypeResourceList;
|
|
1706
|
+
/** Optional parameters. */
|
|
1707
|
+
export interface ApplicationTypesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1708
|
+
}
|
|
1709
|
+
/** Contains response data for the listNext operation. */
|
|
1710
|
+
export type ApplicationTypesListNextResponse = ApplicationTypeResourceList;
|
|
1711
|
+
/** Optional parameters. */
|
|
1712
|
+
export interface ApplicationTypeVersionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1713
|
+
}
|
|
1714
|
+
/** Contains response data for the get operation. */
|
|
1715
|
+
export type ApplicationTypeVersionsGetResponse = ApplicationTypeVersionResource;
|
|
1716
|
+
/** Optional parameters. */
|
|
1717
|
+
export interface ApplicationTypeVersionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1718
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1719
|
+
updateIntervalInMs?: number;
|
|
1720
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1721
|
+
resumeFrom?: string;
|
|
1722
|
+
}
|
|
1723
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1724
|
+
export type ApplicationTypeVersionsCreateOrUpdateResponse = ApplicationTypeVersionResource;
|
|
1725
|
+
/** Optional parameters. */
|
|
1726
|
+
export interface ApplicationTypeVersionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1727
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1728
|
+
updateIntervalInMs?: number;
|
|
1729
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1730
|
+
resumeFrom?: string;
|
|
1731
|
+
}
|
|
1732
|
+
/** Optional parameters. */
|
|
1733
|
+
export interface ApplicationTypeVersionsListOptionalParams extends coreClient.OperationOptions {
|
|
1734
|
+
}
|
|
1735
|
+
/** Contains response data for the list operation. */
|
|
1736
|
+
export type ApplicationTypeVersionsListResponse = ApplicationTypeVersionResourceList;
|
|
1737
|
+
/** Optional parameters. */
|
|
1738
|
+
export interface ApplicationTypeVersionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1739
|
+
}
|
|
1740
|
+
/** Contains response data for the listNext operation. */
|
|
1741
|
+
export type ApplicationTypeVersionsListNextResponse = ApplicationTypeVersionResourceList;
|
|
1742
|
+
/** Optional parameters. */
|
|
1743
|
+
export interface ApplicationsGetOptionalParams extends coreClient.OperationOptions {
|
|
1744
|
+
}
|
|
1745
|
+
/** Contains response data for the get operation. */
|
|
1746
|
+
export type ApplicationsGetResponse = ApplicationResource;
|
|
1747
|
+
/** Optional parameters. */
|
|
1748
|
+
export interface ApplicationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1749
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1750
|
+
updateIntervalInMs?: number;
|
|
1751
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1752
|
+
resumeFrom?: string;
|
|
1753
|
+
}
|
|
1754
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1755
|
+
export type ApplicationsCreateOrUpdateResponse = ApplicationResource;
|
|
1756
|
+
/** Optional parameters. */
|
|
1757
|
+
export interface ApplicationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1758
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1759
|
+
updateIntervalInMs?: number;
|
|
1760
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1761
|
+
resumeFrom?: string;
|
|
1762
|
+
}
|
|
1763
|
+
/** Contains response data for the update operation. */
|
|
1764
|
+
export type ApplicationsUpdateResponse = ApplicationResource;
|
|
1765
|
+
/** Optional parameters. */
|
|
1766
|
+
export interface ApplicationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1767
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1768
|
+
updateIntervalInMs?: number;
|
|
1769
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1770
|
+
resumeFrom?: string;
|
|
1771
|
+
}
|
|
1772
|
+
/** Optional parameters. */
|
|
1773
|
+
export interface ApplicationsListOptionalParams extends coreClient.OperationOptions {
|
|
1774
|
+
}
|
|
1775
|
+
/** Contains response data for the list operation. */
|
|
1776
|
+
export type ApplicationsListResponse = ApplicationResourceList;
|
|
1777
|
+
/** Optional parameters. */
|
|
1778
|
+
export interface ApplicationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1779
|
+
}
|
|
1780
|
+
/** Contains response data for the listNext operation. */
|
|
1781
|
+
export type ApplicationsListNextResponse = ApplicationResourceList;
|
|
1782
|
+
/** Optional parameters. */
|
|
1783
|
+
export interface ServicesGetOptionalParams extends coreClient.OperationOptions {
|
|
1784
|
+
}
|
|
1785
|
+
/** Contains response data for the get operation. */
|
|
1786
|
+
export type ServicesGetResponse = ServiceResource;
|
|
1787
|
+
/** Optional parameters. */
|
|
1788
|
+
export interface ServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1789
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1790
|
+
updateIntervalInMs?: number;
|
|
1791
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1792
|
+
resumeFrom?: string;
|
|
1793
|
+
}
|
|
1794
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1795
|
+
export type ServicesCreateOrUpdateResponse = ServiceResource;
|
|
1796
|
+
/** Optional parameters. */
|
|
1797
|
+
export interface ServicesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1798
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1799
|
+
updateIntervalInMs?: number;
|
|
1800
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1801
|
+
resumeFrom?: string;
|
|
1802
|
+
}
|
|
1803
|
+
/** Contains response data for the update operation. */
|
|
1804
|
+
export type ServicesUpdateResponse = ServiceResource;
|
|
1805
|
+
/** Optional parameters. */
|
|
1806
|
+
export interface ServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1807
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1808
|
+
updateIntervalInMs?: number;
|
|
1809
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1810
|
+
resumeFrom?: string;
|
|
1811
|
+
}
|
|
1812
|
+
/** Optional parameters. */
|
|
1813
|
+
export interface ServicesListOptionalParams extends coreClient.OperationOptions {
|
|
1814
|
+
}
|
|
1815
|
+
/** Contains response data for the list operation. */
|
|
1816
|
+
export type ServicesListResponse = ServiceResourceList;
|
|
1817
|
+
/** Optional parameters. */
|
|
1818
|
+
export interface ServicesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1819
|
+
}
|
|
1820
|
+
/** Contains response data for the listNext operation. */
|
|
1821
|
+
export type ServicesListNextResponse = ServiceResourceList;
|
|
1822
|
+
/** Optional parameters. */
|
|
1823
|
+
export interface ServiceFabricManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1824
|
+
/** server parameter */
|
|
1825
|
+
$host?: string;
|
|
1826
|
+
/** Api Version */
|
|
1827
|
+
apiVersion?: string;
|
|
1828
|
+
/** Overrides client endpoint. */
|
|
1829
|
+
endpoint?: string;
|
|
1830
|
+
}
|
|
1831
|
+
//# sourceMappingURL=index.d.ts.map
|