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

128 строки
8.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.storage.models.TagProperty"
fullName: "com.azure.resourcemanager.storage.models.TagProperty"
name: "TagProperty"
nameWithType: "TagProperty"
summary: "A tag of the Legal<wbr>Hold of a blob container."
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 **TagProperty**</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.storage.models.TagProperty?alt=com.azure.resourcemanager.storage.models.TagProperty&text=TagProperty\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.storage.models.TagProperty.TagProperty()"
fullName: "com.azure.resourcemanager.storage.models.TagProperty.TagProperty()"
name: "TagProperty()"
nameWithType: "TagProperty.TagProperty()"
summary: "Creates an instance of Tag<wbr>Property class."
syntax: "public TagProperty()"
desc: "Creates an instance of TagProperty class."
methods:
- uid: "com.azure.resourcemanager.storage.models.TagProperty.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.storage.models.TagProperty.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "TagProperty.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Tag<wbr>Property 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 TagProperty fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the TagProperty."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of TagProperty from the JsonReader."
returns:
description: "An instance of TagProperty 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.storage.models.TagProperty?alt=com.azure.resourcemanager.storage.models.TagProperty&text=TagProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storage.models.TagProperty.objectIdentifier()"
fullName: "com.azure.resourcemanager.storage.models.TagProperty.objectIdentifier()"
name: "objectIdentifier()"
nameWithType: "TagProperty.objectIdentifier()"
summary: "Get the object<wbr>Identifier property: Returns the Object ID of the user who added the tag."
syntax: "public String objectIdentifier()"
desc: "Get the objectIdentifier property: Returns the Object ID of the user who added the tag."
returns:
description: "the objectIdentifier value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storage.models.TagProperty.tag()"
fullName: "com.azure.resourcemanager.storage.models.TagProperty.tag()"
name: "tag()"
nameWithType: "TagProperty.tag()"
summary: "Get the tag property: The tag value."
syntax: "public String tag()"
desc: "Get the tag property: The tag value."
returns:
description: "the tag value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storage.models.TagProperty.tenantId()"
fullName: "com.azure.resourcemanager.storage.models.TagProperty.tenantId()"
name: "tenantId()"
nameWithType: "TagProperty.tenantId()"
summary: "Get the tenant<wbr>Id property: Returns the Tenant ID that issued the token for the user who added the tag."
syntax: "public String tenantId()"
desc: "Get the tenantId property: Returns the Tenant ID that issued the token for the user who added the tag."
returns:
description: "the tenantId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storage.models.TagProperty.timestamp()"
fullName: "com.azure.resourcemanager.storage.models.TagProperty.timestamp()"
name: "timestamp()"
nameWithType: "TagProperty.timestamp()"
summary: "Get the timestamp property: Returns the date and time the tag was added."
syntax: "public OffsetDateTime timestamp()"
desc: "Get the timestamp property: Returns the date and time the tag was added."
returns:
description: "the timestamp value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.storage.models.TagProperty.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.storage.models.TagProperty.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "TagProperty.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.storage.models.TagProperty.upn()"
fullName: "com.azure.resourcemanager.storage.models.TagProperty.upn()"
name: "upn()"
nameWithType: "TagProperty.upn()"
summary: "Get the upn property: Returns the User Principal Name of the user who added the tag."
syntax: "public String upn()"
desc: "Get the upn property: Returns the User Principal Name of the user who added the tag."
returns:
description: "the upn value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storage.models.TagProperty.validate()"
fullName: "com.azure.resourcemanager.storage.models.TagProperty.validate()"
name: "validate()"
nameWithType: "TagProperty.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
type: "class"
desc: "A tag of the LegalHold of a blob container."
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.storage.models.TagProperty?alt=com.azure.resourcemanager.storage.models.TagProperty&text=TagProperty\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.storage.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-storage:2.44.0