Share via


TagProperty Constructors

Definition

Overloads

TagProperty()

Initializes a new instance of the TagProperty class.

TagProperty(String, Nullable<DateTime>, String, String, String)

Initializes a new instance of the TagProperty class.

TagProperty()

Initializes a new instance of the TagProperty class.

public TagProperty ();
Public Sub New ()

Applies to

TagProperty(String, Nullable<DateTime>, String, String, String)

Initializes a new instance of the TagProperty class.

public TagProperty (string tag = default, DateTime? timestamp = default, string objectIdentifier = default, string tenantId = default, string upn = default);
new Microsoft.Azure.Management.Storage.Fluent.Models.TagProperty : string * Nullable<DateTime> * string * string * string -> Microsoft.Azure.Management.Storage.Fluent.Models.TagProperty
Public Sub New (Optional tag As String = Nothing, Optional timestamp As Nullable(Of DateTime) = Nothing, Optional objectIdentifier As String = Nothing, Optional tenantId As String = Nothing, Optional upn As String = Nothing)

Parameters

tag
String

The tag value.

timestamp
Nullable<DateTime>

Returns the date and time the tag was added.

objectIdentifier
String

Returns the Object ID of the user who added the tag.

tenantId
String

Returns the Tenant ID that issued the token for the user who added the tag.

upn
String

Returns the User Principal Name of the user who added the tag.

Applies to