Language

StorageCache.ExpansionJobsUpdateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.IExpansionJob> ExpansionJobsUpdateViaJsonStringWithResult(string subscriptionId, string resourceGroupName, string amlFilesystemName, string expansionJobName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.ISendAsync sender);
member this.ExpansionJobsUpdateViaJsonStringWithResult : string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.IExpansionJob>
Public Function ExpansionJobsUpdateViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, amlFilesystemName As String, expansionJobName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IExpansionJob)

Parameters

subscriptionId
String
resourceGroupName
String
amlFilesystemName
String
expansionJobName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to