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.postgresql.fluent.models.OperationListResultInner object.

abstract List<Operation> value()

Gets the value property: The list of resource provider operations.

Method Details

innerModel

public abstract OperationListResultInner innerModel()

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

Returns:

the inner object.

value

public abstract List<Operation> value()

Gets the value property: The list of resource provider operations.

Returns:

the value value.

Applies to