SapVirtualInstanceList Class
- java.
lang. Object - com.
azure. resourcemanager. workloads. models. SapVirtualInstanceList
- com.
Implements
public final class SapVirtualInstanceList
implements JsonSerializable<SapVirtualInstanceList>
Defines the collection of Virtual Instance for SAP solutions resources.
Constructor Summary
| Constructor | Description |
|---|---|
| SapVirtualInstanceList() |
Creates an instance of Sap |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sap |
fromJson(JsonReader jsonReader)
Reads an instance of Sap |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Sap |
value()
Get the value property: Gets the list of Virtual Instances for SAP solutions resources. |
|
Sap |
withNextLink(String nextLink)
Set the next |
|
Sap |
withValue(List<SapVirtualInstanceInner> value)
Set the value property: Gets the list of Virtual Instances for SAP solutions resources. |
Methods inherited from java.lang.Object
Constructor Details
SapVirtualInstanceList
public SapVirtualInstanceList()
Creates an instance of SapVirtualInstanceList class.
Method Details
fromJson
public static SapVirtualInstanceList fromJson(JsonReader jsonReader)
Reads an instance of SapVirtualInstanceList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Gets the value of next link.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<SapVirtualInstanceInner> value()
Get the value property: Gets the list of Virtual Instances for SAP solutions resources.
Returns:
withNextLink
public SapVirtualInstanceList withNextLink(String nextLink)
Set the nextLink property: Gets the value of next link.
Parameters:
Returns:
withValue
public SapVirtualInstanceList withValue(List<SapVirtualInstanceInner> value)
Set the value property: Gets the list of Virtual Instances for SAP solutions resources.
Parameters:
Returns: