WebServicesClient.GetAzureMlWebService(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService GetAzureMlWebService (string resourceGroupName, string webServiceName, string region);
member this.GetAzureMlWebService : string * string * string -> Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService
Public Function GetAzureMlWebService (resourceGroupName As String, webServiceName As String, region As String) As WebService
Parameters
- resourceGroupName
- String
- webServiceName
- String
- region
- String
Returns
Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService