Interface Operation


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

    Modifier and Type
    Method
    Description
    Gets the display property: Operation display values.
    Gets the inner com.azure.resourcemanager.databox.fluent.models.OperationInner object.
    Gets the isDataAction property: Indicates whether the operation is a data action.
    Gets the name property: Name of the operation.
    Gets the origin property: Origin of the operation.
    Gets the properties property: Operation properties.
  • Method Details

    • name

      String name()
      Gets the name property: Name of the operation. Format: {resourceProviderNamespace}/{resourceType}/{read|write|delete|action}.
      Returns:
      the name value.
    • display

      OperationDisplay display()
      Gets the display property: Operation display values.
      Returns:
      the display value.
    • properties

      Object properties()
      Gets the properties property: Operation properties.
      Returns:
      the properties value.
    • origin

      String origin()
      Gets the origin property: Origin of the operation. Can be : user|system|user,system.
      Returns:
      the origin value.
    • isDataAction

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

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