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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringfeatureName()StringresourceProviderName()Stringstate()Stringtype()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
Method Detail
-
type
String type()
- Returns:
- the type of the feature
-
state
String state()
- Returns:
- the state of the previewed feature
-
resourceProviderName
String resourceProviderName()
- Returns:
- the resource provider namespace of the feature
-
featureName
String featureName()
- Returns:
- the name of the feature
-
-