59 строки
4.4 KiB
YAML
59 строки
4.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.resources.models.Feature"
|
|
fullName: "com.azure.resourcemanager.resources.models.Feature"
|
|
name: "Feature"
|
|
nameWithType: "Feature"
|
|
summary: "An immutable client-side representation of an Azure feature."
|
|
syntax: "public interface **Feature**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.model.Indexable?alt=com.azure.resourcemanager.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasId?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel?alt=com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel&text=HasInnerModel\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.FeatureResultInner?alt=com.azure.resourcemanager.resources.fluent.models.FeatureResultInner&text=FeatureResultInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasName?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.resources.models.Feature.featureName()"
|
|
fullName: "com.azure.resourcemanager.resources.models.Feature.featureName()"
|
|
name: "featureName()"
|
|
nameWithType: "Feature.featureName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String featureName()"
|
|
returns:
|
|
description: "the name of the feature"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.resources.models.Feature.resourceProviderName()"
|
|
fullName: "com.azure.resourcemanager.resources.models.Feature.resourceProviderName()"
|
|
name: "resourceProviderName()"
|
|
nameWithType: "Feature.resourceProviderName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String resourceProviderName()"
|
|
returns:
|
|
description: "the resource provider namespace of the feature"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.resources.models.Feature.state()"
|
|
fullName: "com.azure.resourcemanager.resources.models.Feature.state()"
|
|
name: "state()"
|
|
nameWithType: "Feature.state()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String state()"
|
|
returns:
|
|
description: "the state of the previewed feature"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.resources.models.Feature.type()"
|
|
fullName: "com.azure.resourcemanager.resources.models.Feature.type()"
|
|
name: "type()"
|
|
nameWithType: "Feature.type()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
returns:
|
|
description: "the type of the feature"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure feature."
|
|
implements:
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasId?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasName?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel?alt=com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel&text=HasInnerModel\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.FeatureResultInner?alt=com.azure.resourcemanager.resources.fluent.models.FeatureResultInner&text=FeatureResultInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.Indexable?alt=com.azure.resourcemanager.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.resources.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-resources:2.44.0
|