Interface OperationListResult
-
public interface OperationListResultAn immutable client-side representation of OperationListResult.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationListResultInnerinnerModel()Gets the inner com.azure.resourcemanager.mysql.fluent.models.OperationListResultInner object.List<Operation>value()Gets the value property: The list of resource provider operations.
-
-
-
Method Detail
-
value
List<Operation> value()
Gets the value property: The list of resource provider operations.- Returns:
- the value value.
-
innerModel
OperationListResultInner innerModel()
Gets the inner com.azure.resourcemanager.mysql.fluent.models.OperationListResultInner object.- Returns:
- the inner object.
-
-