Interface ApiOperation


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

    • display

      Gets the display property: The object that represents the operation.
      Returns:
      the display value.
    • origin

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

      Boolean isDataAction()
      Gets the isDataAction property: The flag that indicates whether the operation applies to data plane.
      Returns:
      the isDataAction value.
    • name

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

      Gets the serviceSpecification property: Specification of the all the metrics provided for a resource type.
      Returns:
      the serviceSpecification value.
    • innerModel

      ApiOperationInner innerModel()
      Gets the inner com.azure.resourcemanager.storagecache.fluent.models.ApiOperationInner object.
      Returns:
      the inner object.