Share via


Capability Class

Describes the capabilities/features allowed for a specific SKU.

Constructor

Capability(*, name: str | None = None, value: str | None = None, reason: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Name of the SKU capability.

Default value: None
value
str

Value of the SKU capability.

Default value: None
reason
str

Reason of the SKU capability.

Default value: None

Variables

Name Description
name
str

Name of the SKU capability.

value
str

Value of the SKU capability.

reason
str

Reason of the SKU capability.