Compartilhar via


RegistriesOperationsExtensions.GetPrivateLinkResource Método

Definição

Obtém um recurso de link privado por um nome de grupo especificado para um registro de contêiner.

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

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.

groupName
String

O nome do recurso de link privado.

Retornos

Aplica-se a