CloudListResult Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. CloudListResult
- com.
public final class CloudListResult
List of Clouds.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| CloudListResult() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
nextLink()
Get the next |
| void |
validate()
Validates the instance. |
|
List<Cloud |
value()
Get the value property: List of Clouds. |
|
Cloud |
withNextLink(String nextLink)
Set the next |
|
Cloud |
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:
validate
public void validate()
Validates the instance.
value
public List<CloudInner> value()
Get the value property: List of Clouds.
Returns:
withNextLink
public CloudListResult withNextLink(String nextLink)
Set the nextLink property: Url to follow for getting next page of resources.
Parameters:
Returns:
withValue
public CloudListResult withValue(List<CloudInner> value)
Set the value property: List of Clouds.
Parameters:
Returns: