Skip to main content

Processingdetails

Properties

NameTypeDescriptionNotes
DateSystem.DateTimeA date-time in ISO-8601 format[optional]
StageString[optional]
RetryCountInt32[optional]
VarStackTraceString[optional]
MessageString[optional]

Examples

  • Prepare the resource
$Processingdetails = Initialize-Processingdetails  -Date 2018-06-25T20:22:28.104Z `
-Stage In Process `
-RetryCount 0 `
-VarStackTrace <stack trace> `
-Message <message>
  • Convert the resource to JSON
$Processingdetails | ConvertTo-JSON

[Back to top]