Condividi tramite


ContainerRegistry.RegistriesListByResourceGroupWithResult Method

Definition

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

Parameters

subscriptionId
String
resourceGroupName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to