MySqlFlexibleServerBackupStoreDetails Class

Definition

Details about the target where the backup content will be stored. Please note MySqlFlexibleServerBackupStoreDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MySqlFlexibleServerFullBackupStoreDetails.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MySql.FlexibleServers.Models.UnknownBackupStoreDetails))]
public abstract class MySqlFlexibleServerBackupStoreDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerBackupStoreDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerBackupStoreDetails>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MySql.FlexibleServers.Models.UnknownBackupStoreDetails))>]
type MySqlFlexibleServerBackupStoreDetails = class
    interface IJsonModel<MySqlFlexibleServerBackupStoreDetails>
    interface IPersistableModel<MySqlFlexibleServerBackupStoreDetails>
Public MustInherit Class MySqlFlexibleServerBackupStoreDetails
Implements IJsonModel(Of MySqlFlexibleServerBackupStoreDetails), IPersistableModel(Of MySqlFlexibleServerBackupStoreDetails)
Inheritance
MySqlFlexibleServerBackupStoreDetails
Derived
Attributes
Implements

Constructors

MySqlFlexibleServerBackupStoreDetails()

Initializes a new instance of MySqlFlexibleServerBackupStoreDetails.

Explicit Interface Implementations

IJsonModel<MySqlFlexibleServerBackupStoreDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MySqlFlexibleServerBackupStoreDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MySqlFlexibleServerBackupStoreDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MySqlFlexibleServerBackupStoreDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MySqlFlexibleServerBackupStoreDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to