Language

QuotaResourceList Class

Definition

List of quota bucket objects. It contains a URL link to get the next set of results.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.QuotaResourceListTypeConverter))]
public class QuotaResourceList : Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.IQuotaResourceList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.QuotaResourceListTypeConverter))>]
type QuotaResourceList = class
    interface IQuotaResourceList
    interface IJsonSerializable
Public Class QuotaResourceList
Implements IQuotaResourceList
Inheritance
QuotaResourceList
Attributes
Implements

Constructors

Name Description
QuotaResourceList()

Creates an new QuotaResourceList instance.

Properties

Name Description
NextLink

URL to get the next set of quota bucket objects results (if there are any).

Value

List of quota bucket objects provided by the loadtestservice.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QuotaResourceList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QuotaResourceList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.IQuotaResourceList.

FromJsonString(String)

Creates a new instance of QuotaResourceList, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of QuotaResourceList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to