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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java