Skip to main content

Metricresponse

Properties

NameTypeDescriptionNotes
NameStringthe name of metric[optional]
ValueDecimalthe value associated to the metric[optional]

Examples

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

[Back to top]