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
Private |
listByBotResource(String resourceGroupName, String resourceName)
Gets the private link resources that need to be created for a Bot. |
|
abstract
Response<Private |
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:
Returns:
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:
Returns: