Share via


SubRequest Class

Definition

Request property.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.SubRequestTypeConverter))]
public class SubRequest : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.SubRequestTypeConverter))>]
type SubRequest = class
    interface ISubRequest
    interface IJsonSerializable
Public Class SubRequest
Implements ISubRequest
Inheritance
SubRequest
Attributes
Implements

Constructors

SubRequest()

Creates an new SubRequest instance.

Properties

Id

Quota request ID.

Limit

Resource quota limit properties.

Message

User-friendly status message.

NameLocalizedValue

Resource display name.

NameValue

Resource name.

ProvisioningState

The quota request status.

ResourceType

Resource type for which the quota properties were requested.

Unit

Quota limit units, such as Count and Bytes. When requesting quota, use the unit value returned in the GET response in the request body of your PUT operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SubRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SubRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubRequest.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SubRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to