Share via


BackupVaultFeatureSettings Class

Definition

Class containing feature settings of vault.

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

Constructors

BackupVaultFeatureSettings()

Initializes a new instance of BackupVaultFeatureSettings.

Properties

CrossRegionRestoreState

CrossRegionRestore state.

CrossSubscriptionRestoreState

CrossSubscriptionRestore state.

Explicit Interface Implementations

IJsonModel<BackupVaultFeatureSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupVaultFeatureSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupVaultFeatureSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupVaultFeatureSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupVaultFeatureSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to