Share via


ThrottlingMetric Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ThrottlingMetricTypeConverter))]
public class ThrottlingMetric : Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IThrottlingMetric
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ThrottlingMetricTypeConverter))>]
type ThrottlingMetric = class
    interface IThrottlingMetric
    interface IJsonSerializable
Public Class ThrottlingMetric
Implements IThrottlingMetric
Inheritance
ThrottlingMetric
Attributes
Implements

Constructors

ThrottlingMetric()

Creates an new ThrottlingMetric instance.

Properties

Interval
Limit
Type

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ThrottlingMetric.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ThrottlingMetric.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IThrottlingMetric.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ThrottlingMetric into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to