Class FeatureProperties
- java.lang.Object
-
- com.azure.resourcemanager.resources.models.FeatureProperties
-
public final class FeatureProperties extends Object
Information about feature.
-
-
Constructor Summary
Constructors Constructor Description FeatureProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringstate()Get the state property: The registration state of the feature for the subscription.voidvalidate()Validates the instance.FeaturePropertieswithState(String state)Set the state property: The registration state of the feature for the subscription.
-
-
-
Method Detail
-
state
public String state()
Get the state property: The registration state of the feature for the subscription.- Returns:
- the state value.
-
withState
public FeatureProperties withState(String state)
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.
-
-