KubernetesRuntime.StorageClassGetViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Models.IStorageClassResource> StorageClassGetViaIdentityWithResult(string viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.ISendAsync sender);
member this.StorageClassGetViaIdentityWithResult : 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 StorageClassGetViaIdentityWithResult (viaIdentity As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IStorageClassResource)

Parameters

viaIdentity
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to