RoleSizeListResponse.RoleSize Class

 

A role size that is valid for your subscription.

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

System.Object
  Microsoft.WindowsAzure.Management.Models.RoleSizeListResponse.RoleSize

type RoleSize = class end

NameDescription
System_CAPS_pubmethodRoleSizeListResponse.RoleSize()

Initializes a new instance of the RoleSize class.

NameDescription
System_CAPS_pubpropertyCores

Optional. Number of cores available for the role size.

System_CAPS_pubpropertyLabel

Optional. Localized label of the role size.

System_CAPS_pubpropertyMaxDataDiskCount

Optional. Number of data disks that can be attached for the given role size.

System_CAPS_pubpropertyMemoryInMb

Optional. Memory available for the role size.

System_CAPS_pubpropertyName

Optional. The name of a role size that is valid for your subscription.

System_CAPS_pubpropertySupportedByVirtualMachines

Optional. Indicating if the role size is supported by VMs.

System_CAPS_pubpropertySupportedByWebWorkerRoles

Optional. Indicating if the role size is supported by web/worker roles.

System_CAPS_pubpropertyVirtualMachineResourceDiskSizeInMb

Optional. Resource disk drive size for the role size in IaaS deployment.

System_CAPS_pubpropertyWebWorkerResourceDiskSizeInMb

Optional. Resource disk drive size for the role size in PaaS deployment.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: