RegistryCodeVersions Interface
public interface RegistryCodeVersions
Resource collection API of RegistryCodeVersions.
Method Summary
Method Details
createOrGetStartPendingUpload
public abstract PendingUploadResponseDto createOrGetStartPendingUpload(String resourceGroupName, String registryName, String codeName, String version, PendingUploadRequestDto body)
Generate a storage location and credential for the client to upload a code asset to.
Parameters:
Returns:
createOrGetStartPendingUploadWithResponse
public abstract Response<PendingUploadResponseDto> createOrGetStartPendingUploadWithResponse(String resourceGroupName, String registryName, String codeName, String version, PendingUploadRequestDto body, Context context)
Generate a storage location and credential for the client to upload a code asset to.
Parameters:
Returns:
createOrUpdate
public abstract CodeVersion createOrUpdate(String resourceGroupName, String registryName, String codeName, String version, CodeVersionInner body)
Create or update version.
Parameters:
Returns:
createOrUpdate
public abstract CodeVersion createOrUpdate(String resourceGroupName, String registryName, String codeName, String version, CodeVersionInner body, Context context)
Create or update version.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String registryName, String codeName, String version)
Delete version.
Parameters:
delete
public abstract void delete(String resourceGroupName, String registryName, String codeName, String version, Context context)
Delete version.
Parameters:
get
public abstract CodeVersion get(String resourceGroupName, String registryName, String codeName, String version)
Get version.
Parameters:
Returns:
getWithResponse
public abstract Response<CodeVersion> getWithResponse(String resourceGroupName, String registryName, String codeName, String version, Context context)
Get version.
Parameters:
Returns:
list
public abstract PagedIterable<CodeVersion> list(String resourceGroupName, String registryName, String codeName)
List versions.
Parameters:
Returns:
list
public abstract PagedIterable<CodeVersion> list(String resourceGroupName, String registryName, String codeName, String orderBy, Integer top, String skip, Context context)
List versions.
Parameters:
Returns: