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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.integrationspaces.getApplicationBusinessProcessDevelopmentArtifact
Explore with Pulumi AI
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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
The get business process development artifact action. Azure REST API version: 2023-11-14-preview.
Using getApplicationBusinessProcessDevelopmentArtifact
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 getApplicationBusinessProcessDevelopmentArtifact(args: GetApplicationBusinessProcessDevelopmentArtifactArgs, opts?: InvokeOptions): Promise<GetApplicationBusinessProcessDevelopmentArtifactResult>
function getApplicationBusinessProcessDevelopmentArtifactOutput(args: GetApplicationBusinessProcessDevelopmentArtifactOutputArgs, opts?: InvokeOptions): Output<GetApplicationBusinessProcessDevelopmentArtifactResult>
def get_application_business_process_development_artifact(application_name: Optional[str] = None,
name: Optional[str] = None,
resource_group_name: Optional[str] = None,
space_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetApplicationBusinessProcessDevelopmentArtifactResult
def get_application_business_process_development_artifact_output(application_name: Optional[pulumi.Input[str]] = None,
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[GetApplicationBusinessProcessDevelopmentArtifactResult]
func GetApplicationBusinessProcessDevelopmentArtifact(ctx *Context, args *GetApplicationBusinessProcessDevelopmentArtifactArgs, opts ...InvokeOption) (*GetApplicationBusinessProcessDevelopmentArtifactResult, error)
func GetApplicationBusinessProcessDevelopmentArtifactOutput(ctx *Context, args *GetApplicationBusinessProcessDevelopmentArtifactOutputArgs, opts ...InvokeOption) GetApplicationBusinessProcessDevelopmentArtifactResultOutput
> Note: This function is named GetApplicationBusinessProcessDevelopmentArtifact
in the Go SDK.
public static class GetApplicationBusinessProcessDevelopmentArtifact
{
public static Task<GetApplicationBusinessProcessDevelopmentArtifactResult> InvokeAsync(GetApplicationBusinessProcessDevelopmentArtifactArgs args, InvokeOptions? opts = null)
public static Output<GetApplicationBusinessProcessDevelopmentArtifactResult> Invoke(GetApplicationBusinessProcessDevelopmentArtifactInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetApplicationBusinessProcessDevelopmentArtifactResult> getApplicationBusinessProcessDevelopmentArtifact(GetApplicationBusinessProcessDevelopmentArtifactArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:integrationspaces:getApplicationBusinessProcessDevelopmentArtifact
arguments:
# arguments dictionary
The following arguments are supported:
- Application
Name string - The name of the Application
- Name string
- The name of the business process development artifact.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Space
Name string - The name of the space
- Application
Name string - The name of the Application
- Name string
- The name of the business process development artifact.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Space
Name string - The name of the space
- application
Name String - The name of the Application
- name String
- The name of the business process development artifact.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- space
Name String - The name of the space
- application
Name string - The name of the Application
- name string
- The name of the business process development artifact.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- space
Name string - The name of the space
- application_
name str - The name of the Application
- name str
- The name of the business process development artifact.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- space_
name str - The name of the space
- application
Name String - The name of the Application
- name String
- The name of the business process development artifact.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- space
Name String - The name of the space
getApplicationBusinessProcessDevelopmentArtifact Result
The following output properties are available:
- Name string
- The name of the business process development artifact.
- Properties
Pulumi.
Azure Native. Integration Spaces. Outputs. Business Process Development Artifact Properties Response - The properties of the business process development artifact.
- System
Data Pulumi.Azure Native. Integration Spaces. Outputs. System Data Response - The system data of the business process development artifact.
- Name string
- The name of the business process development artifact.
- Properties
Business
Process Development Artifact Properties Response - The properties of the business process development artifact.
- System
Data SystemData Response - The system data of the business process development artifact.
- name String
- The name of the business process development artifact.
- properties
Business
Process Development Artifact Properties Response - The properties of the business process development artifact.
- system
Data SystemData Response - The system data of the business process development artifact.
- name string
- The name of the business process development artifact.
- properties
Business
Process Development Artifact Properties Response - The properties of the business process development artifact.
- system
Data SystemData Response - The system data of the business process development artifact.
- name str
- The name of the business process development artifact.
- properties
Business
Process Development Artifact Properties Response - The properties of the business process development artifact.
- system_
data SystemData Response - The system data of the business process development artifact.
- name String
- The name of the business process development artifact.
- properties Property Map
- The properties of the business process development artifact.
- system
Data Property Map - The system data of the business process development artifact.
Supporting Types
BusinessProcessDevelopmentArtifactPropertiesResponse
- Business
Process Dictionary<string, Pulumi.Mapping Azure Native. Integration Spaces. Inputs. Business Process Mapping Item Response> - The business process mapping.
- Business
Process Dictionary<string, Pulumi.Stages Azure Native. Integration Spaces. Inputs. Business Process Stage Response> - The business process stages.
- Description string
- The description of the business process.
- Identifier
Pulumi.
Azure Native. Integration Spaces. Inputs. Business Process Identifier Response - The business process identifier.
- Tracking
Profiles Dictionary<string, Pulumi.Azure Native. Integration Spaces. Inputs. Tracking Profile Definition Response> - The tracking profile for the business process.
- Business
Process map[string]BusinessMapping Process Mapping Item Response - The business process mapping.
- Business
Process map[string]BusinessStages Process Stage Response - The business process stages.
- Description string
- The description of the business process.
- Identifier
Business
Process Identifier Response - The business process identifier.
- Tracking
Profiles map[string]TrackingProfile Definition Response - The tracking profile for the business process.
- business
Process Map<String,BusinessMapping Process Mapping Item Response> - The business process mapping.
- business
Process Map<String,BusinessStages Process Stage Response> - The business process stages.
- description String
- The description of the business process.
- identifier
Business
Process Identifier Response - The business process identifier.
- tracking
Profiles Map<String,TrackingProfile Definition Response> - The tracking profile for the business process.
- business
Process {[key: string]: BusinessMapping Process Mapping Item Response} - The business process mapping.
- business
Process {[key: string]: BusinessStages Process Stage Response} - The business process stages.
- description string
- The description of the business process.
- identifier
Business
Process Identifier Response - The business process identifier.
- tracking
Profiles {[key: string]: TrackingProfile Definition Response} - The tracking profile for the business process.
- business_
process_ Mapping[str, Businessmapping Process Mapping Item Response] - The business process mapping.
- business_
process_ Mapping[str, Businessstages Process Stage Response] - The business process stages.
- description str
- The description of the business process.
- identifier
Business
Process Identifier Response - The business process identifier.
- tracking_
profiles Mapping[str, TrackingProfile Definition Response] - The tracking profile for the business process.
- business
Process Map<Property Map>Mapping - The business process mapping.
- business
Process Map<Property Map>Stages - The business process stages.
- description String
- The description of the business process.
- identifier Property Map
- The business process identifier.
- tracking
Profiles Map<Property Map> - The tracking profile for the business process.
BusinessProcessIdentifierResponse
- Property
Name string - The property name of the business process identifier.
- Property
Type string - The property type of the business process identifier.
- Property
Name string - The property name of the business process identifier.
- Property
Type string - The property type of the business process identifier.
- property
Name String - The property name of the business process identifier.
- property
Type String - The property type of the business process identifier.
- property
Name string - The property name of the business process identifier.
- property
Type 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.
- property
Name String - The property name of the business process identifier.
- property
Type String - The property type of the business process identifier.
BusinessProcessMappingItemResponse
- Logic
App stringResource Id - The logic app resource id.
- Operation
Name string - The operation name.
- Operation
Type string - The mapping item operation type of the business process.
- Workflow
Name string - The workflow name within the logic app.
- Logic
App stringResource Id - The logic app resource id.
- Operation
Name string - The operation name.
- Operation
Type string - The mapping item operation type of the business process.
- Workflow
Name string - The workflow name within the logic app.
- logic
App StringResource Id - The logic app resource id.
- operation
Name String - The operation name.
- operation
Type String - The mapping item operation type of the business process.
- workflow
Name String - The workflow name within the logic app.
- logic
App stringResource Id - The logic app resource id.
- operation
Name string - The operation name.
- operation
Type string - The mapping item operation type of the business process.
- workflow
Name string - The workflow name within the logic app.
- logic_
app_ strresource_ id - 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.
- logic
App StringResource Id - The logic app resource id.
- operation
Name String - The operation name.
- operation
Type String - The mapping item operation type of the business process.
- workflow
Name String - The workflow name within the logic app.
BusinessProcessReferenceResponse
BusinessProcessStageResponse
- Description string
- The description of the business stage.
- Properties Dictionary<string, string>
- The properties within the properties of the business process stage.
- Stages
Before 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.
- Stages
Before []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.
- stages
Before 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.
- stages
Before 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.
- stages
Before List<String> - The property to keep track of stages before current in the business process stage.
FlowTrackingDefinitionResponse
- Correlation
Context Pulumi.Azure Native. Integration Spaces. Inputs. Tracking Correlation Context Response - The tracking correlation context.
- Events
Dictionary<string, Pulumi.
Azure Native. Integration Spaces. Inputs. Tracking Event Definition Response> - The tracking events.
- Correlation
Context TrackingCorrelation Context Response - The tracking correlation context.
- Events
map[string]Tracking
Event Definition Response - The tracking events.
- correlation
Context TrackingCorrelation Context Response - The tracking correlation context.
- events
Map<String,Tracking
Event Definition Response> - The tracking events.
- correlation
Context TrackingCorrelation Context Response - The tracking correlation context.
- events
{[key: string]: Tracking
Event Definition Response} - The tracking events.
- correlation_
context TrackingCorrelation Context Response - The tracking correlation context.
- events
Mapping[str, Tracking
Event Definition Response] - The tracking events.
- correlation
Context Property Map - The tracking correlation context.
- events Map<Property Map>
- The tracking events.
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - 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 stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - 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 StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - 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 stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - 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_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - 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 StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
TrackingCorrelationContextResponse
- Operation
Name string - The operation name for correlation context.
- Operation
Type string - The operation type for correlation context.
- Property
Name string - The name of the correlation property.
- Value string
- The template expression for correlation context property value.
- Operation
Name string - The operation name for correlation context.
- Operation
Type string - The operation type for correlation context.
- Property
Name string - The name of the correlation property.
- Value string
- The template expression for correlation context property value.
- operation
Name String - The operation name for correlation context.
- operation
Type String - The operation type for correlation context.
- property
Name String - The name of the correlation property.
- value String
- The template expression for correlation context property value.
- operation
Name string - The operation name for correlation context.
- operation
Type string - The operation type for correlation context.
- property
Name 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.
- operation
Name String - The operation name for correlation context.
- operation
Type String - The operation type for correlation context.
- property
Name String - The name of the correlation property.
- value String
- The template expression for correlation context property value.
TrackingEventDefinitionResponse
- Operation
Name string - The operation name.
- Operation
Type string - The operation type.
- Properties Dictionary<string, object>
- The properties to be collected for event.
- Operation
Name string - The operation name.
- Operation
Type string - The operation type.
- Properties map[string]interface{}
- The properties to be collected for event.
- operation
Name String - The operation name.
- operation
Type String - The operation type.
- properties Map<String,Object>
- The properties to be collected for event.
- operation
Name string - The operation name.
- operation
Type 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.
- operation
Name String - The operation name.
- operation
Type String - The operation type.
- properties Map<Any>
- The properties to be collected for event.
TrackingProfileDefinitionResponse
- Business
Process Pulumi.Azure Native. Integration Spaces. Inputs. Business Process Reference Response - The business process reference.
- Schema string
- The tracking definition schema uri.
- Tracking
Definitions Dictionary<string, Pulumi.Azure Native. Integration Spaces. Inputs. Flow Tracking Definition Response> - The tracking definitions.
- Business
Process BusinessProcess Reference Response - The business process reference.
- Schema string
- The tracking definition schema uri.
- Tracking
Definitions map[string]FlowTracking Definition Response - The tracking definitions.
- business
Process BusinessProcess Reference Response - The business process reference.
- schema String
- The tracking definition schema uri.
- tracking
Definitions Map<String,FlowTracking Definition Response> - The tracking definitions.
- business
Process BusinessProcess Reference Response - The business process reference.
- schema string
- The tracking definition schema uri.
- tracking
Definitions {[key: string]: FlowTracking Definition Response} - The tracking definitions.
- business_
process BusinessProcess Reference Response - The business process reference.
- schema str
- The tracking definition schema uri.
- tracking_
definitions Mapping[str, FlowTracking Definition Response] - The tracking definitions.
- business
Process Property Map - The business process reference.
- schema String
- The tracking definition schema uri.
- tracking
Definitions Map<Property Map> - The tracking definitions.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi