次の方法で共有


MySqlFlexibleServerBackupAndExportContent クラス

定義

BackupAndExport API Request。

public class MySqlFlexibleServerBackupAndExportContent : Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerBackupContentBase
type MySqlFlexibleServerBackupAndExportContent = class
    inherit MySqlFlexibleServerBackupContentBase
Public Class MySqlFlexibleServerBackupAndExportContent
Inherits MySqlFlexibleServerBackupContentBase
継承
MySqlFlexibleServerBackupAndExportContent

コンストラクター

MySqlFlexibleServerBackupAndExportContent(MySqlFlexibleServerBackupSettings, MySqlFlexibleServerBackupStoreDetails)

MySqlFlexibleServerBackupAndExportContent の新しいインスタンスを初期化します。

プロパティ

BackupSettings

バックアップ設定。

(継承元 MySqlFlexibleServerBackupContentBase)
TargetDetails

バックアップ ターゲット ストアの詳細 基本クラスに注意 MySqlFlexibleServerBackupStoreDetails してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 が含まれます MySqlFlexibleServerFullBackupStoreDetails

適用対象