Skip to main content

Contextattributedto

Properties

NameTypeDescriptionNotes
AttributeStringThe name of the attribute[optional]
ValueContextattributedtoValue[optional]
DerivedBooleanTrue if the attribute was derived.[optional] [default to $false]

Examples

  • Prepare the resource
$Contextattributedto = Initialize-Contextattributedto  -Attribute location `
-Value null `
-Derived false
  • Convert the resource to JSON
$Contextattributedto | ConvertTo-JSON

[Back to top]