public final class VirtualMachineScaleSetListOSUpgradeHistory extends Object
Constructor and Description |
---|
VirtualMachineScaleSetListOSUpgradeHistory() |
Modifier and Type | Method and Description |
---|---|
String |
nextLink()
Get the nextLink property: The uri to fetch the next page of OS Upgrade History.
|
void |
validate()
Validates the instance.
|
List<UpgradeOperationHistoricalStatusInfoInner> |
value()
Get the value property: The list of OS upgrades performed on the virtual machine scale set.
|
VirtualMachineScaleSetListOSUpgradeHistory |
withNextLink(String nextLink)
Set the nextLink property: The uri to fetch the next page of OS Upgrade History.
|
VirtualMachineScaleSetListOSUpgradeHistory |
withValue(List<UpgradeOperationHistoricalStatusInfoInner> value)
Set the value property: The list of OS upgrades performed on the virtual machine scale set.
|
public VirtualMachineScaleSetListOSUpgradeHistory()
public List<UpgradeOperationHistoricalStatusInfoInner> value()
public VirtualMachineScaleSetListOSUpgradeHistory withValue(List<UpgradeOperationHistoricalStatusInfoInner> value)
value
- the value value to set.public String nextLink()
public VirtualMachineScaleSetListOSUpgradeHistory withNextLink(String nextLink)
nextLink
- the nextLink value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.