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