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