Share via


IQuotaLimitsResponse.NextLink Property

Definition

The URI used to fetch the next page of quota limits. When there are no more pages, this is null.

[Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=true, Description="The URI used to fetch the next page of quota limits. When there are no more pages, this is null.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="nextLink", Update=true)]
public string NextLink { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=true, Description="The URI used to fetch the next page of quota limits. When there are no more pages, this is null.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="nextLink", Update=true)>]
member this.NextLink : string with get, set
Public Property NextLink As String

Property Value

Attributes

Applies to