-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.compute.v2019_12_01.models.StorageProfile.yml
78 lines (64 loc) · 3.38 KB
/
azure.mgmt.compute.v2019_12_01.models.StorageProfile.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
70
71
72
73
74
75
76
77
78
### YamlMime:PythonClass
uid: azure.mgmt.compute.v2019_12_01.models.StorageProfile
name: StorageProfile
fullName: azure.mgmt.compute.v2019_12_01.models.StorageProfile
module: azure.mgmt.compute.v2019_12_01.models
inheritances:
- azure.mgmt.compute._serialization.Model
summary: Specifies the storage settings for the virtual machine disks.
constructor:
syntax: 'StorageProfile(*, image_reference: _models.ImageReference | None = None,
os_disk: _models.OSDisk | None = None, data_disks: List[_models.DataDisk] | None
= None, **kwargs: Any)'
keywordOnlyParameters:
- name: image_reference
description: 'Specifies information about the image to use. You can specify
information about platform images, marketplace images, or virtual machine images.
This element
is required when you want to use a platform image, marketplace image, or virtual
machine image,
but is not used in other creation operations.'
types:
- <xref:azure.mgmt.compute.v2019_12_01.models.ImageReference>
- name: os_disk
description: 'Specifies information about the operating system disk used by the
virtual
machine. `<br>``<br>` For more information about disks, see [About disks and
VHDs
for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-about-disks-vhds?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json). #
pylint: disable=line-too-long'
types:
- <xref:azure.mgmt.compute.v2019_12_01.models.OSDisk>
- name: data_disks
description: 'Specifies the parameters that are used to add a data disk to a virtual
machine. `<br>``<br>` For more information about disks, see [About disks and
VHDs
for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-about-disks-vhds?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json). #
pylint: disable=line-too-long'
types:
- <xref:list>[<xref:azure.mgmt.compute.v2019_12_01.models.DataDisk>]
variables:
- description: 'Specifies information about the image to use. You can specify
information about platform images, marketplace images, or virtual machine images.
This element
is required when you want to use a platform image, marketplace image, or virtual
machine image,
but is not used in other creation operations.'
name: image_reference
types:
- <xref:azure.mgmt.compute.v2019_12_01.models.ImageReference>
- description: 'Specifies information about the operating system disk used by the
virtual
machine. `<br>``<br>` For more information about disks, see [About disks and VHDs
for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-about-disks-vhds?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json). #
pylint: disable=line-too-long'
name: os_disk
types:
- <xref:azure.mgmt.compute.v2019_12_01.models.OSDisk>
- description: 'Specifies the parameters that are used to add a data disk to a virtual
machine. `<br>``<br>` For more information about disks, see [About disks and VHDs
for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-about-disks-vhds?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json). #
pylint: disable=line-too-long'
name: data_disks
types:
- <xref:list>[<xref:azure.mgmt.compute.v2019_12_01.models.DataDisk>]