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

SubscriptionQuotasListResult Class

Definition

Result of the GetQuotas operation. It contains a list of quotas for the subscription in a particular region.

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

Constructors

Name Description
SubscriptionQuotasListResult()

Creates an new SubscriptionQuotasListResult instance.

Properties

Name Description
Value

List of quotas for the subscription in a particular region.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SubscriptionQuotasListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SubscriptionQuotasListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SubscriptionQuotasListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to