Class OperationInner

java.lang.Object
com.azure.resourcemanager.databox.fluent.models.OperationInner

public final class OperationInner extends Object
Operation entity.
  • Constructor Details

    • OperationInner

      public OperationInner()
      Creates an instance of OperationInner class.
  • Method Details

    • name

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

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

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

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

      public Boolean isDataAction()
      Get the isDataAction property: Indicates whether the operation is a data action.
      Returns:
      the isDataAction value.
    • withIsDataAction

      public OperationInner withIsDataAction(Boolean isDataAction)
      Set the isDataAction property: Indicates whether the operation is a data action.
      Parameters:
      isDataAction - the isDataAction value to set.
      Returns:
      the OperationInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.