Skip to main content

Bulkremovetaggedobject

Properties

NameTypeDescriptionNotes
ObjectRefs[]Taggedobjectdto[optional]
Tags[]StringLabel to be applied to an Object[optional]

Examples

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

[Back to top]