Skip to main content

Int64stringkeyvaluepair

Properties

NameTypeDescriptionNotes
KeyInt64The key for the tag or pair.[optional]
ValueStringThe value for the tag or pair.[optional]

Examples

  • Prepare the resource
$Int64stringkeyvaluepair = Initialize-Int64stringkeyvaluepair  -Key 1 `
-Value Confidential
  • Convert the resource to JSON
$Int64stringkeyvaluepair | ConvertTo-JSON

[Back to top]