Share via


MetricsStatusResponse Class

Definition

Response of get metrics status Operation.

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

Constructors

MetricsStatusResponse()

Creates an new MetricsStatusResponse instance.

Properties

AzureResourceId

Azure resource IDs

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MetricsStatusResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MetricsStatusResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MetricsStatusResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to