OperationListResult Interface
public interface OperationListResult
An immutable client-side representation of OperationListResult.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Operation |
innerModel()
Gets the inner com. |
| 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:
value
public abstract List<Operation> value()
Gets the value property: The list of resource provider operations.
Returns: