DataCollectionRuleResourceSystemData 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
DataCollectionRuleResourceSystemData() |
Initialisiert eine neue instance der DataCollectionRuleResourceSystemData-Klasse. |
DataCollectionRuleResourceSystemData(String, String, Nullable<DateTime>, String, String, Nullable<DateTime>) |
Initialisiert eine neue instance der DataCollectionRuleResourceSystemData-Klasse. |
DataCollectionRuleResourceSystemData()
Initialisiert eine neue instance der DataCollectionRuleResourceSystemData-Klasse.
public DataCollectionRuleResourceSystemData ();
Public Sub New ()
Gilt für:
DataCollectionRuleResourceSystemData(String, String, Nullable<DateTime>, String, String, Nullable<DateTime>)
Initialisiert eine neue instance der DataCollectionRuleResourceSystemData-Klasse.
public DataCollectionRuleResourceSystemData (string createdBy = default, string createdByType = default, DateTime? createdAt = default, string lastModifiedBy = default, string lastModifiedByType = default, DateTime? lastModifiedAt = default);
new Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleResourceSystemData : string * string * Nullable<DateTime> * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleResourceSystemData
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