Class VirtualMachineTemplatesList
java.lang.Object
com.azure.resourcemanager.connectedvmware.models.VirtualMachineTemplatesList
List of VirtualMachineTemplates.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()
Get the nextLink property: Url to follow for getting next page of VirtualMachineTemplates.void
validate()
Validates the instance.value()
Get the value property: Array of VirtualMachineTemplates.withNextLink
(String nextLink) Set the nextLink property: Url to follow for getting next page of VirtualMachineTemplates.withValue
(List<VirtualMachineTemplateInner> value) Set the value property: Array of VirtualMachineTemplates.
-
Constructor Details
-
VirtualMachineTemplatesList
public VirtualMachineTemplatesList()
-
-
Method Details
-
nextLink
Get the nextLink property: Url to follow for getting next page of VirtualMachineTemplates.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: Url to follow for getting next page of VirtualMachineTemplates.- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the VirtualMachineTemplatesList object itself.
-
value
Get the value property: Array of VirtualMachineTemplates.- Returns:
- the value value.
-
withValue
Set the value property: Array of VirtualMachineTemplates.- Parameters:
value
- the value value to set.- Returns:
- the VirtualMachineTemplatesList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-