TrackedResourceSystemData 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.
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. |