SoftwareUpdateConfigurationMachineRunListResult Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
SoftwareUpdateConfigurationMachineRunListResult() |
Initierar en ny instans av klassen SoftwareUpdateConfigurationMachineRunListResult. |
SoftwareUpdateConfigurationMachineRunListResult(IList<SoftwareUpdateConfigurationMachineRun>, String) |
Initierar en ny instans av klassen SoftwareUpdateConfigurationMachineRunListResult. |
SoftwareUpdateConfigurationMachineRunListResult()
Initierar en ny instans av klassen SoftwareUpdateConfigurationMachineRunListResult.
public SoftwareUpdateConfigurationMachineRunListResult ();
Public Sub New ()
Gäller för
SoftwareUpdateConfigurationMachineRunListResult(IList<SoftwareUpdateConfigurationMachineRun>, String)
Initierar en ny instans av klassen 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)
Parametrar
yttre objekt som returneras när alla programuppdateringskonfigurationsdatorer körs
- nextLink
- String
länk till nästa sida med resultat.
Gäller för
Azure SDK for .NET