150 строки
11 KiB
YAML
150 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.dataprotection.models.SupportedFeature"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SupportedFeature"
|
|
name: "SupportedFeature"
|
|
nameWithType: "SupportedFeature"
|
|
summary: "Elements class for feature request."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **SupportedFeature**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.dataprotection.models.SupportedFeature?alt=com.azure.resourcemanager.dataprotection.models.SupportedFeature&text=SupportedFeature\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.SupportedFeature.SupportedFeature()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SupportedFeature.SupportedFeature()"
|
|
name: "SupportedFeature()"
|
|
nameWithType: "SupportedFeature.SupportedFeature()"
|
|
summary: "Creates an instance of Supported<wbr>Feature class."
|
|
syntax: "public SupportedFeature()"
|
|
desc: "Creates an instance of SupportedFeature class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.SupportedFeature.exposureControlledFeatures()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SupportedFeature.exposureControlledFeatures()"
|
|
name: "exposureControlledFeatures()"
|
|
nameWithType: "SupportedFeature.exposureControlledFeatures()"
|
|
summary: "Get the exposure<wbr>Controlled<wbr>Features property: support feature type."
|
|
syntax: "public List<String> exposureControlledFeatures()"
|
|
desc: "Get the exposureControlledFeatures property: support feature type."
|
|
returns:
|
|
description: "the exposureControlledFeatures value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.SupportedFeature.featureName()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SupportedFeature.featureName()"
|
|
name: "featureName()"
|
|
nameWithType: "SupportedFeature.featureName()"
|
|
summary: "Get the feature<wbr>Name property: support feature type."
|
|
syntax: "public String featureName()"
|
|
desc: "Get the featureName property: support feature type."
|
|
returns:
|
|
description: "the featureName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.SupportedFeature.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SupportedFeature.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "SupportedFeature.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Supported<wbr>Feature from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static SupportedFeature fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the SupportedFeature."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of SupportedFeature from the JsonReader."
|
|
returns:
|
|
description: "An instance of SupportedFeature if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.SupportedFeature?alt=com.azure.resourcemanager.dataprotection.models.SupportedFeature&text=SupportedFeature\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.SupportedFeature.supportStatus()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SupportedFeature.supportStatus()"
|
|
name: "supportStatus()"
|
|
nameWithType: "SupportedFeature.supportStatus()"
|
|
summary: "Get the support<wbr>Status property: feature support status."
|
|
syntax: "public FeatureSupportStatus supportStatus()"
|
|
desc: "Get the supportStatus property: feature support status."
|
|
returns:
|
|
description: "the supportStatus value."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.FeatureSupportStatus?alt=com.azure.resourcemanager.dataprotection.models.FeatureSupportStatus&text=FeatureSupportStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.SupportedFeature.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SupportedFeature.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "SupportedFeature.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.SupportedFeature.validate()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SupportedFeature.validate()"
|
|
name: "validate()"
|
|
nameWithType: "SupportedFeature.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.SupportedFeature.withExposureControlledFeatures(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SupportedFeature.withExposureControlledFeatures(List<String> exposureControlledFeatures)"
|
|
name: "withExposureControlledFeatures(List<String> exposureControlledFeatures)"
|
|
nameWithType: "SupportedFeature.withExposureControlledFeatures(List<String> exposureControlledFeatures)"
|
|
summary: "Set the exposure<wbr>Controlled<wbr>Features property: support feature type."
|
|
parameters:
|
|
- description: "the exposureControlledFeatures value to set."
|
|
name: "exposureControlledFeatures"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public SupportedFeature withExposureControlledFeatures(List<String> exposureControlledFeatures)"
|
|
desc: "Set the exposureControlledFeatures property: support feature type."
|
|
returns:
|
|
description: "the SupportedFeature object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.SupportedFeature?alt=com.azure.resourcemanager.dataprotection.models.SupportedFeature&text=SupportedFeature\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.SupportedFeature.withFeatureName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SupportedFeature.withFeatureName(String featureName)"
|
|
name: "withFeatureName(String featureName)"
|
|
nameWithType: "SupportedFeature.withFeatureName(String featureName)"
|
|
summary: "Set the feature<wbr>Name property: support feature type."
|
|
parameters:
|
|
- description: "the featureName value to set."
|
|
name: "featureName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public SupportedFeature withFeatureName(String featureName)"
|
|
desc: "Set the featureName property: support feature type."
|
|
returns:
|
|
description: "the SupportedFeature object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.SupportedFeature?alt=com.azure.resourcemanager.dataprotection.models.SupportedFeature&text=SupportedFeature\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.SupportedFeature.withSupportStatus(com.azure.resourcemanager.dataprotection.models.FeatureSupportStatus)"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SupportedFeature.withSupportStatus(FeatureSupportStatus supportStatus)"
|
|
name: "withSupportStatus(FeatureSupportStatus supportStatus)"
|
|
nameWithType: "SupportedFeature.withSupportStatus(FeatureSupportStatus supportStatus)"
|
|
summary: "Set the support<wbr>Status property: feature support status."
|
|
parameters:
|
|
- description: "the supportStatus value to set."
|
|
name: "supportStatus"
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.FeatureSupportStatus?alt=com.azure.resourcemanager.dataprotection.models.FeatureSupportStatus&text=FeatureSupportStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public SupportedFeature withSupportStatus(FeatureSupportStatus supportStatus)"
|
|
desc: "Set the supportStatus property: feature support status."
|
|
returns:
|
|
description: "the SupportedFeature object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.SupportedFeature?alt=com.azure.resourcemanager.dataprotection.models.SupportedFeature&text=SupportedFeature\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Elements class for feature request."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.dataprotection.models.SupportedFeature?alt=com.azure.resourcemanager.dataprotection.models.SupportedFeature&text=SupportedFeature\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.dataprotection.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-dataprotection:1.3.0
|