CloudHsmClusterRestoreContent Class

Definition

Cloud Hsm Cluster restore information.

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

Constructors

CloudHsmClusterRestoreContent(Uri, String)

Initializes a new instance of CloudHsmClusterRestoreContent.

Properties

AzureStorageBlobContainerUri

The Azure blob storage container Uri which contains the backup.

(Inherited from BackupRestoreRequestBaseProperties)
BackupId

An autogenerated unique string ID for labeling the backup. It contains both a UUID and a date timestamp.

Token

The SAS token pointing to an Azure blob storage container. This property is reserved for Azure Backup Service.

(Inherited from BackupRestoreRequestBaseProperties)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupRestoreRequestBaseProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from BackupRestoreRequestBaseProperties)
IJsonModel<CloudHsmClusterRestoreContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CloudHsmClusterRestoreContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupRestoreRequestBaseProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from BackupRestoreRequestBaseProperties)
IPersistableModel<CloudHsmClusterRestoreContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudHsmClusterRestoreContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CloudHsmClusterRestoreContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to