次の方法で共有


ArmDataMigrationModelFactory.CommandProperties メソッド

定義

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

public static Azure.ResourceManager.DataMigration.Models.CommandProperties CommandProperties (string commandType = "Unknown", System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.Models.ODataError> errors = default, Azure.ResourceManager.DataMigration.Models.CommandState? state = default);
static member CommandProperties : string * seq<Azure.ResourceManager.DataMigration.Models.ODataError> * Nullable<Azure.ResourceManager.DataMigration.Models.CommandState> -> Azure.ResourceManager.DataMigration.Models.CommandProperties
Public Shared Function CommandProperties (Optional commandType As String = "Unknown", Optional errors As IEnumerable(Of ODataError) = Nothing, Optional state As Nullable(Of CommandState) = Nothing) As CommandProperties

パラメーター

commandType
String

コマンドの種類。

errors
IEnumerable<ODataError>

エラーの配列。 送信された場合、これは無視されます。

state
Nullable<CommandState>

コマンドの状態。 送信された場合、これは無視されます。

戻り値

モック作成用の新しい CommandProperties インスタンス。

適用対象