MicrosoftDependencyMapManagementService.MapsGetWithResult Method

Definition

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

Parameters

subscriptionId
String
resourceGroupName
String
mapName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to