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
CheckWorkspaceNameAvailability(SubscriptionResource, String, WorkspaceNameAvailabilityContent, CancellationToken) |
Check the availability of the resource name.
|
CheckWorkspaceNameAvailabilityAsync(SubscriptionResource, String, WorkspaceNameAvailabilityContent, CancellationToken) |
Check the availability of the resource name.
|
GetOfferings(SubscriptionResource, String, CancellationToken) |
Returns the list of all provider offerings available for the given location.
|
GetOfferingsAsync(SubscriptionResource, String, CancellationToken) |
Returns the list of all provider offerings available for the given location.
|
GetQuantumWorkspace(ResourceGroupResource, String, CancellationToken) |
Returns the Workspace resource associated with the given name.
|
GetQuantumWorkspaceAsync(ResourceGroupResource, String, CancellationToken) |
Returns the Workspace resource associated with the given name.
|
GetQuantumWorkspaceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a QuantumWorkspaceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a QuantumWorkspaceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetQuantumWorkspaceResource(ResourceIdentifier) instead. |
GetQuantumWorkspaces(ResourceGroupResource) |
Gets a collection of QuantumWorkspaceResources in the ResourceGroupResource. MockingTo mock this method, please mock GetQuantumWorkspaces() instead. |
GetQuantumWorkspaces(SubscriptionResource, CancellationToken) |
Gets the list of Workspaces within a Subscription.
|
GetQuantumWorkspacesAsync(SubscriptionResource, CancellationToken) |
Gets the list of Workspaces within a Subscription.
|
Applies to
Azure SDK for .NET