Share via


SubscriptionQuotaProperties Class

Definition

Describes the properties of the quota.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.SubscriptionQuotaPropertiesTypeConverter))]
public class SubscriptionQuotaProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ISubscriptionQuotaProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.SubscriptionQuotaPropertiesTypeConverter))>]
type SubscriptionQuotaProperties = class
    interface ISubscriptionQuotaProperties
    interface IJsonSerializable
Public Class SubscriptionQuotaProperties
Implements ISubscriptionQuotaProperties
Inheritance
SubscriptionQuotaProperties
Attributes
Implements

Constructors

SubscriptionQuotaProperties()

Creates an new SubscriptionQuotaProperties instance.

Properties

CurrentCount

The current usage of this resource.

MaxCount

The max permitted usage of this resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SubscriptionQuotaProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SubscriptionQuotaProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ISubscriptionQuotaProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SubscriptionQuotaProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to