Partager via


DocumentIntelligenceOperationDetails Constructor

Definition

Initializes a new instance of DocumentIntelligenceOperationDetails.

protected DocumentIntelligenceOperationDetails (string operationId, Azure.AI.DocumentIntelligence.DocumentIntelligenceOperationStatus status, DateTimeOffset createdOn, DateTimeOffset lastUpdatedOn, Uri resourceLocation);
new Azure.AI.DocumentIntelligence.DocumentIntelligenceOperationDetails : string * Azure.AI.DocumentIntelligence.DocumentIntelligenceOperationStatus * DateTimeOffset * DateTimeOffset * Uri -> Azure.AI.DocumentIntelligence.DocumentIntelligenceOperationDetails
Protected Sub New (operationId As String, status As DocumentIntelligenceOperationStatus, createdOn As DateTimeOffset, lastUpdatedOn As DateTimeOffset, resourceLocation As Uri)

Parameters

operationId
String

Operation ID.

status
DocumentIntelligenceOperationStatus

Operation status. notStarted, running, completed, or failed.

createdOn
DateTimeOffset

Date and time (UTC) when the operation was created.

lastUpdatedOn
DateTimeOffset

Date and time (UTC) when the status was last updated.

resourceLocation
Uri

URL of the resource targeted by this operation.

Exceptions

operationId or resourceLocation is null.

Applies to