RestoreResult Class

Definition

Restore operation properties

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

Constructors

Name Description
RestoreResult()

Creates an new RestoreResult instance.

Properties

Name Description
AdditionalInfo

The error additional info.

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 RestoreResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RestoreResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RestoreResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Explicit Interface Implementations

Name Description
IHeaderSerializable.ReadHeaders(HttpResponseHeaders)

Applies to