MicrosoftDependencyMapManagementService.DiscoverySourcesUpdateViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IDiscoverySourceResource> DiscoverySourcesUpdateViaIdentityWithResult(string viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IDiscoverySourceResourceTagsUpdate 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.DiscoverySourcesUpdateViaIdentityWithResult : string * Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IDiscoverySourceResourceTagsUpdate * 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.IDiscoverySourceResource>
Public Function DiscoverySourcesUpdateViaIdentityWithResult (viaIdentity As String, body As IDiscoverySourceResourceTagsUpdate, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IDiscoverySourceResource)

Parameters

viaIdentity
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to