Table of Contents

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

string

CreatedByType

The type of identity that created the resource.

public CreatedByType? CreatedByType { get; }

Property Value

CreatedByType?

CreatedOn

The timestamp of resource creation (UTC).

public DateTimeOffset? CreatedOn { get; }

Property Value

DateTimeOffset?

LastModifiedBy

The identity that last modified the resource.

public string LastModifiedBy { get; }

Property Value

string

LastModifiedByType

The type of identity that last modified the resource.

public CreatedByType? LastModifiedByType { get; }

Property Value

CreatedByType?

LastModifiedOn

The timestamp of resource last modification (UTC).

public DateTimeOffset? LastModifiedOn { get; }

Property Value

DateTimeOffset?