Interface Operation


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      OperationDisplay display()
      Gets the display property: The localized display information for this particular operation or action.
      OperationInner innerModel()
      Gets the inner com.azure.resourcemanager.mysqlflexibleserver.fluent.models.OperationInner object.
      String name()
      Gets the name property: The name of the operation being performed on this particular object.
      String origin()
      Gets the origin property: The intended executor of the operation.
      Map<String,​Object> properties()
      Gets the properties property: Additional descriptions for the operation.
    • Method Detail

      • name

        String name()
        Gets the name property: The name of the operation being performed on this particular object.
        Returns:
        the name value.
      • display

        OperationDisplay display()
        Gets the display property: The localized display information for this particular operation or action.
        Returns:
        the display value.
      • origin

        String origin()
        Gets the origin property: The intended executor of the operation.
        Returns:
        the origin value.
      • properties

        Map<String,​Object> properties()
        Gets the properties property: Additional descriptions for the operation.
        Returns:
        the properties value.
      • innerModel

        OperationInner innerModel()
        Gets the inner com.azure.resourcemanager.mysqlflexibleserver.fluent.models.OperationInner object.
        Returns:
        the inner object.