FeatureProperties Class
- java.
lang. Object - com.
microsoft. azure. management. resources. FeatureProperties
- com.
public class FeatureProperties
Information about feature.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
state()
Get the state value. |
Feature |
withState(String state)
Set the state value. |
Method Details
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.
Applies to
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 Java