Get-AzQuantumOffering

Returns the list of all provider offerings available for the given location.

Syntax

Get-AzQuantumOffering
   -LocationName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

Returns the list of all provider offerings available for the given location.

Examples

Example 1: Returns the list of all provider offerings available for the given location.

Get-AzQuantumOffering -LocationName eastus

Name
----
1Qloud Optimization Platform
IonQ
Microsoft QIO
Microsoft Quantum Computing
Quantinuum
Rigetti Quantum
SQBM+ Cloud on Azure Quantum

Returns the list of all provider offerings available for the given location.

Parameters

-DefaultProfile

The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.

Type:PSObject
Aliases:AzureRMContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-LocationName

Location.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-SubscriptionId

The Azure subscription ID.

Type:String[]
Position:Named
Default value:(Get-AzContext).Subscription.Id
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Outputs

IProviderDescription