LegalHoldTag Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A tag of the LegalHold of a blob container.
public class LegalHoldTag : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.LegalHoldTag>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.LegalHoldTag>
public class LegalHoldTag
type LegalHoldTag = class
interface IJsonModel<LegalHoldTag>
interface IPersistableModel<LegalHoldTag>
type LegalHoldTag = class
Public Class LegalHoldTag
Implements IJsonModel(Of LegalHoldTag), IPersistableModel(Of LegalHoldTag)
Public Class LegalHoldTag
- Inheritance
-
LegalHoldTag
- Implements
Properties
ObjectIdentifier |
Returns the Object ID of the user who added the tag. |
Tag |
The tag value. |
TenantId |
Returns the Tenant ID that issued the token for the user who added the tag. |
Timestamp |
Returns the date and time the tag was added. |
Upn |
Returns the User Principal Name of the user who added the tag. |
Explicit Interface Implementations
IJsonModel<LegalHoldTag>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<LegalHoldTag>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<LegalHoldTag>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<LegalHoldTag>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<LegalHoldTag>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET