FeatureResult Class
Previewed feature information.
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. Default value: None
|
properties
|
Properties of the previewed feature. Default value: None
|
id
|
The resource ID of the feature. Default value: None
|
type
|
The resource type of the feature. Default value: None
|
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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python