次の方法で共有


SoftwareUpdateConfigurationRunListResult コンストラクター

定義

オーバーロード

SoftwareUpdateConfigurationRunListResult()

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

SoftwareUpdateConfigurationRunListResult(IList<SoftwareUpdateConfigurationRun>, String)

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

SoftwareUpdateConfigurationRunListResult()

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

public SoftwareUpdateConfigurationRunListResult ();
Public Sub New ()

適用対象

SoftwareUpdateConfigurationRunListResult(IList<SoftwareUpdateConfigurationRun>, String)

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

public SoftwareUpdateConfigurationRunListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRun> value = default, string nextLink = default);
new Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRunListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRun> * string -> Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRunListResult
Public Sub New (Optional value As IList(Of SoftwareUpdateConfigurationRun) = Nothing, Optional nextLink As String = Nothing)

パラメーター

value
IList<SoftwareUpdateConfigurationRun>

すべてのソフトウェア更新プログラム構成の実行を一覧表示するときに返される外部オブジェクト

nextLink
String

結果の次のページへのリンク。

適用対象