UpgradeDetails interface
Details for upgrading vault.
Properties
end |
UTC time at which the upgrade operation has ended. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
UTC time at which the upgrade operation status was last updated. NOTE: This property will not be serialized. It can only be populated by the server. |
message | Message to the user containing information about the upgrade operation. NOTE: This property will not be serialized. It can only be populated by the server. |
operation |
ID of the vault upgrade operation. NOTE: This property will not be serialized. It can only be populated by the server. |
previous |
Resource ID of the vault before the upgrade. NOTE: This property will not be serialized. It can only be populated by the server. |
start |
UTC time at which the upgrade operation has started. NOTE: This property will not be serialized. It can only be populated by the server. |
status | Status of the vault upgrade operation. NOTE: This property will not be serialized. It can only be populated by the server. |
trigger |
The way the vault upgrade was triggered. NOTE: This property will not be serialized. It can only be populated by the server. |
upgraded |
Resource ID of the upgraded vault. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
endTimeUtc
UTC time at which the upgrade operation has ended. NOTE: This property will not be serialized. It can only be populated by the server.
endTimeUtc?: Date
Property Value
Date
lastUpdatedTimeUtc
UTC time at which the upgrade operation status was last updated. NOTE: This property will not be serialized. It can only be populated by the server.
lastUpdatedTimeUtc?: Date
Property Value
Date
message
Message to the user containing information about the upgrade operation. NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string
operationId
ID of the vault upgrade operation. NOTE: This property will not be serialized. It can only be populated by the server.
operationId?: string
Property Value
string
previousResourceId
Resource ID of the vault before the upgrade. NOTE: This property will not be serialized. It can only be populated by the server.
previousResourceId?: string
Property Value
string
startTimeUtc
UTC time at which the upgrade operation has started. NOTE: This property will not be serialized. It can only be populated by the server.
startTimeUtc?: Date
Property Value
Date
status
Status of the vault upgrade operation. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
triggerType
The way the vault upgrade was triggered. NOTE: This property will not be serialized. It can only be populated by the server.
triggerType?: string
Property Value
string
upgradedResourceId
Resource ID of the upgraded vault. NOTE: This property will not be serialized. It can only be populated by the server.
upgradedResourceId?: string
Property Value
string