Share via


PrivateLinkResources Interface

public interface PrivateLinkResources

Resource collection API of PrivateLinkResources.

Method Summary

Modifier and Type Method and Description
abstract PrivateLinkResourceListResult listByBotResource(String resourceGroupName, String resourceName)

Gets the private link resources that need to be created for a Bot.

abstract Response<PrivateLinkResourceListResult> listByBotResourceWithResponse(String resourceGroupName, String resourceName, Context context)

Gets the private link resources that need to be created for a Bot.

Method Details

listByBotResource

public abstract PrivateLinkResourceListResult listByBotResource(String resourceGroupName, String resourceName)

Gets the private link resources that need to be created for a Bot.

Parameters:

resourceGroupName - The name of the Bot resource group in the user subscription.
resourceName - The name of the Bot resource.

Returns:

the private link resources that need to be created for a Bot.

listByBotResourceWithResponse

public abstract Response<PrivateLinkResourceListResult> listByBotResourceWithResponse(String resourceGroupName, String resourceName, Context context)

Gets the private link resources that need to be created for a Bot.

Parameters:

resourceGroupName - The name of the Bot resource group in the user subscription.
resourceName - The name of the Bot resource.
context - The context to associate with this operation.

Returns:

the private link resources that need to be created for a Bot along with Response<T>.

Applies to