Workflow properties definition.
Uses Azure REST API version 2024-04-01.
Other available API versions: 2022-09-01, 2023-01-01, 2023-12-01, 2024-11-01, 2025-03-01, 2025-05-01. 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?: InvokeOptions): 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: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
slot: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = 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 CompletableFuture<ListWebAppWorkflowsConnectionsSlotResult> listWebAppWorkflowsConnectionsSlot(ListWebAppWorkflowsConnectionsSlotArgs args, InvokeOptions options)
public static Output<ListWebAppWorkflowsConnectionsSlotResult> listWebAppWorkflowsConnectionsSlot(ListWebAppWorkflowsConnectionsSlotArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:web:listWebAppWorkflowsConnectionsSlot
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- Site name.
- Resource
Group stringName - Name of the resource group to which the resource belongs.
- Slot string
- Name of the deployment slot.
- Name string
- Site name.
- Resource
Group stringName - Name of the resource group to which the resource belongs.
- Slot string
- Name of the deployment slot.
- name String
- Site name.
- resource
Group StringName - Name of the resource group to which the resource belongs.
- slot String
- Name of the deployment slot.
- name string
- Site name.
- resource
Group stringName - Name of the resource group to which the resource belongs.
- slot string
- Name of the deployment slot.
- name str
- Site name.
- resource_
group_ strname - Name of the resource group to which the resource belongs.
- slot str
- Name of the deployment slot.
- name String
- Site name.
- resource
Group StringName - Name of the resource group to which the resource belongs.
- slot String
- Name of the deployment slot.
listWebAppWorkflowsConnectionsSlot Result
The following output properties are available:
- Id string
- The resource id.
- Name string
- Gets the resource name.
- Properties
Pulumi.
Azure Native. Web. Outputs. Workflow Envelope Response Properties - Additional workflow properties.
- Type string
- Gets the resource type.
- Kind string
- The resource kind.
- Location string
- The resource location.
- Id string
- The resource id.
- Name string
- Gets the resource name.
- Properties
Workflow
Envelope Response Properties - Additional workflow properties.
- Type string
- Gets the resource type.
- Kind string
- The resource kind.
- Location string
- The resource location.
- id String
- The resource id.
- name String
- Gets the resource name.
- properties
Workflow
Envelope Response Properties - Additional workflow properties.
- type String
- Gets the resource type.
- kind String
- The resource kind.
- location String
- The resource location.
- id string
- The resource id.
- name string
- Gets the resource name.
- properties
Workflow
Envelope Response Properties - Additional workflow properties.
- type string
- Gets the resource type.
- kind string
- The resource kind.
- location string
- The resource location.
- id str
- The resource id.
- name str
- Gets the resource name.
- properties
Workflow
Envelope Response Properties - Additional workflow properties.
- type str
- Gets the resource type.
- kind str
- The resource kind.
- location str
- The resource location.
- id String
- The resource id.
- name String
- Gets the resource name.
- properties Property Map
- Additional workflow properties.
- type String
- Gets the resource type.
- kind String
- The resource kind.
- location String
- The resource location.
Supporting Types
ErrorEntityResponse
- Code string
- Basic error code.
- Details
List<Pulumi.
Azure Native. Web. Inputs. Error Entity Response> - Error Details.
- Extended
Code string - Type of error.
- Inner
Errors List<Pulumi.Azure Native. Web. Inputs. Error Entity Response> - 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
[]Error
Entity Response - Error Details.
- Extended
Code string - Type of error.
- Inner
Errors []ErrorEntity Response - Inner errors.
- Message string
- Any details of the error.
- Message
Template string - Message template.
- Parameters []string
- Parameters for the template.
- Target string
- The error target.
- code String
- Basic error code.
- details
List<Error
Entity Response> - Error Details.
- extended
Code String - Type of error.
- inner
Errors List<ErrorEntity Response> - 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
Error
Entity Response[] - Error Details.
- extended
Code string - Type of error.
- inner
Errors ErrorEntity Response[] - Inner errors.
- message string
- Any details of the error.
- message
Template string - Message template.
- parameters string[]
- Parameters for the template.
- target string
- The error target.
- code str
- Basic error code.
- details
Sequence[Error
Entity Response] - Error Details.
- extended_
code str - Type of error.
- inner_
errors Sequence[ErrorEntity Response] - 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.
- extended
Code String - Type of error.
- inner
Errors List<Property Map> - 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.
WorkflowEnvelopeResponseProperties
- Files Dictionary<string, object>
- Gets or sets the files.
- Flow
State string - Gets or sets the state of the workflow.
- Health
Pulumi.
Azure Native. Web. Inputs. Workflow Health Response - Gets or sets workflow health.
- Files map[string]interface{}
- Gets or sets the files.
- Flow
State string - Gets or sets the state of the workflow.
- Health
Workflow
Health Response - Gets or sets workflow health.
- files Map<String,Object>
- Gets or sets the files.
- flow
State String - Gets or sets the state of the workflow.
- health
Workflow
Health Response - Gets or sets workflow health.
- files {[key: string]: any}
- Gets or sets the files.
- flow
State string - Gets or sets the state of the workflow.
- health
Workflow
Health Response - Gets or sets workflow health.
- files Mapping[str, Any]
- Gets or sets the files.
- flow_
state str - Gets or sets the state of the workflow.
- health
Workflow
Health Response - Gets or sets workflow health.
- files Map<Any>
- Gets or sets the files.
- flow
State 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.
Azure Native. Web. Inputs. Error Entity Response - Gets or sets the workflow error.
- State string
- Gets or sets the workflow health state.
- Error
Error
Entity Response - Gets or sets the workflow error.
- state String
- Gets or sets the workflow health state.
- error
Error
Entity Response - Gets or sets the workflow error.
- state string
- Gets or sets the workflow health state.
- error
Error
Entity Response - Gets or sets the workflow error.
- state str
- Gets or sets the workflow health state.
- error
Error
Entity Response - 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
