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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java