Workspaces - List Keys
Visar en lista över alla nycklar som är associerade med den här arbetsytan. Detta inkluderar nycklar för lagringskontot, appinsikter och lösenord för containerregistret
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listKeys?api-version=2024-10-01
URI-parametrar
Name | I | Obligatorisk | Typ | Description |
---|---|---|---|---|
resource
|
path | True |
string |
Namnet på resursgruppen. Namnet är skiftlägesokänsligt. |
subscription
|
path | True |
string |
ID för målprenumerationen. |
workspace
|
path | True |
string |
Namnet på Azure Machine Learning-arbetsytan. Reguljärt uttrycksmönster: |
api-version
|
query | True |
string |
DEN API-version som ska användas för den här åtgärden. |
Svar
Name | Typ | Description |
---|---|---|
200 OK |
Begäran lyckades. begäran var väl utformad och mottogs korrekt. |
|
Other Status Codes |
Felsvar som beskriver varför åtgärden misslyckades |
Säkerhet
azure_auth
Azure Active Directory OAuth2 Flow.
Typ:
oauth2
Flow:
implicit
Auktoriseringswebbadress:
https://login.microsoftonline.com/common/oauth2/authorize
Omfattningar
Name | Description |
---|---|
user_impersonation | personifiera ditt användarkonto |
Exempel
List Workspace Keys
Exempelbegäran
POST https://management.azure.com/subscriptions/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/listKeys?api-version=2024-10-01
Exempelsvar
{
"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
}
}
Definitioner
Name | Description |
---|---|
Error |
Ytterligare information om resurshanteringsfelet. |
Error |
Felinformationen. |
Error |
Felsvar |
List |
|
List |
|
Password | |
Registry |
ErrorAdditionalInfo
Ytterligare information om resurshanteringsfelet.
Name | Typ | Description |
---|---|---|
info |
object |
Ytterligare information. |
type |
string |
Ytterligare informationstyp. |
ErrorDetail
Felinformationen.
Name | Typ | Description |
---|---|---|
additionalInfo |
Ytterligare information om felet. |
|
code |
string |
Felkoden. |
details |
Felinformationen. |
|
message |
string |
Felmeddelandet. |
target |
string |
Felmålet. |
ErrorResponse
Felsvar
Name | Typ | Description |
---|---|---|
error |
Felobjektet. |
ListNotebookKeysResult
Name | Typ | Description |
---|---|---|
primaryAccessKey |
string |
|
secondaryAccessKey |
string |
ListWorkspaceKeysResult
Name | Typ | Description |
---|---|---|
appInsightsInstrumentationKey |
string |
|
containerRegistryCredentials | ||
notebookAccessKeys | ||
userStorageKey |
string |
|
userStorageResourceId |
string |
Password
Name | Typ | Description |
---|---|---|
name |
string |
|
value |
string |
RegistryListCredentialsResult
Name | Typ | Description |
---|---|---|
location |
string |
|
passwords |
Password[] |
|
username |
string |