azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.d...

174 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria"
fullName: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria"
name: "TaggingCriteria"
nameWithType: "TaggingCriteria"
summary: "Tagging<wbr>Criteria Tagging criteria."
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 **TaggingCriteria**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.dataprotection.models.TaggingCriteria?alt=com.azure.resourcemanager.dataprotection.models.TaggingCriteria&text=TaggingCriteria\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.TaggingCriteria()"
fullName: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.TaggingCriteria()"
name: "TaggingCriteria()"
nameWithType: "TaggingCriteria.TaggingCriteria()"
summary: "Creates an instance of Tagging<wbr>Criteria class."
syntax: "public TaggingCriteria()"
desc: "Creates an instance of TaggingCriteria class."
methods:
- uid: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.criteria()"
fullName: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.criteria()"
name: "criteria()"
nameWithType: "TaggingCriteria.criteria()"
summary: "Get the criteria property: Criteria which decides whether the tag can be applied to a triggered backup."
syntax: "public List<BackupCriteria> criteria()"
desc: "Get the criteria property: Criteria which decides whether the tag can be applied to a triggered backup."
returns:
description: "the criteria value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupCriteria?alt=com.azure.resourcemanager.dataprotection.models.BackupCriteria&text=BackupCriteria\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "TaggingCriteria.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Tagging<wbr>Criteria 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 TaggingCriteria fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of TaggingCriteria from the JsonReader."
returns:
description: "An instance of TaggingCriteria 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.TaggingCriteria?alt=com.azure.resourcemanager.dataprotection.models.TaggingCriteria&text=TaggingCriteria\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.isDefault()"
fullName: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.isDefault()"
name: "isDefault()"
nameWithType: "TaggingCriteria.isDefault()"
summary: "Get the is<wbr>Default property: Specifies if tag is default."
syntax: "public boolean isDefault()"
desc: "Get the isDefault property: Specifies if tag is default."
returns:
description: "the isDefault value."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.tagInfo()"
fullName: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.tagInfo()"
name: "tagInfo()"
nameWithType: "TaggingCriteria.tagInfo()"
summary: "Get the tag<wbr>Info property: Retention tag information."
syntax: "public RetentionTag tagInfo()"
desc: "Get the tagInfo property: Retention tag information."
returns:
description: "the tagInfo value."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.RetentionTag?alt=com.azure.resourcemanager.dataprotection.models.RetentionTag&text=RetentionTag\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.taggingPriority()"
fullName: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.taggingPriority()"
name: "taggingPriority()"
nameWithType: "TaggingCriteria.taggingPriority()"
summary: "Get the tagging<wbr>Priority property: Retention Tag priority."
syntax: "public long taggingPriority()"
desc: "Get the taggingPriority property: Retention Tag priority."
returns:
description: "the taggingPriority value."
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "TaggingCriteria.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.TaggingCriteria.validate()"
fullName: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.validate()"
name: "validate()"
nameWithType: "TaggingCriteria.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.withCriteria(java.util.List<com.azure.resourcemanager.dataprotection.models.BackupCriteria>)"
fullName: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.withCriteria(List<BackupCriteria> criteria)"
name: "withCriteria(List<BackupCriteria> criteria)"
nameWithType: "TaggingCriteria.withCriteria(List<BackupCriteria> criteria)"
summary: "Set the criteria property: Criteria which decides whether the tag can be applied to a triggered backup."
parameters:
- description: "the criteria value to set."
name: "criteria"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupCriteria?alt=com.azure.resourcemanager.dataprotection.models.BackupCriteria&text=BackupCriteria\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public TaggingCriteria withCriteria(List<BackupCriteria> criteria)"
desc: "Set the criteria property: Criteria which decides whether the tag can be applied to a triggered backup."
returns:
description: "the TaggingCriteria object itself."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.TaggingCriteria?alt=com.azure.resourcemanager.dataprotection.models.TaggingCriteria&text=TaggingCriteria\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.withIsDefault(boolean)"
fullName: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.withIsDefault(boolean isDefault)"
name: "withIsDefault(boolean isDefault)"
nameWithType: "TaggingCriteria.withIsDefault(boolean isDefault)"
summary: "Set the is<wbr>Default property: Specifies if tag is default."
parameters:
- description: "the isDefault value to set."
name: "isDefault"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TaggingCriteria withIsDefault(boolean isDefault)"
desc: "Set the isDefault property: Specifies if tag is default."
returns:
description: "the TaggingCriteria object itself."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.TaggingCriteria?alt=com.azure.resourcemanager.dataprotection.models.TaggingCriteria&text=TaggingCriteria\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.withTagInfo(com.azure.resourcemanager.dataprotection.models.RetentionTag)"
fullName: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.withTagInfo(RetentionTag tagInfo)"
name: "withTagInfo(RetentionTag tagInfo)"
nameWithType: "TaggingCriteria.withTagInfo(RetentionTag tagInfo)"
summary: "Set the tag<wbr>Info property: Retention tag information."
parameters:
- description: "the tagInfo value to set."
name: "tagInfo"
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.RetentionTag?alt=com.azure.resourcemanager.dataprotection.models.RetentionTag&text=RetentionTag\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TaggingCriteria withTagInfo(RetentionTag tagInfo)"
desc: "Set the tagInfo property: Retention tag information."
returns:
description: "the TaggingCriteria object itself."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.TaggingCriteria?alt=com.azure.resourcemanager.dataprotection.models.TaggingCriteria&text=TaggingCriteria\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.withTaggingPriority(long)"
fullName: "com.azure.resourcemanager.dataprotection.models.TaggingCriteria.withTaggingPriority(long taggingPriority)"
name: "withTaggingPriority(long taggingPriority)"
nameWithType: "TaggingCriteria.withTaggingPriority(long taggingPriority)"
summary: "Set the tagging<wbr>Priority property: Retention Tag priority."
parameters:
- description: "the taggingPriority value to set."
name: "taggingPriority"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TaggingCriteria withTaggingPriority(long taggingPriority)"
desc: "Set the taggingPriority property: Retention Tag priority."
returns:
description: "the TaggingCriteria object itself."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.TaggingCriteria?alt=com.azure.resourcemanager.dataprotection.models.TaggingCriteria&text=TaggingCriteria\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "TaggingCriteria Tagging criteria."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.dataprotection.models.TaggingCriteria?alt=com.azure.resourcemanager.dataprotection.models.TaggingCriteria&text=TaggingCriteria\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.dataprotection.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-dataprotection:1.3.0