BackupResultProperties Class

Definition

Properties of the Cloud HSM Cluster

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.BackupResultPropertiesTypeConverter))]
public class BackupResultProperties : Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.IBackupResultProperties, Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.BackupResultPropertiesTypeConverter))>]
type BackupResultProperties = class
    interface IBackupResultProperties
    interface IJsonSerializable
    interface IBackupRestoreBaseResultProperties
    interface IValidates
Public Class BackupResultProperties
Implements IBackupResultProperties, IValidates
Inheritance
BackupResultProperties
Attributes
Implements

Constructors

Name Description
BackupResultProperties()

Creates an new BackupResultProperties instance.

Properties

Name Description
AdditionalInfo

The error additional info.

AzureStorageBlobContainerUri

The Azure blob storage container Uri which contains the backup

BackupId

The ID of the backup.

Code

The error code.

Detail

The error details.

EndTime

The end time of the backup/restore operation in UTC

JobId

Identifier for the backup/restore operation.

Message

The error message.

StartTime

The start time of the backup/restore operation in UTC

Status

Status of the backup/restore operation

StatusDetail

The status details of backup/restore operation

Target

The error target.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BackupResultProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BackupResultProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.IBackupResultProperties.

FromJsonString(String)

Creates a new instance of BackupResultProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BackupResultProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to