次の方法で共有


ServicePlacementPolicyDescription コンストラクター

定義

オーバーロード

ServicePlacementPolicyDescription(ServicePlacementPolicyDescription)

ServicePlacementPolicyDescription のコンストラクター

ServicePlacementPolicyDescription(ServicePlacementPolicyType)

ServicePlacementPolicyDescription クラスの新しいインスタンスを初期化します。

ServicePlacementPolicyDescription(ServicePlacementPolicyDescription)

ServicePlacementPolicyDescription のコンストラクター

protected ServicePlacementPolicyDescription (System.Fabric.Description.ServicePlacementPolicyDescription other);
new System.Fabric.Description.ServicePlacementPolicyDescription : System.Fabric.Description.ServicePlacementPolicyDescription -> System.Fabric.Description.ServicePlacementPolicyDescription
Protected Sub New (other As ServicePlacementPolicyDescription)

パラメーター

other
ServicePlacementPolicyDescription

新しいオブジェクトを構築する必要がある ServicePlacementPolicyDescription。

適用対象

ServicePlacementPolicyDescription(ServicePlacementPolicyType)

ServicePlacementPolicyDescription クラスの新しいインスタンスを初期化します。

public ServicePlacementPolicyDescription (System.Fabric.Description.ServicePlacementPolicyType type);
new System.Fabric.Description.ServicePlacementPolicyDescription : System.Fabric.Description.ServicePlacementPolicyType -> System.Fabric.Description.ServicePlacementPolicyDescription
Public Sub New (type As ServicePlacementPolicyType)

パラメーター

type
ServicePlacementPolicyType

サービス配置ポリシーの種類。

適用対象