VirtualHardDisk Class
Describes the uri of a disk.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualHardDisk
Constructor
VirtualHardDisk(*, uri: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
uri
|
Specifies the virtual hard disk's uri. |
Variables
Name | Description |
---|---|
uri
|
Specifies the virtual hard disk's uri. |
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