WorkflowsOperations interface

Schnittstelle, die eine Workflow-Operation darstellt.

Eigenschaften

createOrUpdate

Erstellen oder Aktualisieren einer Workflowressource

delete
get

Abrufen einer Workflowressource

listByContext

Auflisten von Workflow-Ressourcen

update

Aktualisieren einer Workflowressource

Details zur Eigenschaft

createOrUpdate

Erstellen oder Aktualisieren einer Workflowressource

createOrUpdate: (resourceGroupName: string, contextName: string, workflowName: string, resource: Workflow, options?: WorkflowsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Workflow>, Workflow>

Eigenschaftswert

(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>

Eigenschaftswert

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

get

Abrufen einer Workflowressource

get: (resourceGroupName: string, contextName: string, workflowName: string, options?: WorkflowsGetOptionalParams) => Promise<Workflow>

Eigenschaftswert

(resourceGroupName: string, contextName: string, workflowName: string, options?: WorkflowsGetOptionalParams) => Promise<Workflow>

listByContext

Auflisten von Workflow-Ressourcen

listByContext: (resourceGroupName: string, contextName: string, options?: WorkflowsListByContextOptionalParams) => PagedAsyncIterableIterator<Workflow, Workflow[], PageSettings>

Eigenschaftswert

(resourceGroupName: string, contextName: string, options?: WorkflowsListByContextOptionalParams) => PagedAsyncIterableIterator<Workflow, Workflow[], PageSettings>

update

Aktualisieren einer Workflowressource

update: (resourceGroupName: string, contextName: string, workflowName: string, properties: Workflow, options?: WorkflowsUpdateOptionalParams) => PollerLike<OperationState<Workflow>, Workflow>

Eigenschaftswert

(resourceGroupName: string, contextName: string, workflowName: string, properties: Workflow, options?: WorkflowsUpdateOptionalParams) => PollerLike<OperationState<Workflow>, Workflow>