Class OperationDefinitionInner

java.lang.Object
com.azure.resourcemanager.appconfiguration.fluent.models.OperationDefinitionInner

public final class OperationDefinitionInner extends Object
The definition of a configuration store operation.
  • Constructor Details

    • OperationDefinitionInner

      public OperationDefinitionInner()
  • Method Details

    • name

      public String name()
      Get the name property: Operation name: {provider}/{resource}/{operation}.
      Returns:
      the name value.
    • withName

      public OperationDefinitionInner withName(String name)
      Set the name property: Operation name: {provider}/{resource}/{operation}.
      Parameters:
      name - the name value to set.
      Returns:
      the OperationDefinitionInner object itself.
    • isDataAction

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

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

      public OperationDefinitionDisplay display()
      Get the display property: The display information for the configuration store operation.
      Returns:
      the display value.
    • withDisplay

      Set the display property: The display information for the configuration store operation.
      Parameters:
      display - the display value to set.
      Returns:
      the OperationDefinitionInner object itself.
    • origin

      public String origin()
      Get the origin property: Origin of the operation.
      Returns:
      the origin value.
    • withOrigin

      public OperationDefinitionInner withOrigin(String origin)
      Set the origin property: Origin of the operation.
      Parameters:
      origin - the origin value to set.
      Returns:
      the OperationDefinitionInner object itself.
    • properties

      public OperationProperties properties()
      Get the properties property: Properties of the operation.
      Returns:
      the properties value.
    • withProperties

      public OperationDefinitionInner withProperties(OperationProperties properties)
      Set the properties property: Properties of the operation.
      Parameters:
      properties - the properties value to set.
      Returns:
      the OperationDefinitionInner object itself.
    • validate

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