IUsage.CurrentValue Property

Definition

Gets the current count of the allocated resources in the subscription.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Gets the current count of the allocated resources in the subscription.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="currentValue", Update=false)]
public int? CurrentValue { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Gets the current count of the allocated resources in the subscription.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="currentValue", Update=false)>]
member this.CurrentValue : Nullable<int>
Public ReadOnly Property CurrentValue As Nullable(Of Integer)

Property Value

Attributes

Applies to