Interface OperationStatusResult


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.azure.core.management.exception.ManagementError error()
      Gets the error property: If present, details of the operation error.
      String id()
      Gets the id property: Fully qualified ID for the async operation.
      OperationStatusResultInner innerModel()
      Gets the inner com.azure.resourcemanager.kubernetesconfiguration.fluent.models.OperationStatusResultInner object.
      String name()
      Gets the name property: Name of the async operation.
      Map<String,​String> properties()
      Gets the properties property: Additional information, if available.
      String status()
      Gets the status property: Operation status.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified ID for the async operation.
        Returns:
        the id value.
      • name

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

        String status()
        Gets the status property: Operation status.
        Returns:
        the status value.
      • properties

        Map<String,​String> properties()
        Gets the properties property: Additional information, if available.
        Returns:
        the properties value.
      • error

        com.azure.core.management.exception.ManagementError error()
        Gets the error property: If present, details of the operation error.
        Returns:
        the error value.
      • innerModel

        OperationStatusResultInner innerModel()
        Gets the inner com.azure.resourcemanager.kubernetesconfiguration.fluent.models.OperationStatusResultInner object.
        Returns:
        the inner object.