Interface Operation


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ActionType actionType()
      Gets the actionType property: Enum.
      OperationDisplay display()
      Gets the display property: Localized display information for this particular operation.
      OperationInner innerModel()
      Gets the inner com.azure.resourcemanager.servicelinker.fluent.models.OperationInner object.
      Boolean isDataAction()
      Gets the isDataAction property: Whether the operation applies to data-plane.
      String name()
      Gets the name property: The name of the operation, as per Resource-Based Access Control (RBAC).
      Origin origin()
      Gets the origin property: The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX.
    • Method Detail

      • name

        String name()
        Gets the name property: The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action".
        Returns:
        the name value.
      • isDataAction

        Boolean isDataAction()
        Gets the isDataAction property: Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
        Returns:
        the isDataAction value.
      • display

        OperationDisplay display()
        Gets the display property: Localized display information for this particular operation.
        Returns:
        the display value.
      • origin

        Origin origin()
        Gets the origin property: The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system".
        Returns:
        the origin value.
      • actionType

        ActionType actionType()
        Gets the actionType property: Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
        Returns:
        the actionType value.
      • innerModel

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