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

126 строки
7.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.resources.models.TagCount"
fullName: "com.azure.resourcemanager.resources.models.TagCount"
name: "TagCount"
nameWithType: "TagCount"
summary: "Tag count."
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 **TagCount**</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.resources.models.TagCount?alt=com.azure.resourcemanager.resources.models.TagCount&text=TagCount\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.resources.models.TagCount.TagCount()"
fullName: "com.azure.resourcemanager.resources.models.TagCount.TagCount()"
name: "TagCount()"
nameWithType: "TagCount.TagCount()"
summary: "Creates an instance of Tag<wbr>Count class."
syntax: "public TagCount()"
desc: "Creates an instance of TagCount class."
methods:
- uid: "com.azure.resourcemanager.resources.models.TagCount.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.resources.models.TagCount.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "TagCount.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Tag<wbr>Count 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 TagCount fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the TagCount."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of TagCount from the JsonReader."
returns:
description: "An instance of TagCount if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
type: "<xref href=\"com.azure.resourcemanager.resources.models.TagCount?alt=com.azure.resourcemanager.resources.models.TagCount&text=TagCount\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resources.models.TagCount.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.resources.models.TagCount.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "TagCount.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.resources.models.TagCount.type()"
fullName: "com.azure.resourcemanager.resources.models.TagCount.type()"
name: "type()"
nameWithType: "TagCount.type()"
summary: "Get the type property: Type of count."
syntax: "public String type()"
desc: "Get the type property: Type of count."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.resources.models.TagCount.validate()"
fullName: "com.azure.resourcemanager.resources.models.TagCount.validate()"
name: "validate()"
nameWithType: "TagCount.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.resources.models.TagCount.value()"
fullName: "com.azure.resourcemanager.resources.models.TagCount.value()"
name: "value()"
nameWithType: "TagCount.value()"
summary: "Get the value property: Value of count."
syntax: "public Integer value()"
desc: "Get the value property: Value of count."
returns:
description: "the value value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.resources.models.TagCount.withType(java.lang.String)"
fullName: "com.azure.resourcemanager.resources.models.TagCount.withType(String type)"
name: "withType(String type)"
nameWithType: "TagCount.withType(String type)"
summary: "Set the type property: Type of count."
parameters:
- description: "the type value to set."
name: "type"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TagCount withType(String type)"
desc: "Set the type property: Type of count."
returns:
description: "the TagCount object itself."
type: "<xref href=\"com.azure.resourcemanager.resources.models.TagCount?alt=com.azure.resourcemanager.resources.models.TagCount&text=TagCount\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resources.models.TagCount.withValue(java.lang.Integer)"
fullName: "com.azure.resourcemanager.resources.models.TagCount.withValue(Integer value)"
name: "withValue(Integer value)"
nameWithType: "TagCount.withValue(Integer value)"
summary: "Set the value property: Value of count."
parameters:
- description: "the value value to set."
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public TagCount withValue(Integer value)"
desc: "Set the value property: Value of count."
returns:
description: "the TagCount object itself."
type: "<xref href=\"com.azure.resourcemanager.resources.models.TagCount?alt=com.azure.resourcemanager.resources.models.TagCount&text=TagCount\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Tag count."
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.resources.models.TagCount?alt=com.azure.resourcemanager.resources.models.TagCount&text=TagCount\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.resources.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-resources:2.42.0