VirtualMachineTemplateListResult Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. VirtualMachineTemplateListResult
- com.
public final class VirtualMachineTemplateListResult
List of VirtualMachineTemplates.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| VirtualMachineTemplateListResult() | ||
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<VirtualMachineTemplateInner> value)
Set the value property: List of Virtual |
Methods inherited from java.lang.Object
Constructor Details
VirtualMachineTemplateListResult
public VirtualMachineTemplateListResult()
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<VirtualMachineTemplateInner> value()
Get the value property: List of VirtualMachineTemplates.
Returns:
withNextLink
public VirtualMachineTemplateListResult withNextLink(String nextLink)
Set the nextLink property: Url to follow for getting next page of resources.
Parameters:
Returns:
withValue
public VirtualMachineTemplateListResult withValue(List<VirtualMachineTemplateInner> value)
Set the value property: List of VirtualMachineTemplates.
Parameters:
Returns: