Interface OperationDetail


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

      • 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.
      • innerModel

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