ResourceRange Class

Describes the resource range.

Inheritance
azure.mgmt.compute._serialization.Model
ResourceRange

Constructor

ResourceRange(*, min: int | None = None, max: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
min
int

The minimum number of the resource.

max
int

The maximum number of the resource.

Variables

Name Description
min
int

The minimum number of the resource.

max
int

The maximum number of the resource.