RecoveryPointModelSystemData interface
System data required to be defined for Azure resources.
- Extends
Inherited Properties
created |
Gets or sets the timestamp of resource creation (UTC). |
created |
Gets or sets identity that created the resource. |
created |
Gets or sets the type of identity that created the resource: user, application, managedIdentity. |
last |
Gets or sets the timestamp of resource last modification (UTC). |
last |
Gets or sets the identity that last modified the resource. |
last |
Gets or sets the type of identity that last modified the resource: user, application, managedIdentity. |
Inherited Property Details
createdAt
Gets or sets the timestamp of resource creation (UTC).
createdAt?: Date
Property Value
Date
Inherited From SystemDataModel.createdAt
createdBy
Gets or sets identity that created the resource.
createdBy?: string
Property Value
string
Inherited From SystemDataModel.createdBy
createdByType
Gets or sets the type of identity that created the resource: user, application, managedIdentity.
createdByType?: string
Property Value
string
Inherited From SystemDataModel.createdByType
lastModifiedAt
Gets or sets the timestamp of resource last modification (UTC).
lastModifiedAt?: Date
Property Value
Date
Inherited From SystemDataModel.lastModifiedAt
lastModifiedBy
Gets or sets the identity that last modified the resource.
lastModifiedBy?: string
Property Value
string
Inherited From SystemDataModel.lastModifiedBy
lastModifiedByType
Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
lastModifiedByType?: string
Property Value
string
Inherited From SystemDataModel.lastModifiedByType
Azure SDK for JavaScript