AttachNewDataDiskOptions Class
Properties to attach new disk to the Virtual Machine.
- Inheritance
-
msrest.serialization.ModelAttachNewDataDiskOptions
Constructor
AttachNewDataDiskOptions(*, disk_size_gi_b: int | None = None, disk_name: str | None = None, disk_type: str | StorageType | None = None, **kwargs)
Parameters
Name | Description |
---|---|
disk_size_gi_b
Required
|
Size of the disk to be attached in GibiBytes. |
disk_name
Required
|
The name of the disk to be attached. |
disk_type
Required
|
str or
StorageType
The storage type for the disk (i.e. Standard, Premium). Possible values include: "Standard", "Premium", "StandardSSD". |
Keyword-Only Parameters
Name | Description |
---|---|
disk_size_gi_b
Required
|
|
disk_name
Required
|
|
disk_type
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python