ComponentContainersClient Interface
public interface ComponentContainersClient
An instance of this class provides access to all the operations defined in ComponentContainersClient.
Method Summary
Method Details
createOrUpdate
public abstract ComponentContainerInner createOrUpdate(String resourceGroupName, String workspaceName, String name, ComponentContainerInner body)
Create or update container.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<ComponentContainerInner> createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String name, ComponentContainerInner body, Context context)
Create or update container.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String name)
Delete container.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String workspaceName, String name, Context context)
Delete container.
Parameters:
Returns:
get
public abstract ComponentContainerInner get(String resourceGroupName, String workspaceName, String name)
Get container.
Parameters:
Returns:
getWithResponse
public abstract Response<ComponentContainerInner> getWithResponse(String resourceGroupName, String workspaceName, String name, Context context)
Get container.
Parameters:
Returns:
list
public abstract PagedIterable<ComponentContainerInner> list(String resourceGroupName, String workspaceName)
List component containers.
Parameters:
Returns:
list
public abstract PagedIterable<ComponentContainerInner> list(String resourceGroupName, String workspaceName, String skip, ListViewType listViewType, Context context)
List component containers.
Parameters:
Returns: