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, Nullable<CreatedByType>, Nullable<DateTime>, String, Nullable<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, Nullable<CreatedByType>, Nullable<DateTime>, String, Nullable<CreatedByType>, Nullable<DateTime>)
Initialisiert eine neue instance der SystemData-Klasse.
public SystemData (string createdBy = default, Microsoft.Azure.Management.VideoAnalyzer.Models.CreatedByType? createdByType = default, DateTime? createdAt = default, string lastModifiedBy = default, Microsoft.Azure.Management.VideoAnalyzer.Models.CreatedByType? lastModifiedByType = default, DateTime? lastModifiedAt = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.SystemData : string * Nullable<Microsoft.Azure.Management.VideoAnalyzer.Models.CreatedByType> * Nullable<DateTime> * string * Nullable<Microsoft.Azure.Management.VideoAnalyzer.Models.CreatedByType> * Nullable<DateTime> -> Microsoft.Azure.Management.VideoAnalyzer.Models.SystemData
Public Sub New (Optional createdBy As String = Nothing, Optional createdByType As Nullable(Of CreatedByType) = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional lastModifiedBy As String = Nothing, Optional lastModifiedByType As Nullable(Of CreatedByType) = Nothing, Optional lastModifiedAt As Nullable(Of DateTime) = Nothing)
Parameter
- createdBy
- String
Die Identität, die die Ressource erstellt hat.
- createdByType
- Nullable<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
- Nullable<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