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]