Share via


OperationalDataStoreSettings Class

Definition

Parameters for Operational-Tier DataStore.

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

Constructors

OperationalDataStoreSettings(DataStoreType)

Initializes a new instance of OperationalDataStoreSettings.

Properties

DataStoreType

type of datastore; Operational/Vault/Archive.

(Inherited from DataStoreSettings)
ResourceGroupId

Gets or sets the Snapshot Resource Group Uri.

Explicit Interface Implementations

IJsonModel<DataStoreSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataStoreSettings)
IJsonModel<OperationalDataStoreSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OperationalDataStoreSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataStoreSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from DataStoreSettings)
IPersistableModel<OperationalDataStoreSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationalDataStoreSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OperationalDataStoreSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to