次の方法で共有


DataCollectionEndpointResourceSystemData コンストラクター

定義

オーバーロード

DataCollectionEndpointResourceSystemData()

DataCollectionEndpointResourceSystemData クラスの新しいインスタンスを初期化します。

DataCollectionEndpointResourceSystemData(String, String, Nullable<DateTime>, String, String, Nullable<DateTime>)

DataCollectionEndpointResourceSystemData クラスの新しいインスタンスを初期化します。

DataCollectionEndpointResourceSystemData()

DataCollectionEndpointResourceSystemData クラスの新しいインスタンスを初期化します。

public DataCollectionEndpointResourceSystemData();
Public Sub New ()

適用対象

DataCollectionEndpointResourceSystemData(String, String, Nullable<DateTime>, String, String, Nullable<DateTime>)

DataCollectionEndpointResourceSystemData クラスの新しいインスタンスを初期化します。

public DataCollectionEndpointResourceSystemData(string createdBy = default, string createdByType = default, DateTime? createdAt = default, string lastModifiedBy = default, string lastModifiedByType = default, DateTime? lastModifiedAt = default);
new Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointResourceSystemData : string * string * Nullable<DateTime> * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointResourceSystemData
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)

パラメーター

createdBy
String

リソースを作成した ID。

createdByType
String

リソースを作成した ID の種類。 使用できる値は、'User'、'Application'、'ManagedIdentity'、'Key' です。

createdAt
Nullable<DateTime>

リソース作成のタイムスタンプ (UTC)。

lastModifiedBy
String

リソースを最後に変更した ID。

lastModifiedByType
String

リソースを最後に変更した ID の種類。 使用できる値は、'User'、'Application'、'ManagedIdentity'、'Key' です。

lastModifiedAt
Nullable<DateTime>

リソースの最終変更のタイムスタンプ (UTC)

適用対象