Share via


ResourceMoveChangeHistory Class

Definition

The change history of the resource move.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ResourceMoveChangeHistoryTypeConverter))]
public class ResourceMoveChangeHistory : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResourceMoveChangeHistory
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ResourceMoveChangeHistoryTypeConverter))>]
type ResourceMoveChangeHistory = class
    interface IResourceMoveChangeHistory
    interface IJsonSerializable
Public Class ResourceMoveChangeHistory
Implements IResourceMoveChangeHistory
Inheritance
ResourceMoveChangeHistory
Attributes
Implements

Constructors

ResourceMoveChangeHistory()

Creates an new ResourceMoveChangeHistory instance.

Properties

AzureSubscriptionId

Azure subscription ID of the resource.

ChangedTimeUtc

UTC timestamp of when the resource was changed.

ResourceGroupName

Azure Resource Group of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceMoveChangeHistory.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceMoveChangeHistory.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResourceMoveChangeHistory.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceMoveChangeHistory into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to