Class VirtualMachineScaleSetListResult
java.lang.Object
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetListResult
The List Virtual Machine operation response.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VirtualMachineScaleSetListResult class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The uri to fetch the next page of Virtual Machine Scale Sets.voidvalidate()Validates the instance.value()Get the value property: The list of virtual machine scale sets.withNextLink(String nextLink) Set the nextLink property: The uri to fetch the next page of Virtual Machine Scale Sets.withValue(List<VirtualMachineScaleSetInner> value) Set the value property: The list of virtual machine scale sets.
-
Constructor Details
-
VirtualMachineScaleSetListResult
public VirtualMachineScaleSetListResult()Creates an instance of VirtualMachineScaleSetListResult class.
-
-
Method Details
-
value
Get the value property: The list of virtual machine scale sets.- Returns:
- the value value.
-
withValue
Set the value property: The list of virtual machine scale sets.- Parameters:
value- the value value to set.- Returns:
- the VirtualMachineScaleSetListResult object itself.
-
nextLink
Get the nextLink property: The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of VMSS.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of VMSS.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the VirtualMachineScaleSetListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-