IUsage.Limit Property

Definition

The resource limit.

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

Property Value

Attributes

Applies to