Interface PrivateLinkResourcesClient


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

    • getWithResponseAsync

      Mono<com.azure.core.http.rest.Response<PrivateLinkResourcesListResultInner>> getWithResponseAsync(String resourceGroupName, String namespaceName)
      Gets lists of resources that supports Privatelinks.
      Parameters:
      resourceGroupName - Name of the resource group within the azure subscription.
      namespaceName - The Namespace name.
      Returns:
      lists of resources that supports Privatelinks.
      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.
    • getAsync

      Mono<PrivateLinkResourcesListResultInner> getAsync(String resourceGroupName, String namespaceName)
      Gets lists of resources that supports Privatelinks.
      Parameters:
      resourceGroupName - Name of the resource group within the azure subscription.
      namespaceName - The Namespace name.
      Returns:
      lists of resources that supports Privatelinks.
      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.
    • get

      PrivateLinkResourcesListResultInner get(String resourceGroupName, String namespaceName)
      Gets lists of resources that supports Privatelinks.
      Parameters:
      resourceGroupName - Name of the resource group within the azure subscription.
      namespaceName - The Namespace name.
      Returns:
      lists of resources that supports Privatelinks.
      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.
    • getWithResponse

      com.azure.core.http.rest.Response<PrivateLinkResourcesListResultInner> getWithResponse(String resourceGroupName, String namespaceName, com.azure.core.util.Context context)
      Gets lists of resources that supports Privatelinks.
      Parameters:
      resourceGroupName - Name of the resource group within the azure subscription.
      namespaceName - The Namespace name.
      context - The context to associate with this operation.
      Returns:
      lists of resources that supports Privatelinks.
      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.