QuantumModelFactory.QuantumJobQuotaList Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- value
- IEnumerable<QuantumJobQuota>
- nextLink
- String
Link to the next page of results.
Returns
A new QuantumJobQuotaList instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET