ResourceMoveChangeHistoryArgs

data class ResourceMoveChangeHistoryArgs(val azureSubscriptionId: Output<String>? = null, val changedTimeUtc: Output<String>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<ResourceMoveChangeHistoryArgs>

The change history of the resource move.

Constructors

Link copied to clipboard
constructor(azureSubscriptionId: Output<String>? = null, changedTimeUtc: Output<String>? = null, resourceGroupName: Output<String>? = null)

Properties

Link copied to clipboard
val azureSubscriptionId: Output<String>? = null

Azure subscription ID of the resource.

Link copied to clipboard
val changedTimeUtc: Output<String>? = null

UTC timestamp of when the resource was changed.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

Azure Resource Group of the resource.

Functions

Link copied to clipboard
open override fun toJava(): ResourceMoveChangeHistoryArgs