Compartilhar via


RegistriesOperationsExtensions.ListPrivateLinkResources Método

Definição

Lista os recursos de link privado para um registro de contêiner.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkResource> ListPrivateLinkResources (this Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations operations, string resourceGroupName, string registryName);
static member ListPrivateLinkResources : Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkResource>
<Extension()>
Public Function ListPrivateLinkResources (operations As IRegistriesOperations, resourceGroupName As String, registryName As String) As IPage(Of PrivateLinkResource)

Parâmetros

operations
IRegistriesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos ao qual o registro de contêiner pertence.

registryName
String

O nome do registro de contêiner.

Retornos

Aplica-se a