Class DataEffect
java.lang.Object
com.azure.resourcemanager.resources.models.DataEffect
The data effect definition.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the detailsSchema property: The data effect details schema.name()Get the name property: The data effect name.voidvalidate()Validates the instance.withDetailsSchema(Object detailsSchema) Set the detailsSchema property: The data effect details schema.Set the name property: The data effect name.
-
Constructor Details
-
DataEffect
public DataEffect()
-
-
Method Details
-
name
Get the name property: The data effect name.- Returns:
- the name value.
-
withName
Set the name property: The data effect name.- Parameters:
name- the name value to set.- Returns:
- the DataEffect object itself.
-
detailsSchema
Get the detailsSchema property: The data effect details schema.- Returns:
- the detailsSchema value.
-
withDetailsSchema
Set the detailsSchema property: The data effect details schema.- Parameters:
detailsSchema- the detailsSchema value to set.- Returns:
- the DataEffect object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-