CloudListResult Class

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

public final class CloudListResult

List of Clouds.

Constructor Summary

Constructor Description
CloudListResult()

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

Get the value property: List of Clouds.

CloudListResult withNextLink(String nextLink)

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

CloudListResult withValue(List<CloudInner> value)

Set the value property: List of Clouds.

Methods inherited from java.lang.Object

Constructor Details

CloudListResult

public CloudListResult()

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

Get the value property: List of Clouds.

Returns:

the value value.

withNextLink

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

withValue

public CloudListResult withValue(List<CloudInner> value)

Set the value property: List of Clouds.

Parameters:

value - the value value to set.

Returns:

the CloudListResult object itself.

Applies to