Astro.OrganizationsCreateOrUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.IOrganizationResource> OrganizationsCreateOrUpdateWithResult(string subscriptionId, string resourceGroupName, string organizationName, Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.IOrganizationResource 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.OrganizationsCreateOrUpdateWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.IOrganizationResource * 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 OrganizationsCreateOrUpdateWithResult (subscriptionId As String, resourceGroupName As String, organizationName As String, body As IOrganizationResource, 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