MicrosoftDependencyMapManagementService.DiscoverySourcesUpdateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IDiscoverySourceResource> DiscoverySourcesUpdateViaJsonStringWithResult(string subscriptionId, string resourceGroupName, string mapName, string sourceName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Runtime.ISendAsync sender);
member this.DiscoverySourcesUpdateViaJsonStringWithResult : string * 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 DiscoverySourcesUpdateViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, mapName As String, sourceName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IDiscoverySourceResource)

Parameters

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

Returns

Applies to