你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Web Services - List Keys
获取指定 Web 服务的访问密钥。
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 |
Web 服务所在的资源组的名称。 |
subscription
|
path | True |
string |
Azure 订阅 ID。 |
web
|
path | True |
string |
Web 服务的名称。 |
api-version
|
query | True |
string |
要使用的 Microsoft.MachineLearning 资源提供程序 API 的版本。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
成功。 Media Types: "application/json", "text/json" |
定义
WebServiceKeys
Web 服务调用的访问密钥。
名称 | 类型 | 说明 |
---|---|---|
primary |
string |
主访问密钥。 |
secondary |
string |
辅助访问密钥。 |