Bulkaddtaggedobject
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ObjectRefs | []Taggedobjectdto | [optional] | |
| Tags | []String | Label to be applied to an Object | [optional] |
| Operation | Enum [ "APPEND", "MERGE" ] | If APPEND, tags are appended to the list of tags for the object. A 400 error is returned if this would add duplicate tags to the object. If MERGE, tags are merged with the existing tags. Duplicate tags are silently ignored. | [optional] [default to "APPEND"] |
Examples
- Prepare the resource
$Bulkaddtaggedobject = Initialize-Bulkaddtaggedobject -ObjectRefs null `
-Tags ["BU_FINANCE","PCI"] `
-Operation MERGE
- Convert the resource to JSON
$Bulkaddtaggedobject | ConvertTo-JSON