次の方法で共有


DataCollectionEndpointResourceSystemData クラス

定義

リソースの作成と最後の変更に関連するメタデータ。

public class DataCollectionEndpointResourceSystemData : Microsoft.Azure.Management.Monitor.Models.SystemData
type DataCollectionEndpointResourceSystemData = class
    inherit SystemData
Public Class DataCollectionEndpointResourceSystemData
Inherits SystemData
継承
DataCollectionEndpointResourceSystemData

コンストラクター

DataCollectionEndpointResourceSystemData()

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

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

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

プロパティ

CreatedAt

リソース作成のタイムスタンプ (UTC) を取得または設定します。

(継承元 SystemData)
CreatedBy

リソースを作成した ID を取得または設定します。

(継承元 SystemData)
CreatedByType

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

(継承元 SystemData)
LastModifiedAt

リソースの最終変更 (UTC) のタイムスタンプを取得または設定します。

(継承元 SystemData)
LastModifiedBy

リソースを最後に変更した ID を取得または設定します。

(継承元 SystemData)
LastModifiedByType

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

(継承元 SystemData)

適用対象