你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Workspaces - List Keys
列出与此工作区关联的所有密钥。 这包括存储帐户的密钥、容器注册表的应用见解和密码
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listKeys?api-version=2024-10-01
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
resource
|
path | True |
string |
资源组的名称。 名称不区分大小写。 |
subscription
|
path | True |
string |
目标订阅的 ID。 |
workspace
|
path | True |
string |
Azure 机器学习工作区的名称。 正则表达式模式: |
api-version
|
query | True |
string |
用于此操作的 API 版本。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
请求成功;请求格式正确,已正确接收。 |
|
Other Status Codes |
描述操作失败原因的错误响应 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
名称 | 说明 |
---|---|
user_impersonation | 模拟用户帐户 |
示例
List Workspace Keys
示例请求
POST https://management.azure.com/subscriptions/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/listKeys?api-version=2024-10-01
示例响应
{
"userStorageKey": null,
"userStorageResourceId": "/subscriptions/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee/resourceGroups/ragargeastus2euap/providers/Microsoft.Storage/storageAccounts/testdemoworkazashomr",
"appInsightsInstrumentationKey": null,
"containerRegistryCredentials": {
"location": null,
"username": "testdemoworkjmjmeykp",
"passwords": [
{
"name": "password",
"value": "<value>"
},
{
"name": "password2",
"value": "0KARRQoQHSUq1yViPWg7YFernOS=Ic/t"
}
]
},
"notebookAccessKeys": {
"primaryAccessKey": null,
"secondaryAccessKey": null
}
}
定义
名称 | 说明 |
---|---|
Error |
资源管理错误附加信息。 |
Error |
错误详细信息。 |
Error |
错误响应 |
List |
|
List |
|
Password | |
Registry |
ErrorAdditionalInfo
资源管理错误附加信息。
名称 | 类型 | 说明 |
---|---|---|
info |
object |
其他信息。 |
type |
string |
其他信息类型。 |
ErrorDetail
错误详细信息。
名称 | 类型 | 说明 |
---|---|---|
additionalInfo |
错误附加信息。 |
|
code |
string |
错误代码。 |
details |
错误详细信息。 |
|
message |
string |
错误消息。 |
target |
string |
错误目标。 |
ErrorResponse
错误响应
名称 | 类型 | 说明 |
---|---|---|
error |
错误对象。 |
ListNotebookKeysResult
名称 | 类型 | 说明 |
---|---|---|
primaryAccessKey |
string |
|
secondaryAccessKey |
string |
ListWorkspaceKeysResult
名称 | 类型 | 说明 |
---|---|---|
appInsightsInstrumentationKey |
string |
|
containerRegistryCredentials | ||
notebookAccessKeys | ||
userStorageKey |
string |
|
userStorageResourceId |
string |
Password
名称 | 类型 | 说明 |
---|---|---|
name |
string |
|
value |
string |
RegistryListCredentialsResult
名称 | 类型 | 说明 |
---|---|---|
location |
string |
|
passwords |
Password[] |
|
username |
string |