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

DiskAccessesOperationsExtensions.GetPrivateLinkResources 方法

定义

获取磁盘访问资源下可能的专用链接资源

public static Microsoft.Azure.Management.Compute.Models.PrivateLinkResourceListResult GetPrivateLinkResources (this Microsoft.Azure.Management.Compute.IDiskAccessesOperations operations, string resourceGroupName, string diskAccessName);
static member GetPrivateLinkResources : Microsoft.Azure.Management.Compute.IDiskAccessesOperations * string * string -> Microsoft.Azure.Management.Compute.Models.PrivateLinkResourceListResult
<Extension()>
Public Function GetPrivateLinkResources (operations As IDiskAccessesOperations, resourceGroupName As String, diskAccessName As String) As PrivateLinkResourceListResult

参数

operations
IDiskAccessesOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。

diskAccessName
String

正在创建的磁盘访问资源的名称。 创建磁盘加密集后,无法更改名称。 名称支持的字符为 a-z、A-Z、0-9、_ 和 -。 名称最大长度为 80 个字符。

返回

适用于