Class FeatureProperties
- java.lang.Object
-
- com.microsoft.azure.management.resources.FeatureProperties
-
public 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 value.FeaturePropertieswithState(String state)Set the state value.
-
-
-
Method Detail
-
state
public String state()
Get the state value.- Returns:
- the state value
-
withState
public FeatureProperties withState(String state)
Set the state value.- Parameters:
state- the state value to set- Returns:
- the FeatureProperties object itself.
-
-