SystemData Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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"
- 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"
Gilt für:
Azure SDK for .NET