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