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, String, Nullable<DateTime>, String, String, 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, String, Nullable<DateTime>, String, String, Nullable<DateTime>)
Initialisiert eine neue instance der SystemData-Klasse.
public SystemData (string createdBy = default, string createdByType = default, DateTime? createdAt = default, string lastModifiedBy = default, string lastModifiedByType = default, DateTime? lastModifiedAt = default);
new Microsoft.Azure.Management.LabServices.Models.SystemData : string * string * Nullable<DateTime> * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.LabServices.Models.SystemData
Public Sub New (Optional createdBy As String = Nothing, Optional createdByType As String = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional lastModifiedBy As String = Nothing, Optional lastModifiedByType As String = Nothing, Optional lastModifiedAt As Nullable(Of DateTime) = Nothing)
Parameter
- 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"
- 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:
Azure SDK for .NET