QuantumExtensions 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.
A class to add extension methods to Azure.ResourceManager.Quantum.
public static class QuantumExtensions
type QuantumExtensions = class
Public Module QuantumExtensions
- Inheritance
-
QuantumExtensions
Methods
| Name | Description |
|---|---|
| CheckWorkspaceNameAvailability(SubscriptionResource, AzureLocation, WorkspaceNameAvailabilityContent, CancellationToken) |
Check the availability of the resource name for the given location. <item> Mocking. To mock this method, please mock CheckWorkspaceNameAvailability(AzureLocation, WorkspaceNameAvailabilityContent, CancellationToken) instead. </item> |
| CheckWorkspaceNameAvailabilityAsync(SubscriptionResource, AzureLocation, WorkspaceNameAvailabilityContent, CancellationToken) |
Check the availability of the resource name for the given location. <item> Mocking. To mock this method, please mock CheckWorkspaceNameAvailabilityAsync(AzureLocation, WorkspaceNameAvailabilityContent, CancellationToken) instead. </item> |
| GetProviderOfferings(SubscriptionResource, AzureLocation, String, CancellationToken) |
Returns the list of all provider offerings available for the given location. <item> Mocking. To mock this method, please mock GetProviderOfferings(AzureLocation, String, CancellationToken) instead. </item> |
| GetProviderOfferingsAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Returns the list of all provider offerings available for the given location. <item> Mocking. To mock this method, please mock GetProviderOfferingsAsync(AzureLocation, String, CancellationToken) instead. </item> |
| GetQuantumWorkspace(ResourceGroupResource, String, CancellationToken) |
Returns the Workspace resource associated with the given name. <item> Mocking. To mock this method, please mock GetQuantumWorkspace(String, CancellationToken) instead. </item> |
| GetQuantumWorkspaceAsync(ResourceGroupResource, String, CancellationToken) |
Returns the Workspace resource associated with the given name. <item> Mocking. To mock this method, please mock GetQuantumWorkspaceAsync(String, CancellationToken) instead. </item> |
| GetQuantumWorkspaceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a QuantumWorkspaceResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetQuantumWorkspaceResource(ResourceIdentifier) instead. </item> |
| GetQuantumWorkspaces(ResourceGroupResource) |
Gets a collection of QuantumWorkspaces in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetQuantumWorkspaces() instead. </item> |
| GetQuantumWorkspaces(SubscriptionResource, CancellationToken) |
Gets the list of Workspaces within a Subscription. <item> Mocking. To mock this method, please mock GetQuantumWorkspaces(CancellationToken) instead. </item> |
| GetQuantumWorkspacesAsync(SubscriptionResource, CancellationToken) |
Gets the list of Workspaces within a Subscription. <item> Mocking. To mock this method, please mock GetQuantumWorkspacesAsync(CancellationToken) instead. </item> |
| GetSuiteOffer(SubscriptionResource, CancellationToken) |
Returns the SuiteOffer resource associated with the given name. <item> Mocking. To mock this method, please mock GetSuiteOffer(CancellationToken) instead. </item> |
| GetSuiteOfferAsync(SubscriptionResource, CancellationToken) |
Returns the SuiteOffer resource associated with the given name. <item> Mocking. To mock this method, please mock GetSuiteOfferAsync(CancellationToken) instead. </item> |