We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80986e5 commit d322881Copy full SHA for d322881
src/ResourceManager/MachineLearning/Commands.MachineLearning/help/Get-AzureRmMlWebServiceKeys.md
@@ -30,19 +30,11 @@ Gets the access keys for the Azure Machine Learning web service's runtime APIs.
30
## EXAMPLES
31
32
### -------------------------- Example 1 - Get the keys for a web service specified by resource group and name --------------------------
33
-@{paragraph=PS C:\\\>}
34
-
35
36
37
```
38
Get-AzureRmMlWebServiceKeys -ResourceGroupName "myresourcegroup" -Name "mywebservicename"
39
40
41
### -------------------------- Example 2 - Get keys for web service instance --------------------------
42
43
44
45
46
47
Get-AzureRmMlWebServiceKeys -MlWebService $mlService
48
0 commit comments