你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SubscriptionQuota Class

Definition

Describes the current quota for the subscription.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.SubscriptionQuotaTypeConverter))]
public class SubscriptionQuota : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ISubscriptionQuota, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.SubscriptionQuotaTypeConverter))>]
type SubscriptionQuota = class
    interface ISubscriptionQuota
    interface IJsonSerializable
    interface ISubResource
    interface IValidates
Public Class SubscriptionQuota
Implements ISubscriptionQuota, IValidates
Inheritance
SubscriptionQuota
Attributes
Implements

Constructors

SubscriptionQuota()

Creates an new SubscriptionQuota instance.

Properties

CurrentCount

The current usage of this resource.

Id

Resource Id

MaxCount

The max permitted usage of this resource.

Name

Resource name

Type

Resource type

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SubscriptionQuota.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SubscriptionQuota.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SubscriptionQuota into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to