Uses of Class
com.azure.resourcemanager.dataprotection.models.ResourceMoveDetails
Package
Description
Package containing the data models for DataProtectionClient.
-
Uses of ResourceMoveDetails in com.azure.resourcemanager.dataprotection.models
Modifier and TypeMethodDescriptionBackupVault.resourceMoveDetails()
Get the resourceMoveDetails property: Resource move details for backup vault.ResourceMoveDetails.withCompletionTimeUtc
(String completionTimeUtc) Set the completionTimeUtc property: Completion time in UTC of latest ResourceMove operation attempted.ResourceMoveDetails.withOperationId
(String operationId) Set the operationId property: CorrelationId of latest ResourceMove operation attempted.ResourceMoveDetails.withSourceResourcePath
(String sourceResourcePath) Set the sourceResourcePath property: ARM resource path of source resource.ResourceMoveDetails.withStartTimeUtc
(String startTimeUtc) Set the startTimeUtc property: Start time in UTC of latest ResourceMove operation attempted.ResourceMoveDetails.withTargetResourcePath
(String targetResourcePath) Set the targetResourcePath property: ARM resource path of target resource used in latest ResourceMove operation.