Interface Operation


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

    • display

      OperationDisplay display()
      Gets the display property: Properties on the operation.
      Returns:
      the display value.
    • isDataAction

      Boolean isDataAction()
      Gets the isDataAction property: Whether operation is a data action.
      Returns:
      the isDataAction value.
    • name

      String name()
      Gets the name property: Operation name for display purposes.
      Returns:
      the name value.
    • origin

      String origin()
      Gets the origin property: origin of the operation.
      Returns:
      the origin value.
    • serviceSpecification

      OperationMetaServiceSpecification serviceSpecification()
      Gets the serviceSpecification property: meta service specification.
      Returns:
      the serviceSpecification value.
    • innerModel

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