Share via


QuantumModelFactory.QuantumJobQuotaList Method

Definition

Initializes a new instance of QuantumJobQuotaList.

public static Azure.Quantum.Jobs.Models.QuantumJobQuotaList QuantumJobQuotaList(System.Collections.Generic.IEnumerable<Azure.Quantum.Jobs.Models.QuantumJobQuota> value = default, string nextLink = default);
static member QuantumJobQuotaList : seq<Azure.Quantum.Jobs.Models.QuantumJobQuota> * string -> Azure.Quantum.Jobs.Models.QuantumJobQuotaList
Public Shared Function QuantumJobQuotaList (Optional value As IEnumerable(Of QuantumJobQuota) = Nothing, Optional nextLink As String = Nothing) As QuantumJobQuotaList

Parameters

nextLink
String

Link to the next page of results.

Returns

A new QuantumJobQuotaList instance for mocking.

Applies to