1. Registry
  2. Packages
  3. Azure Native
  4. API Docs
  5. web
  6. listWebAppWorkflowsConnectionsSlot
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.26.0
published on Thursday, Aug 13, 2026 by Pulumi
azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.26.0
published on Thursday, Aug 13, 2026 by Pulumi

    Lists logic app’s connections for web site, or a deployment slot.

    Uses Azure REST API version 2025-05-01.

    Other available API versions: 2022-09-01, 2023-01-01, 2023-12-01, 2024-04-01, 2024-11-01, 2025-03-01, 2026-03-01-preview, 2026-03-15, 2026-07-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native web [ApiVersion]. See the version guide for details.

    Using listWebAppWorkflowsConnectionsSlot

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function listWebAppWorkflowsConnectionsSlot(args: ListWebAppWorkflowsConnectionsSlotArgs, opts?: InvokeOptions): Promise<ListWebAppWorkflowsConnectionsSlotResult>
    function listWebAppWorkflowsConnectionsSlotOutput(args: ListWebAppWorkflowsConnectionsSlotOutputArgs, opts?: InvokeOutputOptions): Output<ListWebAppWorkflowsConnectionsSlotResult>
    def list_web_app_workflows_connections_slot(name: Optional[str] = None,
                                                resource_group_name: Optional[str] = None,
                                                slot: Optional[str] = None,
                                                opts: Optional[InvokeOptions] = None) -> ListWebAppWorkflowsConnectionsSlotResult
    def list_web_app_workflows_connections_slot_output(name: pulumi.Input[Optional[str]] = None,
                                                resource_group_name: pulumi.Input[Optional[str]] = None,
                                                slot: pulumi.Input[Optional[str]] = None,
                                                opts: Optional[InvokeOutputOptions] = None) -> Output[ListWebAppWorkflowsConnectionsSlotResult]
    func ListWebAppWorkflowsConnectionsSlot(ctx *Context, args *ListWebAppWorkflowsConnectionsSlotArgs, opts ...InvokeOption) (*ListWebAppWorkflowsConnectionsSlotResult, error)
    func ListWebAppWorkflowsConnectionsSlotOutput(ctx *Context, args *ListWebAppWorkflowsConnectionsSlotOutputArgs, opts ...InvokeOption) ListWebAppWorkflowsConnectionsSlotResultOutput

    > Note: This function is named ListWebAppWorkflowsConnectionsSlot in the Go SDK.

    public static class ListWebAppWorkflowsConnectionsSlot 
    {
        public static Task<ListWebAppWorkflowsConnectionsSlotResult> InvokeAsync(ListWebAppWorkflowsConnectionsSlotArgs args, InvokeOptions? opts = null)
        public static Output<ListWebAppWorkflowsConnectionsSlotResult> Invoke(ListWebAppWorkflowsConnectionsSlotInvokeArgs args, InvokeOptions? opts = null)
        public static Output<ListWebAppWorkflowsConnectionsSlotResult> Invoke(ListWebAppWorkflowsConnectionsSlotInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<ListWebAppWorkflowsConnectionsSlotResult> listWebAppWorkflowsConnectionsSlot(ListWebAppWorkflowsConnectionsSlotArgs args, InvokeOptions options)
    public static Output<ListWebAppWorkflowsConnectionsSlotResult> listWebAppWorkflowsConnectionsSlot(ListWebAppWorkflowsConnectionsSlotArgs args, InvokeOptions options)
    public static Output<ListWebAppWorkflowsConnectionsSlotResult> listWebAppWorkflowsConnectionsSlot(ListWebAppWorkflowsConnectionsSlotArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: azure-native:web:listWebAppWorkflowsConnectionsSlot
      arguments:
        # arguments dictionary
    data "azure-native_web_list_web_app_workflows_connections_slot" "name" {
        # arguments
    }

    The following arguments are supported:

    Name string
    Name of the app.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Slot string
    Name of the deployment slot. By default, this API returns the production slot.
    Name string
    Name of the app.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Slot string
    Name of the deployment slot. By default, this API returns the production slot.
    name string
    Name of the app.
    resource_group_name string
    The name of the resource group. The name is case insensitive.
    slot string
    Name of the deployment slot. By default, this API returns the production slot.
    name String
    Name of the app.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    slot String
    Name of the deployment slot. By default, this API returns the production slot.
    name string
    Name of the app.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    slot string
    Name of the deployment slot. By default, this API returns the production slot.
    name str
    Name of the app.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    slot str
    Name of the deployment slot. By default, this API returns the production slot.
    name String
    Name of the app.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    slot String
    Name of the deployment slot. By default, this API returns the production slot.

    listWebAppWorkflowsConnectionsSlot Result

    The following output properties are available:

    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Name string
    The name of the resource
    Properties Pulumi.AzureNative.Web.Outputs.WorkflowEnvelopePropertiesResponse
    Additional workflow properties.
    SystemData Pulumi.AzureNative.Web.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Kind string
    The resource kind.
    Location string
    The resource location.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Name string
    The name of the resource
    Properties WorkflowEnvelopePropertiesResponse
    Additional workflow properties.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Kind string
    The resource kind.
    Location string
    The resource location.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name string
    The name of the resource
    properties object
    Additional workflow properties.
    system_data object
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    kind string
    The resource kind.
    location string
    The resource location.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name String
    The name of the resource
    properties WorkflowEnvelopePropertiesResponse
    Additional workflow properties.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    kind String
    The resource kind.
    location String
    The resource location.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name string
    The name of the resource
    properties WorkflowEnvelopePropertiesResponse
    Additional workflow properties.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    kind string
    The resource kind.
    location string
    The resource location.
    id str
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name str
    The name of the resource
    properties WorkflowEnvelopePropertiesResponse
    Additional workflow properties.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    kind str
    The resource kind.
    location str
    The resource location.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name String
    The name of the resource
    properties Property Map
    Additional workflow properties.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    kind String
    The resource kind.
    location String
    The resource location.

    Supporting Types

    ErrorEntityResponse

    Code string
    Basic error code.
    Details List<Pulumi.AzureNative.Web.Inputs.ErrorEntityResponse>
    Error Details.
    ExtendedCode string
    Type of error.
    InnerErrors List<Pulumi.AzureNative.Web.Inputs.ErrorEntityResponse>
    Inner errors.
    Message string
    Any details of the error.
    MessageTemplate string
    Message template.
    Parameters List<string>
    Parameters for the template.
    Target string
    The error target.
    Code string
    Basic error code.
    Details []ErrorEntityResponse
    Error Details.
    ExtendedCode string
    Type of error.
    InnerErrors []ErrorEntityResponse
    Inner errors.
    Message string
    Any details of the error.
    MessageTemplate string
    Message template.
    Parameters []string
    Parameters for the template.
    Target string
    The error target.
    code string
    Basic error code.
    details list(object)
    Error Details.
    extended_code string
    Type of error.
    inner_errors list(object)
    Inner errors.
    message string
    Any details of the error.
    message_template string
    Message template.
    parameters list(string)
    Parameters for the template.
    target string
    The error target.
    code String
    Basic error code.
    details List<ErrorEntityResponse>
    Error Details.
    extendedCode String
    Type of error.
    innerErrors List<ErrorEntityResponse>
    Inner errors.
    message String
    Any details of the error.
    messageTemplate String
    Message template.
    parameters List<String>
    Parameters for the template.
    target String
    The error target.
    code string
    Basic error code.
    details ErrorEntityResponse[]
    Error Details.
    extendedCode string
    Type of error.
    innerErrors ErrorEntityResponse[]
    Inner errors.
    message string
    Any details of the error.
    messageTemplate string
    Message template.
    parameters string[]
    Parameters for the template.
    target string
    The error target.
    code str
    Basic error code.
    details Sequence[ErrorEntityResponse]
    Error Details.
    extended_code str
    Type of error.
    inner_errors Sequence[ErrorEntityResponse]
    Inner errors.
    message str
    Any details of the error.
    message_template str
    Message template.
    parameters Sequence[str]
    Parameters for the template.
    target str
    The error target.
    code String
    Basic error code.
    details List<Property Map>
    Error Details.
    extendedCode String
    Type of error.
    innerErrors List<Property Map>
    Inner errors.
    message String
    Any details of the error.
    messageTemplate String
    Message template.
    parameters List<String>
    Parameters for the template.
    target String
    The error target.

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    created_at string
    The timestamp of resource creation (UTC).
    created_by string
    The identity that created the resource.
    created_by_type string
    The type of identity that created the resource.
    last_modified_at string
    The timestamp of resource last modification (UTC)
    last_modified_by string
    The identity that last modified the resource.
    last_modified_by_type string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    WorkflowEnvelopePropertiesResponse

    Files object
    Gets or sets the files.
    FlowState string
    Gets or sets the state of the workflow.
    Health Pulumi.AzureNative.Web.Inputs.WorkflowHealthResponse
    Gets or sets workflow health.
    Files interface{}
    Gets or sets the files.
    FlowState string
    Gets or sets the state of the workflow.
    Health WorkflowHealthResponse
    Gets or sets workflow health.
    files any
    Gets or sets the files.
    flow_state string
    Gets or sets the state of the workflow.
    health object
    Gets or sets workflow health.
    files Object
    Gets or sets the files.
    flowState String
    Gets or sets the state of the workflow.
    health WorkflowHealthResponse
    Gets or sets workflow health.
    files any
    Gets or sets the files.
    flowState string
    Gets or sets the state of the workflow.
    health WorkflowHealthResponse
    Gets or sets workflow health.
    files Any
    Gets or sets the files.
    flow_state str
    Gets or sets the state of the workflow.
    health WorkflowHealthResponse
    Gets or sets workflow health.
    files Any
    Gets or sets the files.
    flowState String
    Gets or sets the state of the workflow.
    health Property Map
    Gets or sets workflow health.

    WorkflowHealthResponse

    State string
    Gets or sets the workflow health state.
    Error Pulumi.AzureNative.Web.Inputs.ErrorEntityResponse
    Gets or sets the workflow error.
    State string
    Gets or sets the workflow health state.
    Error ErrorEntityResponse
    Gets or sets the workflow error.
    state string
    Gets or sets the workflow health state.
    error object
    Gets or sets the workflow error.
    state String
    Gets or sets the workflow health state.
    error ErrorEntityResponse
    Gets or sets the workflow error.
    state string
    Gets or sets the workflow health state.
    error ErrorEntityResponse
    Gets or sets the workflow error.
    state str
    Gets or sets the workflow health state.
    error ErrorEntityResponse
    Gets or sets the workflow error.
    state String
    Gets or sets the workflow health state.
    error Property Map
    Gets or sets the workflow error.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Viewing docs for Azure Native v3.26.0
    published on Thursday, Aug 13, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial