RoleSizeListResponse.RoleSize Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A role size that is valid for your subscription.
public class RoleSizeListResponse.RoleSize
type RoleSizeListResponse.RoleSize = class
Public Class RoleSizeListResponse.RoleSize
- Inheritance
-
RoleSizeListResponse.RoleSize
Constructors
RoleSizeListResponse.RoleSize() |
Initializes a new instance of the RoleSize class. |
Properties
Cores |
Optional. Number of cores available for the role size. |
Label |
Optional. Localized label of the role size. |
MaxDataDiskCount |
Optional. Number of data disks that can be attached for the given role size. |
MemoryInMb |
Optional. Memory available for the role size. |
Name |
Optional. The name of a role size that is valid for your subscription. |
SupportedByVirtualMachines |
Optional. Indicating if the role size is supported by VMs. |
SupportedByWebWorkerRoles |
Optional. Indicating if the role size is supported by web/worker roles. |
VirtualMachineResourceDiskSizeInMb |
Optional. Resource disk drive size for the role size in IaaS deployment. |
WebWorkerResourceDiskSizeInMb |
Optional. Resource disk drive size for the role size in PaaS deployment. |