Skip to main content

Taggedobject

Properties

NameTypeDescriptionNotes
ObjectRefTaggedobjectdto[optional]
Tags[]StringLabels to be applied to an Object[optional]

Examples

  • Prepare the resource
$Taggedobject = Initialize-Taggedobject  -ObjectRef null `
-Tags ["BU_FINANCE","PCI"]
  • Convert the resource to JSON
$Taggedobject | ConvertTo-JSON

[Back to top]