ComponentVersions Interface
public interface ComponentVersions
Resource collection API of ComponentVersions.
Method Summary
Method Details
define
public abstract ComponentVersion.DefinitionStages.Blank define(String name)
Begins definition for a new ComponentVersion resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String name, String version)
Delete version.
Parameters:
deleteById
public abstract void deleteById(String id)
Delete version.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Delete version.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String workspaceName, String name, String version, Context context)
Delete version.
Parameters:
Returns:
get
public abstract ComponentVersion get(String resourceGroupName, String workspaceName, String name, String version)
Get version.
Parameters:
Returns:
getById
public abstract ComponentVersion getById(String id)
Get version.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<ComponentVersion> getByIdWithResponse(String id, Context context)
Get version.
Parameters:
Returns:
getWithResponse
public abstract Response<ComponentVersion> getWithResponse(String resourceGroupName, String workspaceName, String name, String version, Context context)
Get version.
Parameters:
Returns:
list
public abstract PagedIterable<ComponentVersion> list(String resourceGroupName, String workspaceName, String name)
List component versions.
Parameters:
Returns:
list
public abstract PagedIterable<ComponentVersion> list(String resourceGroupName, String workspaceName, String name, String orderBy, Integer top, String skip, ListViewType listViewType, Context context)
List component versions.
Parameters:
Returns:
publish
public abstract void publish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body)
Publish version asset into registry.
Parameters:
publish
public abstract void publish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body, Context context)
Publish version asset into registry.
Parameters: