次の方法で共有


ServiceResource.ServicePlacementPolicies プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="properties.servicePlacementPolicies")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ServicePlacementPolicyDescription> ServicePlacementPolicies { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.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

適用対象