quantumapi

package
v68.0.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2023 License: MIT Imports: 2 Imported by: 49

Documentation

Overview

Deprecated: Please note, this package has been deprecated. A replacement package is available github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/quantum/armquantum(https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/quantum/armquantum). We strongly encourage you to upgrade to continue receiving updates. See [Migration Guide](https://aka.ms/azsdk/golang/t2/migration) for guidance on upgrading. Refer to our [deprecation policy](https://azure.github.io/azure-sdk/policies_support.html) for more details.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OfferingsClientAPI

type OfferingsClientAPI interface {
	List(ctx context.Context, locationName string) (result quantum.OfferingsListResultPage, err error)
	ListComplete(ctx context.Context, locationName string) (result quantum.OfferingsListResultIterator, err error)
}

OfferingsClientAPI contains the set of methods on the OfferingsClient type.

type OperationsClientAPI

type OperationsClientAPI interface {
	List(ctx context.Context) (result quantum.OperationsListPage, err error)
	ListComplete(ctx context.Context) (result quantum.OperationsListIterator, err error)
}

OperationsClientAPI contains the set of methods on the OperationsClient type.

type WorkspaceClientAPI

type WorkspaceClientAPI interface {
	CheckNameAvailability(ctx context.Context, locationName string, checkNameAvailabilityParameters quantum.CheckNameAvailabilityParameters) (result quantum.CheckNameAvailabilityResult, err error)
}

WorkspaceClientAPI contains the set of methods on the WorkspaceClient type.

type WorkspacesClientAPI

type WorkspacesClientAPI interface {
	CreateOrUpdate(ctx context.Context, resourceGroupName string, workspaceName string, quantumWorkspace quantum.Workspace) (result quantum.WorkspacesCreateOrUpdateFuture, err error)
	Delete(ctx context.Context, resourceGroupName string, workspaceName string) (result quantum.WorkspacesDeleteFuture, err error)
	Get(ctx context.Context, resourceGroupName string, workspaceName string) (result quantum.Workspace, err error)
	ListByResourceGroup(ctx context.Context, resourceGroupName string) (result quantum.WorkspaceListResultPage, err error)
	ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result quantum.WorkspaceListResultIterator, err error)
	ListBySubscription(ctx context.Context) (result quantum.WorkspaceListResultPage, err error)
	ListBySubscriptionComplete(ctx context.Context) (result quantum.WorkspaceListResultIterator, err error)
	UpdateTags(ctx context.Context, resourceGroupName string, workspaceName string, workspaceTags quantum.TagsObject) (result quantum.Workspace, err error)
}

WorkspacesClientAPI contains the set of methods on the WorkspacesClient type.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL