共用方式為


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

連結至結果的下一頁。

適用於