QuantumProvider Class
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.
Information about a Provider. A Provider is an entity that offers Targets to run Azure Quantum Jobs.
public class QuantumProvider : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Quantum.Models.QuantumProvider>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Quantum.Models.QuantumProvider>
type QuantumProvider = class
interface IJsonModel<QuantumProvider>
interface IPersistableModel<QuantumProvider>
Public Class QuantumProvider
Implements IJsonModel(Of QuantumProvider), IPersistableModel(Of QuantumProvider)
- Inheritance
-
QuantumProvider
- Implements
Constructors
QuantumProvider() |
Initializes a new instance of QuantumProvider. |
Properties
ApplicationName |
The provider's marketplace application display name. |
InstanceUri |
A Uri identifying the specific instance of this provider. |
ProviderId |
Unique id of this provider. |
ProviderSku |
The sku associated with pricing information for this provider. |
ProvisioningState |
Provisioning status field. |
ResourceUsageId |
Id to track resource usage for the provider. |
Explicit Interface Implementations
IJsonModel<QuantumProvider>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<QuantumProvider>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<QuantumProvider>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<QuantumProvider>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<QuantumProvider>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET