ResourceMoveChangeHistory 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.
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
| Name | Description |
|---|---|
| ResourceMoveChangeHistory() |
Creates an new ResourceMoveChangeHistory instance. |
Properties
| Name | Description |
|---|---|
| AzureSubscriptionId |
Azure subscription ID of the resource. |
| ChangedTimeUtc |
UTC timestamp of when the resource was changed. |
| ResourceGroupName |
Azure Resource Group of the resource. |
Methods
| Name | Description |
|---|---|
| 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() | |