Class SystemData
- Namespace
- Azure.ResourceManager.Models
- Assembly
- Azure.ResourceManager.dll
Metadata pertaining to creation and last modification of the resource.
[JsonConverter(typeof(SystemData.SystemDataConverter))]
public class SystemData : IJsonModel<SystemData>, IPersistableModel<SystemData>
- Inheritance
-
SystemData
- Implements
-
IJsonModel<SystemData>IPersistableModel<SystemData>
- Inherited Members
Constructors
SystemData()
Initializes a new instance of SystemData.
public SystemData()
Properties
CreatedBy
The identity that created the resource.
public string CreatedBy { get; }
Property Value
CreatedByType
The type of identity that created the resource.
public CreatedByType? CreatedByType { get; }
Property Value
CreatedOn
The timestamp of resource creation (UTC).
public DateTimeOffset? CreatedOn { get; }
Property Value
LastModifiedBy
The identity that last modified the resource.
public string LastModifiedBy { get; }
Property Value
LastModifiedByType
The type of identity that last modified the resource.
public CreatedByType? LastModifiedByType { get; }
Property Value
LastModifiedOn
The timestamp of resource last modification (UTC).
public DateTimeOffset? LastModifiedOn { get; }