IGroupQuotaList Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotaListTypeConverter))]
public interface IGroupQuotaList : Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotaListTypeConverter))>]
type IGroupQuotaList = interface
    interface IJsonSerializable
Public Interface IGroupQuotaList
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
NextLink

The link to the next page of items

Value

The GroupQuotasEntity items on this page

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to