Feature Interface
Implements
public interface Feature
extends Indexable, HasId, HasInnerModel<FeatureResultInner>, HasName
An immutable client-side representation of an Azure feature.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String | featureName() |
abstract String | resourceProviderName() |
abstract String | state() |
abstract String | type() |
Method Details
featureName
public abstract String featureName()
Returns:
the name of the feature
resourceProviderName
public abstract String resourceProviderName()
Returns:
the resource provider namespace of the feature
state
public abstract String state()
Returns:
the state of the previewed feature
type
public abstract String type()
Returns:
the type of the feature
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