DataVersionsClient Interface
public interface DataVersionsClient
An instance of this class provides access to all the operations defined in DataVersionsClient.
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 DataVersionBaseInner createOrUpdate(String resourceGroupName, String workspaceName, String name, String version, DataVersionBaseInner body)
Create or update version.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<DataVersionBaseInner> createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String name, String version, DataVersionBaseInner 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 DataVersionBaseInner get(String resourceGroupName, String workspaceName, String name, String version)
Get version.
Parameters:
Returns:
getWithResponse
public abstract Response<DataVersionBaseInner> getWithResponse(String resourceGroupName, String workspaceName, String name, String version, Context context)
Get version.
Parameters:
Returns:
list
public abstract PagedIterable<DataVersionBaseInner> list(String resourceGroupName, String workspaceName, String name)
List data versions in the data container.
Parameters:
Returns:
list
public abstract PagedIterable<DataVersionBaseInner> list(String resourceGroupName, String workspaceName, String name, String orderBy, Integer top, String skip, String tags, ListViewType listViewType, Context context)
List data versions in the data container.
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: