SoftwareUpdateConfigurationListResult 建構函式

定義

多載

SoftwareUpdateConfigurationListResult()

初始化 SoftwareUpdateConfigurationListResult 類別的新實例。

SoftwareUpdateConfigurationListResult(IList<SoftwareUpdateConfigurationCollectionItem>)

初始化 SoftwareUpdateConfigurationListResult 類別的新實例。

SoftwareUpdateConfigurationListResult()

初始化 SoftwareUpdateConfigurationListResult 類別的新實例。

public SoftwareUpdateConfigurationListResult ();
Public Sub New ()

適用於

SoftwareUpdateConfigurationListResult(IList<SoftwareUpdateConfigurationCollectionItem>)

初始化 SoftwareUpdateConfigurationListResult 類別的新實例。

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

參數

value
IList<SoftwareUpdateConfigurationCollectionItem>

列出所有軟體更新組態時傳回的外部物件

適用於