Interface OperationDefinition


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

    Modifier and Type
    Method
    Description
    Gets the display property: The display information for the configuration store operation.
    Gets the inner com.azure.resourcemanager.appconfiguration.fluent.models.OperationDefinitionInner object.
    Gets the isDataAction property: Indicates whether the operation is a data action.
    Gets the name property: Operation name: {provider}/{resource}/{operation}.
    Gets the origin property: Origin of the operation.
    Gets the properties property: Properties of the operation.
  • Method Details

    • name

      String name()
      Gets the name property: Operation name: {provider}/{resource}/{operation}.
      Returns:
      the name value.
    • isDataAction

      Boolean isDataAction()
      Gets the isDataAction property: Indicates whether the operation is a data action.
      Returns:
      the isDataAction value.
    • display

      Gets the display property: The display information for the configuration store operation.
      Returns:
      the display value.
    • origin

      String origin()
      Gets the origin property: Origin of the operation.
      Returns:
      the origin value.
    • properties

      OperationProperties properties()
      Gets the properties property: Properties of the operation.
      Returns:
      the properties value.
    • innerModel

      Gets the inner com.azure.resourcemanager.appconfiguration.fluent.models.OperationDefinitionInner object.
      Returns:
      the inner object.