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: Contains the localized display information for this particular operation / action.
      OperationInner innerModel()
      Gets the inner com.azure.resourcemanager.streamanalytics.fluent.models.OperationInner object.
      Boolean isDataAction()
      Gets the isDataAction property: Indicates whether the operation is a data action.
      String name()
      Gets the name property: The name of the operation being performed on this particular object.
    • Method Detail

      • name

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

        Boolean isDataAction()
        Gets the isDataAction property: Indicates whether the operation is a data action.
        Returns:
        the isDataAction value.
      • display

        OperationDisplay display()
        Gets the display property: Contains the localized display information for this particular operation / action.
        Returns:
        the display value.
      • innerModel

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