你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzMlWebServiceKey
检索 Web 服务的密钥。
语法
Get-AzMlWebServiceKey
-ResourceGroupName <String>
-Name <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzMlWebServiceKey
-MlWebService <WebService>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
获取 Azure 机器学习 Web 服务的运行时 API 的访问密钥。
示例
示例 1 - 获取资源组和名称指定的 Web 服务的密钥
Get-AzMlWebServiceKey -ResourceGroupName "myresourcegroup" -Name "mywebservicename"
示例 2 - 获取 Web 服务实例的密钥
Get-AzMlWebServiceKey -MlWebService $mlService
$mlService是类型为 Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService 的对象。
参数
-DefaultProfile
用于与 azure 通信的凭据、帐户、租户和订阅
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-MlWebService
为其检索访问密钥的 Web 服务的名称。
类型: | Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Name
为其检索访问密钥的 Web 服务的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
Web 服务的资源组。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
输入
Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService
输出
Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceKeys
备注
关键字:azure, azurerm, arm, 资源, 管理, 经理, 机器学习, azureml