PrivateLinkResourceOperations interface
表示PrivateLinkResource操作的接口。
属性
| get | 获取有关指定专用链接资源的信息。 |
| list |
列出指定帐户中的所有专用链接资源。 |
属性详细信息
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>