Sdílet prostřednictvím


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>
public class DataProtectionBackupStorageSetting
type DataProtectionBackupStorageSetting = class
    interface IJsonModel<DataProtectionBackupStorageSetting>
    interface IPersistableModel<DataProtectionBackupStorageSetting>
type DataProtectionBackupStorageSetting = class
Public Class DataProtectionBackupStorageSetting
Implements IJsonModel(Of DataProtectionBackupStorageSetting), IPersistableModel(Of DataProtectionBackupStorageSetting)
Public Class DataProtectionBackupStorageSetting
Inheritance
DataProtectionBackupStorageSetting
Implements

Constructors

DataProtectionBackupStorageSetting()

Initializes a new instance of DataProtectionBackupStorageSetting.

Properties

DataStoreType

Gets or sets the type of the datastore.

StorageSettingType

Gets or sets the type.

Explicit Interface Implementations

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