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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java