你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WorkspaceKeys Class
Workspace Keys.
- Inheritance
-
builtins.objectWorkspaceKeys
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
|
Key for storage account associated with given workspace |
user_storage_resource_id
Required
|
Resource id of storage account associated with given workspace |
app_insights_instrumentation_key
Required
|
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
|
|