ResourceRange Class
Describes the resource range.
- Inheritance
-
azure.mgmt.compute._serialization.ModelResourceRange
Constructor
ResourceRange(*, min: int | None = None, max: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
min
|
The minimum number of the resource. |
max
|
The maximum number of the resource. |
Variables
Name | Description |
---|---|
min
|
The minimum number of the resource. |
max
|
The maximum number of the resource. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python