Interface Operation


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

    Modifier and Type
    Method
    Description
    Gets the display property: The object that describes a operation.
    Gets the inner com.azure.resourcemanager.webpubsub.fluent.models.OperationInner object.
    Gets the isDataAction property: If the operation is a data action.
    Gets the name property: Name of the operation with format: {provider}/{resource}/{operation}.
    Gets the origin property: Optional.
    Gets the properties property: Extra Operation properties.
  • Method Details

    • name

      String name()
      Gets the name property: Name of the operation with format: {provider}/{resource}/{operation}.
      Returns:
      the name value.
    • isDataAction

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

      OperationDisplay display()
      Gets the display property: The object that describes a operation.
      Returns:
      the display value.
    • origin

      String origin()
      Gets the origin property: Optional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX.
      Returns:
      the origin value.
    • properties

      OperationProperties properties()
      Gets the properties property: Extra Operation properties.
      Returns:
      the properties value.
    • innerModel

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