Synapse.KustoPoolDataConnectionsCheckNameAvailabilityViaIdentity(String, IDataConnectionCheckNameRequest, Func<HttpResponseMessage,Task<ICheckNameResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync) Method

Definition

public System.Threading.Tasks.Task KustoPoolDataConnectionsCheckNameAvailabilityViaIdentity (string viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDataConnectionCheckNameRequest body, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ICheckNameResult>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20.IErrorResponse>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.ISendAsync sender);
member this.KustoPoolDataConnectionsCheckNameAvailabilityViaIdentity : string * Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDataConnectionCheckNameRequest * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ICheckNameResult>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20.IErrorResponse>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function KustoPoolDataConnectionsCheckNameAvailabilityViaIdentity (viaIdentity As String, body As IDataConnectionCheckNameRequest, onOk As Func(Of HttpResponseMessage, Task(Of ICheckNameResult), Task), onDefault As Func(Of HttpResponseMessage, Task(Of IErrorResponse), Task), eventListener As IEventListener, sender As ISendAsync) As Task

Parameters

viaIdentity
String
eventListener
IEventListener
sender
ISendAsync

Returns

Task

Applies to