Bulkremovetaggedobject
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ObjectRefs | []Taggedobjectdto | [optional] | |
| Tags | []String | Label 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