Share via


MetricsRequest Class

Definition

Request of get metrics Operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.MetricsRequestTypeConverter))]
public class MetricsRequest : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IMetricsRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.MetricsRequestTypeConverter))>]
type MetricsRequest = class
    interface IMetricsRequest
    interface IJsonSerializable
Public Class MetricsRequest
Implements IMetricsRequest
Inheritance
MetricsRequest
Attributes
Implements

Constructors

MetricsRequest()

Creates an new MetricsRequest instance.

Properties

UserEmail

User Email

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MetricsRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MetricsRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IMetricsRequest.

FromJsonString(String)

Creates a new instance of MetricsRequest, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MetricsRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to