你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TrackedResourceSystemData Class

Definition

Metadata pertaining to creation and last modification of the resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.TrackedResourceSystemDataTypeConverter))]
public class TrackedResourceSystemData : Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.ITrackedResourceSystemData, Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.TrackedResourceSystemDataTypeConverter))>]
type TrackedResourceSystemData = class
    interface ITrackedResourceSystemData
    interface IJsonSerializable
    interface ISystemData
    interface IValidates
Public Class TrackedResourceSystemData
Implements ITrackedResourceSystemData, IValidates
Inheritance
TrackedResourceSystemData
Attributes
Implements

Constructors

TrackedResourceSystemData()

Creates an new TrackedResourceSystemData instance.

Properties

CreatedAt

The timestamp of resource creation (UTC).

CreatedBy

The identity that created the resource.

CreatedByType

The type of identity that created the resource.

LastModifiedAt

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

LastModifiedBy

The identity that last modified the resource.

LastModifiedByType

The type of identity that last modified the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TrackedResourceSystemData.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TrackedResourceSystemData.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.ITrackedResourceSystemData.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TrackedResourceSystemData into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to