Interface RegistryDataReferences


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

    • getBlobReferenceSasWithResponse

      com.azure.core.http.rest.Response<GetBlobReferenceSasResponseDto> getBlobReferenceSasWithResponse(String resourceGroupName, String registryName, String name, String version, GetBlobReferenceSasRequestDto body, com.azure.core.util.Context context)
      Get blob reference SAS Uri.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - Name of Azure Machine Learning registry. This is case-insensitive.
      name - Data reference name.
      version - Version identifier.
      body - Asset id and blob uri.
      context - The context to associate with this operation.
      Returns:
      blob reference SAS Uri 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.
    • getBlobReferenceSas

      GetBlobReferenceSasResponseDto getBlobReferenceSas(String resourceGroupName, String registryName, String name, String version, GetBlobReferenceSasRequestDto body)
      Get blob reference SAS Uri.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - Name of Azure Machine Learning registry. This is case-insensitive.
      name - Data reference name.
      version - Version identifier.
      body - Asset id and blob uri.
      Returns:
      blob reference SAS Uri.
      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.