Sdílet prostřednictvím


PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

listByBotResource(string, string, PrivateLinkResourcesListByBotResourceOptionalParams)

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.

options
PrivateLinkResourcesListByBotResourceOptionalParams

The options parameters.

Returns