RoleInstances.RoleInstancesProperty Property

Definition

Gets or sets list of cloud service role instance names. Value of '*' will signify all role instances of the cloud service.

[Newtonsoft.Json.JsonProperty(PropertyName="roleInstances")]
public System.Collections.Generic.IList<string> RoleInstancesProperty { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="roleInstances")>]
member this.RoleInstancesProperty : System.Collections.Generic.IList<string> with get, set
Public Property RoleInstancesProperty As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to