Web Services - List Keys
Hiermee haalt u de toegangssleutels voor de opgegeven webservice op.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}/listKeys?api-version=2016-05-01-preview
		URI-parameters
| Name | In | Vereist | Type | Description | 
|---|---|---|---|---|
| 
						 resource 
					 | 
					path | True | 
			 string  | 
					
						 Naam van de resourcegroep waarin de webservice zich bevindt.  | 
				
| 
						 subscription 
					 | 
					path | True | 
			 string  | 
					
						 De Azure-abonnements-id.  | 
				
| 
						 web 
					 | 
					path | True | 
			 string  | 
					
						 De naam van de webservice.  | 
				
| 
						 api-version 
					 | 
					query | True | 
			 string  | 
					
						 De versie van de Microsoft.MachineLearning-resourceprovider-API die moet worden gebruikt.  | 
				
Antwoorden
| Name | Type | Description | 
|---|---|---|
| 200 OK | 
		 Succes. Media Types: "application/json", "text/json"  | 
Definities
WebServiceKeys  
			
			Toegangssleutels voor de webservice-aanroepen.
| Name | Type | Description | 
|---|---|---|
| primary | 
			 string  | 
	
		 De primaire toegangssleutel.  | 
| secondary | 
			 string  | 
	
		 De secundaire toegangssleutel.  |