Language

ICheckQuotaAvailabilityResponse.IsAvailable Property

Definition

True/False indicating whether the quota request be granted based on availability.

[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.Info(Create=true, Description="True/False indicating whether the quota request be granted based on availability.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isAvailable", Update=true)]
public bool? IsAvailable { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.Info(Create=true, Description="True/False indicating whether the quota request be granted based on availability.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isAvailable", Update=true)>]
member this.IsAvailable : Nullable<bool> with get, set
Public Property IsAvailable As Nullable(Of Boolean)

Property Value

Attributes

Applies to