Share via


ImportExport.JobsUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.IJobResponse> JobsUpdateWithResult(string subscriptionId, string resourceGroupName, string jobName, string acceptLanguage, Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.IUpdateJobParameters body, Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.JobsUpdateWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.IUpdateJobParameters * Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.IJobResponse>
Public Function JobsUpdateWithResult (subscriptionId As String, resourceGroupName As String, jobName As String, acceptLanguage As String, body As IUpdateJobParameters, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IJobResponse)

Parameters

subscriptionId
String
resourceGroupName
String
jobName
String
acceptLanguage
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to