Interface Operation


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

    • name

      String name()
      Gets the name property: Name of the operation.
      Returns:
      the name value.
    • display

      OperationDisplay display()
      Gets the display property: Properties displayed for the operation.
      Returns:
      the display value.
    • origin

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

      ServiceSpecification serviceSpecification()
      Gets the serviceSpecification property: Service specification.
      Returns:
      the serviceSpecification value.
    • innerModel

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