Metricresponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | String | the name of metric | [optional] |
| Value | Decimal | the 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