VmmServerListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.scvmm.models.VmmServerListResult

public final class VmmServerListResult

List of VmmServers.

Constructor Summary

Constructor Description
VmmServerListResult()

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: Url to follow for getting next page of resources.

void validate()

Validates the instance.

List<VmmServerInner> value()

Get the value property: List of VmmServers.

VmmServerListResult withNextLink(String nextLink)

Set the nextLink property: Url to follow for getting next page of resources.

VmmServerListResult withValue(List<VmmServerInner> value)

Set the value property: List of VmmServers.

Methods inherited from java.lang.Object

Constructor Details

VmmServerListResult

public VmmServerListResult()

Method Details

nextLink

public String nextLink()

Get the nextLink property: Url to follow for getting next page of resources.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List<VmmServerInner> value()

Get the value property: List of VmmServers.

Returns:

the value value.

withNextLink

public VmmServerListResult withNextLink(String nextLink)

Set the nextLink property: Url to follow for getting next page of resources.

Parameters:

nextLink - the nextLink value to set.

Returns:

the VmmServerListResult object itself.

withValue

public VmmServerListResult withValue(List<VmmServerInner> value)

Set the value property: List of VmmServers.

Parameters:

value - the value value to set.

Returns:

the VmmServerListResult object itself.

Applies to