你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

获取或设置创建资源的标识。

(继承自 SystemData)
CreatedByType

获取或设置创建资源的标识类型。 可能的值包括:“User”、“Application”、“ManagedIdentity”、“Key”

(继承自 SystemData)
LastModifiedAt

获取或设置资源上次修改的时间戳 (UTC)

(继承自 SystemData)
LastModifiedBy

获取或设置上次修改资源的标识。

(继承自 SystemData)
LastModifiedByType

获取或设置上次修改资源的标识类型。 可能的值包括:“User”、“Application”、“ManagedIdentity”、“Key”

(继承自 SystemData)

适用于