MySqlFlexibleServerFullBackupStoreDetails Class

Definition

FullBackupStoreDetails is used for scenarios where backup data is streamed/copied over to a storage destination.

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

Constructors

MySqlFlexibleServerFullBackupStoreDetails(IEnumerable<String>)

Initializes a new instance of MySqlFlexibleServerFullBackupStoreDetails.

Properties

SasUriList

SASUriList of storage containers where backup data is to be streamed/copied.

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.

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MySqlFlexibleServerBackupStoreDetails)
IJsonModel<MySqlFlexibleServerFullBackupStoreDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MySqlFlexibleServerFullBackupStoreDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MySqlFlexibleServerBackupStoreDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MySqlFlexibleServerBackupStoreDetails)
IPersistableModel<MySqlFlexibleServerFullBackupStoreDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MySqlFlexibleServerFullBackupStoreDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MySqlFlexibleServerFullBackupStoreDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to