Interface OperationResult


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

      • name

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

        OperationDisplay display()
        Gets the display property: The object that represents the operation.
        Returns:
        the display value.
      • isDataAction

        Boolean isDataAction()
        Gets the isDataAction property: Indicates whether the operation is a data action.
        Returns:
        the isDataAction value.
      • innerModel

        OperationResultInner innerModel()
        Gets the inner com.azure.resourcemanager.confluent.fluent.models.OperationResultInner object.
        Returns:
        the inner object.