@@ -12,7 +12,31 @@ items:
12
12
langs :
13
13
- typeScript
14
14
type : interface
15
- summary : ' '
15
+ summary : >-
16
+ Specifies information about the availability set that the virtual machine
17
+ should be assigned to.
18
+
19
+ Virtual machines specified in the same availability set are allocated to
20
+ different nodes to
21
+
22
+ maximize availability. For more information about availability sets, see
23
+ [Manage the
24
+
25
+ availability of virtual
26
+
27
+ machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
28
+
29
+ <br><br> For more information on Azure planned maintenance, see [Planned
30
+ maintenance for virtual
31
+
32
+ machines in
33
+
34
+ Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
35
+
36
+ <br><br> Currently, a VM can only be added to availability set at creation
37
+ time. An existing VM
38
+
39
+ cannot be added to an availability set.
16
40
extends :
17
41
name : azure-arm-compute.Resource
18
42
package : azure-arm-compute
23
47
langs :
24
48
- typeScript
25
49
type : property
26
- summary : ' '
50
+ summary : Fault Domain count.
27
51
optional : true
28
52
syntax :
29
53
content : ' platformFaultDomainCount?: number'
38
62
langs :
39
63
- typeScript
40
64
type : property
41
- summary : ' '
65
+ summary : Update Domain count.
42
66
optional : true
43
67
syntax :
44
68
content : ' platformUpdateDomainCount?: number'
@@ -53,7 +77,14 @@ items:
53
77
langs :
54
78
- typeScript
55
79
type : property
56
- summary : ' '
80
+ summary : >-
81
+ Sku of the availability set, only name is required to be set. See
82
+ AvailabilitySetSkuTypes for
83
+
84
+ possible set of values. Use 'Aligned' for virtual machines with managed
85
+ disks and 'Classic'
86
+
87
+ for virtual machines with unmanaged disks. Default value is 'Classic'.
57
88
optional : true
58
89
syntax :
59
90
content : ' sku?: Sku'
68
99
langs :
69
100
- typeScript
70
101
type : property
71
- summary : ' '
102
+ summary : The resource status information.
72
103
optional : true
73
104
syntax :
74
105
content : ' statuses?: InstanceViewStatus[]'
@@ -83,7 +114,7 @@ items:
83
114
langs :
84
115
- typeScript
85
116
type : property
86
- summary : ' '
117
+ summary : A list of references to all virtual machines in the availability set.
87
118
optional : true
88
119
syntax :
89
120
content : ' virtualMachines?: SubResource[]'
0 commit comments