AIProjectsModelFactory.SystemData Method
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.
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET