次の方法で共有


ServiceResourcePropertiesBase.ServicePlacementPolicies プロパティ

定義

サービスと他のサービスの相関関係を説明する一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="servicePlacementPolicies")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ServicePlacementPolicyDescription> ServicePlacementPolicies { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="servicePlacementPolicies")>]
member this.ServicePlacementPolicies : System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ServicePlacementPolicyDescription> with get, set
Public Property ServicePlacementPolicies As IList(Of ServicePlacementPolicyDescription)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象