Class VirtualMachineScaleSetListSkusResult
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.VirtualMachineScaleSetListSkusResult
-
public final class VirtualMachineScaleSetListSkusResult extends Object
The Virtual Machine Scale Set List Skus operation response.
-
-
Constructor Summary
Constructors Constructor Description VirtualMachineScaleSetListSkusResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The uri to fetch the next page of Virtual Machine Scale Set Skus.voidvalidate()Validates the instance.List<VirtualMachineScaleSetSkuInner>value()Get the value property: The list of skus available for the virtual machine scale set.VirtualMachineScaleSetListSkusResultwithNextLink(String nextLink)Set the nextLink property: The uri to fetch the next page of Virtual Machine Scale Set Skus.VirtualMachineScaleSetListSkusResultwithValue(List<VirtualMachineScaleSetSkuInner> value)Set the value property: The list of skus available for the virtual machine scale set.
-
-
-
Method Detail
-
value
public List<VirtualMachineScaleSetSkuInner> value()
Get the value property: The list of skus available for the virtual machine scale set.- Returns:
- the value value.
-
withValue
public VirtualMachineScaleSetListSkusResult withValue(List<VirtualMachineScaleSetSkuInner> value)
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
public String 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
public VirtualMachineScaleSetListSkusResult withNextLink(String nextLink)
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.
-
-