Compartir a través de


RegistriesOperationsExtensions.GetPrivateLinkResource Método

Definición

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

public static Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkResource GetPrivateLinkResource (this Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations operations, string resourceGroupName, string registryName, string groupName);
static member GetPrivateLinkResource : Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations * string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkResource
<Extension()>
Public Function GetPrivateLinkResource (operations As IRegistriesOperations, resourceGroupName As String, registryName As String, groupName As String) As 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.

Devoluciones

Se aplica a