Skip to main content

Entitlementconnectionbulkupdateresultitem

Properties

NameTypeDescriptionNotes
ConnectionIdStringConnection ID processed in this row.[optional]
TypeStringRequested or resulting connection type for the row.[optional]
StatusInt32Item-level result status code.[optional]
DescriptionStringItem-level result message.[optional]

Examples

  • Prepare the resource
$Entitlementconnectionbulkupdateresultitem = Initialize-Entitlementconnectionbulkupdateresultitem  -ConnectionId d532fa5cb15748e2873c6a01e5923ec4 `
-Type JIT `
-Status 201 `
-Description success
  • Convert the resource to JSON
$Entitlementconnectionbulkupdateresultitem | ConvertTo-JSON

[Back to top]