VirtualNetworkListResult Class

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

public final class VirtualNetworkListResult

List of VirtualNetworks.

Constructor Summary

Constructor Description
VirtualNetworkListResult()

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<VirtualNetworkInner> value()

Get the value property: List of VirtualNetworks.

VirtualNetworkListResult withNextLink(String nextLink)

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

VirtualNetworkListResult withValue(List<VirtualNetworkInner> value)

Set the value property: List of VirtualNetworks.

Methods inherited from java.lang.Object

Constructor Details

VirtualNetworkListResult

public VirtualNetworkListResult()

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 value()

Get the value property: List of VirtualNetworks.

Returns:

the value value.

withNextLink

public VirtualNetworkListResult 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 VirtualNetworkListResult object itself.

withValue

public VirtualNetworkListResult withValue(List value)

Set the value property: List of VirtualNetworks.

Parameters:

value - the value value to set.

Returns:

the VirtualNetworkListResult object itself.

Applies to

Azure SDK for Java

Preview