ArmDataMigrationModelFactory.ConnectToSourceSqlServerTaskOutputDatabaseLevel メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ConnectToSourceSqlServerTaskOutputDatabaseLevel の新しいインスタンスを初期化します。
public static Azure.ResourceManager.DataMigration.Models.ConnectToSourceSqlServerTaskOutputDatabaseLevel ConnectToSourceSqlServerTaskOutputDatabaseLevel (string id = default, string name = default, double? sizeMB = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.Models.DatabaseFileInfo> databaseFiles = default, Azure.ResourceManager.DataMigration.Models.DatabaseCompatLevel? compatibilityLevel = default, Azure.ResourceManager.DataMigration.Models.DatabaseState? databaseState = default);
static member ConnectToSourceSqlServerTaskOutputDatabaseLevel : string * string * Nullable<double> * seq<Azure.ResourceManager.DataMigration.Models.DatabaseFileInfo> * Nullable<Azure.ResourceManager.DataMigration.Models.DatabaseCompatLevel> * Nullable<Azure.ResourceManager.DataMigration.Models.DatabaseState> -> Azure.ResourceManager.DataMigration.Models.ConnectToSourceSqlServerTaskOutputDatabaseLevel
Public Shared Function ConnectToSourceSqlServerTaskOutputDatabaseLevel (Optional id As String = Nothing, Optional name As String = Nothing, Optional sizeMB As Nullable(Of Double) = Nothing, Optional databaseFiles As IEnumerable(Of DatabaseFileInfo) = Nothing, Optional compatibilityLevel As Nullable(Of DatabaseCompatLevel) = Nothing, Optional databaseState As Nullable(Of DatabaseState) = Nothing) As ConnectToSourceSqlServerTaskOutputDatabaseLevel
パラメーター
- id
- String
結果識別子。
- name
- String
データベース名。
- databaseFiles
- IEnumerable<DatabaseFileInfo>
データベース ファイルの一覧。
- compatibilityLevel
- Nullable<DatabaseCompatLevel>
データベースの互換性レベルをSQL Serverします。
- databaseState
- Nullable<DatabaseState>
データベースの状態。
戻り値
モック作成用の新しい ConnectToSourceSqlServerTaskOutputDatabaseLevel インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET