FeatureResult Class

Previewed feature information.

Inheritance
azure.mgmt.resource.features._serialization.Model
FeatureResult

Constructor

FeatureResult(*, name: str | None = None, properties: _models.FeatureProperties | None = None, id: str | None = None, type: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The name of the feature.

properties

Properties of the previewed feature.

id
str

The resource ID of the feature.

type
str

The resource type of the feature.

Variables

Name Description
name
str

The name of the feature.

properties

Properties of the previewed feature.

id
str

The resource ID of the feature.

type
str

The resource type of the feature.