DataCollectionRuleAssociationProxyOnlyResourceSystemData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |