Skip to main content

GetTenantContextV1200ResponseInner

Properties

NameTypeDescriptionNotes
KeyString[optional]
ValueString[optional]

Examples

  • Prepare the resource
$GetTenantContextV1200ResponseInner = Initialize-GetTenantContextV1200ResponseInner  -Key null `
-Value null
  • Convert the resource to JSON
$GetTenantContextV1200ResponseInner | ConvertTo-JSON

[Back to top]