SoftwareUpdateConfigurationRunListResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
outer object returned when listing all software update configuration runs
- nextLink
- String
link to next page of results.
Applies to
Azure SDK for .NET