CloudHsmClusterBackupResultProperties Class

Definition

Properties of the Cloud HSM Cluster.

public class CloudHsmClusterBackupResultProperties : Azure.ResourceManager.HardwareSecurityModules.Models.BackupRestoreBaseResultProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterBackupResultProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterBackupResultProperties>
type CloudHsmClusterBackupResultProperties = class
    inherit BackupRestoreBaseResultProperties
    interface IJsonModel<CloudHsmClusterBackupResultProperties>
    interface IPersistableModel<CloudHsmClusterBackupResultProperties>
Public Class CloudHsmClusterBackupResultProperties
Inherits BackupRestoreBaseResultProperties
Implements IJsonModel(Of CloudHsmClusterBackupResultProperties), IPersistableModel(Of CloudHsmClusterBackupResultProperties)
Inheritance
CloudHsmClusterBackupResultProperties
Implements

Properties

AzureStorageBlobContainerUri

The Azure blob storage container Uri which contains the backup.

BackupId

The ID of the backup.

EndOn

The end time of the backup/restore operation in UTC.

(Inherited from BackupRestoreBaseResultProperties)
Error

Error encountered, if any, during the backup/restore operation.

(Inherited from BackupRestoreBaseResultProperties)
JobId

Identifier for the backup/restore operation.

(Inherited from BackupRestoreBaseResultProperties)
StartOn

The start time of the backup/restore operation in UTC.

(Inherited from BackupRestoreBaseResultProperties)
Status

Status of the backup/restore operation.

(Inherited from BackupRestoreBaseResultProperties)
StatusDetails

The status details of backup/restore operation.

(Inherited from BackupRestoreBaseResultProperties)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupRestoreBaseResultProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from BackupRestoreBaseResultProperties)
IJsonModel<BackupRestoreBaseResultProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from BackupRestoreBaseResultProperties)
IJsonModel<CloudHsmClusterBackupResultProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CloudHsmClusterBackupResultProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupRestoreBaseResultProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from BackupRestoreBaseResultProperties)
IPersistableModel<BackupRestoreBaseResultProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from BackupRestoreBaseResultProperties)
IPersistableModel<BackupRestoreBaseResultProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from BackupRestoreBaseResultProperties)
IPersistableModel<CloudHsmClusterBackupResultProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudHsmClusterBackupResultProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CloudHsmClusterBackupResultProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to