Class SapVirtualInstanceList
java.lang.Object
com.azure.resourcemanager.workloads.models.SapVirtualInstanceList
Defines the collection of Virtual Instance for SAP.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()
Get the nextLink property: Gets the value of next link.void
validate()
Validates the instance.value()
Get the value property: Gets the list of Virtual Instances for SAP.withNextLink
(String nextLink) Set the nextLink property: Gets the value of next link.withValue
(List<SapVirtualInstanceInner> value) Set the value property: Gets the list of Virtual Instances for SAP.
-
Constructor Details
-
SapVirtualInstanceList
public SapVirtualInstanceList()
-
-
Method Details
-
value
Get the value property: Gets the list of Virtual Instances for SAP.- Returns:
- the value value.
-
withValue
Set the value property: Gets the list of Virtual Instances for SAP.- Parameters:
value
- the value value to set.- Returns:
- the SapVirtualInstanceList object itself.
-
nextLink
Get the nextLink property: Gets the value of next link.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: Gets the value of next link.- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the SapVirtualInstanceList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-