Share via


ExecutionsOperations interface

Interface representing a Executions operations.

Properties

createOrUpdate

Create or update Execution Resource

delete
get

Get Execution Resource

listByWorkflowVersion

List Execution Resources

update

update an Execution Resource

Property Details

createOrUpdate

Create or update Execution Resource

createOrUpdate: (resourceGroupName: string, contextName: string, workflowName: string, versionName: string, executionName: string, resource: Execution, options?: ExecutionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Execution>, Execution>

Property Value

(resourceGroupName: string, contextName: string, workflowName: string, versionName: string, executionName: string, resource: Execution, options?: ExecutionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Execution>, Execution>

delete

delete: (resourceGroupName: string, contextName: string, workflowName: string, versionName: string, executionName: string, options?: ExecutionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, contextName: string, workflowName: string, versionName: string, executionName: string, options?: ExecutionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Get Execution Resource

get: (resourceGroupName: string, contextName: string, workflowName: string, versionName: string, executionName: string, options?: ExecutionsGetOptionalParams) => Promise<Execution>

Property Value

(resourceGroupName: string, contextName: string, workflowName: string, versionName: string, executionName: string, options?: ExecutionsGetOptionalParams) => Promise<Execution>

listByWorkflowVersion

List Execution Resources

listByWorkflowVersion: (resourceGroupName: string, contextName: string, workflowName: string, versionName: string, options?: ExecutionsListByWorkflowVersionOptionalParams) => PagedAsyncIterableIterator<Execution, Execution[], PageSettings>

Property Value

(resourceGroupName: string, contextName: string, workflowName: string, versionName: string, options?: ExecutionsListByWorkflowVersionOptionalParams) => PagedAsyncIterableIterator<Execution, Execution[], PageSettings>

update

update an Execution Resource

update: (resourceGroupName: string, contextName: string, workflowName: string, versionName: string, executionName: string, properties: Execution, options?: ExecutionsUpdateOptionalParams) => PollerLike<OperationState<Execution>, Execution>

Property Value

(resourceGroupName: string, contextName: string, workflowName: string, versionName: string, executionName: string, properties: Execution, options?: ExecutionsUpdateOptionalParams) => PollerLike<OperationState<Execution>, Execution>