TrackedResourceSystemData Class

Definition

Metadata pertaining to creation and last modification of the resource.

public class TrackedResourceSystemData : Microsoft.Azure.Management.Purview.Models.SystemData
type TrackedResourceSystemData = class
    inherit SystemData
Public Class TrackedResourceSystemData
Inherits SystemData
Inheritance
TrackedResourceSystemData

Constructors

TrackedResourceSystemData()

Initializes a new instance of the TrackedResourceSystemData class.

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

Initializes a new instance of the TrackedResourceSystemData class.

Properties

CreatedAt

Gets the timestamp of resource creation (UTC).

(Inherited from SystemData)
CreatedBy

Gets the identity that created the resource.

(Inherited from SystemData)
CreatedByType

Gets the type of identity that created the resource. Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'

(Inherited from SystemData)
LastModifiedAt

Gets the timestamp of the last modification the resource (UTC).

(Inherited from SystemData)
LastModifiedBy

Gets the identity that last modified the resource.

(Inherited from SystemData)
LastModifiedByType

Gets the type of identity that last modified the resource. Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'

(Inherited from SystemData)

Applies to