UpgradeDetails Class

Definition

Details for upgrading vault.

public class UpgradeDetails
type UpgradeDetails = class
Public Class UpgradeDetails
Inheritance
UpgradeDetails

Constructors

UpgradeDetails()

Initializes a new instance of the UpgradeDetails class.

UpgradeDetails(String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String, String, String, String, String)

Initializes a new instance of the UpgradeDetails class.

Properties

EndTimeUtc

Gets UTC time at which the upgrade operation has ended.

LastUpdatedTimeUtc

Gets UTC time at which the upgrade operation status was last updated.

Message

Gets message to the user containing information about the upgrade operation.

OperationId

Gets ID of the vault upgrade operation.

PreviousResourceId

Gets resource ID of the vault before the upgrade.

StartTimeUtc

Gets UTC time at which the upgrade operation has started.

Status

Gets status of the vault upgrade operation. Possible values include: 'Unknown', 'InProgress', 'Upgraded', 'Failed'

TriggerType

Gets the way the vault upgrade was triggered. Possible values include: 'UserTriggered', 'ForcedUpgrade'

UpgradedResourceId

Gets resource ID of the upgraded vault.

Applies to