RoleInstances.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.Origin(Microsoft.Azure.PowerShell.Cmdlets.CloudService.PropertyOrigin.Owned)]
public System.Collections.Generic.List<string> RoleInstance { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Origin(Microsoft.Azure.PowerShell.Cmdlets.CloudService.PropertyOrigin.Owned)>]
member this.RoleInstance : System.Collections.Generic.List<string> with get, set
Public Property RoleInstance As List(Of String)

Property Value

Implements

Attributes

Applies to