Class FeatureProperties
java.lang.Object
com.azure.resourcemanager.resources.models.FeatureProperties
Information about feature.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FeatureProperties
public FeatureProperties()Creates an instance of FeatureProperties class.
-
-
Method Details
-
state
Get the state property: The registration state of the feature for the subscription.- Returns:
- the state value.
-
withState
Set the state property: The registration state of the feature for the subscription.- Parameters:
state- the state value to set.- Returns:
- the FeatureProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-