SapApplicationServerInstanceList Class
- java.
lang. Object - com.
azure. resourcemanager. workloadssapvirtualinstance. models. SapApplicationServerInstanceList
- com.
public final class SapApplicationServerInstanceList
Defines the collection of SAP Application Server Instance resources.
Constructor Summary
| Constructor | Description |
|---|---|
| SapApplicationServerInstanceList() |
Creates an instance of Sap |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
nextLink()
Get the next |
| void |
validate()
Validates the instance. |
|
List<Sap |
value()
Get the value property: Gets the list of SAP Application Server instance resources. |
|
Sap |
withNextLink(String nextLink)
Set the next |
|
Sap |
withValue(List<SapApplicationServerInstanceInner> value)
Set the value property: Gets the list of SAP Application Server instance resources. |
Methods inherited from java.lang.Object
Constructor Details
SapApplicationServerInstanceList
public SapApplicationServerInstanceList()
Creates an instance of SapApplicationServerInstanceList class.
Method Details
nextLink
public String nextLink()
Get the nextLink property: Gets the value of next link.
Returns:
validate
public void validate()
Validates the instance.
value
public List<SapApplicationServerInstanceInner> value()
Get the value property: Gets the list of SAP Application Server instance resources.
Returns:
withNextLink
public SapApplicationServerInstanceList withNextLink(String nextLink)
Set the nextLink property: Gets the value of next link.
Parameters:
Returns:
withValue
public SapApplicationServerInstanceList withValue(List<SapApplicationServerInstanceInner> value)
Set the value property: Gets the list of SAP Application Server instance resources.
Parameters:
Returns: