DataEffect Class
The data effect definition.
- Inheritance
-
azure.mgmt.resource.policy._serialization.ModelDataEffect
Constructor
DataEffect(*, name: str | None = None, details_schema: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The data effect name. |
details_schema
|
<xref:JSON>
The data effect details schema. |
Variables
Name | Description |
---|---|
name
|
The data effect name. |
details_schema
|
<xref:JSON>
The data effect details schema. |
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