Informatica.OrganizationsUpdateWithResult Method

Definition

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

Parameters

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

Returns

Applies to