你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PrivateLinkResources interface
Interface representing a PrivateLinkResources.
Methods
list(string, string, Private |
Gets the private link resources that need to be created for a Cognitive Services account. |
Method Details
list(string, string, PrivateLinkResourcesListOptionalParams)
Gets the private link resources that need to be created for a Cognitive Services account.
function list(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListOptionalParams): Promise<PrivateLinkResourceListResult>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- accountName
-
string
The name of Cognitive Services account.
The options parameters.
Returns
Promise<PrivateLinkResourceListResult>