你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RegistriesOperationsExtensions.GetPrivateLinkResource 方法

定义

按容器注册表的指定组名称获取专用链接资源。

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

参数

operations
IRegistriesOperations

此扩展方法的操作组。

resourceGroupName
String

容器注册表所属的资源组的名称。

registryName
String

容器注册表的名称。

groupName
String

专用链接资源的名称。

返回

适用于