KubernetesRuntime.ServicesGetWithResult Method

Definition

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

Parameters

resourceUri
String
serviceName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to