WorkspaceKeys Class

Workspace Keys.

Inheritance
builtins.object
WorkspaceKeys

Constructor

WorkspaceKeys(*, user_storage_key: str | None = None, user_storage_resource_id: str | None = None, app_insights_instrumentation_key: str | None = None, container_registry_credentials: ContainerRegistryCredential | None = None, notebook_access_keys: NotebookAccessKeys | None = None)

Parameters

Name Description
user_storage_key
Required
str

Key for storage account associated with given workspace

user_storage_resource_id
Required
str

Resource id of storage account associated with given workspace

app_insights_instrumentation_key
Required
str

Key for app insights associated with given workspace

container_registry_credentials
Required

Key for ACR associated with given workspace

notebook_access_keys
Required

Key for notebook resource associated with given workspace

Keyword-Only Parameters

Name Description
user_storage_key
Required
user_storage_resource_id
Required
app_insights_instrumentation_key
Required
container_registry_credentials
Required
notebook_access_keys
Required