38 строки
3.1 KiB
YAML
38 строки
3.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.resources.Feature"
|
|
fullName: "com.microsoft.azure.management.resources.Feature"
|
|
name: "Feature"
|
|
nameWithType: "Feature"
|
|
summary: "An immutable client-side representation of an Azure feature."
|
|
syntax: "public interface **Feature**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.implementation.FeatureResultInner?alt=com.microsoft.azure.management.resources.implementation.FeatureResultInner&text=FeatureResultInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.resources.Feature.state()"
|
|
fullName: "com.microsoft.azure.management.resources.Feature.state()"
|
|
name: "state()"
|
|
nameWithType: "Feature.state()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String state()"
|
|
returns:
|
|
description: "the state of the previewed feature"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.Feature.type()"
|
|
fullName: "com.microsoft.azure.management.resources.Feature.type()"
|
|
name: "type()"
|
|
nameWithType: "Feature.type()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
returns:
|
|
description: "the type of the feature"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure feature."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.implementation.FeatureResultInner?alt=com.microsoft.azure.management.resources.implementation.FeatureResultInner&text=FeatureResultInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.resources"
|
|
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4
|