@azure-rest/arm-servicefabric 1.0.0-beta.1 → 1.0.0-beta.3

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.
Files changed (224) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/LICENSE +4 -4
  3. package/README.md +29 -21
  4. package/dist/browser/clientDefinitions.d.ts +137 -0
  5. package/dist/browser/clientDefinitions.d.ts.map +1 -0
  6. package/dist/browser/clientDefinitions.js +4 -0
  7. package/dist/browser/clientDefinitions.js.map +1 -0
  8. package/dist/browser/customizedApiVersionPolicy.d.ts +10 -0
  9. package/dist/browser/customizedApiVersionPolicy.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/customizedApiVersionPolicy.js +1 -1
  11. package/dist/browser/customizedApiVersionPolicy.js.map +1 -0
  12. package/dist/browser/index.d.ts +12 -0
  13. package/dist/browser/index.d.ts.map +1 -0
  14. package/dist/browser/index.js +14 -0
  15. package/dist/browser/index.js.map +1 -0
  16. package/dist/browser/isUnexpected.d.ts +32 -0
  17. package/dist/browser/isUnexpected.d.ts.map +1 -0
  18. package/{dist-esm/src → dist/browser}/isUnexpected.js +64 -121
  19. package/dist/browser/isUnexpected.js.map +1 -0
  20. package/dist/browser/logger.d.ts +2 -0
  21. package/dist/browser/logger.d.ts.map +1 -0
  22. package/dist/browser/logger.js +5 -0
  23. package/dist/browser/logger.js.map +1 -0
  24. package/dist/browser/models.d.ts +772 -0
  25. package/dist/browser/models.d.ts.map +1 -0
  26. package/dist/browser/models.js +4 -0
  27. package/dist/browser/models.js.map +1 -0
  28. package/dist/browser/outputModels.d.ts +861 -0
  29. package/dist/browser/outputModels.d.ts.map +1 -0
  30. package/dist/browser/outputModels.js +4 -0
  31. package/dist/browser/outputModels.js.map +1 -0
  32. package/dist/browser/package.json +3 -0
  33. package/dist/browser/paginateHelper.d.ts +68 -0
  34. package/dist/browser/paginateHelper.d.ts.map +1 -0
  35. package/{dist-esm/src → dist/browser}/paginateHelper.js +70 -3
  36. package/dist/browser/paginateHelper.js.map +1 -0
  37. package/dist/browser/parameters.d.ts +105 -0
  38. package/dist/browser/parameters.d.ts.map +1 -0
  39. package/dist/browser/parameters.js +4 -0
  40. package/dist/browser/parameters.js.map +1 -0
  41. package/dist/browser/pollingHelper.d.ts +76 -0
  42. package/dist/browser/pollingHelper.d.ts.map +1 -0
  43. package/dist/browser/pollingHelper.js +107 -0
  44. package/dist/browser/pollingHelper.js.map +1 -0
  45. package/dist/browser/responses.d.ts +328 -0
  46. package/dist/browser/responses.d.ts.map +1 -0
  47. package/dist/browser/responses.js +4 -0
  48. package/dist/browser/responses.js.map +1 -0
  49. package/dist/browser/serviceFabricClient.d.ts +15 -0
  50. package/dist/browser/serviceFabricClient.d.ts.map +1 -0
  51. package/dist/browser/serviceFabricClient.js +44 -0
  52. package/dist/browser/serviceFabricClient.js.map +1 -0
  53. package/dist/commonjs/clientDefinitions.d.ts +137 -0
  54. package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
  55. package/dist/commonjs/clientDefinitions.js +5 -0
  56. package/dist/commonjs/clientDefinitions.js.map +1 -0
  57. package/dist/commonjs/customizedApiVersionPolicy.d.ts +10 -0
  58. package/dist/commonjs/customizedApiVersionPolicy.d.ts.map +1 -0
  59. package/dist/commonjs/customizedApiVersionPolicy.js +27 -0
  60. package/dist/commonjs/customizedApiVersionPolicy.js.map +1 -0
  61. package/dist/commonjs/index.d.ts +12 -0
  62. package/dist/commonjs/index.d.ts.map +1 -0
  63. package/dist/commonjs/index.js +17 -0
  64. package/dist/commonjs/index.js.map +1 -0
  65. package/dist/commonjs/isUnexpected.d.ts +32 -0
  66. package/dist/commonjs/isUnexpected.d.ts.map +1 -0
  67. package/dist/commonjs/isUnexpected.js +101 -0
  68. package/dist/commonjs/isUnexpected.js.map +1 -0
  69. package/dist/commonjs/logger.d.ts +2 -0
  70. package/dist/commonjs/logger.d.ts.map +1 -0
  71. package/dist/commonjs/logger.js +8 -0
  72. package/dist/commonjs/logger.js.map +1 -0
  73. package/dist/commonjs/models.d.ts +772 -0
  74. package/dist/commonjs/models.d.ts.map +1 -0
  75. package/dist/commonjs/models.js +5 -0
  76. package/dist/commonjs/models.js.map +1 -0
  77. package/dist/commonjs/outputModels.d.ts +861 -0
  78. package/dist/commonjs/outputModels.d.ts.map +1 -0
  79. package/dist/commonjs/outputModels.js +5 -0
  80. package/dist/commonjs/outputModels.js.map +1 -0
  81. package/dist/commonjs/package.json +3 -0
  82. package/dist/commonjs/paginateHelper.d.ts +68 -0
  83. package/dist/commonjs/paginateHelper.d.ts.map +1 -0
  84. package/dist/commonjs/paginateHelper.js +140 -0
  85. package/dist/commonjs/paginateHelper.js.map +1 -0
  86. package/dist/commonjs/parameters.d.ts +105 -0
  87. package/dist/commonjs/parameters.d.ts.map +1 -0
  88. package/dist/commonjs/parameters.js +5 -0
  89. package/dist/commonjs/parameters.js.map +1 -0
  90. package/dist/commonjs/pollingHelper.d.ts +76 -0
  91. package/dist/commonjs/pollingHelper.d.ts.map +1 -0
  92. package/dist/commonjs/pollingHelper.js +110 -0
  93. package/dist/commonjs/pollingHelper.js.map +1 -0
  94. package/dist/commonjs/responses.d.ts +328 -0
  95. package/dist/commonjs/responses.d.ts.map +1 -0
  96. package/dist/commonjs/responses.js +5 -0
  97. package/dist/commonjs/responses.js.map +1 -0
  98. package/dist/commonjs/serviceFabricClient.d.ts +15 -0
  99. package/dist/commonjs/serviceFabricClient.d.ts.map +1 -0
  100. package/dist/commonjs/serviceFabricClient.js +47 -0
  101. package/dist/commonjs/serviceFabricClient.js.map +1 -0
  102. package/dist/commonjs/tsdoc-metadata.json +11 -0
  103. package/dist/esm/clientDefinitions.d.ts +137 -0
  104. package/dist/esm/clientDefinitions.d.ts.map +1 -0
  105. package/dist/esm/clientDefinitions.js +4 -0
  106. package/dist/esm/clientDefinitions.js.map +1 -0
  107. package/dist/esm/customizedApiVersionPolicy.d.ts +10 -0
  108. package/dist/esm/customizedApiVersionPolicy.d.ts.map +1 -0
  109. package/dist/esm/customizedApiVersionPolicy.js +23 -0
  110. package/dist/esm/customizedApiVersionPolicy.js.map +1 -0
  111. package/dist/esm/index.d.ts +12 -0
  112. package/dist/esm/index.d.ts.map +1 -0
  113. package/dist/esm/index.js +14 -0
  114. package/dist/esm/index.js.map +1 -0
  115. package/dist/esm/isUnexpected.d.ts +32 -0
  116. package/dist/esm/isUnexpected.d.ts.map +1 -0
  117. package/dist/esm/isUnexpected.js +98 -0
  118. package/dist/esm/isUnexpected.js.map +1 -0
  119. package/dist/esm/logger.d.ts +2 -0
  120. package/dist/esm/logger.d.ts.map +1 -0
  121. package/dist/esm/logger.js +5 -0
  122. package/dist/esm/logger.js.map +1 -0
  123. package/dist/esm/models.d.ts +772 -0
  124. package/dist/esm/models.d.ts.map +1 -0
  125. package/dist/esm/models.js +4 -0
  126. package/dist/esm/models.js.map +1 -0
  127. package/dist/esm/outputModels.d.ts +861 -0
  128. package/dist/esm/outputModels.d.ts.map +1 -0
  129. package/dist/esm/outputModels.js +4 -0
  130. package/dist/esm/outputModels.js.map +1 -0
  131. package/dist/esm/package.json +3 -0
  132. package/dist/esm/paginateHelper.d.ts +68 -0
  133. package/dist/esm/paginateHelper.d.ts.map +1 -0
  134. package/dist/esm/paginateHelper.js +137 -0
  135. package/dist/esm/paginateHelper.js.map +1 -0
  136. package/dist/esm/parameters.d.ts +105 -0
  137. package/dist/esm/parameters.d.ts.map +1 -0
  138. package/dist/esm/parameters.js +4 -0
  139. package/dist/esm/parameters.js.map +1 -0
  140. package/dist/esm/pollingHelper.d.ts +76 -0
  141. package/dist/esm/pollingHelper.d.ts.map +1 -0
  142. package/dist/esm/pollingHelper.js +107 -0
  143. package/dist/esm/pollingHelper.js.map +1 -0
  144. package/dist/esm/responses.d.ts +328 -0
  145. package/dist/esm/responses.d.ts.map +1 -0
  146. package/dist/esm/responses.js +4 -0
  147. package/dist/esm/responses.js.map +1 -0
  148. package/dist/esm/serviceFabricClient.d.ts +15 -0
  149. package/dist/esm/serviceFabricClient.d.ts.map +1 -0
  150. package/dist/esm/serviceFabricClient.js +44 -0
  151. package/dist/esm/serviceFabricClient.js.map +1 -0
  152. package/dist/react-native/clientDefinitions.d.ts +137 -0
  153. package/dist/react-native/clientDefinitions.d.ts.map +1 -0
  154. package/dist/react-native/clientDefinitions.js +4 -0
  155. package/dist/react-native/clientDefinitions.js.map +1 -0
  156. package/dist/react-native/customizedApiVersionPolicy.d.ts +10 -0
  157. package/dist/react-native/customizedApiVersionPolicy.d.ts.map +1 -0
  158. package/dist/react-native/customizedApiVersionPolicy.js +23 -0
  159. package/dist/react-native/customizedApiVersionPolicy.js.map +1 -0
  160. package/dist/react-native/index.d.ts +12 -0
  161. package/dist/react-native/index.d.ts.map +1 -0
  162. package/dist/react-native/index.js +14 -0
  163. package/dist/react-native/index.js.map +1 -0
  164. package/dist/react-native/isUnexpected.d.ts +32 -0
  165. package/dist/react-native/isUnexpected.d.ts.map +1 -0
  166. package/dist/react-native/isUnexpected.js +98 -0
  167. package/dist/react-native/isUnexpected.js.map +1 -0
  168. package/dist/react-native/logger.d.ts +2 -0
  169. package/dist/react-native/logger.d.ts.map +1 -0
  170. package/dist/react-native/logger.js +5 -0
  171. package/dist/react-native/logger.js.map +1 -0
  172. package/dist/react-native/models.d.ts +772 -0
  173. package/dist/react-native/models.d.ts.map +1 -0
  174. package/dist/react-native/models.js +4 -0
  175. package/dist/react-native/models.js.map +1 -0
  176. package/dist/react-native/outputModels.d.ts +861 -0
  177. package/dist/react-native/outputModels.d.ts.map +1 -0
  178. package/dist/react-native/outputModels.js +4 -0
  179. package/dist/react-native/outputModels.js.map +1 -0
  180. package/dist/react-native/package.json +3 -0
  181. package/dist/react-native/paginateHelper.d.ts +68 -0
  182. package/dist/react-native/paginateHelper.d.ts.map +1 -0
  183. package/dist/react-native/paginateHelper.js +137 -0
  184. package/dist/react-native/paginateHelper.js.map +1 -0
  185. package/dist/react-native/parameters.d.ts +105 -0
  186. package/dist/react-native/parameters.d.ts.map +1 -0
  187. package/dist/react-native/parameters.js +4 -0
  188. package/dist/react-native/parameters.js.map +1 -0
  189. package/dist/react-native/pollingHelper.d.ts +76 -0
  190. package/dist/react-native/pollingHelper.d.ts.map +1 -0
  191. package/dist/react-native/pollingHelper.js +107 -0
  192. package/dist/react-native/pollingHelper.js.map +1 -0
  193. package/dist/react-native/responses.d.ts +328 -0
  194. package/dist/react-native/responses.d.ts.map +1 -0
  195. package/dist/react-native/responses.js +4 -0
  196. package/dist/react-native/responses.js.map +1 -0
  197. package/dist/react-native/serviceFabricClient.d.ts +15 -0
  198. package/dist/react-native/serviceFabricClient.d.ts.map +1 -0
  199. package/dist/react-native/serviceFabricClient.js +44 -0
  200. package/dist/react-native/serviceFabricClient.js.map +1 -0
  201. package/package.json +89 -80
  202. package/review/{arm-servicefabric.api.md → arm-servicefabric-node.api.md} +306 -311
  203. package/dist/index.js +0 -330
  204. package/dist/index.js.map +0 -1
  205. package/dist-esm/src/clientDefinitions.js +0 -4
  206. package/dist-esm/src/clientDefinitions.js.map +0 -1
  207. package/dist-esm/src/customizedApiVersionPolicy.js.map +0 -1
  208. package/dist-esm/src/index.js +0 -14
  209. package/dist-esm/src/index.js.map +0 -1
  210. package/dist-esm/src/isUnexpected.js.map +0 -1
  211. package/dist-esm/src/models.js +0 -4
  212. package/dist-esm/src/models.js.map +0 -1
  213. package/dist-esm/src/outputModels.js +0 -4
  214. package/dist-esm/src/outputModels.js.map +0 -1
  215. package/dist-esm/src/paginateHelper.js.map +0 -1
  216. package/dist-esm/src/parameters.js +0 -4
  217. package/dist-esm/src/parameters.js.map +0 -1
  218. package/dist-esm/src/pollingHelper.js +0 -48
  219. package/dist-esm/src/pollingHelper.js.map +0 -1
  220. package/dist-esm/src/responses.js +0 -4
  221. package/dist-esm/src/responses.js.map +0 -1
  222. package/dist-esm/src/serviceFabricClient.js +0 -27
  223. package/dist-esm/src/serviceFabricClient.js.map +0 -1
  224. package/types/arm-servicefabric.d.ts +0 -2480
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export {};
4
+ //# sourceMappingURL=models.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * The cluster resource\n *\n */\nexport interface Cluster extends Resource {\n /** The cluster resource properties */\n properties?: ClusterProperties;\n}\n\n/** Describes the cluster resource properties. */\nexport interface ClusterProperties {\n /** The list of add-on features to enable in the cluster. */\n addOnFeatures?: Array<\n \"RepairManager\" | \"DnsService\" | \"BackupRestoreService\" | \"ResourceMonitorService\"\n >;\n /** The AAD authentication settings of the cluster. */\n azureActiveDirectory?: AzureActiveDirectory;\n /** 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. */\n certificate?: CertificateDescription;\n /** Describes a list of server certificates referenced by common name that are used to secure the cluster. */\n certificateCommonNames?: ServerCertificateCommonNames;\n /** The list of client certificates referenced by common name that are allowed to manage the cluster. */\n clientCertificateCommonNames?: Array<ClientCertificateCommonName>;\n /** The list of client certificates referenced by thumbprint that are allowed to manage the cluster. */\n clientCertificateThumbprints?: Array<ClientCertificateThumbprint>;\n /** 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](./ClusterVersion.md). To get the list of available version for existing clusters use **availableClusterVersions**. */\n clusterCodeVersion?: string;\n /** The storage account information for storing Service Fabric diagnostic logs. */\n diagnosticsStorageAccountConfig?: DiagnosticsStorageAccountConfig;\n /** Indicates if the event store service is enabled. */\n eventStoreServiceEnabled?: boolean;\n /** The list of custom fabric settings to configure the cluster. */\n fabricSettings?: Array<SettingsSectionDescription>;\n /** The http management endpoint of the cluster. */\n managementEndpoint: string;\n /** The list of node types in the cluster. */\n nodeTypes: Array<NodeTypeDescription>;\n /**\n * 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).\n *\n * - None - Run the System services with a target replica set count of 1. This should only be used for test clusters.\n * - Bronze - Run the System services with a target replica set count of 3. This should only be used for test clusters.\n * - Silver - Run the System services with a target replica set count of 5.\n * - Gold - Run the System services with a target replica set count of 7.\n * - Platinum - Run the System services with a target replica set count of 9.\n *\n */\n reliabilityLevel?: \"None\" | \"Bronze\" | \"Silver\" | \"Gold\" | \"Platinum\";\n /** The server certificate used by reverse proxy. */\n reverseProxyCertificate?: CertificateDescription;\n /** Describes a list of server certificates referenced by common name that are used to secure the cluster. */\n reverseProxyCertificateCommonNames?: ServerCertificateCommonNames;\n /** The policy to use when upgrading the cluster. */\n upgradeDescription?: ClusterUpgradePolicy;\n /** The upgrade mode of the cluster when new Service Fabric runtime version is available. */\n upgradeMode?: \"Automatic\" | \"Manual\";\n /** The policy used to clean up unused versions. */\n applicationTypeVersionsCleanupPolicy?: ApplicationTypeVersionsCleanupPolicy;\n /** The VM image VMSS has been configured with. Generic names such as Windows or Linux can be used. */\n vmImage?: string;\n /** 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. */\n sfZonalUpgradeMode?: \"Parallel\" | \"Hierarchical\";\n /** 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. */\n vmssZonalUpgradeMode?: \"Parallel\" | \"Hierarchical\";\n /** Indicates if infrastructure service manager is enabled. */\n infrastructureServiceManager?: boolean;\n /** 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'. */\n upgradeWave?: \"Wave0\" | \"Wave1\" | \"Wave2\";\n /** 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). */\n upgradePauseStartTimestampUtc?: Date | string;\n /** 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). */\n upgradePauseEndTimestampUtc?: Date | string;\n /** Boolean to pause automatic runtime version upgrades to the cluster. */\n waveUpgradePaused?: boolean;\n /** Indicates a list of notification channels for cluster events. */\n notifications?: Array<Notification>;\n}\n\n/** The detail of the Service Fabric runtime version result */\nexport interface ClusterVersionDetails {\n /** The Service Fabric runtime version of the cluster. */\n codeVersion?: string;\n /** The date of expiry of support of the version. */\n supportExpiryUtc?: string;\n /** Indicates if this version is for Windows or Linux operating system. */\n environment?: \"Windows\" | \"Linux\";\n}\n\n/** The settings to enable AAD authentication on the cluster. */\nexport interface AzureActiveDirectory {\n /** Azure active directory tenant id. */\n tenantId?: string;\n /** Azure active directory cluster application id. */\n clusterApplication?: string;\n /** Azure active directory client application id. */\n clientApplication?: string;\n}\n\n/** Describes the certificate details. */\nexport interface CertificateDescription {\n /** Thumbprint of the primary certificate. */\n thumbprint: string;\n /** Thumbprint of the secondary certificate. */\n thumbprintSecondary?: string;\n /** The local certificate store location. */\n x509StoreName?:\n | \"AddressBook\"\n | \"AuthRoot\"\n | \"CertificateAuthority\"\n | \"Disallowed\"\n | \"My\"\n | \"Root\"\n | \"TrustedPeople\"\n | \"TrustedPublisher\";\n}\n\n/** Describes a list of server certificates referenced by common name that are used to secure the cluster. */\nexport interface ServerCertificateCommonNames {\n /** The list of server certificates referenced by common name that are used to secure the cluster. */\n commonNames?: Array<ServerCertificateCommonName>;\n /** The local certificate store location. */\n x509StoreName?:\n | \"AddressBook\"\n | \"AuthRoot\"\n | \"CertificateAuthority\"\n | \"Disallowed\"\n | \"My\"\n | \"Root\"\n | \"TrustedPeople\"\n | \"TrustedPublisher\";\n}\n\n/** Describes the server certificate details using common name. */\nexport interface ServerCertificateCommonName {\n /** The common name of the server certificate. */\n certificateCommonName: string;\n /** The issuer thumbprint of the server certificate. */\n certificateIssuerThumbprint: string;\n}\n\n/** Describes the client certificate details using common name. */\nexport interface ClientCertificateCommonName {\n /** Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster. */\n isAdmin: boolean;\n /** The common name of the client certificate. */\n certificateCommonName: string;\n /** The issuer thumbprint of the client certificate. */\n certificateIssuerThumbprint: string;\n}\n\n/** Describes the client certificate details using thumbprint. */\nexport interface ClientCertificateThumbprint {\n /** Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster. */\n isAdmin: boolean;\n /** The thumbprint of the client certificate. */\n certificateThumbprint: string;\n}\n\n/** The storage account information for storing Service Fabric diagnostic logs. */\nexport interface DiagnosticsStorageAccountConfig {\n /** The Azure storage account name. */\n storageAccountName: string;\n /** The protected diagnostics storage key name. */\n protectedAccountKeyName: string;\n /** The secondary protected diagnostics storage key name. If one of the storage account keys is rotated the cluster will fallback to using the other. */\n protectedAccountKeyName2?: string;\n /** The blob endpoint of the azure storage account. */\n blobEndpoint: string;\n /** The queue endpoint of the azure storage account. */\n queueEndpoint: string;\n /** The table endpoint of the azure storage account. */\n tableEndpoint: string;\n}\n\n/** Describes a section in the fabric settings of the cluster. */\nexport interface SettingsSectionDescription {\n /** The section name of the fabric settings. */\n name: string;\n /** The collection of parameters in the section. */\n parameters: Array<SettingsParameterDescription>;\n}\n\n/** Describes a parameter in fabric settings of the cluster. */\nexport interface SettingsParameterDescription {\n /** The parameter name of fabric setting. */\n name: string;\n /** The parameter value of fabric setting. */\n value: string;\n}\n\n/** Describes a node type in the cluster, each node type represents sub set of nodes in the cluster. */\nexport interface NodeTypeDescription {\n /** The name of the node type. */\n name: string;\n /** The placement tags applied to nodes in the node type, which can be used to indicate where certain services (workload) should run. */\n placementProperties?: Record<string, string>;\n /** The capacity tags applied to the nodes in the node type, the cluster resource manager uses these tags to understand how much resource a node has. */\n capacities?: Record<string, string>;\n /** The TCP cluster management endpoint port. */\n clientConnectionEndpointPort: number;\n /** The HTTP cluster management endpoint port. */\n httpGatewayEndpointPort: number;\n /**\n * The durability level of the node type. Learn about [DurabilityLevel](https://docs.microsoft.com/azure/service-fabric/service-fabric-cluster-capacity).\n *\n * - Bronze - No privileges. This is the default.\n * - Silver - The infrastructure jobs can be paused for a duration of 10 minutes per UD.\n * - 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.\n *\n */\n durabilityLevel?: \"Bronze\" | \"Silver\" | \"Gold\";\n /** The range of ports from which cluster assigned port to Service Fabric applications. */\n applicationPorts?: EndpointRangeDescription;\n /** The range of ephemeral ports that nodes in this node type should be configured with. */\n ephemeralPorts?: EndpointRangeDescription;\n /** The 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. */\n isPrimary: boolean;\n /** 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. */\n vmInstanceCount: number;\n /** The endpoint used by reverse proxy. */\n reverseProxyEndpointPort?: number;\n /** Indicates if the node type can only host Stateless workloads. */\n isStateless?: boolean;\n /** Indicates if the node type is enabled to support multiple zones. */\n multipleAvailabilityZones?: boolean;\n}\n\n/** Port range details */\nexport interface EndpointRangeDescription {\n /** Starting port of a range of ports */\n startPort: number;\n /** End port of a range of ports */\n endPort: number;\n}\n\n/** Describes the policy used when upgrading the cluster. */\nexport interface ClusterUpgradePolicy {\n /** If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data). */\n forceRestart?: boolean;\n /** The 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. */\n upgradeReplicaSetCheckTimeout: string;\n /** The length of time to wait after completing an upgrade domain before performing health checks. The duration can be in either hh:mm:ss or in d.hh:mm:ss.ms format. */\n healthCheckWaitDuration: string;\n /** The amount of time that the application or cluster must remain healthy before the upgrade proceeds to the next upgrade domain. The duration can be in either hh:mm:ss or in d.hh:mm:ss.ms format. */\n healthCheckStableDuration: string;\n /** The amount of time to retry health evaluation when the application or cluster is unhealthy before the upgrade rolls back. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format. */\n healthCheckRetryTimeout: string;\n /** The amount of time the overall upgrade has to complete before the upgrade rolls back. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format. */\n upgradeTimeout: string;\n /** The amount of time each upgrade domain has to complete before the upgrade rolls back. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format. */\n upgradeDomainTimeout: string;\n /** The cluster health policy used when upgrading the cluster. */\n healthPolicy: ClusterHealthPolicy;\n /** The cluster delta health policy used when upgrading the cluster. */\n deltaHealthPolicy?: ClusterUpgradeDeltaHealthPolicy;\n}\n\n/**\n * Defines a health policy used to evaluate the health of the cluster or of a cluster node.\n *\n */\nexport interface ClusterHealthPolicy {\n /**\n * The maximum allowed percentage of unhealthy nodes before reporting an error. For example, to allow 10% of nodes to be unhealthy, this value would be 10.\n *\n * The percentage represents the maximum tolerated percentage of nodes that can be unhealthy before the cluster is considered in error.\n * If the percentage is respected but there is at least one unhealthy node, the health is evaluated as Warning.\n * The percentage is calculated by dividing the number of unhealthy nodes over the total number of nodes in the cluster.\n * The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero.\n *\n * In large clusters, some nodes will always be down or out for repairs, so this percentage should be configured to tolerate that.\n *\n */\n maxPercentUnhealthyNodes?: number;\n /**\n * The maximum allowed percentage of unhealthy applications before reporting an error. For example, to allow 10% of applications to be unhealthy, this value would be 10.\n *\n * The percentage represents the maximum tolerated percentage of applications that can be unhealthy before the cluster is considered in error.\n * If the percentage is respected but there is at least one unhealthy application, the health is evaluated as Warning.\n * This is calculated by dividing the number of unhealthy applications over the total number of application instances in the cluster, excluding applications of application types that are included in the ApplicationTypeHealthPolicyMap.\n * The computation rounds up to tolerate one failure on small numbers of applications. Default percentage is zero.\n *\n */\n maxPercentUnhealthyApplications?: number;\n /** Defines the application health policy map used to evaluate the health of an application or one of its children entities. */\n applicationHealthPolicies?: Record<string, ApplicationHealthPolicy>;\n}\n\n/**\n * Defines a health policy used to evaluate the health of an application or one of its children entities.\n *\n */\nexport interface ApplicationHealthPolicy {\n /** The health policy used by default to evaluate the health of a service type. */\n defaultServiceTypeHealthPolicy?: ServiceTypeHealthPolicy;\n /** The map with service type health policy per service type name. The map is empty by default. */\n serviceTypeHealthPolicies?: Record<string, ServiceTypeHealthPolicy>;\n}\n\n/**\n * Represents the health policy used to evaluate the health of services belonging to a service type.\n *\n */\nexport interface ServiceTypeHealthPolicy {\n /**\n * The maximum percentage of services allowed to be unhealthy before your application is considered in error.\n *\n */\n maxPercentUnhealthyServices?: number;\n}\n\n/** Describes the delta health policies for the cluster upgrade. */\nexport interface ClusterUpgradeDeltaHealthPolicy {\n /**\n * The maximum allowed percentage of nodes health degradation allowed during cluster upgrades.\n * The delta is measured between the state of the nodes at the beginning of upgrade and the state of the nodes at the time of the health evaluation.\n * The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits.\n *\n */\n maxPercentDeltaUnhealthyNodes: number;\n /**\n * The maximum allowed percentage of upgrade domain nodes health degradation allowed during cluster upgrades.\n * The delta is measured between the state of the upgrade domain nodes at the beginning of upgrade and the state of the upgrade domain nodes at the time of the health evaluation.\n * The check is performed after every upgrade domain upgrade completion for all completed upgrade domains to make sure the state of the upgrade domains is within tolerated limits.\n *\n */\n maxPercentUpgradeDomainDeltaUnhealthyNodes: number;\n /**\n * The maximum allowed percentage of applications health degradation allowed during cluster upgrades.\n * The delta is measured between the state of the applications at the beginning of upgrade and the state of the applications at the time of the health evaluation.\n * The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits. System services are not included in this.\n *\n */\n maxPercentDeltaUnhealthyApplications: number;\n /** 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. */\n applicationDeltaHealthPolicies?: Record<string, ApplicationDeltaHealthPolicy>;\n}\n\n/**\n * Defines a delta health policy used to evaluate the health of an application or one of its child entities when upgrading the cluster.\n *\n */\nexport interface ApplicationDeltaHealthPolicy {\n /** The delta health policy used by default to evaluate the health of a service type when upgrading the cluster. */\n defaultServiceTypeDeltaHealthPolicy?: ServiceTypeDeltaHealthPolicy;\n /** The map with service type delta health policy per service type name. The map is empty by default. */\n serviceTypeDeltaHealthPolicies?: Record<string, ServiceTypeDeltaHealthPolicy>;\n}\n\n/**\n * Represents the delta health policy used to evaluate the health of services belonging to a service type when upgrading the cluster.\n *\n */\nexport interface ServiceTypeDeltaHealthPolicy {\n /**\n * The maximum allowed percentage of services health degradation allowed during cluster upgrades.\n * 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.\n * The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits.\n *\n */\n maxPercentDeltaUnhealthyServices?: number;\n}\n\nexport interface ApplicationTypeVersionsCleanupPolicy {\n /** Number of unused versions per application type to keep. */\n maxUnusedVersionsToKeep: number;\n}\n\n/** Describes the notification channel for cluster events. */\nexport interface Notification {\n /** Indicates if the notification is enabled. */\n isEnabled: boolean;\n /** The category of notification. */\n notificationCategory: \"WaveProgress\";\n /** The level of notification. */\n notificationLevel: \"Critical\" | \"All\";\n /** List of targets that subscribe to the notification. */\n notificationTargets: Array<NotificationTarget>;\n}\n\n/** Describes the notification target properties. */\nexport interface NotificationTarget {\n /** The notification channel indicates the type of receivers subscribed to the notification, either user or subscription. */\n notificationChannel: \"EmailUser\" | \"EmailSubscription\";\n /** List of targets that subscribe to the notification. */\n receivers: Array<string>;\n}\n\n/** The resource model definition. */\nexport interface Resource {\n /** Azure resource location. */\n location: string;\n /** Azure resource tags. */\n tags?: Record<string, string>;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: string;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date | string;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: string;\n /** The timestamp of resource last modification (UTC). */\n lastModifiedAt?: Date | string;\n}\n\n/** Cluster update request */\nexport interface ClusterUpdateParameters {\n /** Describes the cluster resource properties that can be updated during PATCH operation. */\n properties?: ClusterPropertiesUpdateParameters;\n /** Cluster update parameters */\n tags?: Record<string, string>;\n}\n\n/** Describes the cluster resource properties that can be updated during PATCH operation. */\nexport interface ClusterPropertiesUpdateParameters {\n /** The list of add-on features to enable in the cluster. */\n addOnFeatures?: Array<\n \"RepairManager\" | \"DnsService\" | \"BackupRestoreService\" | \"ResourceMonitorService\"\n >;\n /** 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. */\n certificate?: CertificateDescription;\n /** Describes a list of server certificates referenced by common name that are used to secure the cluster. */\n certificateCommonNames?: ServerCertificateCommonNames;\n /** The list of client certificates referenced by common name that are allowed to manage the cluster. This will overwrite the existing list. */\n clientCertificateCommonNames?: Array<ClientCertificateCommonName>;\n /** The list of client certificates referenced by thumbprint that are allowed to manage the cluster. This will overwrite the existing list. */\n clientCertificateThumbprints?: Array<ClientCertificateThumbprint>;\n /** 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](./ClusterVersion.md). To get the list of available version for existing clusters use **availableClusterVersions**. */\n clusterCodeVersion?: string;\n /** Indicates if the event store service is enabled. */\n eventStoreServiceEnabled?: boolean;\n /** The list of custom fabric settings to configure the cluster. This will overwrite the existing list. */\n fabricSettings?: Array<SettingsSectionDescription>;\n /** The list of node types in the cluster. This will overwrite the existing list. */\n nodeTypes?: Array<NodeTypeDescription>;\n /**\n * 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).\n *\n * - None - Run the System services with a target replica set count of 1. This should only be used for test clusters.\n * - Bronze - Run the System services with a target replica set count of 3. This should only be used for test clusters.\n * - Silver - Run the System services with a target replica set count of 5.\n * - Gold - Run the System services with a target replica set count of 7.\n * - Platinum - Run the System services with a target replica set count of 9.\n *\n */\n reliabilityLevel?: \"None\" | \"Bronze\" | \"Silver\" | \"Gold\" | \"Platinum\";\n /** The server certificate used by reverse proxy. */\n reverseProxyCertificate?: CertificateDescription;\n /** The policy to use when upgrading the cluster. */\n upgradeDescription?: ClusterUpgradePolicy;\n /** The policy used to clean up unused versions. */\n applicationTypeVersionsCleanupPolicy?: ApplicationTypeVersionsCleanupPolicy;\n /** The upgrade mode of the cluster when new Service Fabric runtime version is available. */\n upgradeMode?: \"Automatic\" | \"Manual\";\n /** 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. */\n sfZonalUpgradeMode?: \"Parallel\" | \"Hierarchical\";\n /** 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. */\n vmssZonalUpgradeMode?: \"Parallel\" | \"Hierarchical\";\n /** Indicates if infrastructure service manager is enabled. */\n infrastructureServiceManager?: boolean;\n /** 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'. */\n upgradeWave?: \"Wave0\" | \"Wave1\" | \"Wave2\";\n /** The start timestamp to pause runtime version upgrades on the cluster (UTC). */\n upgradePauseStartTimestampUtc?: Date | string;\n /** The end timestamp of pause runtime version upgrades on the cluster (UTC). */\n upgradePauseEndTimestampUtc?: Date | string;\n /** Boolean to pause automatic runtime version upgrades to the cluster. */\n waveUpgradePaused?: boolean;\n /** Indicates a list of notification channels for cluster events. */\n notifications?: Array<Notification>;\n}\n\nexport interface UpgradableVersionsDescription {\n /** The target code version. */\n targetVersion: string;\n}\n\n/** The application type name resource */\nexport interface ApplicationTypeResource extends ProxyResource {\n /** The application type name properties */\n properties?: ApplicationTypeResourceProperties;\n}\n\n/** The application type name properties */\nexport interface ApplicationTypeResourceProperties {}\n\n/** The resource model definition for proxy-only resource. */\nexport interface ProxyResource {\n /** It will be deprecated in New API, resource location depends on the parent resource. */\n location?: string;\n /** Azure resource tags. */\n tags?: Record<string, string>;\n}\n\n/** An application type version resource for the specified application type name resource. */\nexport interface ApplicationTypeVersionResource extends ProxyResource {\n /** The properties of the application type version resource. */\n properties?: ApplicationTypeVersionResourceProperties;\n}\n\n/** The properties of the application type version resource. */\nexport interface ApplicationTypeVersionResourceProperties {\n /** The URL to the application package */\n appPackageUrl: string;\n}\n\n/** The application resource. */\nexport interface ApplicationResource extends ProxyResource {\n /** Describes the managed identities for an Azure resource. */\n identity?: ManagedIdentity;\n /** The application resource properties. */\n properties?: ApplicationResourceProperties;\n}\n\n/** Describes the managed identities for an Azure resource. */\nexport interface ManagedIdentity {\n /** The type of managed identity for the resource. */\n type?: \"SystemAssigned\" | \"UserAssigned\" | \"SystemAssigned, UserAssigned\" | \"None\";\n /**\n * The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.\n *\n */\n userAssignedIdentities?: Record<string, UserAssignedIdentity>;\n}\n\nexport interface UserAssignedIdentity {}\n\n/** The application resource properties. */\nexport interface ApplicationResourceProperties extends ApplicationResourceUpdateProperties {\n /** The application type name as defined in the application manifest. */\n typeName?: string;\n}\n\n/** The application resource properties for patch operations. */\nexport interface ApplicationResourceUpdateProperties {\n /** The version of the application type as defined in the application manifest. */\n typeVersion?: string;\n /** List of application parameters with overridden values from their default values specified in the application manifest. */\n parameters?: Record<string, string>;\n /** Describes the policy for a monitored application upgrade. */\n upgradePolicy?: ApplicationUpgradePolicy;\n /** 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. */\n minimumNodes?: number;\n /** 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. */\n maximumNodes?: number;\n /** Remove the current application capacity settings. */\n removeApplicationCapacity?: boolean;\n /** List of application capacity metric description. */\n metrics?: Array<ApplicationMetricDescription>;\n /** List of user assigned identities for the application, each mapped to a friendly name. */\n managedIdentities?: Array<ApplicationUserAssignedIdentity>;\n}\n\n/** Describes the policy for a monitored application upgrade. */\nexport interface ApplicationUpgradePolicy {\n /** The maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues. When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues. The timeout is reset at the start of each upgrade domain. Valid values are between 0 and 42949672925 inclusive. (unsigned 32-bit integer). */\n upgradeReplicaSetCheckTimeout?: string;\n /** If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data). */\n forceRestart?: boolean;\n /** The policy used for monitoring the application upgrade */\n rollingUpgradeMonitoringPolicy?: ArmRollingUpgradeMonitoringPolicy;\n /**\n * Defines a health policy used to evaluate the health of an application or one of its children entities.\n *\n */\n applicationHealthPolicy?: ArmApplicationHealthPolicy;\n /** The mode used to monitor health during a rolling upgrade. The values are UnmonitoredAuto, UnmonitoredManual, and Monitored. */\n upgradeMode?: \"Invalid\" | \"UnmonitoredAuto\" | \"UnmonitoredManual\" | \"Monitored\";\n /** 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. */\n recreateApplication?: boolean;\n}\n\n/** The policy used for monitoring the application upgrade */\nexport interface ArmRollingUpgradeMonitoringPolicy {\n /** The activation Mode of the service package */\n failureAction?: \"Rollback\" | \"Manual\";\n /** 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. */\n healthCheckWaitDuration?: string;\n /** The amount of time that the application or cluster must remain healthy before the upgrade proceeds to the next upgrade domain. It is 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. */\n healthCheckStableDuration?: string;\n /** The amount of time to retry health evaluation when the application or cluster is unhealthy before FailureAction is executed. It is 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. */\n healthCheckRetryTimeout?: string;\n /** 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. */\n upgradeTimeout?: string;\n /** 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. */\n upgradeDomainTimeout?: string;\n}\n\n/**\n * Defines a health policy used to evaluate the health of an application or one of its children entities.\n *\n */\nexport interface ArmApplicationHealthPolicy {\n /** Indicates whether warnings are treated with the same severity as errors. */\n considerWarningAsError?: boolean;\n /**\n * The maximum allowed percentage of unhealthy deployed applications. Allowed values are Byte values from zero to 100.\n * The percentage represents the maximum tolerated percentage of deployed applications that can be unhealthy before the application is considered in error.\n * This is calculated by dividing the number of unhealthy deployed applications over the number of nodes where the application is currently deployed on in the cluster.\n * The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero.\n *\n */\n maxPercentUnhealthyDeployedApplications?: number;\n /** The health policy used by default to evaluate the health of a service type. */\n defaultServiceTypeHealthPolicy?: ArmServiceTypeHealthPolicy;\n /** The map with service type health policy per service type name. The map is empty by default. */\n serviceTypeHealthPolicyMap?: Record<string, ArmServiceTypeHealthPolicy>;\n}\n\n/**\n * Represents the health policy used to evaluate the health of services belonging to a service type.\n *\n */\nexport interface ArmServiceTypeHealthPolicy {\n /**\n * The maximum percentage of services allowed to be unhealthy before your application is considered in error.\n *\n */\n maxPercentUnhealthyServices?: number;\n /**\n * The maximum percentage of partitions per service allowed to be unhealthy before your application is considered in error.\n *\n */\n maxPercentUnhealthyPartitionsPerService?: number;\n /**\n * The maximum percentage of replicas per partition allowed to be unhealthy before your application is considered in error.\n *\n */\n maxPercentUnhealthyReplicasPerPartition?: number;\n}\n\n/**\n * 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.\n *\n */\nexport interface ApplicationMetricDescription {\n /** The name of the metric. */\n name?: string;\n /**\n * The maximum node capacity for Service Fabric application.\n * 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.\n * If set to zero, capacity for this metric is unlimited on each node.\n * 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.\n * When updating existing application with application capacity, the product of MaximumNodes and this value must always be smaller than or equal to TotalApplicationCapacity.\n *\n */\n maximumCapacity?: number;\n /**\n * The node reservation capacity for Service Fabric application.\n * This is the amount of load which is reserved on nodes which have instances of this application.\n * If MinimumNodes is specified, then the product of these values will be the capacity reserved in the cluster for the application.\n * If set to zero, no capacity is reserved for this metric.\n * When setting application capacity or when updating application capacity; this value must be smaller than or equal to MaximumCapacity for each metric.\n *\n */\n reservationCapacity?: number;\n /**\n * The total metric capacity for Service Fabric application.\n * 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.\n * 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.\n *\n */\n totalApplicationCapacity?: number;\n}\n\nexport interface ApplicationUserAssignedIdentity {\n /** The friendly name of user assigned identity. */\n name: string;\n /** The principal id of user assigned identity. */\n principalId: string;\n}\n\n/** The application resource for patch operations. */\nexport interface ApplicationResourceUpdate extends ProxyResource {\n /** The application resource properties for patch operations. */\n properties?: ApplicationResourceUpdateProperties;\n}\n\n/** The service resource. */\nexport interface ServiceResource extends ProxyResource {\n /** The service resource properties. */\n properties?: ServiceResourceProperties;\n}\n\n/** The service resource properties. */\nexport interface ServiceResourcePropertiesParent extends ServiceResourcePropertiesBase {\n /** The name of the service type */\n serviceTypeName?: string;\n /** Describes how the service is partitioned. */\n partitionDescription?: PartitionSchemeDescription;\n /** The activation Mode of the service package */\n servicePackageActivationMode?: \"SharedProcess\" | \"ExclusiveProcess\";\n /** Dns name used for the service. If this is specified, then the service can be accessed via its DNS name instead of service name. */\n serviceDnsName?: string;\n serviceKind: \"ServiceResourceProperties\" | \"Stateful\" | \"Stateless\";\n}\n\n/** Describes how the service is partitioned. */\nexport interface PartitionSchemeDescriptionParent {\n partitionScheme: \"PartitionSchemeDescription\" | \"Named\" | \"Singleton\" | \"UniformInt64Range\";\n}\n\n/** The common service resource properties. */\nexport interface ServiceResourcePropertiesBase {\n /** The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: \"NodeColor == blue)\". */\n placementConstraints?: string;\n /** A list that describes the correlation of the service with other services. */\n correlationScheme?: Array<ServiceCorrelationDescription>;\n /** The service load metrics is given as an array of ServiceLoadMetricDescription objects. */\n serviceLoadMetrics?: Array<ServiceLoadMetricDescription>;\n /** A list that describes the correlation of the service with other services. */\n servicePlacementPolicies?: Array<ServicePlacementPolicyDescription>;\n /** Specifies the move cost for the service. */\n defaultMoveCost?: \"Zero\" | \"Low\" | \"Medium\" | \"High\";\n}\n\n/** Creates a particular correlation between services. */\nexport interface ServiceCorrelationDescription {\n /** The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName. */\n scheme: \"Invalid\" | \"Affinity\" | \"AlignedAffinity\" | \"NonAlignedAffinity\";\n /** The name of the service that the correlation relationship is established with. */\n serviceName: string;\n}\n\n/** Specifies a metric to load balance a service during runtime. */\nexport interface ServiceLoadMetricDescription {\n /** The name of the metric. If the service chooses to report load during runtime, the load metric name should match the name that is specified in Name exactly. Note that metric names are case sensitive. */\n name: string;\n /** The service load metric relative weight, compared to other metrics configured for this service, as a number. */\n weight?: \"Zero\" | \"Low\" | \"Medium\" | \"High\";\n /** Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Primary replica. */\n primaryDefaultLoad?: number;\n /** Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Secondary replica. */\n secondaryDefaultLoad?: number;\n /** Used only for Stateless services. The default amount of load, as a number, that this service creates for this metric. */\n defaultLoad?: number;\n}\n\n/** Describes the policy to be used for placement of a Service Fabric service. */\nexport interface ServicePlacementPolicyDescription {\n type: \"ServicePlacementPolicyDescription\";\n}\n\n/** The service resource for patch operations. */\nexport interface ServiceResourceUpdate extends ProxyResource {\n /** The service resource properties for patch operations. */\n properties?: ServiceResourceUpdateProperties;\n}\n\n/** The service resource properties for patch operations. */\nexport interface ServiceResourceUpdatePropertiesParent extends ServiceResourcePropertiesBase {\n serviceKind: \"ServiceResourceUpdateProperties\" | \"Stateful\" | \"Stateless\";\n}\n\n/** Describes the named partition scheme of the service. */\nexport interface NamedPartitionSchemeDescription extends PartitionSchemeDescriptionParent {\n /** The number of partitions. */\n count: number;\n /** Array of size specified by the ‘count’ parameter, for the names of the partitions. */\n names: Array<string>;\n partitionScheme: \"Named\";\n}\n\n/** SingletonPartitionSchemeDescription */\nexport interface SingletonPartitionSchemeDescription extends PartitionSchemeDescriptionParent {\n partitionScheme: \"Singleton\";\n}\n\n/** The properties of a stateful service resource. */\nexport interface StatefulServiceProperties extends ServiceResourcePropertiesParent {\n /** A flag indicating whether this is a persistent service which stores states on the local disk. If it is then the value of this property is true, if not it is false. */\n hasPersistedState?: boolean;\n /** The target replica set size as a number. */\n targetReplicaSetSize?: number;\n /** The minimum replica set size as a number. */\n minReplicaSetSize?: number;\n /** The duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format (hh:mm:ss.s). */\n replicaRestartWaitDuration?: Date | string;\n /** The maximum duration for which a partition is allowed to be in a state of quorum loss, represented in ISO 8601 format (hh:mm:ss.s). */\n quorumLossWaitDuration?: Date | string;\n /** The definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format (hh:mm:ss.s). */\n standByReplicaKeepDuration?: Date | string;\n serviceKind: \"Stateful\";\n}\n\n/** The properties of a stateful service resource for patch operations. */\nexport interface StatefulServiceUpdateProperties extends ServiceResourceUpdatePropertiesParent {\n /** The target replica set size as a number. */\n targetReplicaSetSize?: number;\n /** The minimum replica set size as a number. */\n minReplicaSetSize?: number;\n /** The duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format (hh:mm:ss.s). */\n replicaRestartWaitDuration?: Date | string;\n /** The maximum duration for which a partition is allowed to be in a state of quorum loss, represented in ISO 8601 format (hh:mm:ss.s). */\n quorumLossWaitDuration?: Date | string;\n /** The definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format (hh:mm:ss.s). */\n standByReplicaKeepDuration?: Date | string;\n serviceKind: \"Stateful\";\n}\n\n/** The properties of a stateless service resource. */\nexport interface StatelessServiceProperties extends ServiceResourcePropertiesParent {\n /** The instance count. */\n instanceCount?: number;\n /** 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). */\n instanceCloseDelayDuration?: string;\n serviceKind: \"Stateless\";\n}\n\n/** The properties of a stateless service resource for patch operations. */\nexport interface StatelessServiceUpdateProperties extends ServiceResourceUpdatePropertiesParent {\n /** The instance count. */\n instanceCount?: number;\n /** 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). */\n instanceCloseDelayDuration?: string;\n serviceKind: \"Stateless\";\n}\n\n/** Describes a partitioning scheme where an integer range is allocated evenly across a number of partitions. */\nexport interface UniformInt64RangePartitionSchemeDescription\n extends PartitionSchemeDescriptionParent {\n /** The number of partitions. */\n count: number;\n /**\n * String indicating the lower bound of the partition key range that\n * should be split between the partition ‘count’\n *\n */\n lowKey: string;\n /**\n * String indicating the upper bound of the partition key range that\n * should be split between the partition ‘count’\n *\n */\n highKey: string;\n partitionScheme: \"UniformInt64Range\";\n}\n\n/** The service resource properties. */\nexport type ServiceResourceProperties = StatefulServiceProperties | StatelessServiceProperties;\n/** Describes how the service is partitioned. */\nexport type PartitionSchemeDescription =\n | NamedPartitionSchemeDescription\n | SingletonPartitionSchemeDescription\n | UniformInt64RangePartitionSchemeDescription;\n/** The service resource properties for patch operations. */\nexport type ServiceResourceUpdateProperties =\n | StatefulServiceUpdateProperties\n | StatelessServiceUpdateProperties;\n"]}