ComponentVersionsClient Interface
public interface ComponentVersionsClient
An instance of this class provides access to all the operations defined in ComponentVersionsClient.
Method Summary
Method Details
beginPublish
public abstract SyncPoller<PollResult<Void>,Void> beginPublish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body)
Publish version asset into registry.
Parameters:
Returns:
beginPublish
public abstract SyncPoller<PollResult<Void>,Void> beginPublish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body, Context context)
Publish version asset into registry.
Parameters:
Returns:
createOrUpdate
public abstract ComponentVersionInner createOrUpdate(String resourceGroupName, String workspaceName, String name, String version, ComponentVersionInner body)
Create or update version.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<ComponentVersionInner> createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String name, String version, ComponentVersionInner body, Context context)
Create or update version.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String name, String version)
Delete version.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String workspaceName, String name, String version, Context context)
Delete version.
Parameters:
Returns:
get
public abstract ComponentVersionInner get(String resourceGroupName, String workspaceName, String name, String version)
Get version.
Parameters:
Returns:
getWithResponse
public abstract Response<ComponentVersionInner> getWithResponse(String resourceGroupName, String workspaceName, String name, String version, Context context)
Get version.
Parameters:
Returns:
list
public abstract PagedIterable<ComponentVersionInner> list(String resourceGroupName, String workspaceName, String name)
List component versions.
Parameters:
Returns:
list
public abstract PagedIterable<ComponentVersionInner> 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: