Interface Operation


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

    Modifier and Type
    Method
    Description
    Gets the display property: Displayed HANA operation information.
    Gets the inner com.azure.resourcemanager.hanaonazure.fluent.models.OperationInner object.
    Gets the isDataAction property: Indicates whether the operation applies to data-plane.
    Gets the name property: The name of the operation being performed on this particular object.
  • Method Details

    • name

      String name()
      Gets the name property: The name of the operation being performed on this particular object. This name should match the action name that appears in RBAC / the event service.
      Returns:
      the name value.
    • display

      Display display()
      Gets the display property: Displayed HANA operation information.
      Returns:
      the display value.
    • isDataAction

      Boolean isDataAction()
      Gets the isDataAction property: Indicates whether the operation applies to data-plane.
      Returns:
      the isDataAction value.
    • innerModel

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