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

public final class OperationInner extends Object
Azure Data Services on Azure Arc operation definition.
  • Constructor Details

    • OperationInner

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

    • name

      public String name()
      Get the name property: The name of the operation being performed on this particular object.
      Returns:
      the name value.
    • withName

      public OperationInner withName(String name)
      Set the name property: The name of the operation being performed on this particular object.
      Parameters:
      name - the name value to set.
      Returns:
      the OperationInner object itself.
    • display

      public OperationDisplay display()
      Get the display property: The localized display information for this particular operation / action.
      Returns:
      the display value.
    • withDisplay

      public OperationInner withDisplay(OperationDisplay display)
      Set the display property: The localized display information for this particular operation / action.
      Parameters:
      display - the display value to set.
      Returns:
      the OperationInner object itself.
    • origin

      public OperationOrigin origin()
      Get the origin property: The intended executor of the operation.
      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.
    • properties

      public Map<String,Object> properties()
      Get the properties property: Additional descriptions for the operation.
      Returns:
      the properties value.
    • validate

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