1. Packages
  2. Azure Native
  3. API Docs
  4. integrationspaces
  5. listApplicationBusinessProcessDevelopmentArtifacts
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.41.0 published on Tuesday, May 14, 2024 by Pulumi

azure-native.integrationspaces.listApplicationBusinessProcessDevelopmentArtifacts

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.41.0 published on Tuesday, May 14, 2024 by Pulumi

    The list business process development artifacts action. Azure REST API version: 2023-11-14-preview.

    Using listApplicationBusinessProcessDevelopmentArtifacts

    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 listApplicationBusinessProcessDevelopmentArtifacts(args: ListApplicationBusinessProcessDevelopmentArtifactsArgs, opts?: InvokeOptions): Promise<ListApplicationBusinessProcessDevelopmentArtifactsResult>
    function listApplicationBusinessProcessDevelopmentArtifactsOutput(args: ListApplicationBusinessProcessDevelopmentArtifactsOutputArgs, opts?: InvokeOptions): Output<ListApplicationBusinessProcessDevelopmentArtifactsResult>
    def list_application_business_process_development_artifacts(application_name: Optional[str] = None,
                                                                resource_group_name: Optional[str] = None,
                                                                space_name: Optional[str] = None,
                                                                opts: Optional[InvokeOptions] = None) -> ListApplicationBusinessProcessDevelopmentArtifactsResult
    def list_application_business_process_development_artifacts_output(application_name: Optional[pulumi.Input[str]] = None,
                                                                resource_group_name: Optional[pulumi.Input[str]] = None,
                                                                space_name: Optional[pulumi.Input[str]] = None,
                                                                opts: Optional[InvokeOptions] = None) -> Output[ListApplicationBusinessProcessDevelopmentArtifactsResult]
    func ListApplicationBusinessProcessDevelopmentArtifacts(ctx *Context, args *ListApplicationBusinessProcessDevelopmentArtifactsArgs, opts ...InvokeOption) (*ListApplicationBusinessProcessDevelopmentArtifactsResult, error)
    func ListApplicationBusinessProcessDevelopmentArtifactsOutput(ctx *Context, args *ListApplicationBusinessProcessDevelopmentArtifactsOutputArgs, opts ...InvokeOption) ListApplicationBusinessProcessDevelopmentArtifactsResultOutput

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

    public static class ListApplicationBusinessProcessDevelopmentArtifacts 
    {
        public static Task<ListApplicationBusinessProcessDevelopmentArtifactsResult> InvokeAsync(ListApplicationBusinessProcessDevelopmentArtifactsArgs args, InvokeOptions? opts = null)
        public static Output<ListApplicationBusinessProcessDevelopmentArtifactsResult> Invoke(ListApplicationBusinessProcessDevelopmentArtifactsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListApplicationBusinessProcessDevelopmentArtifactsResult> listApplicationBusinessProcessDevelopmentArtifacts(ListApplicationBusinessProcessDevelopmentArtifactsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:integrationspaces:listApplicationBusinessProcessDevelopmentArtifacts
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ApplicationName string
    The name of the Application
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    SpaceName string
    The name of the space
    ApplicationName string
    The name of the Application
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    SpaceName string
    The name of the space
    applicationName String
    The name of the Application
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    spaceName String
    The name of the space
    applicationName string
    The name of the Application
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    spaceName string
    The name of the space
    application_name str
    The name of the Application
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    space_name str
    The name of the space
    applicationName String
    The name of the Application
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    spaceName String
    The name of the space

    listApplicationBusinessProcessDevelopmentArtifacts Result

    The following output properties are available:

    Value []SaveOrGetBusinessProcessDevelopmentArtifactResponseResponse
    The list of the business process development artifact.
    value List<SaveOrGetBusinessProcessDevelopmentArtifactResponseResponse>
    The list of the business process development artifact.
    value SaveOrGetBusinessProcessDevelopmentArtifactResponseResponse[]
    The list of the business process development artifact.
    value Sequence[SaveOrGetBusinessProcessDevelopmentArtifactResponseResponse]
    The list of the business process development artifact.
    value List<Property Map>
    The list of the business process development artifact.

    Supporting Types

    BusinessProcessDevelopmentArtifactPropertiesResponse

    BusinessProcessMapping Dictionary<string, Pulumi.AzureNative.IntegrationSpaces.Inputs.BusinessProcessMappingItemResponse>
    The business process mapping.
    BusinessProcessStages Dictionary<string, Pulumi.AzureNative.IntegrationSpaces.Inputs.BusinessProcessStageResponse>
    The business process stages.
    Description string
    The description of the business process.
    Identifier Pulumi.AzureNative.IntegrationSpaces.Inputs.BusinessProcessIdentifierResponse
    The business process identifier.
    TrackingProfiles Dictionary<string, Pulumi.AzureNative.IntegrationSpaces.Inputs.TrackingProfileDefinitionResponse>
    The tracking profile for the business process.
    BusinessProcessMapping map[string]BusinessProcessMappingItemResponse
    The business process mapping.
    BusinessProcessStages map[string]BusinessProcessStageResponse
    The business process stages.
    Description string
    The description of the business process.
    Identifier BusinessProcessIdentifierResponse
    The business process identifier.
    TrackingProfiles map[string]TrackingProfileDefinitionResponse
    The tracking profile for the business process.
    businessProcessMapping Map<String,BusinessProcessMappingItemResponse>
    The business process mapping.
    businessProcessStages Map<String,BusinessProcessStageResponse>
    The business process stages.
    description String
    The description of the business process.
    identifier BusinessProcessIdentifierResponse
    The business process identifier.
    trackingProfiles Map<String,TrackingProfileDefinitionResponse>
    The tracking profile for the business process.
    businessProcessMapping {[key: string]: BusinessProcessMappingItemResponse}
    The business process mapping.
    businessProcessStages {[key: string]: BusinessProcessStageResponse}
    The business process stages.
    description string
    The description of the business process.
    identifier BusinessProcessIdentifierResponse
    The business process identifier.
    trackingProfiles {[key: string]: TrackingProfileDefinitionResponse}
    The tracking profile for the business process.
    business_process_mapping Mapping[str, BusinessProcessMappingItemResponse]
    The business process mapping.
    business_process_stages Mapping[str, BusinessProcessStageResponse]
    The business process stages.
    description str
    The description of the business process.
    identifier BusinessProcessIdentifierResponse
    The business process identifier.
    tracking_profiles Mapping[str, TrackingProfileDefinitionResponse]
    The tracking profile for the business process.
    businessProcessMapping Map<Property Map>
    The business process mapping.
    businessProcessStages Map<Property Map>
    The business process stages.
    description String
    The description of the business process.
    identifier Property Map
    The business process identifier.
    trackingProfiles Map<Property Map>
    The tracking profile for the business process.

    BusinessProcessIdentifierResponse

    PropertyName string
    The property name of the business process identifier.
    PropertyType string
    The property type of the business process identifier.
    PropertyName string
    The property name of the business process identifier.
    PropertyType string
    The property type of the business process identifier.
    propertyName String
    The property name of the business process identifier.
    propertyType String
    The property type of the business process identifier.
    propertyName string
    The property name of the business process identifier.
    propertyType string
    The property type of the business process identifier.
    property_name str
    The property name of the business process identifier.
    property_type str
    The property type of the business process identifier.
    propertyName String
    The property name of the business process identifier.
    propertyType String
    The property type of the business process identifier.

    BusinessProcessMappingItemResponse

    LogicAppResourceId string
    The logic app resource id.
    OperationName string
    The operation name.
    OperationType string
    The mapping item operation type of the business process.
    WorkflowName string
    The workflow name within the logic app.
    LogicAppResourceId string
    The logic app resource id.
    OperationName string
    The operation name.
    OperationType string
    The mapping item operation type of the business process.
    WorkflowName string
    The workflow name within the logic app.
    logicAppResourceId String
    The logic app resource id.
    operationName String
    The operation name.
    operationType String
    The mapping item operation type of the business process.
    workflowName String
    The workflow name within the logic app.
    logicAppResourceId string
    The logic app resource id.
    operationName string
    The operation name.
    operationType string
    The mapping item operation type of the business process.
    workflowName string
    The workflow name within the logic app.
    logic_app_resource_id str
    The logic app resource id.
    operation_name str
    The operation name.
    operation_type str
    The mapping item operation type of the business process.
    workflow_name str
    The workflow name within the logic app.
    logicAppResourceId String
    The logic app resource id.
    operationName String
    The operation name.
    operationType String
    The mapping item operation type of the business process.
    workflowName String
    The workflow name within the logic app.

    BusinessProcessReferenceResponse

    Name string
    The business process name.
    Version string
    The business process version.
    Name string
    The business process name.
    Version string
    The business process version.
    name String
    The business process name.
    version String
    The business process version.
    name string
    The business process name.
    version string
    The business process version.
    name str
    The business process name.
    version str
    The business process version.
    name String
    The business process name.
    version String
    The business process version.

    BusinessProcessStageResponse

    Description string
    The description of the business stage.
    Properties Dictionary<string, string>
    The properties within the properties of the business process stage.
    StagesBefore List<string>
    The property to keep track of stages before current in the business process stage.
    Description string
    The description of the business stage.
    Properties map[string]string
    The properties within the properties of the business process stage.
    StagesBefore []string
    The property to keep track of stages before current in the business process stage.
    description String
    The description of the business stage.
    properties Map<String,String>
    The properties within the properties of the business process stage.
    stagesBefore List<String>
    The property to keep track of stages before current in the business process stage.
    description string
    The description of the business stage.
    properties {[key: string]: string}
    The properties within the properties of the business process stage.
    stagesBefore string[]
    The property to keep track of stages before current in the business process stage.
    description str
    The description of the business stage.
    properties Mapping[str, str]
    The properties within the properties of the business process stage.
    stages_before Sequence[str]
    The property to keep track of stages before current in the business process stage.
    description String
    The description of the business stage.
    properties Map<String>
    The properties within the properties of the business process stage.
    stagesBefore List<String>
    The property to keep track of stages before current in the business process stage.

    FlowTrackingDefinitionResponse

    CorrelationContext Pulumi.AzureNative.IntegrationSpaces.Inputs.TrackingCorrelationContextResponse
    The tracking correlation context.
    Events Dictionary<string, Pulumi.AzureNative.IntegrationSpaces.Inputs.TrackingEventDefinitionResponse>
    The tracking events.
    CorrelationContext TrackingCorrelationContextResponse
    The tracking correlation context.
    Events map[string]TrackingEventDefinitionResponse
    The tracking events.
    correlationContext TrackingCorrelationContextResponse
    The tracking correlation context.
    events Map<String,TrackingEventDefinitionResponse>
    The tracking events.
    correlationContext TrackingCorrelationContextResponse
    The tracking correlation context.
    events {[key: string]: TrackingEventDefinitionResponse}
    The tracking events.
    correlation_context TrackingCorrelationContextResponse
    The tracking correlation context.
    events Mapping[str, TrackingEventDefinitionResponse]
    The tracking events.
    correlationContext Property Map
    The tracking correlation context.
    events Map<Property Map>
    The tracking events.

    SaveOrGetBusinessProcessDevelopmentArtifactResponseResponse

    Name string
    The name of the business process development artifact.
    SystemData Pulumi.AzureNative.IntegrationSpaces.Inputs.SystemDataResponse
    The system data of the business process development artifact.
    Properties Pulumi.AzureNative.IntegrationSpaces.Inputs.BusinessProcessDevelopmentArtifactPropertiesResponse
    The properties of the business process development artifact.
    Name string
    The name of the business process development artifact.
    SystemData SystemDataResponse
    The system data of the business process development artifact.
    Properties BusinessProcessDevelopmentArtifactPropertiesResponse
    The properties of the business process development artifact.
    name String
    The name of the business process development artifact.
    systemData SystemDataResponse
    The system data of the business process development artifact.
    properties BusinessProcessDevelopmentArtifactPropertiesResponse
    The properties of the business process development artifact.
    name string
    The name of the business process development artifact.
    systemData SystemDataResponse
    The system data of the business process development artifact.
    properties BusinessProcessDevelopmentArtifactPropertiesResponse
    The properties of the business process development artifact.
    name str
    The name of the business process development artifact.
    system_data SystemDataResponse
    The system data of the business process development artifact.
    properties BusinessProcessDevelopmentArtifactPropertiesResponse
    The properties of the business process development artifact.
    name String
    The name of the business process development artifact.
    systemData Property Map
    The system data of the business process development artifact.
    properties Property Map
    The properties of the business process development artifact.

    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.
    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.

    TrackingCorrelationContextResponse

    OperationName string
    The operation name for correlation context.
    OperationType string
    The operation type for correlation context.
    PropertyName string
    The name of the correlation property.
    Value string
    The template expression for correlation context property value.
    OperationName string
    The operation name for correlation context.
    OperationType string
    The operation type for correlation context.
    PropertyName string
    The name of the correlation property.
    Value string
    The template expression for correlation context property value.
    operationName String
    The operation name for correlation context.
    operationType String
    The operation type for correlation context.
    propertyName String
    The name of the correlation property.
    value String
    The template expression for correlation context property value.
    operationName string
    The operation name for correlation context.
    operationType string
    The operation type for correlation context.
    propertyName string
    The name of the correlation property.
    value string
    The template expression for correlation context property value.
    operation_name str
    The operation name for correlation context.
    operation_type str
    The operation type for correlation context.
    property_name str
    The name of the correlation property.
    value str
    The template expression for correlation context property value.
    operationName String
    The operation name for correlation context.
    operationType String
    The operation type for correlation context.
    propertyName String
    The name of the correlation property.
    value String
    The template expression for correlation context property value.

    TrackingEventDefinitionResponse

    OperationName string
    The operation name.
    OperationType string
    The operation type.
    Properties Dictionary<string, object>
    The properties to be collected for event.
    OperationName string
    The operation name.
    OperationType string
    The operation type.
    Properties map[string]interface{}
    The properties to be collected for event.
    operationName String
    The operation name.
    operationType String
    The operation type.
    properties Map<String,Object>
    The properties to be collected for event.
    operationName string
    The operation name.
    operationType string
    The operation type.
    properties {[key: string]: any}
    The properties to be collected for event.
    operation_name str
    The operation name.
    operation_type str
    The operation type.
    properties Mapping[str, Any]
    The properties to be collected for event.
    operationName String
    The operation name.
    operationType String
    The operation type.
    properties Map<Any>
    The properties to be collected for event.

    TrackingProfileDefinitionResponse

    BusinessProcess Pulumi.AzureNative.IntegrationSpaces.Inputs.BusinessProcessReferenceResponse
    The business process reference.
    Schema string
    The tracking definition schema uri.
    TrackingDefinitions Dictionary<string, Pulumi.AzureNative.IntegrationSpaces.Inputs.FlowTrackingDefinitionResponse>
    The tracking definitions.
    BusinessProcess BusinessProcessReferenceResponse
    The business process reference.
    Schema string
    The tracking definition schema uri.
    TrackingDefinitions map[string]FlowTrackingDefinitionResponse
    The tracking definitions.
    businessProcess BusinessProcessReferenceResponse
    The business process reference.
    schema String
    The tracking definition schema uri.
    trackingDefinitions Map<String,FlowTrackingDefinitionResponse>
    The tracking definitions.
    businessProcess BusinessProcessReferenceResponse
    The business process reference.
    schema string
    The tracking definition schema uri.
    trackingDefinitions {[key: string]: FlowTrackingDefinitionResponse}
    The tracking definitions.
    business_process BusinessProcessReferenceResponse
    The business process reference.
    schema str
    The tracking definition schema uri.
    tracking_definitions Mapping[str, FlowTrackingDefinitionResponse]
    The tracking definitions.
    businessProcess Property Map
    The business process reference.
    schema String
    The tracking definition schema uri.
    trackingDefinitions Map<Property Map>
    The tracking definitions.

    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 v1 docs if using the v1 version of this package.
    Azure Native v2.41.0 published on Tuesday, May 14, 2024 by Pulumi