PrivateLinkResources Interface
public interface PrivateLinkResources
Resource collection API of PrivateLinkResources.
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 PrivateLinkResourceListResult listByBotResource(String resourceGroupName, String resourceName)
Gets the private link resources that need to be created for a Bot.
Parameters:
Returns:
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:
Returns: