Package version:

Interface SystemData

The system meta data relating to this resource.

interface SystemData {
    createdAt?: any;
    lastModifiedAt?: any;
}

Properties

createdAt?: any

Specifies the time in UTC at which the Cloud Service (extended support) resource was created.
Minimum api-version: 2022-04-04. NOTE: This property will not be serialized. It can only be populated by the server.

lastModifiedAt?: any

Specifies the time in UTC at which the Cloud Service (extended support) resource was last modified.
Minimum api-version: 2022-04-04. NOTE: This property will not be serialized. It can only be populated by the server.