Share via


WebServicesClient.GetAzureMlWebServiceKeys(String, String) Method

Definition

public Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceKeys GetAzureMlWebServiceKeys (string resourceGroupName, string webServiceName);
member this.GetAzureMlWebServiceKeys : string * string -> Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceKeys
Public Function GetAzureMlWebServiceKeys (resourceGroupName As String, webServiceName As String) As WebServiceKeys

Parameters

resourceGroupName
String
webServiceName
String

Returns

Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceKeys

Applies to