Kusto.AttachedDatabaseConfigurationsListByClusterViaIdentity Method

Definition

Overloads

AttachedDatabaseConfigurationsListByClusterViaIdentity(String, Func<HttpResponseMessage,Task<IAttachedDatabaseConfigurationListResult>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)
AttachedDatabaseConfigurationsListByClusterViaIdentity(String, Func<HttpResponseMessage,Task<IAttachedDatabaseConfigurationListResult>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

AttachedDatabaseConfigurationsListByClusterViaIdentity(String, Func<HttpResponseMessage,Task<IAttachedDatabaseConfigurationListResult>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

public System.Threading.Tasks.Task AttachedDatabaseConfigurationsListByClusterViaIdentity (string viaIdentity, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationListResult>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudError>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender);
member this.AttachedDatabaseConfigurationsListByClusterViaIdentity : string * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationListResult>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudError>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function AttachedDatabaseConfigurationsListByClusterViaIdentity (viaIdentity As String, onOk As Func(Of HttpResponseMessage, Task(Of IAttachedDatabaseConfigurationListResult), Task), onDefault As Func(Of HttpResponseMessage, Task(Of ICloudError), Task), eventListener As IEventListener, sender As ISendAsync) As Task

Parameters

viaIdentity
String
eventListener
IEventListener
sender
ISendAsync

Returns

Task

Applies to

AttachedDatabaseConfigurationsListByClusterViaIdentity(String, Func<HttpResponseMessage,Task<IAttachedDatabaseConfigurationListResult>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

public System.Threading.Tasks.Task AttachedDatabaseConfigurationsListByClusterViaIdentity (string viaIdentity, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.IAttachedDatabaseConfigurationListResult>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.ICloudError>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender);
member this.AttachedDatabaseConfigurationsListByClusterViaIdentity : string * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.IAttachedDatabaseConfigurationListResult>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.ICloudError>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function AttachedDatabaseConfigurationsListByClusterViaIdentity (viaIdentity As String, onOk As Func(Of HttpResponseMessage, Task(Of IAttachedDatabaseConfigurationListResult), Task), onDefault As Func(Of HttpResponseMessage, Task(Of ICloudError), Task), eventListener As IEventListener, sender As ISendAsync) As Task

Parameters

viaIdentity
String
eventListener
IEventListener
sender
ISendAsync

Returns

Task

Applies to