-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.compute.v2021_11_01.models.VMSizeProperties.yml
69 lines (53 loc) · 2.43 KB
/
azure.mgmt.compute.v2021_11_01.models.VMSizeProperties.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
### YamlMime:PythonClass
uid: azure.mgmt.compute.v2021_11_01.models.VMSizeProperties
name: VMSizeProperties
fullName: azure.mgmt.compute.v2021_11_01.models.VMSizeProperties
module: azure.mgmt.compute.v2021_11_01.models
inheritances:
- azure.mgmt.compute._serialization.Model
summary: Specifies VM Size Property settings on the virtual machine.
constructor:
syntax: 'VMSizeProperties(*, v_cpus_available: int | None = None, v_cpus_per_core:
int | None = None, **kwargs: Any)'
keywordOnlyParameters:
- name: v_cpus_available
description: 'Specifies the number of vCPUs available for the VM.
`<br>``<br>` When this property is not specified in the request body the default
behavior is to set it to the value of vCPUs available for that VM size exposed
in api response
of [List all available virtual machine sizes in a region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list)
.'
types:
- <xref:int>
- name: v_cpus_per_core
description: 'Specifies the vCPU to physical core ratio. `<br>``<br>`
When this property is not specified in the request body the default behavior
is set to the
value of vCPUsPerCore for the VM Size exposed in api response of [List all available
virtual
machine sizes in a region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list)
`<br>``<br>` Setting this property to 1 also means that hyper-threading is
disabled.'
types:
- <xref:int>
variables:
- description: 'Specifies the number of vCPUs available for the VM.
`<br>``<br>` When this property is not specified in the request body the default
behavior is to set it to the value of vCPUs available for that VM size exposed
in api response
of [List all available virtual machine sizes in a region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list)
.'
name: v_cpus_available
types:
- <xref:int>
- description: 'Specifies the vCPU to physical core ratio. `<br>``<br>` When
this property is not specified in the request body the default behavior is set
to the value of
vCPUsPerCore for the VM Size exposed in api response of [List all available virtual
machine
sizes in a region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list)
`<br>``<br>` Setting this property to 1 also means that hyper-threading is
disabled.'
name: v_cpus_per_core
types:
- <xref:int>