BackupResult Class

Definition

Backup operation Result

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.BackupResultTypeConverter))]
public class BackupResult : Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.IBackupResult, Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Runtime.IHeaderSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.BackupResultTypeConverter))>]
type BackupResult = class
    interface IBackupResult
    interface IJsonSerializable
    interface IHeaderSerializable
Public Class BackupResult
Implements IBackupResult, IHeaderSerializable
Inheritance
BackupResult
Attributes
Implements

Constructors

Name Description
BackupResult()

Creates an new BackupResult 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.

XmsRequestId

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BackupResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BackupResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BackupResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Explicit Interface Implementations

Name Description
IHeaderSerializable.ReadHeaders(HttpResponseHeaders)

Applies to