Feature Interface

public interface Feature extends Indexable,HasInner,HasName

An immutable client-side representation of an Azure feature.

Method Summary

Modifier and Type Method and Description
String state()
String type()

Inherited Members

Method Details

state

public String state()

Returns:

the state of the previewed feature

type

public String type()

Returns:

the type of the feature

Applies to