Skip to main content

ListEntitlementConnectionsV1412Response

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
$ListEntitlementConnectionsV1412Response = Initialize-ListEntitlementConnectionsV1412Response  -Message  API/Feature not enabled for your organization.
  • Convert the resource to JSON
$ListEntitlementConnectionsV1412Response | ConvertTo-JSON

[Back to top]