ResourceMoveChangeHistoryResponse

data class ResourceMoveChangeHistoryResponse(val azureSubscriptionId: String? = null, val changedTimeUtc: String? = null, val resourceGroupName: String? = null)

The change history of the resource move.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Azure subscription ID of the resource.

Link copied to clipboard
val changedTimeUtc: String? = null

UTC timestamp of when the resource was changed.

Link copied to clipboard

Azure Resource Group of the resource.