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. |
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