ArtifactSigning.CodeSigningAccountsUpdateViaIdentityWithResult Method

Definition

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

Parameters

viaIdentity
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to