Interface Operation


  • public interface Operation
    An immutable client-side representation of Operation.
    • Method Detail

      • name

        String name()
        Gets the name property: The operation name. This is of the format {provider}/{resource}/{operation}.
        Returns:
        the name value.
      • display

        OperationDisplay display()
        Gets the display property: The object that describes the operation.
        Returns:
        the display value.
      • origin

        String origin()
        Gets the origin property: The intended executor of the operation.
        Returns:
        the origin value.
      • properties

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

        OperationInner innerModel()
        Gets the inner com.azure.resourcemanager.synapse.fluent.models.OperationInner object.
        Returns:
        the inner object.