VirtualMachineRoleSize Class

 

Specifies the size of a Virtual Machine.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineRoleSize

Syntax

public static class VirtualMachineRoleSize
public ref class VirtualMachineRoleSize abstract sealed 
[<AbstractClass>]
[<Sealed>]
type VirtualMachineRoleSize = class end
Public NotInheritable Class VirtualMachineRoleSize

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static A5

Specifies A5 size.

System_CAPS_pubfieldSystem_CAPS_static A6

Specifies A6 size.

System_CAPS_pubfieldSystem_CAPS_static A7

Specifies A7 size.

System_CAPS_pubfieldSystem_CAPS_static A8

System_CAPS_pubfieldSystem_CAPS_static A9

System_CAPS_pubfieldSystem_CAPS_static ExtraLarge

Specifies extra large size.

System_CAPS_pubfieldSystem_CAPS_static ExtraSmall

Specifies extra small size.

System_CAPS_pubfieldSystem_CAPS_static Large

Specifies large size.

System_CAPS_pubfieldSystem_CAPS_static Medium

Specifies medium size.

System_CAPS_pubfieldSystem_CAPS_static Small

Specifies small size.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top