Compartir a través de


RegistriesOperationsExtensions.GetPrivateLinkResourceAsync Método

Definición

Obtiene un recurso de vínculo privado por un nombre de grupo especificado para un registro de contenedor.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkResource> GetPrivateLinkResourceAsync (this Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations operations, string resourceGroupName, string registryName, string groupName, System.Threading.CancellationToken cancellationToken = default);
static member GetPrivateLinkResourceAsync : Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkResource>
<Extension()>
Public Function GetPrivateLinkResourceAsync (operations As IRegistriesOperations, resourceGroupName As String, registryName As String, groupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(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.

groupName
String

Nombre del recurso de vínculo privado.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a