MetricsRequestParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get Metrics Status Parameter specification.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.MetricsRequestParameterTypeConverter))]
public class MetricsRequestParameter : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.IMetricsRequestParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.MetricsRequestParameterTypeConverter))>]
type MetricsRequestParameter = class
interface IMetricsRequestParameter
interface IJsonSerializable
Public Class MetricsRequestParameter
Implements IMetricsRequestParameter
- Inheritance
-
MetricsRequestParameter
- Attributes
- Implements
Constructors
MetricsRequestParameter() |
Creates an new MetricsRequestParameter instance. |
Properties
RequestUserEmail |
User Email |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MetricsRequestParameter. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MetricsRequestParameter. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.IMetricsRequestParameter. |
FromJsonString(String) |
Creates a new instance of MetricsRequestParameter, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MetricsRequestParameter into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |