GraphServices.AccountsCreateAndUpdateViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.IAccountResource> AccountsCreateAndUpdateViaIdentityWithResult(string viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.IAccountResource body, Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.AccountsCreateAndUpdateViaIdentityWithResult : string * Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.IAccountResource * Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.IAccountResource>
Public Function AccountsCreateAndUpdateViaIdentityWithResult (viaIdentity As String, body As IAccountResource, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IAccountResource)

Parameters

viaIdentity
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to