public final class FeatureProperties extends Object
| Constructor and Description |
|---|
FeatureProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
state()
Get the state property: The registration state of the feature for the subscription.
|
void |
validate()
Validates the instance.
|
FeatureProperties |
withState(String state)
Set the state property: The registration state of the feature for the subscription.
|
public String state()
public FeatureProperties withState(String state)
state - the state value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.