ICloudServiceRoleProfile.Role Property

Definition

List of roles for the cloud service.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="List of roles for the cloud service.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceRoleProfileProperties) }, Read=true, ReadOnly=false, Required=false, SerializedName="roles", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceRoleProfileProperties> Role { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="List of roles for the cloud service.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceRoleProfileProperties) }, Read=true, ReadOnly=false, Required=false, SerializedName="roles", Update=true)>]
member this.Role : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceRoleProfileProperties> with get, set
Public Property Role As List(Of ICloudServiceRoleProfileProperties)

Property Value

Attributes

Applies to