Role.RoleType Property
Gets or sets the type of the role.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public string RoleType { get; set; }
public:
property String^ RoleType {
String^ get();
void set(String^ value);
}
member RoleType : string with get, set
Public Property RoleType As String
Property Value
Type: System.String
The type.
Remarks
For Virtual Machines, this must be PersistentVMRole.
See Also
Role Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top