次の方法で共有


ScriptLogsList コンストラクター

定義

オーバーロード

ScriptLogsList()

ScriptLogsList クラスの新しいインスタンスを初期化します。

ScriptLogsList(IList<ScriptLog>)

ScriptLogsList クラスの新しいインスタンスを初期化します。

ScriptLogsList()

ScriptLogsList クラスの新しいインスタンスを初期化します。

public ScriptLogsList();
Public Sub New ()

適用対象

ScriptLogsList(IList<ScriptLog>)

ScriptLogsList クラスの新しいインスタンスを初期化します。

public ScriptLogsList(System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ScriptLog> value = default);
new Microsoft.Azure.Management.ResourceManager.Models.ScriptLogsList : System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ScriptLog> -> Microsoft.Azure.Management.ResourceManager.Models.ScriptLogsList
Public Sub New (Optional value As IList(Of ScriptLog) = Nothing)

パラメーター

value
IList<ScriptLog>

デプロイ スクリプトのログ。

適用対象