Storage Class
Storage Profile properties of a server.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelStorage
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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python