AvailabilitySetListResult Class

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

public final class AvailabilitySetListResult

List of AvailabilitySets.

Constructor Summary

Constructor Description
AvailabilitySetListResult()

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<AvailabilitySetInner> value()

Get the value property: List of AvailabilitySets.

AvailabilitySetListResult withNextLink(String nextLink)

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

AvailabilitySetListResult withValue(List<AvailabilitySetInner> value)

Set the value property: List of AvailabilitySets.

Methods inherited from java.lang.Object

Constructor Details

AvailabilitySetListResult

public AvailabilitySetListResult()

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<AvailabilitySetInner> value()

Get the value property: List of AvailabilitySets.

Returns:

the value value.

withNextLink

public AvailabilitySetListResult 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 AvailabilitySetListResult object itself.

withValue

public AvailabilitySetListResult withValue(List<AvailabilitySetInner> value)

Set the value property: List of AvailabilitySets.

Parameters:

value - the value value to set.

Returns:

the AvailabilitySetListResult object itself.

Applies to