MicrosoftDependencyMapManagementService.MapsUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IMapsResource> MapsUpdateWithResult(string subscriptionId, string resourceGroupName, string mapName, Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IMapsResourceTagsUpdate body, Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.MapsUpdateWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IMapsResourceTagsUpdate * Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IMapsResource>
Public Function MapsUpdateWithResult (subscriptionId As String, resourceGroupName As String, mapName As String, body As IMapsResourceTagsUpdate, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IMapsResource)

Parameters

subscriptionId
String
resourceGroupName
String
mapName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to