Interface PrivateLinkResourcesClient


  • public interface PrivateLinkResourcesClient
    An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient.
    • Method Detail

      • listByBotResource

        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.
        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<PrivateLinkResourceListResultInner> 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.