Provider Args
data class ProviderArgs(val applicationName: Output<String>? = null, val instanceUri: Output<String>? = null, val providerId: Output<String>? = null, val providerSku: Output<String>? = null, val provisioningState: Output<Either<String, ProviderStatus>>? = null, val resourceUsageId: Output<String>? = null) : ConvertibleToJava<ProviderArgs>
Information about a Provider. A Provider is an entity that offers Targets to run Azure Quantum Jobs.
Properties
Link copied to clipboard
The provider's marketplace application display name.
Link copied to clipboard
A Uri identifying the specific instance of this provider.
Link copied to clipboard
Unique id of this provider.
Link copied to clipboard
The sku associated with pricing information for this provider.
Link copied to clipboard
Provisioning status field
Link copied to clipboard
Id to track resource usage for the provider.