次の方法で共有


SoftwareUpdateConfigurationMachineRunListResult コンストラクター

定義

オーバーロード

SoftwareUpdateConfigurationMachineRunListResult()

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

SoftwareUpdateConfigurationMachineRunListResult(IList<SoftwareUpdateConfigurationMachineRun>, String)

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

SoftwareUpdateConfigurationMachineRunListResult()

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

public SoftwareUpdateConfigurationMachineRunListResult ();
Public Sub New ()

適用対象

SoftwareUpdateConfigurationMachineRunListResult(IList<SoftwareUpdateConfigurationMachineRun>, String)

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

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

パラメーター

value
IList<SoftwareUpdateConfigurationMachineRun>

すべてのソフトウェア更新プログラム構成マシンの実行時に返される外部オブジェクト

nextLink
String

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

適用対象