Interface PrivateLinkResources


public interface PrivateLinkResources
Resource collection API of PrivateLinkResources.
  • Method Details

    • listByBotResource

      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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listByBotResourceWithResponse

      com.azure.core.http.rest.Response<PrivateLinkResourceListResult> listByBotResourceWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.