MicrosoftDependencyMapManagementService.DiscoverySourcesGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IDiscoverySourceResource> DiscoverySourcesGetWithResult(string subscriptionId, string resourceGroupName, string mapName, string sourceName, Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Runtime.ISendAsync sender);
member this.DiscoverySourcesGetWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IDiscoverySourceResource>
Public Function DiscoverySourcesGetWithResult (subscriptionId As String, resourceGroupName As String, mapName As String, sourceName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IDiscoverySourceResource)

Parameters

subscriptionId
String
resourceGroupName
String
mapName
String
sourceName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to