Interface PrivateLinkResourcesClient


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

    • list

      PrivateLinkResourceListResultInner list(String resourceGroupName, String accountName)
      Gets the private link resources that need to be created for a Cognitive Services account.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      accountName - The name of Cognitive Services account.
      Returns:
      the private link resources that need to be created for a Cognitive Services account.
      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.
    • listWithResponse

      com.azure.core.http.rest.Response<PrivateLinkResourceListResultInner> listWithResponse(String resourceGroupName, String accountName, com.azure.core.util.Context context)
      Gets the private link resources that need to be created for a Cognitive Services account.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      accountName - The name of Cognitive Services account.
      context - The context to associate with this operation.
      Returns:
      the private link resources that need to be created for a Cognitive Services account 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.