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

MachineLearningWorkspaceResource.GetPrivateLinkResourcesAsync 方法

定义

由客户端 (门户、CLI 等) 调用,以获取工作区的可用“专用链接资源”。 每个“专用链接资源”都是一个连接终结点, () 该资源的 IP 地址。 每个工作区的预连接终结点:DNS 解析返回的数据平面 IP 地址。 其他 RP(如 Azure 存储)具有多个 - 一个用于 Blob,另一个用于队列等。在“[NRP] 专用终结点设计”文档主题“GET API for GroupIds”中定义。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateLinkResources
  • 操作IdPrivateLinkResources_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateLinkResource> GetPrivateLinkResourcesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateLinkResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateLinkResource>
override this.GetPrivateLinkResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateLinkResource>
Public Overridable Function GetPrivateLinkResourcesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningPrivateLinkResource)

参数

cancellationToken
CancellationToken

要使用的取消标记。

返回

的异步集合 MachineLearningPrivateLinkResource ,可能需要循环访问多个服务请求。

适用于