OperationListResult Interface

public interface OperationListResult

An immutable client-side representation of OperationListResult.

Method Summary

Modifier and Type Method and Description
abstract OperationListResultInner innerModel()

Gets the inner com.azure.resourcemanager.subscription.fluent.models.OperationListResultInner object.

abstract String nextLink()

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

abstract List<Operation> value()

Gets the value property: List of operations.

Method Details

innerModel

public abstract OperationListResultInner innerModel()

Gets the inner com.azure.resourcemanager.subscription.fluent.models.OperationListResultInner object.

Returns:

the inner object.

nextLink

public abstract String nextLink()

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

Returns:

the nextLink value.

value

public abstract List value()

Gets the value property: List of operations.

Returns:

the value value.

Applies to