import type { CosmosDBManagementContext as Client } from "../index.js"; import type { NotebookWorkspace, NotebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters, _NotebookWorkspaceListResult, NotebookWorkspaceConnectionInfoResult } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { NotebookWorkspacesStartOptionalParams, NotebookWorkspacesRegenerateAuthTokenOptionalParams, NotebookWorkspacesListConnectionInfoOptionalParams, NotebookWorkspacesListByDatabaseAccountOptionalParams, NotebookWorkspacesDeleteOptionalParams, NotebookWorkspacesCreateOrUpdateOptionalParams, NotebookWorkspacesGetOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; import type { PollerLike, OperationState } from "@azure/core-lro"; export declare function _startSend(context: Client, resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, options?: NotebookWorkspacesStartOptionalParams): StreamableMethod; export declare function _startDeserialize(result: PathUncheckedResponse): Promise; /** Starts the notebook workspace */ export declare function start(context: Client, resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, options?: NotebookWorkspacesStartOptionalParams): PollerLike, void>; export declare function _regenerateAuthTokenSend(context: Client, resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, options?: NotebookWorkspacesRegenerateAuthTokenOptionalParams): StreamableMethod; export declare function _regenerateAuthTokenDeserialize(result: PathUncheckedResponse): Promise; /** Regenerates the auth token for the notebook workspace */ export declare function regenerateAuthToken(context: Client, resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, options?: NotebookWorkspacesRegenerateAuthTokenOptionalParams): PollerLike, void>; export declare function _listConnectionInfoSend(context: Client, resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, options?: NotebookWorkspacesListConnectionInfoOptionalParams): StreamableMethod; export declare function _listConnectionInfoDeserialize(result: PathUncheckedResponse): Promise; /** Retrieves the connection info for the notebook workspace */ export declare function listConnectionInfo(context: Client, resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, options?: NotebookWorkspacesListConnectionInfoOptionalParams): Promise; export declare function _listByDatabaseAccountSend(context: Client, resourceGroupName: string, accountName: string, options?: NotebookWorkspacesListByDatabaseAccountOptionalParams): StreamableMethod; export declare function _listByDatabaseAccountDeserialize(result: PathUncheckedResponse): Promise<_NotebookWorkspaceListResult>; /** Gets the notebook workspace resources of an existing Cosmos DB account. */ export declare function listByDatabaseAccount(context: Client, resourceGroupName: string, accountName: string, options?: NotebookWorkspacesListByDatabaseAccountOptionalParams): PagedAsyncIterableIterator; export declare function _$deleteSend(context: Client, resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, options?: NotebookWorkspacesDeleteOptionalParams): StreamableMethod; export declare function _$deleteDeserialize(result: PathUncheckedResponse): Promise; /** Deletes the notebook workspace for a Cosmos DB account. */ export declare function $delete(context: Client, resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, options?: NotebookWorkspacesDeleteOptionalParams): PollerLike, void>; export declare function _createOrUpdateSend(context: Client, resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, notebookCreateUpdateParameters: NotebookWorkspaceCreateUpdateParameters, options?: NotebookWorkspacesCreateOrUpdateOptionalParams): StreamableMethod; export declare function _createOrUpdateDeserialize(result: PathUncheckedResponse): Promise; /** Creates the notebook workspace for a Cosmos DB account. */ export declare function createOrUpdate(context: Client, resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, notebookCreateUpdateParameters: NotebookWorkspaceCreateUpdateParameters, options?: NotebookWorkspacesCreateOrUpdateOptionalParams): PollerLike, NotebookWorkspace>; export declare function _getSend(context: Client, resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, options?: NotebookWorkspacesGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Gets the notebook workspace for a Cosmos DB account. */ export declare function get(context: Client, resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, options?: NotebookWorkspacesGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map