Provider interface
Information about a Provider. A Provider is an entity that offers Targets to run Azure Quantum Jobs.
Properties
application |
The provider's marketplace application display name. |
instance |
A Uri identifying the specific instance of this provider. |
provider |
Unique id of this provider. |
provider |
The sku associated with pricing information for this provider. |
provisioning |
Provisioning status field |
resource |
Id to track resource usage for the provider. |
Property Details
applicationName
The provider's marketplace application display name.
applicationName?: string
Property Value
string
instanceUri
A Uri identifying the specific instance of this provider.
instanceUri?: string
Property Value
string
providerId
Unique id of this provider.
providerId?: string
Property Value
string
providerSku
The sku associated with pricing information for this provider.
providerSku?: string
Property Value
string
provisioningState
Provisioning status field
provisioningState?: string
Property Value
string
resourceUsageId
Id to track resource usage for the provider.
resourceUsageId?: string
Property Value
string
Azure SDK for JavaScript