SubscriptionQuotasListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Api20170401Preview.SubscriptionQuotasListResultTypeConverter))]
public class SubscriptionQuotasListResult : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ISubscriptionQuotasListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.SubscriptionQuotasListResultTypeConverter))>]
type SubscriptionQuotasListResult = class
interface ISubscriptionQuotasListResult
interface IJsonSerializable
Public Class SubscriptionQuotasListResult
Implements ISubscriptionQuotasListResult
- Inheritance
-
SubscriptionQuotasListResult
- Attributes
- Implements
Constructors
SubscriptionQuotasListResult() |
Creates an new SubscriptionQuotasListResult instance. |
Properties
Value |
List of quotas for the subscription in a particular region. |
Methods
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.Api20170401Preview.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. |