OperationListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.resources.models.OperationListResult

public final class OperationListResult

Result of the request to list Microsoft.Resources operations. It contains a list of operations and a URL link to get the next set of results.

Constructor Summary

Constructor Description
OperationListResult()

Creates an instance of OperationListResult class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: URL to get the next set of operation list results if there are any.

void validate()

Validates the instance.

List<OperationInner> value()

Get the value property: List of Microsoft.Resources operations.

OperationListResult withNextLink(String nextLink)

Set the nextLink property: URL to get the next set of operation list results if there are any.

OperationListResult withValue(List<OperationInner> value)

Set the value property: List of Microsoft.Resources operations.

Methods inherited from java.lang.Object

Constructor Details

OperationListResult

public OperationListResult()

Creates an instance of OperationListResult class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: URL to get the next set of operation list results if there are any.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: List of Microsoft.Resources operations.

Returns:

the value value.

withNextLink

public OperationListResult withNextLink(String nextLink)

Set the nextLink property: URL to get the next set of operation list results if there are any.

Parameters:

nextLink - the nextLink value to set.

Returns:

the OperationListResult object itself.

withValue

public OperationListResult withValue(List value)

Set the value property: List of Microsoft.Resources operations.

Parameters:

value - the value value to set.

Returns:

the OperationListResult object itself.

Applies to