Interface Feature

All Superinterfaces:
HasId, HasInnerModel<FeatureResultInner>, HasName, Indexable

public interface Feature extends Indexable, HasId, HasInnerModel<FeatureResultInner>, HasName
An immutable client-side representation of an Azure feature.
  • Method Details

    • type

      String type()
      Gets the type of the feature.
      Returns:
      the type of the feature
    • state

      String state()
      Gets the state of the previewed feature.
      Returns:
      the state of the previewed feature
    • resourceProviderName

      String resourceProviderName()
      Gets the resource provider namespace of the feature.
      Returns:
      the resource provider namespace of the feature
    • featureName

      String featureName()
      Gets the name of the feature.
      Returns:
      the name of the feature