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
|
|
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python