FeatureResult Class
Previewed feature information.
- Inheritance
-
azure.mgmt.resource.features._serialization.ModelFeatureResult
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
|
The name of the feature. |
properties
|
Properties of the previewed feature. |
id
|
The resource ID of the feature. |
type
|
The resource type of the feature. |
Variables
Name | Description |
---|---|
name
|
The name of the feature. |
properties
|
Properties of the previewed feature. |
id
|
The resource ID of the feature. |
type
|
The resource type of the feature. |
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