ContainerInstance.LocationListCachedImagesWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.ICachedImagesListResult> LocationListCachedImagesWithResult(string subscriptionId, string location, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.ISendAsync sender);
member this.LocationListCachedImagesWithResult : string * string * Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.ICachedImagesListResult>
Public Function LocationListCachedImagesWithResult (subscriptionId As String, location As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of ICachedImagesListResult)

Parameters

subscriptionId
String
location
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to