WebServicesClient.UpdateAzureMlWebService(String, String, WebService) 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 UpdateAzureMlWebService (string resourceGroupName, string webServiceName, Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService serviceDefinition);
member this.UpdateAzureMlWebService : string * string * Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService -> Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService
Public Function UpdateAzureMlWebService (resourceGroupName As String, webServiceName As String, serviceDefinition As WebService) As WebService
Parameters
- resourceGroupName
- String
- webServiceName
- String
- serviceDefinition
- Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService
Returns
Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService