Compartir a través de


RegistriesOperationsExtensions.ListPrivateLinkResourcesAsync Método

Definición

Enumera los recursos de vínculo privado de un registro de contenedor.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkResource>> ListPrivateLinkResourcesAsync (this Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations operations, string resourceGroupName, string registryName, System.Threading.CancellationToken cancellationToken = default);
static member ListPrivateLinkResourcesAsync : Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkResource>>
<Extension()>
Public Function ListPrivateLinkResourcesAsync (operations As IRegistriesOperations, resourceGroupName As String, registryName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PrivateLinkResource))

Parámetros

operations
IRegistriesOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos al que pertenece el registro de contenedor.

registryName
String

Nombre del registro de contenedor.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a