ArtifactSources Interface
public interface ArtifactSources
Resource collection API of ArtifactSources.
Method Summary
Method Details
define
public abstract ArtifactSource.DefinitionStages.Blank define(String name)
Begins definition for a new ArtifactSource resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String labName, String name)
Delete artifact source.
Parameters:
deleteById
public abstract void deleteById(String id)
Delete artifact source.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Delete artifact source.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String labName, String name, Context context)
Delete artifact source.
Parameters:
Returns:
get
public abstract ArtifactSource get(String resourceGroupName, String labName, String name)
Get artifact source.
Parameters:
Returns:
getById
public abstract ArtifactSource getById(String id)
Get artifact source.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<ArtifactSource> getByIdWithResponse(String id, String expand, Context context)
Get artifact source.
Parameters:
Returns:
getWithResponse
public abstract Response<ArtifactSource> getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)
Get artifact source.
Parameters:
Returns:
list
public abstract PagedIterable<ArtifactSource> list(String resourceGroupName, String labName)
List artifact sources in a given lab.
Parameters:
Returns:
list
public abstract PagedIterable<ArtifactSource> list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)
List artifact sources in a given lab.
Parameters:
Returns: