Skip to main content

pipelines

Overview

Namepipelines
TypeResource
Idazure.devops.pipelines

Fields

NameDatatypeDescription
idstringResource Id
namestringResource Name
locationstringResource Location
propertiesobjectCustom properties of a Pipeline.
tagsobjectResource Tags
typestringResource Type

Methods

NameAccessible byRequired ParamsDescription
getSELECTpipelineName, resourceGroupName, subscriptionIdGets an existing Azure Pipeline.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdLists all Azure Pipelines under the specified resource group.
list_by_subscriptionSELECTsubscriptionIdLists all Azure Pipelines under the specified subscription.
create_or_updateINSERTpipelineName, resourceGroupName, subscriptionId, data__propertiesCreates or updates an Azure Pipeline.
deleteDELETEpipelineName, resourceGroupName, subscriptionIdDeletes an Azure Pipeline.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdLists all Azure Pipelines under the specified resource group.
_list_by_subscriptionEXECsubscriptionIdLists all Azure Pipelines under the specified subscription.
updateEXECpipelineName, resourceGroupName, subscriptionIdUpdates the properties of an Azure Pipeline. Currently, only tags can be updated.