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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for Java