Class AvailableRpOperationInner

java.lang.Object
com.azure.resourcemanager.synapse.fluent.models.AvailableRpOperationInner

public final class AvailableRpOperationInner extends Object
An operation that is available in this resource provider.
  • Constructor Details

    • AvailableRpOperationInner

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

    • display

      Get the display property: Display properties of the operation.
      Returns:
      the display value.
    • withDisplay

      Set the display property: Display properties of the operation.
      Parameters:
      display - the display value to set.
      Returns:
      the AvailableRpOperationInner object itself.
    • isDataAction

      public String isDataAction()
      Get the isDataAction property: Whether this operation is a data action.
      Returns:
      the isDataAction value.
    • withIsDataAction

      public AvailableRpOperationInner withIsDataAction(String isDataAction)
      Set the isDataAction property: Whether this operation is a data action.
      Parameters:
      isDataAction - the isDataAction value to set.
      Returns:
      the AvailableRpOperationInner object itself.
    • name

      public String name()
      Get the name property: Operation name.
      Returns:
      the name value.
    • withName

      public AvailableRpOperationInner withName(String name)
      Set the name property: Operation name.
      Parameters:
      name - the name value to set.
      Returns:
      the AvailableRpOperationInner object itself.
    • origin

      public String origin()
      Get the origin property: Operation origin.
      Returns:
      the origin value.
    • withOrigin

      public AvailableRpOperationInner withOrigin(String origin)
      Set the origin property: Operation origin.
      Parameters:
      origin - the origin value to set.
      Returns:
      the AvailableRpOperationInner object itself.
    • serviceSpecification

      public OperationMetaServiceSpecification serviceSpecification()
      Get the serviceSpecification property: Operation service specification.
      Returns:
      the serviceSpecification value.
    • withServiceSpecification

      public AvailableRpOperationInner withServiceSpecification(OperationMetaServiceSpecification serviceSpecification)
      Set the serviceSpecification property: Operation service specification.
      Parameters:
      serviceSpecification - the serviceSpecification value to set.
      Returns:
      the AvailableRpOperationInner object itself.
    • validate

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