Share via


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)

Inheritance Hierarchy

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

Syntax

public class RoleSize
public ref class RoleSize 
type RoleSize = class end
Public Class RoleSize

Constructors

Name Description
System_CAPS_pubmethod RoleSizeListResponse.RoleSize()

Initializes a new instance of the RoleSize class.

Properties

Name Description
System_CAPS_pubproperty Cores

Optional. Number of cores available for the role size.

System_CAPS_pubproperty Label

Optional. Localized label of the role size.

System_CAPS_pubproperty MaxDataDiskCount

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

System_CAPS_pubproperty MemoryInMb

Optional. Memory available for the role size.

System_CAPS_pubproperty Name

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

System_CAPS_pubproperty SupportedByVirtualMachines

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

System_CAPS_pubproperty SupportedByWebWorkerRoles

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

System_CAPS_pubproperty VirtualMachineResourceDiskSizeInMb

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

System_CAPS_pubproperty WebWorkerResourceDiskSizeInMb

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.Models Namespace

Return to top