你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StatelessServiceUpdateProperties
用于修补操作的无状态服务资源的属性。
属性
名称 | 类型 | 必需 |
---|---|---|
serviceKind | 字符串 | 是 |
placementConstraints | string | 否 |
correlationScheme | ServiceCorrelationDescription 数组 | 否 |
serviceLoadMetrics | ServiceLoadMetricDescription 数组 | 否 |
servicePlacementPolicies | ServicePlacementPolicyDescription 数组 | 否 |
defaultMoveCost | string (枚举) | 否 |
instanceCount | integer | 否 |
serviceKind
类型:字符串
必需:是
鉴别器属性。 对于类型为“StatelessServiceUpdateProperties”的对象,其值必须为“Stateless”。
placementConstraints
类型:字符串
必需:否
字符串形式的放置约束。 放置约束是节点属性中的布尔表达式,用于根据服务要求将服务限制到特定的节点。 例如,若要在 NodeType 为蓝色的节点上放置服务,请指定以下内容:“NodeColor == blue) ”。
correlationScheme
类型: ServiceCorrelationDescription 数组
必需:否
描述服务与其他服务的相关性的列表。
serviceLoadMetrics
类型:ServiceLoadMetricDescription 的数组
必需:否
服务负载指标作为 ServiceLoadMetricDescription 对象的数组提供。
servicePlacementPolicies
类型: ServicePlacementPolicyDescription 数组
必需:否
描述服务与其他服务的相关性的列表。
defaultMoveCost
类型:字符串 (枚举)
必需:否
指定服务的移动成本。
可能的值包括:
- 零 - 零移动成本。 此值为零。
- 低 - 将服务的移动成本指定为“低”。 值为 1。
- 中 - 将服务的移动成本指定为“中等”。 值为 2。
- 高 - 将服务的移动成本指定为“高”。 值为 3。
instanceCount
类型:整数
必需:否
InclusiveMinimum: -1
实例计数。