Freigeben über


SystemData Konstruktoren

Definition

Überlädt

SystemData()

Initialisiert eine neue instance der SystemData-Klasse.

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

Initialisiert eine neue instance der SystemData-Klasse.

SystemData()

Initialisiert eine neue instance der SystemData-Klasse.

public SystemData ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der SystemData-Klasse.

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

Parameter

createdBy
String

Die Identität, die die Ressource erstellt hat.

createdByType
CreatedByType

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

createdAt
Nullable<DateTime>

Der Zeitstempel der Ressourcenerstellung (UTC).

lastModifiedBy
String

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

lastModifiedByType
CreatedByType

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

lastModifiedAt
Nullable<DateTime>

Der Identitätstyp, der die Ressource zuletzt geändert hat.

Gilt für: