Storage Class
Storage Profile properties of a server.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
Storage(*, storage_size_gb: int | None = None, iops: int | None = None, auto_grow: str | EnableStatusEnum | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
storage_size_gb
|
Max storage size allowed for a server. |
iops
|
Storage IOPS for a server. |
auto_grow
|
Enable Storage Auto Grow or not. Possible values include: "Enabled", "Disabled". |
Variables
Name | Description |
---|---|
storage_size_gb
|
Max storage size allowed for a server. |
iops
|
Storage IOPS for a server. |
auto_grow
|
Enable Storage Auto Grow or not. Possible values include: "Enabled", "Disabled". |
storage_sku
|
The sku name of the server storage. |
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