Language

StorageCache.ExpansionJobsUpdateViaJsonString Method

Definition

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

Parameters

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

Returns

Applies to