IRoleInstances.RoleInstance Property

Definition

List of cloud service role instance names. Value of '*' will signify all role instances of the cloud service.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="List of cloud service role instance names. Value of '*' will signify all role instances of the cloud service.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="roleInstances", Update=true)]
public System.Collections.Generic.List<string> RoleInstance { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="List of cloud service role instance names. Value of '*' will signify all role instances of the cloud service.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="roleInstances", Update=true)>]
member this.RoleInstance : System.Collections.Generic.List<string> with get, set
Public Property RoleInstance As List(Of String)

Property Value

Attributes

Applies to