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 매개 변수
| Name | In(다음 안에) | 필수 | 형식 | Description |
|---|---|---|---|---|
|
resource
|
path | True |
string |
웹 서비스가 있는 리소스 그룹의 이름입니다. |
|
subscription
|
path | True |
string |
Azure 구독 ID입니다. |
|
web
|
path | True |
string |
웹 서비스의 이름입니다. |
|
api-version
|
query | True |
string |
사용할 Microsoft.MachineLearning 리소스 공급자 API의 버전입니다. |
응답
| Name | 형식 | Description |
|---|---|---|
| 200 OK |
성공. Media Types: "application/json", "text/json" |
정의
WebServiceKeys
웹 서비스 호출에 대한 액세스 키입니다.
| Name | 형식 | Description |
|---|---|---|
| primary |
string |
기본 액세스 키입니다. |
| secondary |
string |
보조 액세스 키입니다. |