Interface PrivateLinkResources


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

    • listByElasticSanWithResponse

      com.azure.core.http.rest.Response<PrivateLinkResourceListResult> listByElasticSanWithResponse(String resourceGroupName, String elasticSanName, com.azure.core.util.Context context)
      Gets the private link resources that need to be created for a elastic San.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      elasticSanName - The name of the ElasticSan.
      context - The context to associate with this operation.
      Returns:
      the private link resources that need to be created for a elastic San 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.
    • listByElasticSan

      PrivateLinkResourceListResult listByElasticSan(String resourceGroupName, String elasticSanName)
      Gets the private link resources that need to be created for a elastic San.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      elasticSanName - The name of the ElasticSan.
      Returns:
      the private link resources that need to be created for a elastic San.
      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.