Workspaces - List Keys
Lijsten alle sleutels die aan deze werkruimte zijn gekoppeld. Dit omvat sleutels voor het opslagaccount, app-inzichten en wachtwoord voor containerregister
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listKeys?api-version=2024-04-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string |
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig. |
subscription
|
path | True |
string |
De id van het doelabonnement. |
workspace
|
path | True |
string |
Naam van Azure Machine Learning-werkruimte. Regex-patroon: |
api-version
|
query | True |
string |
De API-versie die voor deze bewerking moet worden gebruikt. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
De aanvraag is geslaagd; de aanvraag goed is opgemaakt en correct is ontvangen. |
|
Other Status Codes |
Foutreactie waarin wordt beschreven waarom de bewerking is mislukt |
Beveiliging
azure_auth
Azure Active Directory OAuth2-stroom.
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
Name | Description |
---|---|
user_impersonation | uw gebruikersaccount imiteren |
Voorbeelden
List Workspace Keys
Voorbeeldaanvraag
POST https://management.azure.com/subscriptions/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/listKeys?api-version=2024-04-01
Voorbeeldrespons
{
"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
}
}
Definities
Name | Description |
---|---|
Error |
Aanvullende informatie over de resourcebeheerfout. |
Error |
De foutdetails. |
Error |
Foutreactie |
List |
|
List |
|
Password | |
Registry |
ErrorAdditionalInfo
Aanvullende informatie over de resourcebeheerfout.
Name | Type | Description |
---|---|---|
info |
object |
De aanvullende informatie. |
type |
string |
Het type aanvullende informatie. |
ErrorDetail
De foutdetails.
Name | Type | Description |
---|---|---|
additionalInfo |
Aanvullende informatie over de fout. |
|
code |
string |
De foutcode. |
details |
De foutdetails. |
|
message |
string |
Het foutbericht. |
target |
string |
Het foutdoel. |
ErrorResponse
Foutreactie
Name | Type | Description |
---|---|---|
error |
Het foutobject. |
ListNotebookKeysResult
Name | Type | Description |
---|---|---|
primaryAccessKey |
string |
|
secondaryAccessKey |
string |
ListWorkspaceKeysResult
Name | Type | Description |
---|---|---|
appInsightsInstrumentationKey |
string |
|
containerRegistryCredentials | ||
notebookAccessKeys | ||
userStorageKey |
string |
|
userStorageResourceId |
string |
Password
Name | Type | Description |
---|---|---|
name |
string |
|
value |
string |
RegistryListCredentialsResult
Name | Type | Description |
---|---|---|
location |
string |
|
passwords |
Password[] |
|
username |
string |