Compartilhar via


AIProjectsModelFactory.SystemData Method

Definition

Initializes a new instance of SystemData.

public static Azure.AI.Projects.SystemData SystemData (DateTimeOffset? createdAt = default, string createdBy = default, string createdByType = default, DateTimeOffset? lastModifiedAt = default);
static member SystemData : Nullable<DateTimeOffset> * string * string * Nullable<DateTimeOffset> -> Azure.AI.Projects.SystemData
Public Shared Function SystemData (Optional createdAt As Nullable(Of DateTimeOffset) = Nothing, Optional createdBy As String = Nothing, Optional createdByType As String = Nothing, Optional lastModifiedAt As Nullable(Of DateTimeOffset) = Nothing) As SystemData

Parameters

createdAt
Nullable<DateTimeOffset>

The timestamp the resource was created at.

createdBy
String

The identity that created the resource.

createdByType
String

The identity type that created the resource.

lastModifiedAt
Nullable<DateTimeOffset>

The timestamp of resource last modification (UTC).

Returns

A new SystemData instance for mocking.

Applies to