MetricsContainer Class

Definition

Properties of a metrics container.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.MetricsContainerTypeConverter))]
public class MetricsContainer : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IMetricsContainer
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.MetricsContainerTypeConverter))>]
type MetricsContainer = class
    interface IMetricsContainer
    interface IJsonSerializable
Public Class MetricsContainer
Implements IMetricsContainer
Inheritance
MetricsContainer
Attributes
Implements

Constructors

Name Description
MetricsContainer()

Creates an new MetricsContainer instance.

Properties

Name Description
ProvisioningState

The provisioning state of the metrics container.

Version

The version of Metrics Query Service that this AMW will use for all metric queries.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MetricsContainer.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MetricsContainer.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IMetricsContainer.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MetricsContainer into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to