Astro.OrganizationsUpdateWithResult Method

Definition

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

Parameters

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

Returns

Applies to