Skip to main content

BulkUpdateAMMKeyValueInner

Properties

NameTypeDescriptionNotes
AttributeStringthe key of metadata attribute[required]
Values[]Stringthe values of attribute to be updated[required]

Examples

  • Prepare the resource
$BulkUpdateAMMKeyValueInner = Initialize-BulkUpdateAMMKeyValueInner  -Attribute iscFederalClassifications `
-Values ["secret"]
  • Convert the resource to JSON
$BulkUpdateAMMKeyValueInner | ConvertTo-JSON

[Back to top]