QuotaRequestOneResourceSubmitResponse.IsQuotaApplicable Property

Definition

Gets states if quota can be requested for this resource.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isQuotaApplicable")]
public bool? IsQuotaApplicable { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isQuotaApplicable")>]
member this.IsQuotaApplicable : Nullable<bool>
Public ReadOnly Property IsQuotaApplicable As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to