VirtualMachineGetResponse.RoleType Property

 

Gets or sets the type of the role for the Virtual Machine.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public VirtualMachineRoleType RoleType { get; set; }
public:
property VirtualMachineRoleType RoleType {
    VirtualMachineRoleType get();
    void set(VirtualMachineRoleType value);
}
member RoleType : VirtualMachineRoleType with get, set
Public Property RoleType As VirtualMachineRoleType

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineRoleType

The type.

Remarks

The only supported value is PersistentVMRole.

See Also

VirtualMachineGetResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top