Skip to main content

workflows_connections

Creates, updates, deletes, gets or lists a workflows_connections resource.

Overview

Nameworkflows_connections
TypeResource
Idazure.app_service.workflows_connections

Fields

NameDatatypeDescription
idstringThe resource id.
namestringGets the resource name.
kindstringThe resource kind.
locationstringThe resource location.
propertiesobjectAdditional workflow properties.
typestringGets the resource type.

Methods

NameAccessible byRequired ParamsDescription
listSELECTname, resourceGroupName, subscriptionId

SELECT examples

SELECT
id,
name,
kind,
location,
properties,
type
FROM azure.app_service.workflows_connections
WHERE name = '{{ name }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';