VaultPropertiesMoveDetails 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 details of the latest move operation performed on the Azure Resource
public class VaultPropertiesMoveDetails
type VaultPropertiesMoveDetails = class
Public Class VaultPropertiesMoveDetails
- Inheritance
-
VaultPropertiesMoveDetails
Constructors
VaultPropertiesMoveDetails() |
Initializes a new instance of the VaultPropertiesMoveDetails class. |
VaultPropertiesMoveDetails(String, Nullable<DateTime>, Nullable<DateTime>, String, String) |
Initializes a new instance of the VaultPropertiesMoveDetails class. |
Properties
CompletionTimeUtc |
Gets end Time of the Resource Move Operation |
OperationId |
Gets operationId of the Resource Move Operation |
SourceResourceId |
Gets source Resource of the Resource Move Operation |
StartTimeUtc |
Gets start Time of the Resource Move Operation |
TargetResourceId |
Gets target Resource of the Resource Move Operation |