IUsage.CurrentValue Property

Definition

The current value of the resource counter.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="The current value of the resource counter.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="currentValue", Update=false)]
public long? CurrentValue { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="The current value of the resource counter.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="currentValue", Update=false)>]
member this.CurrentValue : Nullable<int64>
Public ReadOnly Property CurrentValue As Nullable(Of Long)

Property Value

Attributes

Applies to