共用方式為


StorageCache.ImportJobsUpdateViaIdentityWithResult Method

Definition

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

Parameters

viaIdentity
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to