Package-level declarations

Types

Link copied to clipboard
data class ApiKeyResponse(val createdAt: String? = null, val key: String)

Azure quantum workspace Api key details.

Link copied to clipboard
data class GetWorkspaceResult(val endpointUri: String, val id: String, val identity: QuantumWorkspaceResponseIdentity? = null, val location: String, val name: String, val providers: List<ProviderResponse>? = null, val provisioningState: String, val storageAccount: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val usable: String)

The resource proxy definition object for quantum workspace.

Link copied to clipboard
data class ListWorkspaceKeysResult(val apiKeyEnabled: Boolean? = null, val primaryConnectionString: String, val primaryKey: ApiKeyResponse? = null, val secondaryConnectionString: String, val secondaryKey: ApiKeyResponse? = null)

Result of list Api keys and connection strings.

Link copied to clipboard
data class ProviderResponse(val applicationName: String? = null, val instanceUri: String? = null, val providerId: String? = null, val providerSku: String? = null, val provisioningState: String? = null, val resourceUsageId: String? = null)

Information about a Provider. A Provider is an entity that offers Targets to run Azure Quantum Jobs.

Link copied to clipboard
data class QuantumWorkspaceResponseIdentity(val principalId: String, val tenantId: String, val type: String? = null)

Managed Identity information.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.