SystemData 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.
public class SystemData
type SystemData = class
Public Class SystemData
- Inheritance
-
SystemData
Constructors
SystemData() |
Initializes a new instance of SystemData. |
Properties
CreatedBy |
An identifier for the identity that created the resource. |
CreatedByType |
The type of identity that created the resource. |
CreatedOn |
The timestamp of resource creation (UTC). |
LastModifiedBy |
An identifier for the identity that last modified the resource. |
LastModifiedByType |
The type of identity that last modified the resource. |
LastModifiedOn |
The timestamp of resource last modification (UTC). |
Applies to
Azure SDK for .NET