Share via


SoftwareUpdateConfigurationRunListResult Constructors

Definition

Overloads

SoftwareUpdateConfigurationRunListResult()

Initializes a new instance of the SoftwareUpdateConfigurationRunListResult class.

SoftwareUpdateConfigurationRunListResult(IList<SoftwareUpdateConfigurationRun>, String)

Initializes a new instance of the SoftwareUpdateConfigurationRunListResult class.

SoftwareUpdateConfigurationRunListResult()

Initializes a new instance of the SoftwareUpdateConfigurationRunListResult class.

public SoftwareUpdateConfigurationRunListResult ();
Public Sub New ()

Applies to

SoftwareUpdateConfigurationRunListResult(IList<SoftwareUpdateConfigurationRun>, String)

Initializes a new instance of the SoftwareUpdateConfigurationRunListResult class.

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)

Parameters

value
IList<SoftwareUpdateConfigurationRun>

outer object returned when listing all software update configuration runs

nextLink
String

link to next page of results.

Applies to