Interface OperationResult


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

      • id

        String id()
        Gets the id property: ID of the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: Name of the resource.
        Returns:
        the name value.
      • status

        Status status()
        Gets the status property: status of the Operation result.
        Returns:
        the status value.
      • startTime

        OffsetDateTime startTime()
        Gets the startTime property: The operation start time.
        Returns:
        the startTime value.
      • endTime

        OffsetDateTime endTime()
        Gets the endTime property: The operation end time.
        Returns:
        the endTime value.
      • percentComplete

        Double percentComplete()
        Gets the percentComplete property: Percentage completed.
        Returns:
        the percentComplete value.
      • operationKind

        String operationKind()
        Gets the operationKind property: The kind of the operation.
        Returns:
        the operationKind value.
      • provisioningState

        ProvisioningState provisioningState()
        Gets the provisioningState property: The provisioned state of the resource.
        Returns:
        the provisioningState value.
      • operationState

        String operationState()
        Gets the operationState property: The state of the operation.
        Returns:
        the operationState value.
      • code

        String code()
        Gets the code property: The code of the error.
        Returns:
        the code value.
      • message

        String message()
        Gets the message property: The error message.
        Returns:
        the message value.
      • innerModel

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