VirtualMachineListResult Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. VirtualMachineListResult
- com.
public final class VirtualMachineListResult
List of VirtualMachines.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| VirtualMachineListResult() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
nextLink()
Get the next |
| void |
validate()
Validates the instance. |
|
List<Virtual |
value()
Get the value property: List of Virtual |
|
Virtual |
withNextLink(String nextLink)
Set the next |
|
Virtual |
withValue(List<VirtualMachineInner> value)
Set the value property: List of Virtual |
Methods inherited from java.lang.Object
Constructor Details
VirtualMachineListResult
public VirtualMachineListResult()
Method Details
nextLink
public String nextLink()
Get the nextLink property: Url to follow for getting next page of resources.
Returns:
validate
public void validate()
Validates the instance.
value
public List<VirtualMachineInner> value()
Get the value property: List of VirtualMachines.
Returns:
withNextLink
public VirtualMachineListResult withNextLink(String nextLink)
Set the nextLink property: Url to follow for getting next page of resources.
Parameters:
Returns:
withValue
public VirtualMachineListResult withValue(List<VirtualMachineInner> value)
Set the value property: List of VirtualMachines.
Parameters:
Returns: