KubernetesRuntime.ServicesListWithResult Method

Definition

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

Parameters

resourceUri
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to