Interface OperationListResult


public interface OperationListResult
An immutable client-side representation of OperationListResult.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.mariadb.fluent.models.OperationListResultInner object.
    Gets the value property: The list of resource provider operations.
  • Method Details

    • value

      List<Operation> value()
      Gets the value property: The list of resource provider operations.
      Returns:
      the value value.
    • innerModel

      Gets the inner com.azure.resourcemanager.mariadb.fluent.models.OperationListResultInner object.
      Returns:
      the inner object.