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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python