< Back

Get-AzureRmMlWebServiceKeys

Tue Jan 29, 2019 9:52 pm

NAME Get-AzureRmMlWebServiceKeys



SYNOPSIS

Retrieves the web service's keys.





SYNTAX

Get-AzureRmMlWebServiceKeys [-DefaultProfile <IAzureContextContainer>] -MlWebService <WebService> [<CommonParameters>]



Get-AzureRmMlWebServiceKeys [-DefaultProfile <IAzureContextContainer>] -Name <String> -ResourceGroupName <String> [<CommonParameters>]





DESCRIPTION

Gets the access keys for the Azure Machine Learning web service's runtime APIs.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-MlWebService <WebService>

The name of the web service for which the access keys are retrieved.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-Name <String>

The name of the web service for which the access keys are retrieved.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

The resource group for the web service.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

WebService

Parameter 'MlWebService' accepts value of type 'WebService' from the pipeline





OUTPUTS

None







NOTES





Keywords: azure, azurerm, arm, resource, management, manager, machine, machine learning, azureml



-------------------------- Example 1 - Get the keys for a web service specified by resource group and name --------------------------



Get-AzureRmMlWebServiceKeys -ResourceGroupName "myresourcegroup" -Name "mywebservicename"









-------------------------- Example 2 - Get keys for web service instance --------------------------



Get-AzureRmMlWebServiceKeys -MlWebService $mlService



$mlService is an object of type Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... ervicekeys