Interface OperationResultContract


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

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • idPropertiesId

        String idPropertiesId()
        Gets the idPropertiesId property: Operation result identifier.
        Returns:
        the idPropertiesId value.
      • status

        AsyncOperationStatus status()
        Gets the status property: Status of an async operation.
        Returns:
        the status value.
      • started

        OffsetDateTime started()
        Gets the started property: Start time of an async operation. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
        Returns:
        the started value.
      • updated

        OffsetDateTime updated()
        Gets the updated property: Last update time of an async operation. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
        Returns:
        the updated value.
      • resultInfo

        String resultInfo()
        Gets the resultInfo property: Optional result info.
        Returns:
        the resultInfo value.
      • error

        com.azure.core.management.exception.ManagementError error()
        Gets the error property: Error Body Contract.
        Returns:
        the error value.
      • actionLog

        List<OperationResultLogItemContract> actionLog()
        Gets the actionLog property: This property if only provided as part of the TenantConfiguration_Validate operation. It contains the log the entities which will be updated/created/deleted as part of the TenantConfiguration_Deploy operation.
        Returns:
        the actionLog value.
      • innerModel

        OperationResultContractInner innerModel()
        Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.OperationResultContractInner object.
        Returns:
        the inner object.