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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python