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.healthbot.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 properties property: Additional properties.
  • 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.
    • properties

      Object properties()
      Gets the properties property: Additional properties.
      Returns:
      the properties value.
    • innerModel

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