public final class VirtualMachineScaleSetListResult extends Object
Constructor and Description |
---|
VirtualMachineScaleSetListResult() |
Modifier and Type | Method and Description |
---|---|
String |
nextLink()
Get the nextLink property: The uri to fetch the next page of Virtual Machine Scale Sets.
|
void |
validate()
Validates the instance.
|
List<VirtualMachineScaleSetInner> |
value()
Get the value property: The list of virtual machine scale sets.
|
VirtualMachineScaleSetListResult |
withNextLink(String nextLink)
Set the nextLink property: The uri to fetch the next page of Virtual Machine Scale Sets.
|
VirtualMachineScaleSetListResult |
withValue(List<VirtualMachineScaleSetInner> value)
Set the value property: The list of virtual machine scale sets.
|
public List<VirtualMachineScaleSetInner> value()
public VirtualMachineScaleSetListResult withValue(List<VirtualMachineScaleSetInner> value)
value
- the value value to set.public String nextLink()
public VirtualMachineScaleSetListResult 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.