Interface Operation


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

    Modifier and Type
    Method
    Description
    Gets the display property: Operation properties display.
    Gets the inner com.azure.resourcemanager.digitaltwins.fluent.models.OperationInner object.
    Gets the isDataAction property: If the operation is a data action (for data plane rbac).
    Gets the name property: Operation name: {provider}/{resource}/{read | write | action | delete}.
    Gets the origin property: The intended executor of the operation.
    Gets the properties property: Operation properties.
  • Method Details

    • name

      String name()
      Gets the name property: Operation name: {provider}/{resource}/{read | write | action | delete}.
      Returns:
      the name value.
    • display

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

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

      Boolean isDataAction()
      Gets the isDataAction property: If the operation is a data action (for data plane rbac).
      Returns:
      the isDataAction value.
    • properties

      Map<String,Object> properties()
      Gets the properties property: Operation properties.
      Returns:
      the properties value.
    • innerModel

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