次の方法で共有


PrivateLinkResourcesClient Interface

public interface PrivateLinkResourcesClient

An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient.

Method Summary

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

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

abstract Response<PrivateLinkResourceListResultInner> 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 PrivateLinkResourceListResultInner 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<PrivateLinkResourceListResultInner> 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