WorkflowsOperations interface
Interface representing a Workflows operations.
Properties
| create |
Create or update a Workflow resource |
| delete | |
| get | Get a Workflow resource |
| list |
List Workflow resources |
| update | update a Workflow resource |
Property Details
createOrUpdate
Create or update a Workflow resource
createOrUpdate: (resourceGroupName: string, contextName: string, workflowName: string, resource: Workflow, options?: WorkflowsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Workflow>, Workflow>
Property Value
(resourceGroupName: string, contextName: string, workflowName: string, resource: Workflow, options?: WorkflowsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Workflow>, Workflow>
delete
delete: (resourceGroupName: string, contextName: string, workflowName: string, options?: WorkflowsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, contextName: string, workflowName: string, options?: WorkflowsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get a Workflow resource
get: (resourceGroupName: string, contextName: string, workflowName: string, options?: WorkflowsGetOptionalParams) => Promise<Workflow>
Property Value
(resourceGroupName: string, contextName: string, workflowName: string, options?: WorkflowsGetOptionalParams) => Promise<Workflow>
listByContext
List Workflow resources
listByContext: (resourceGroupName: string, contextName: string, options?: WorkflowsListByContextOptionalParams) => PagedAsyncIterableIterator<Workflow, Workflow[], PageSettings>
Property Value
(resourceGroupName: string, contextName: string, options?: WorkflowsListByContextOptionalParams) => PagedAsyncIterableIterator<Workflow, Workflow[], PageSettings>
update
update a Workflow resource
update: (resourceGroupName: string, contextName: string, workflowName: string, properties: Workflow, options?: WorkflowsUpdateOptionalParams) => PollerLike<OperationState<Workflow>, Workflow>
Property Value
(resourceGroupName: string, contextName: string, workflowName: string, properties: Workflow, options?: WorkflowsUpdateOptionalParams) => PollerLike<OperationState<Workflow>, Workflow>