你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServicePlacementAllowMultipleStatelessInstancesOnNodePolicyDescription 类

定义

指定允许在节点上放置服务分区的多个无状态实例的放置策略。

public sealed class ServicePlacementAllowMultipleStatelessInstancesOnNodePolicyDescription : System.Fabric.Description.ServicePlacementPolicyDescription
type ServicePlacementAllowMultipleStatelessInstancesOnNodePolicyDescription = class
    inherit ServicePlacementPolicyDescription
Public NotInheritable Class ServicePlacementAllowMultipleStatelessInstancesOnNodePolicyDescription
Inherits ServicePlacementPolicyDescription
继承
ServicePlacementAllowMultipleStatelessInstancesOnNodePolicyDescription

构造函数

ServicePlacementAllowMultipleStatelessInstancesOnNodePolicyDescription()

初始化 ServicePlacementAllowMultipleStatelessInstancesOnNodePolicyDescription 类的新实例。

属性

Type

获取服务放置策略类型。

(继承自 ServicePlacementPolicyDescription)

方法

ToString()

以“AllowMultipleStatelessInstancesOnNode”的形式返回 AllowMultipleStatelessInstancesOnNode 服务放置策略的字符串表示形式

适用于