VmSizeProperty Class

The vm size property.

Constructor

VmSizeProperty(*, name: str | None = None, cores: int | None = None, data_disk_storage_tier: str | None = None, label: str | None = None, max_data_disk_count: int | None = None, memory_in_mb: int | None = None, supported_by_virtual_machines: bool | None = None, supported_by_web_worker_roles: bool | None = None, virtual_machine_resource_disk_size_in_mb: int | None = None, web_worker_resource_disk_size_in_mb: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The vm size name.

Default value: None
cores
int

The number of cores that the vm size has.

Default value: None
data_disk_storage_tier
str

The data disk storage tier of the vm size.

Default value: None
label
str

The label of the vm size.

Default value: None
max_data_disk_count
int

The max data disk count of the vm size.

Default value: None
memory_in_mb
int

The memory whose unit is MB of the vm size.

Default value: None
supported_by_virtual_machines

This indicates this vm size is supported by virtual machines or not.

Default value: None
supported_by_web_worker_roles

The indicates this vm size is supported by web worker roles or not.

Default value: None
virtual_machine_resource_disk_size_in_mb
int

The virtual machine resource disk size whose unit is MB of the vm size.

Default value: None
web_worker_resource_disk_size_in_mb
int

The web worker resource disk size whose unit is MB of the vm size.

Default value: None

Variables

Name Description
name
str

The vm size name.

cores
int

The number of cores that the vm size has.

data_disk_storage_tier
str

The data disk storage tier of the vm size.

label
str

The label of the vm size.

max_data_disk_count
int

The max data disk count of the vm size.

memory_in_mb
int

The memory whose unit is MB of the vm size.

supported_by_virtual_machines

This indicates this vm size is supported by virtual machines or not.

supported_by_web_worker_roles

The indicates this vm size is supported by web worker roles or not.

virtual_machine_resource_disk_size_in_mb
int

The virtual machine resource disk size whose unit is MB of the vm size.

web_worker_resource_disk_size_in_mb
int

The web worker resource disk size whose unit is MB of the vm size.