Interface Operation


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

      • name

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

        OperationDisplay display()
        Gets the display property: Display metadata associated with the operation.
        Returns:
        the display value.
      • origin

        String origin()
        Gets the origin property: The origin of operations.
        Returns:
        the origin value.
      • innerModel

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