KubernetesRuntime.StorageClassUpdateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Models.IStorageClassResource> StorageClassUpdateViaJsonStringWithResult(string resourceUri, string storageClassName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.ISendAsync sender);
member this.StorageClassUpdateViaJsonStringWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Models.IStorageClassResource>
Public Function StorageClassUpdateViaJsonStringWithResult (resourceUri As String, storageClassName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IStorageClassResource)

Parameters

resourceUri
String
storageClassName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to