StorageCache.ExpansionJobsUpdateViaJsonString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- onOk
- Func<HttpResponseMessage,Task<IExpansionJob>,Task>
- onDefault
- Func<HttpResponseMessage,Task<IErrorResponse>,Task>
- eventListener
- IEventListener
- sender
- ISendAsync