Int64stringkeyvaluepair
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Key | Int64 | The key for the tag or pair. | [optional] |
| Value | String | The 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