共用方式為


ServiceResourceUpdate.ServicePlacementPolicies Property

Definition

Gets or sets a list that describes the correlation of the service with other services.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to