GroupQuotaSubscriptionRequestStatusProperties 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.GroupQuotaSubscriptionRequestStatusPropertiesTypeConverter))]
public class GroupQuotaSubscriptionRequestStatusProperties : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaSubscriptionRequestStatusProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotaSubscriptionRequestStatusPropertiesTypeConverter))>]
type GroupQuotaSubscriptionRequestStatusProperties = class
interface IGroupQuotaSubscriptionRequestStatusProperties
interface IJsonSerializable
Public Class GroupQuotaSubscriptionRequestStatusProperties
Implements IGroupQuotaSubscriptionRequestStatusProperties
- Inheritance
-
GroupQuotaSubscriptionRequestStatusProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| GroupQuotaSubscriptionRequestStatusProperties() |
Creates an new GroupQuotaSubscriptionRequestStatusProperties instance. |
Properties
| Name | Description |
|---|---|
| ProvisioningState |
Status of this subscriptionId being associated with the GroupQuotasEntity. |
| RequestSubmitTime |
The request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ |
| SubscriptionId |
The subscription Id |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GroupQuotaSubscriptionRequestStatusProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GroupQuotaSubscriptionRequestStatusProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaSubscriptionRequestStatusProperties. |
| FromJsonString(String) |
Creates a new instance of GroupQuotaSubscriptionRequestStatusProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of GroupQuotaSubscriptionRequestStatusProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |