Interface OperationDetail


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

    Modifier and Type
    Method
    Description
    Gets the display property: Display of the operation.
    Gets the inner com.azure.resourcemanager.maps.fluent.models.OperationDetailInner object.
    Gets the isDataAction property: Indicates whether the operation is a data action.
    Gets the name property: Name of the operation.
    Gets the origin property: Origin of the operation.
    Gets the serviceSpecification property: One property of operation, include metric specifications.
  • Method Details

    • name

      String name()
      Gets the name property: Name of the 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

      OperationDisplay display()
      Gets the display property: Display of 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: One property of operation, include metric specifications.
      Returns:
      the serviceSpecification value.
    • innerModel

      OperationDetailInner innerModel()
      Gets the inner com.azure.resourcemanager.maps.fluent.models.OperationDetailInner object.
      Returns:
      the inner object.