ArmQuantumModelFactory.QuantumSuiteOfferProperties Method

Definition

Properties of a Quantum Suite Offer.

public static Azure.ResourceManager.Quantum.Models.QuantumSuiteOfferProperties QuantumSuiteOfferProperties(string providerId = default, string providerName = default, string companyName = default, string location = default, string description = default, Azure.Core.AzureLocation? quotas = default);
static member QuantumSuiteOfferProperties : string * string * string * string * string * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.Quantum.Models.QuantumSuiteOfferProperties
Public Shared Function QuantumSuiteOfferProperties (Optional providerId As String = Nothing, Optional providerName As String = Nothing, Optional companyName As String = Nothing, Optional location As String = Nothing, Optional description As String = Nothing, Optional quotas As Nullable(Of AzureLocation) = Nothing) As QuantumSuiteOfferProperties

Parameters

providerId
String

The provider ID of the offer.

providerName
String

The provider name of the offer.

companyName
String

The name of the company that is providing this offer.

location
String

The location where this offer is available.

description
String

Description of the offer.

quotas
Nullable<AzureLocation>

Quota allocations associated with this offer.

Returns

A new QuantumSuiteOfferProperties instance for mocking.

Applies to