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