Bagikan melalui


CloudHsmClusterBackupContent Class

Definition

Backup properties.

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

Constructors

CloudHsmClusterBackupContent(Uri)

Initializes a new instance of CloudHsmClusterBackupContent.

Properties

AzureStorageBlobContainerUri

The Azure blob storage container Uri which contains the backup.

(Inherited from BackupRestoreRequestBaseProperties)
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<CloudHsmClusterBackupContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CloudHsmClusterBackupContent>.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<CloudHsmClusterBackupContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudHsmClusterBackupContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CloudHsmClusterBackupContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to