Web Services - List Keys
Возвращает ключи доступа для указанной веб-службы.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}/listKeys?api-version=2016-05-01-preview
Параметры URI
| Имя | В | Обязательно | Тип | Описание |
|---|---|---|---|---|
|
resource
|
path | True |
string |
Имя группы ресурсов, в которой находится веб-служба. |
|
subscription
|
path | True |
string |
ИД подписки Azure. |
|
web
|
path | True |
string |
Имя веб-службы. |
|
api-version
|
query | True |
string |
Используемая версия API поставщика ресурсов Microsoft.MachineLearning. |
Ответы
| Имя | Тип | Описание |
|---|---|---|
| 200 OK |
Успех. Media Types: "application/json", "text/json" |
Определения
WebServiceKeys
Ключи доступа для вызовов веб-службы.
| Имя | Тип | Описание |
|---|---|---|
| primary |
string |
Первичный ключ доступа. |
| secondary |
string |
Вторичный ключ доступа. |