次の方法で共有


ServiceUpdateDescription.PlacementPolicies プロパティ

定義

サービス配置ポリシーの一覧を取得または設定します。

public System.Collections.Generic.IList<System.Fabric.Description.ServicePlacementPolicyDescription> PlacementPolicies { get; set; }
member this.PlacementPolicies : System.Collections.Generic.IList<System.Fabric.Description.ServicePlacementPolicyDescription> with get, set
Public Property PlacementPolicies As IList(Of ServicePlacementPolicyDescription)

プロパティ値

サービス配置ポリシーの一覧。

注釈

PlacementPolicies」を参照してください。

適用対象