SapVirtualInstanceList Class

  • java.lang.Object
    • com.azure.resourcemanager.workloadssapvirtualinstance.models.SapVirtualInstanceList

public final class SapVirtualInstanceList

Defines the collection of Virtual Instance for SAP solutions resources.

Constructor Summary

Constructor Description
SapVirtualInstanceList()

Creates an instance of SapVirtualInstanceList class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: Gets the value of next link.

void validate()

Validates the instance.

List<SapVirtualInstanceInner> value()

Get the value property: Gets the list of Virtual Instances for SAP solutions resources.

SapVirtualInstanceList withNextLink(String nextLink)

Set the nextLink property: Gets the value of next link.

SapVirtualInstanceList 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

nextLink

public String nextLink()

Get the nextLink property: Gets the value of next link.

Returns:

the nextLink value.

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:

the value value.

withNextLink

public SapVirtualInstanceList withNextLink(String nextLink)

Set the nextLink property: Gets the value of next link.

Parameters:

nextLink - the nextLink value to set.

Returns:

the SapVirtualInstanceList object itself.

withValue

public SapVirtualInstanceList withValue(List<SapVirtualInstanceInner> value)

Set the value property: Gets the list of Virtual Instances for SAP solutions resources.

Parameters:

value - the value value to set.

Returns:

the SapVirtualInstanceList object itself.

Applies to