AccountResourceSystemData Class

Definition

Metadata pertaining to creation and last modification of the resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.AccountResourceSystemDataTypeConverter))]
public class AccountResourceSystemData : Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.IAccountResourceSystemData
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.AccountResourceSystemDataTypeConverter))>]
type AccountResourceSystemData = class
    interface IAccountResourceSystemData
    interface IJsonSerializable
Public Class AccountResourceSystemData
Implements IAccountResourceSystemData
Inheritance
AccountResourceSystemData
Attributes
Implements

Constructors

Name Description
AccountResourceSystemData()

Creates an new AccountResourceSystemData instance.

Properties

Name Description
CreatedAt

The timestamp of resource creation (UTC).

CreatedByType

The type of identity that created the resource.

LastModifiedAt

The timestamp of resource last modification (UTC)

LastModifiedByType

The type of identity that last modified the resource.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AccountResourceSystemData.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AccountResourceSystemData.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.IAccountResourceSystemData.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AccountResourceSystemData into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to