WorkflowsClient Interface
public interface WorkflowsClient
An instance of this class provides access to all the operations defined in WorkflowsClient.
Method Summary
Method Details
createOrUpdate
public abstract WorkflowInner createOrUpdate(String resourceGroupName, String workflowName, WorkflowInner parameters)
Creates or updates a workflow.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<WorkflowInner> createOrUpdateWithResponse(String resourceGroupName, String workflowName, WorkflowInner parameters, Context context)
Creates or updates a workflow.
Parameters:
Returns:
delete
public abstract DeleteWorkflowResponseInner delete(String resourceGroupName, String workflowName)
Deletes a workflow.
Parameters:
Returns:
deleteWithResponse
public abstract Response<DeleteWorkflowResponseInner> deleteWithResponse(String resourceGroupName, String workflowName, Context context)
Deletes a workflow.
Parameters:
Returns:
getByResourceGroup
public abstract WorkflowInner getByResourceGroup(String resourceGroupName, String workflowName)
Gets a workflow.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<WorkflowInner> getByResourceGroupWithResponse(String resourceGroupName, String workflowName, Context context)
Gets a workflow.
Parameters:
Returns:
list
public abstract PagedIterable<WorkflowInner> list()
Gets a list of workflows associated with the specified subscription.
Returns:
list
public abstract PagedIterable<WorkflowInner> list(Context context)
Gets a list of workflows associated with the specified subscription.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<WorkflowInner> listByResourceGroup(String resourceGroupName)
Gets a list of workflows within a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<WorkflowInner> listByResourceGroup(String resourceGroupName, String managedClusterResource, Context context)
Gets a list of workflows within a resource group.
Parameters:
Returns:
updateTags
public abstract WorkflowInner updateTags(String resourceGroupName, String workflowName, TagsObject parameters)
Updates tags on a workflow.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response<WorkflowInner> updateTagsWithResponse(String resourceGroupName, String workflowName, TagsObject parameters, Context context)
Updates tags on a workflow.
Parameters:
Returns: