MachineLearningServices.BatchEndpointsListKeysWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IEndpointAuthKeys> BatchEndpointsListKeysWithResult(string subscriptionId, string resourceGroupName, string workspaceName, string endpointName, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync sender);
member this.BatchEndpointsListKeysWithResult : 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.IEndpointAuthKeys>
Public Function BatchEndpointsListKeysWithResult (subscriptionId As String, resourceGroupName As String, workspaceName As String, endpointName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IEndpointAuthKeys)

Parameters

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

Returns

Applies to