Freigeben über


SystemData Konstruktoren

Definition

Überlädt

SystemData()

Initialisiert eine neue instance der SystemData-Klasse.

SystemData(Nullable<DateTime>, String, String, Nullable<DateTime>, String, String)

Initialisiert eine neue instance der SystemData-Klasse.

SystemData()

Initialisiert eine neue instance der SystemData-Klasse.

public SystemData ();
Public Sub New ()

Gilt für:

SystemData(Nullable<DateTime>, String, String, Nullable<DateTime>, String, String)

Initialisiert eine neue instance der SystemData-Klasse.

public SystemData (DateTime? createdAt = default, string createdBy = default, string createdByType = default, DateTime? lastModifiedAt = default, string lastModifiedBy = default, string lastModifiedByType = default);
new Microsoft.Azure.Management.Purview.Models.SystemData : Nullable<DateTime> * string * string * Nullable<DateTime> * string * string -> Microsoft.Azure.Management.Purview.Models.SystemData
Public Sub New (Optional createdAt As Nullable(Of DateTime) = Nothing, Optional createdBy As String = Nothing, Optional createdByType As String = Nothing, Optional lastModifiedAt As Nullable(Of DateTime) = Nothing, Optional lastModifiedBy As String = Nothing, Optional lastModifiedByType As String = Nothing)

Parameter

createdAt
Nullable<DateTime>

Der Zeitstempel der Ressourcenerstellung (UTC).

createdBy
String

Die Identität, die die Ressource erstellt hat.

createdByType
String

Der Identitätstyp, der die Ressource erstellt hat. Mögliche Werte: "User", "Application", "ManagedIdentity", "Key"

lastModifiedAt
Nullable<DateTime>

Der Zeitstempel der letzten Änderung der Ressource (UTC).

lastModifiedBy
String

Die Identität, die die Ressource zuletzt geändert hat.

lastModifiedByType
String

Der Identitätstyp, der die Ressource zuletzt geändert hat. Mögliche Werte: "User", "Application", "ManagedIdentity", "Key"

Gilt für: