MySqlFlexibleServerBackupAndExportContent Class

Definition

BackupAndExport API Request.

public class MySqlFlexibleServerBackupAndExportContent : Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerBackupContentBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerBackupAndExportContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerBackupAndExportContent>
type MySqlFlexibleServerBackupAndExportContent = class
    inherit MySqlFlexibleServerBackupContentBase
    interface IJsonModel<MySqlFlexibleServerBackupAndExportContent>
    interface IPersistableModel<MySqlFlexibleServerBackupAndExportContent>
Public Class MySqlFlexibleServerBackupAndExportContent
Inherits MySqlFlexibleServerBackupContentBase
Implements IJsonModel(Of MySqlFlexibleServerBackupAndExportContent), IPersistableModel(Of MySqlFlexibleServerBackupAndExportContent)
Inheritance
MySqlFlexibleServerBackupAndExportContent
Implements

Constructors

MySqlFlexibleServerBackupAndExportContent(MySqlFlexibleServerBackupSettings, MySqlFlexibleServerBackupStoreDetails)

Initializes a new instance of MySqlFlexibleServerBackupAndExportContent.

Properties

BackupSettings

Backup Settings.

(Inherited from MySqlFlexibleServerBackupContentBase)
TargetDetails

Backup Target Store Details 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.

Explicit Interface Implementations

IJsonModel<MySqlFlexibleServerBackupAndExportContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MySqlFlexibleServerBackupAndExportContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MySqlFlexibleServerBackupContentBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MySqlFlexibleServerBackupContentBase)
IPersistableModel<MySqlFlexibleServerBackupAndExportContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MySqlFlexibleServerBackupAndExportContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MySqlFlexibleServerBackupAndExportContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MySqlFlexibleServerBackupContentBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MySqlFlexibleServerBackupContentBase)

Applies to