PdfCoModelFactory.JobCheckResponse Method

Definition

public static Azure.Connectors.Sdk.PdfCo.Models.JobCheckResponse JobCheckResponse(string status = default, string message = default, int? pageCount = default, string url = default, string jobId = default, int? credits = default, int? remainingCredits = default, int? jobDuration = default, int? duration = default, bool? error = default, int? errorCode = default);
static member JobCheckResponse : string * string * Nullable<int> * string * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<int> -> Azure.Connectors.Sdk.PdfCo.Models.JobCheckResponse
Public Shared Function JobCheckResponse (Optional status As String = Nothing, Optional message As String = Nothing, Optional pageCount As Nullable(Of Integer) = Nothing, Optional url As String = Nothing, Optional jobId As String = Nothing, Optional credits As Nullable(Of Integer) = Nothing, Optional remainingCredits As Nullable(Of Integer) = Nothing, Optional jobDuration As Nullable(Of Integer) = Nothing, Optional duration As Nullable(Of Integer) = Nothing, Optional error As Nullable(Of Boolean) = Nothing, Optional errorCode As Nullable(Of Integer) = Nothing) As JobCheckResponse

Parameters

status
String
message
String
pageCount
Nullable<Int32>
url
String
jobId
String
credits
Nullable<Int32>
remainingCredits
Nullable<Int32>
jobDuration
Nullable<Int32>
duration
Nullable<Int32>
error
Nullable<Boolean>
errorCode
Nullable<Int32>

Returns

Applies to