Share via


DataProtectionBackupStorageSetting Class

Definition

Storage setting.

public class DataProtectionBackupStorageSetting : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupStorageSetting>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupStorageSetting>
type DataProtectionBackupStorageSetting = class
    interface IJsonModel<DataProtectionBackupStorageSetting>
    interface IPersistableModel<DataProtectionBackupStorageSetting>
Public Class DataProtectionBackupStorageSetting
Implements IJsonModel(Of DataProtectionBackupStorageSetting), IPersistableModel(Of DataProtectionBackupStorageSetting)
Inheritance
DataProtectionBackupStorageSetting
Implements

Constructors

Name Description
DataProtectionBackupStorageSetting()

Initializes a new instance of DataProtectionBackupStorageSetting.

Properties

Name Description
DataStoreType

Gets or sets the type of the datastore.

StorageSettingType

Gets or sets the type.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DataProtectionBackupStorageSetting>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataProtectionBackupStorageSetting>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataProtectionBackupStorageSetting>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataProtectionBackupStorageSetting>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataProtectionBackupStorageSetting>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to