Interface Operation


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

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

    • 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.automanage.fluent.models.OperationInner object.
      Returns:
      the inner object.