VirtualClusterListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.sql.models.VirtualClusterListResult

public final class VirtualClusterListResult

A list of virtual clusters.

Constructor Summary

Constructor Description
VirtualClusterListResult()

Creates an instance of VirtualClusterListResult class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: Link to retrieve next page of results.

void validate()

Validates the instance.

List<VirtualClusterInner> value()

Get the value property: Array of results.

Methods inherited from java.lang.Object

Constructor Details

VirtualClusterListResult

public VirtualClusterListResult()

Creates an instance of VirtualClusterListResult class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: Link to retrieve next page of results.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Array of results.

Returns:

the value value.

Applies to