通过


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

PrivateLinkResourceOperations interface

表示PrivateLinkResource操作的接口。

属性

get

获取有关指定专用链接资源的信息。

listByBatchAccount

列出指定帐户中的所有专用链接资源。

属性详细信息

get

获取有关指定专用链接资源的信息。

get: (resourceGroupName: string, accountName: string, privateLinkResourceName: string, options?: PrivateLinkResourceGetOptionalParams) => Promise<PrivateLinkResource>

属性值

(resourceGroupName: string, accountName: string, privateLinkResourceName: string, options?: PrivateLinkResourceGetOptionalParams) => Promise<PrivateLinkResource>

listByBatchAccount

列出指定帐户中的所有专用链接资源。

listByBatchAccount: (resourceGroupName: string, accountName: string, options?: PrivateLinkResourceListByBatchAccountOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

属性值

(resourceGroupName: string, accountName: string, options?: PrivateLinkResourceListByBatchAccountOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>