Condividi tramite


TagProperty Class

Definition

A tag of the LegalHold of a blob container.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.TagPropertyTypeConverter))]
public class TagProperty : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagProperty
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.TagPropertyTypeConverter))>]
type TagProperty = class
    interface ITagProperty
    interface IJsonSerializable
Public Class TagProperty
Implements ITagProperty
Inheritance
TagProperty
Attributes
Implements

Constructors

TagProperty()

Creates an new TagProperty instance.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TagProperty.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TagProperty.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagProperty.

FromJsonString(String)

Creates a new instance of TagProperty, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TagProperty into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to