VirtualNetworkList Class

  • java.lang.Object
    • com.azure.resourcemanager.devtestlabs.models.VirtualNetworkList

public final class VirtualNetworkList

The response of a list operation.

Constructor Summary

Constructor Description
VirtualNetworkList()

Creates an instance of VirtualNetworkList class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: Link for next set of results.

void validate()

Validates the instance.

List<VirtualNetworkInner> value()

Get the value property: Results of the list operation.

VirtualNetworkList withNextLink(String nextLink)

Set the nextLink property: Link for next set of results.

VirtualNetworkList withValue(List<VirtualNetworkInner> value)

Set the value property: Results of the list operation.

Methods inherited from java.lang.Object

Constructor Details

VirtualNetworkList

public VirtualNetworkList()

Creates an instance of VirtualNetworkList class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: Link for next set of results.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Results of the list operation.

Returns:

the value value.

withNextLink

public VirtualNetworkList withNextLink(String nextLink)

Set the nextLink property: Link for next set of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the VirtualNetworkList object itself.

withValue

public VirtualNetworkList withValue(List value)

Set the value property: Results of the list operation.

Parameters:

value - the value value to set.

Returns:

the VirtualNetworkList object itself.

Applies to