Share via


SapApplicationServerInstanceList Class

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

public final class SapApplicationServerInstanceList

Defines the collection of SAP Application Server Instance resources.

Constructor Summary

Constructor Description
SapApplicationServerInstanceList()

Creates an instance of SapApplicationServerInstanceList 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<SapApplicationServerInstanceInner> value()

Get the value property: Gets the list of SAP Application Server instance resources.

SapApplicationServerInstanceList withNextLink(String nextLink)

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

SapApplicationServerInstanceList 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:

the nextLink value.

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:

the value value.

withNextLink

public SapApplicationServerInstanceList withNextLink(String nextLink)

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

Parameters:

nextLink - the nextLink value to set.

Returns:

the SapApplicationServerInstanceList object itself.

withValue

public SapApplicationServerInstanceList withValue(List<SapApplicationServerInstanceInner> value)

Set the value property: Gets the list of SAP Application Server instance resources.

Parameters:

value - the value value to set.

Returns:

the SapApplicationServerInstanceList object itself.

Applies to