Partager via


RegistriesOperationsExtensions.ListPrivateLinkResourcesAsync Méthode

Définition

Répertorie les ressources de liaison privée pour un registre de conteneurs.

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))

Paramètres

operations
IRegistriesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources auquel appartient le registre de conteneurs.

registryName
String

Nom du registre de conteneurs.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à