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

DataCollectionRuleAssociationProxyOnlyResourceSystemData Class

Definition

Metadata pertaining to creation and last modification of the resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionRuleAssociationProxyOnlyResourceSystemDataTypeConverter))]
public class DataCollectionRuleAssociationProxyOnlyResourceSystemData : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataCollectionRuleAssociationProxyOnlyResourceSystemData, Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionRuleAssociationProxyOnlyResourceSystemDataTypeConverter))>]
type DataCollectionRuleAssociationProxyOnlyResourceSystemData = class
    interface IDataCollectionRuleAssociationProxyOnlyResourceSystemData
    interface IJsonSerializable
    interface ISystemData
    interface IValidates
Public Class DataCollectionRuleAssociationProxyOnlyResourceSystemData
Implements IDataCollectionRuleAssociationProxyOnlyResourceSystemData, IValidates
Inheritance
DataCollectionRuleAssociationProxyOnlyResourceSystemData
Attributes
Implements

Constructors

DataCollectionRuleAssociationProxyOnlyResourceSystemData()

Creates an new DataCollectionRuleAssociationProxyOnlyResourceSystemData instance.

Properties

CreatedAt

The timestamp of resource creation (UTC).

CreatedBy

The identity that created the resource.

CreatedByType

The type of identity that created the resource.

LastModifiedAt

The timestamp of resource last modification (UTC)

LastModifiedBy

The identity that last modified the resource.

LastModifiedByType

The type of identity that last modified the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataCollectionRuleAssociationProxyOnlyResourceSystemData.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataCollectionRuleAssociationProxyOnlyResourceSystemData.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataCollectionRuleAssociationProxyOnlyResourceSystemData.

FromJsonString(String)

Creates a new instance of DataCollectionRuleAssociationProxyOnlyResourceSystemData, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataCollectionRuleAssociationProxyOnlyResourceSystemData into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to