Skip to main content

pipeline_jobs

Overview

Namepipeline_jobs
TypeResource
Idazure.video_analyzer.pipeline_jobs

Fields

Methods

NameAccessible byRequired ParamsDescription
getSELECTaccountName, pipelineJobName, resourceGroupName, subscriptionIdRetrieves a specific pipeline job by name. If a pipeline job with that name has been previously created, the call will return the JSON representation of that instance.
listSELECTaccountName, resourceGroupName, subscriptionIdRetrieves a list of all live pipelines that have been created, along with their JSON representations.
create_or_updateINSERTaccountName, pipelineJobName, resourceGroupName, subscriptionIdCreates a new pipeline job or updates an existing one, with the given name.
deleteDELETEaccountName, pipelineJobName, resourceGroupName, subscriptionIdDeletes a pipeline job with the given name.
_listEXECaccountName, resourceGroupName, subscriptionIdRetrieves a list of all live pipelines that have been created, along with their JSON representations.
cancelEXECaccountName, pipelineJobName, resourceGroupName, subscriptionIdCancels a pipeline job with the given name.
updateEXECaccountName, pipelineJobName, resourceGroupName, subscriptionIdUpdates an existing pipeline job with the given name. Properties that can be updated include: description.