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

91 строка
4.4 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\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class TagProperty"
constructors:
- uid: "com.azure.resourcemanager.storage.models.TagProperty.TagProperty()"
fullName: "com.azure.resourcemanager.storage.models.TagProperty.TagProperty()"
name: "TagProperty()"
nameWithType: "TagProperty.TagProperty()"
syntax: "public TagProperty()"
methods:
- 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.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."
metadata: {}
package: "com.azure.resourcemanager.storage.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-storage:2.18.0