Class VirtualMachineSizeListResult
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.VirtualMachineSizeListResult
-
public final class VirtualMachineSizeListResult extends Object
The List Virtual Machine operation response.
-
-
Constructor Summary
Constructors Constructor Description VirtualMachineSizeListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<VirtualMachineSizeInner>value()Get the value property: The list of virtual machine sizes.VirtualMachineSizeListResultwithValue(List<VirtualMachineSizeInner> value)Set the value property: The list of virtual machine sizes.
-
-
-
Method Detail
-
value
public List<VirtualMachineSizeInner> value()
Get the value property: The list of virtual machine sizes.- Returns:
- the value value.
-
withValue
public VirtualMachineSizeListResult withValue(List<VirtualMachineSizeInner> value)
Set the value property: The list of virtual machine sizes.- Parameters:
value- the value value to set.- Returns:
- the VirtualMachineSizeListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-