VaultPropertiesResponseMoveDetails

data class VaultPropertiesResponseMoveDetails(val completionTimeUtc: String, val operationId: String, val sourceResourceId: String, val startTimeUtc: String, val targetResourceId: String)

The details of the latest move operation performed on the Azure Resource

Constructors

Link copied to clipboard
constructor(completionTimeUtc: String, operationId: String, sourceResourceId: String, startTimeUtc: String, targetResourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

End Time of the Resource Move Operation

Link copied to clipboard

OperationId of the Resource Move Operation

Link copied to clipboard

Source Resource of the Resource Move Operation

Link copied to clipboard

Start Time of the Resource Move Operation

Link copied to clipboard

Target Resource of the Resource Move Operation