GroupQuotaSubscriptionIdProperties 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotaSubscriptionIdPropertiesTypeConverter))]
public class GroupQuotaSubscriptionIdProperties : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaSubscriptionIdProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotaSubscriptionIdPropertiesTypeConverter))>]
type GroupQuotaSubscriptionIdProperties = class
interface IGroupQuotaSubscriptionIdProperties
interface IJsonSerializable
Public Class GroupQuotaSubscriptionIdProperties
Implements IGroupQuotaSubscriptionIdProperties
- Inheritance
-
GroupQuotaSubscriptionIdProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| GroupQuotaSubscriptionIdProperties() |
Creates an new GroupQuotaSubscriptionIdProperties instance. |
Properties
| Name | Description |
|---|---|
| ProvisioningState |
Status of this subscriptionId being associated with the GroupQuotasEntity. |
| SubscriptionId |
An Azure subscriptionId. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GroupQuotaSubscriptionIdProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GroupQuotaSubscriptionIdProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaSubscriptionIdProperties. |
| FromJsonString(String) |
Creates a new instance of GroupQuotaSubscriptionIdProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of GroupQuotaSubscriptionIdProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |