PrivateLinkResources interface
Interface representing a PrivateLinkResources.
Methods
list |
Gets the private link resources that need to be created for a Bot. |
Method Details
listByBotResource(string, string, PrivateLinkResourcesListByBotResourceOptionalParams)
Gets the private link resources that need to be created for a Bot.
function listByBotResource(resourceGroupName: string, resourceName: string, options?: PrivateLinkResourcesListByBotResourceOptionalParams): Promise<PrivateLinkResourceListResult>
Parameters
- resourceGroupName
-
string
The name of the Bot resource group in the user subscription.
- resourceName
-
string
The name of the Bot resource.
The options parameters.
Returns
Promise<PrivateLinkResourceListResult>