ICloudServiceProperties.RoleProfile Property

Definition

Describes the role profile for the cloud service.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Describes the role profile for the cloud service.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceRoleProfile) }, Read=true, ReadOnly=false, Required=false, SerializedName="roleProfile", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceRoleProfile RoleProfile { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Describes the role profile for the cloud service.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceRoleProfile) }, Read=true, ReadOnly=false, Required=false, SerializedName="roleProfile", Update=true)>]
member this.RoleProfile : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceRoleProfile with get, set
Public Property RoleProfile As ICloudServiceRoleProfile

Property Value

Attributes

Applies to