Skip to main content

GetReassignmentConfigTypesV1429Response

Properties

NameTypeDescriptionNotes
Message[AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4A message describing the error[optional]

Examples

  • Prepare the resource
$GetReassignmentConfigTypesV1429Response = Initialize-GetReassignmentConfigTypesV1429Response  -Message  Rate Limit Exceeded 
  • Convert the resource to JSON
$GetReassignmentConfigTypesV1429Response | ConvertTo-JSON

[Back to top]