MachineLearningServices.OnlineEndpointsCreateOrUpdateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IOnlineEndpoint> OnlineEndpointsCreateOrUpdateViaJsonStringWithResult(string subscriptionId, string resourceGroupName, string workspaceName, string endpointName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync sender);
member this.OnlineEndpointsCreateOrUpdateViaJsonStringWithResult : string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IOnlineEndpoint>
Public Function OnlineEndpointsCreateOrUpdateViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, workspaceName As String, endpointName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IOnlineEndpoint)

Parameters

subscriptionId
String
resourceGroupName
String
workspaceName
String
endpointName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to