VirtualMachineListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.scvmm.models.VirtualMachineListResult

public final class VirtualMachineListResult

List of VirtualMachines.

Constructor Summary

Constructor Description
VirtualMachineListResult()

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: Url to follow for getting next page of resources.

void validate()

Validates the instance.

List<VirtualMachineInner> value()

Get the value property: List of VirtualMachines.

VirtualMachineListResult withNextLink(String nextLink)

Set the nextLink property: Url to follow for getting next page of resources.

VirtualMachineListResult withValue(List<VirtualMachineInner> value)

Set the value property: List of VirtualMachines.

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:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List<VirtualMachineInner> value()

Get the value property: List of VirtualMachines.

Returns:

the value value.

withNextLink

public VirtualMachineListResult withNextLink(String nextLink)

Set the nextLink property: Url to follow for getting next page of resources.

Parameters:

nextLink - the nextLink value to set.

Returns:

the VirtualMachineListResult object itself.

withValue

public VirtualMachineListResult withValue(List<VirtualMachineInner> value)

Set the value property: List of VirtualMachines.

Parameters:

value - the value value to set.

Returns:

the VirtualMachineListResult object itself.

Applies to