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