These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.datafactory.getDataFlow
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Gets a data flow. API Version: 2018-06-01.
Using getDataFlow
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 getDataFlow(args: GetDataFlowArgs, opts?: InvokeOptions): Promise<GetDataFlowResult>
function getDataFlowOutput(args: GetDataFlowOutputArgs, opts?: InvokeOptions): Output<GetDataFlowResult>
def get_data_flow(data_flow_name: Optional[str] = None,
factory_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDataFlowResult
def get_data_flow_output(data_flow_name: Optional[pulumi.Input[str]] = None,
factory_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDataFlowResult]
func LookupDataFlow(ctx *Context, args *LookupDataFlowArgs, opts ...InvokeOption) (*LookupDataFlowResult, error)
func LookupDataFlowOutput(ctx *Context, args *LookupDataFlowOutputArgs, opts ...InvokeOption) LookupDataFlowResultOutput
> Note: This function is named LookupDataFlow
in the Go SDK.
public static class GetDataFlow
{
public static Task<GetDataFlowResult> InvokeAsync(GetDataFlowArgs args, InvokeOptions? opts = null)
public static Output<GetDataFlowResult> Invoke(GetDataFlowInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDataFlowResult> getDataFlow(GetDataFlowArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:datafactory:getDataFlow
arguments:
# arguments dictionary
The following arguments are supported:
- Data
Flow stringName - The data flow name.
- Factory
Name string - The factory name.
- Resource
Group stringName - The resource group name.
- Data
Flow stringName - The data flow name.
- Factory
Name string - The factory name.
- Resource
Group stringName - The resource group name.
- data
Flow StringName - The data flow name.
- factory
Name String - The factory name.
- resource
Group StringName - The resource group name.
- data
Flow stringName - The data flow name.
- factory
Name string - The factory name.
- resource
Group stringName - The resource group name.
- data_
flow_ strname - The data flow name.
- factory_
name str - The factory name.
- resource_
group_ strname - The resource group name.
- data
Flow StringName - The data flow name.
- factory
Name String - The factory name.
- resource
Group StringName - The resource group name.
getDataFlow Result
The following output properties are available:
- Etag string
- Etag identifies change in the resource.
- Id string
- The resource identifier.
- Name string
- The resource name.
- Properties
Pulumi.
Azure | Pulumi.Native. Data Factory. Outputs. Flowlet Response Azure | Pulumi.Native. Data Factory. Outputs. Mapping Data Flow Response Azure Native. Data Factory. Outputs. Wrangling Data Flow Response - Data flow properties.
- Type string
- The resource type.
- Etag string
- Etag identifies change in the resource.
- Id string
- The resource identifier.
- Name string
- The resource name.
- Properties
Flowlet
Response | MappingData | WranglingFlow Response Data Flow Response - Data flow properties.
- Type string
- The resource type.
- etag String
- Etag identifies change in the resource.
- id String
- The resource identifier.
- name String
- The resource name.
- properties
Flowlet
Response | MappingData | WranglingFlow Response Data Flow Response - Data flow properties.
- type String
- The resource type.
- etag string
- Etag identifies change in the resource.
- id string
- The resource identifier.
- name string
- The resource name.
- properties
Flowlet
Response | MappingData | WranglingFlow Response Data Flow Response - Data flow properties.
- type string
- The resource type.
- etag str
- Etag identifies change in the resource.
- id str
- The resource identifier.
- name str
- The resource name.
- properties
Flowlet
Response | MappingData | WranglingFlow Response Data Flow Response - Data flow properties.
- type str
- The resource type.
- etag String
- Etag identifies change in the resource.
- id String
- The resource identifier.
- name String
- The resource name.
- properties Property Map | Property Map | Property Map
- Data flow properties.
- type String
- The resource type.
Supporting Types
DataFlowReferenceResponse
- Reference
Name string - Reference data flow name.
- Type string
- Data flow reference type.
- Dataset
Parameters object - Reference data flow parameters from dataset.
- Parameters Dictionary<string, object>
- Data flow parameters
- Reference
Name string - Reference data flow name.
- Type string
- Data flow reference type.
- Dataset
Parameters interface{} - Reference data flow parameters from dataset.
- Parameters map[string]interface{}
- Data flow parameters
- reference
Name String - Reference data flow name.
- type String
- Data flow reference type.
- dataset
Parameters Object - Reference data flow parameters from dataset.
- parameters Map<String,Object>
- Data flow parameters
- reference
Name string - Reference data flow name.
- type string
- Data flow reference type.
- dataset
Parameters any - Reference data flow parameters from dataset.
- parameters {[key: string]: any}
- Data flow parameters
- reference_
name str - Reference data flow name.
- type str
- Data flow reference type.
- dataset_
parameters Any - Reference data flow parameters from dataset.
- parameters Mapping[str, Any]
- Data flow parameters
- reference
Name String - Reference data flow name.
- type String
- Data flow reference type.
- dataset
Parameters Any - Reference data flow parameters from dataset.
- parameters Map<Any>
- Data flow parameters
DataFlowResponseFolder
- Name string
- The name of the folder that this data flow is in.
- Name string
- The name of the folder that this data flow is in.
- name String
- The name of the folder that this data flow is in.
- name string
- The name of the folder that this data flow is in.
- name str
- The name of the folder that this data flow is in.
- name String
- The name of the folder that this data flow is in.
DataFlowSinkResponse
- Name string
- Transformation name.
- Dataset
Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference Response - Dataset reference.
- Description string
- Transformation description.
- Flowlet
Pulumi.
Azure Native. Data Factory. Inputs. Data Flow Reference Response - Flowlet Reference
- Linked
Service Pulumi.Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Rejected
Data Pulumi.Linked Service Azure Native. Data Factory. Inputs. Linked Service Reference Response - Rejected data linked service reference.
- Schema
Linked Pulumi.Service Azure Native. Data Factory. Inputs. Linked Service Reference Response - Schema linked service reference.
- Name string
- Transformation name.
- Dataset
Dataset
Reference Response - Dataset reference.
- Description string
- Transformation description.
- Flowlet
Data
Flow Reference Response - Flowlet Reference
- Linked
Service LinkedService Reference Response - Linked service reference.
- Rejected
Data LinkedLinked Service Service Reference Response - Rejected data linked service reference.
- Schema
Linked LinkedService Service Reference Response - Schema linked service reference.
- name String
- Transformation name.
- dataset
Dataset
Reference Response - Dataset reference.
- description String
- Transformation description.
- flowlet
Data
Flow Reference Response - Flowlet Reference
- linked
Service LinkedService Reference Response - Linked service reference.
- rejected
Data LinkedLinked Service Service Reference Response - Rejected data linked service reference.
- schema
Linked LinkedService Service Reference Response - Schema linked service reference.
- name string
- Transformation name.
- dataset
Dataset
Reference Response - Dataset reference.
- description string
- Transformation description.
- flowlet
Data
Flow Reference Response - Flowlet Reference
- linked
Service LinkedService Reference Response - Linked service reference.
- rejected
Data LinkedLinked Service Service Reference Response - Rejected data linked service reference.
- schema
Linked LinkedService Service Reference Response - Schema linked service reference.
- name str
- Transformation name.
- dataset
Dataset
Reference Response - Dataset reference.
- description str
- Transformation description.
- flowlet
Data
Flow Reference Response - Flowlet Reference
- linked_
service LinkedService Reference Response - Linked service reference.
- rejected_
data_ Linkedlinked_ service Service Reference Response - Rejected data linked service reference.
- schema_
linked_ Linkedservice Service Reference Response - Schema linked service reference.
- name String
- Transformation name.
- dataset Property Map
- Dataset reference.
- description String
- Transformation description.
- flowlet Property Map
- Flowlet Reference
- linked
Service Property Map - Linked service reference.
- rejected
Data Property MapLinked Service - Rejected data linked service reference.
- schema
Linked Property MapService - Schema linked service reference.
DataFlowSourceResponse
- Name string
- Transformation name.
- Dataset
Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference Response - Dataset reference.
- Description string
- Transformation description.
- Flowlet
Pulumi.
Azure Native. Data Factory. Inputs. Data Flow Reference Response - Flowlet Reference
- Linked
Service Pulumi.Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Schema
Linked Pulumi.Service Azure Native. Data Factory. Inputs. Linked Service Reference Response - Schema linked service reference.
- Name string
- Transformation name.
- Dataset
Dataset
Reference Response - Dataset reference.
- Description string
- Transformation description.
- Flowlet
Data
Flow Reference Response - Flowlet Reference
- Linked
Service LinkedService Reference Response - Linked service reference.
- Schema
Linked LinkedService Service Reference Response - Schema linked service reference.
- name String
- Transformation name.
- dataset
Dataset
Reference Response - Dataset reference.
- description String
- Transformation description.
- flowlet
Data
Flow Reference Response - Flowlet Reference
- linked
Service LinkedService Reference Response - Linked service reference.
- schema
Linked LinkedService Service Reference Response - Schema linked service reference.
- name string
- Transformation name.
- dataset
Dataset
Reference Response - Dataset reference.
- description string
- Transformation description.
- flowlet
Data
Flow Reference Response - Flowlet Reference
- linked
Service LinkedService Reference Response - Linked service reference.
- schema
Linked LinkedService Service Reference Response - Schema linked service reference.
- name str
- Transformation name.
- dataset
Dataset
Reference Response - Dataset reference.
- description str
- Transformation description.
- flowlet
Data
Flow Reference Response - Flowlet Reference
- linked_
service LinkedService Reference Response - Linked service reference.
- schema_
linked_ Linkedservice Service Reference Response - Schema linked service reference.
- name String
- Transformation name.
- dataset Property Map
- Dataset reference.
- description String
- Transformation description.
- flowlet Property Map
- Flowlet Reference
- linked
Service Property Map - Linked service reference.
- schema
Linked Property MapService - Schema linked service reference.
DatasetReferenceResponse
- Reference
Name string - Reference dataset name.
- Type string
- Dataset reference type.
- Parameters Dictionary<string, object>
- Arguments for dataset.
- Reference
Name string - Reference dataset name.
- Type string
- Dataset reference type.
- Parameters map[string]interface{}
- Arguments for dataset.
- reference
Name String - Reference dataset name.
- type String
- Dataset reference type.
- parameters Map<String,Object>
- Arguments for dataset.
- reference
Name string - Reference dataset name.
- type string
- Dataset reference type.
- parameters {[key: string]: any}
- Arguments for dataset.
- reference_
name str - Reference dataset name.
- type str
- Dataset reference type.
- parameters Mapping[str, Any]
- Arguments for dataset.
- reference
Name String - Reference dataset name.
- type String
- Dataset reference type.
- parameters Map<Any>
- Arguments for dataset.
FlowletResponse
- Annotations List<object>
- List of tags that can be used for describing the data flow.
- Description string
- The description of the data flow.
- Folder
Pulumi.
Azure Native. Data Factory. Inputs. Data Flow Response Folder - The folder that this data flow is in. If not specified, Data flow will appear at the root level.
- Script string
- Flowlet script.
- Script
Lines List<string> - Flowlet script lines.
- Sinks
List<Pulumi.
Azure Native. Data Factory. Inputs. Data Flow Sink Response> - List of sinks in Flowlet.
- Sources
List<Pulumi.
Azure Native. Data Factory. Inputs. Data Flow Source Response> - List of sources in Flowlet.
- Transformations
List<Pulumi.
Azure Native. Data Factory. Inputs. Transformation Response> - List of transformations in Flowlet.
- Annotations []interface{}
- List of tags that can be used for describing the data flow.
- Description string
- The description of the data flow.
- Folder
Data
Flow Response Folder - The folder that this data flow is in. If not specified, Data flow will appear at the root level.
- Script string
- Flowlet script.
- Script
Lines []string - Flowlet script lines.
- Sinks
[]Data
Flow Sink Response - List of sinks in Flowlet.
- Sources
[]Data
Flow Source Response - List of sources in Flowlet.
- Transformations
[]Transformation
Response - List of transformations in Flowlet.
- annotations List<Object>
- List of tags that can be used for describing the data flow.
- description String
- The description of the data flow.
- folder
Data
Flow Response Folder - The folder that this data flow is in. If not specified, Data flow will appear at the root level.
- script String
- Flowlet script.
- script
Lines List<String> - Flowlet script lines.
- sinks
List<Data
Flow Sink Response> - List of sinks in Flowlet.
- sources
List<Data
Flow Source Response> - List of sources in Flowlet.
- transformations
List<Transformation
Response> - List of transformations in Flowlet.
- annotations any[]
- List of tags that can be used for describing the data flow.
- description string
- The description of the data flow.
- folder
Data
Flow Response Folder - The folder that this data flow is in. If not specified, Data flow will appear at the root level.
- script string
- Flowlet script.
- script
Lines string[] - Flowlet script lines.
- sinks
Data
Flow Sink Response[] - List of sinks in Flowlet.
- sources
Data
Flow Source Response[] - List of sources in Flowlet.
- transformations
Transformation
Response[] - List of transformations in Flowlet.
- annotations Sequence[Any]
- List of tags that can be used for describing the data flow.
- description str
- The description of the data flow.
- folder
Data
Flow Response Folder - The folder that this data flow is in. If not specified, Data flow will appear at the root level.
- script str
- Flowlet script.
- script_
lines Sequence[str] - Flowlet script lines.
- sinks
Sequence[Data
Flow Sink Response] - List of sinks in Flowlet.
- sources
Sequence[Data
Flow Source Response] - List of sources in Flowlet.
- transformations
Sequence[Transformation
Response] - List of transformations in Flowlet.
- annotations List<Any>
- List of tags that can be used for describing the data flow.
- description String
- The description of the data flow.
- folder Property Map
- The folder that this data flow is in. If not specified, Data flow will appear at the root level.
- script String
- Flowlet script.
- script
Lines List<String> - Flowlet script lines.
- sinks List<Property Map>
- List of sinks in Flowlet.
- sources List<Property Map>
- List of sources in Flowlet.
- transformations List<Property Map>
- List of transformations in Flowlet.
LinkedServiceReferenceResponse
- Reference
Name string - Reference LinkedService name.
- Type string
- Linked service reference type.
- Parameters Dictionary<string, object>
- Arguments for LinkedService.
- Reference
Name string - Reference LinkedService name.
- Type string
- Linked service reference type.
- Parameters map[string]interface{}
- Arguments for LinkedService.
- reference
Name String - Reference LinkedService name.
- type String
- Linked service reference type.
- parameters Map<String,Object>
- Arguments for LinkedService.
- reference
Name string - Reference LinkedService name.
- type string
- Linked service reference type.
- parameters {[key: string]: any}
- Arguments for LinkedService.
- reference_
name str - Reference LinkedService name.
- type str
- Linked service reference type.
- parameters Mapping[str, Any]
- Arguments for LinkedService.
- reference
Name String - Reference LinkedService name.
- type String
- Linked service reference type.
- parameters Map<Any>
- Arguments for LinkedService.
MappingDataFlowResponse
- Annotations List<object>
- List of tags that can be used for describing the data flow.
- Description string
- The description of the data flow.
- Folder
Pulumi.
Azure Native. Data Factory. Inputs. Data Flow Response Folder - The folder that this data flow is in. If not specified, Data flow will appear at the root level.
- Script string
- DataFlow script.
- Script
Lines List<string> - Data flow script lines.
- Sinks
List<Pulumi.
Azure Native. Data Factory. Inputs. Data Flow Sink Response> - List of sinks in data flow.
- Sources
List<Pulumi.
Azure Native. Data Factory. Inputs. Data Flow Source Response> - List of sources in data flow.
- Transformations
List<Pulumi.
Azure Native. Data Factory. Inputs. Transformation Response> - List of transformations in data flow.
- Annotations []interface{}
- List of tags that can be used for describing the data flow.
- Description string
- The description of the data flow.
- Folder
Data
Flow Response Folder - The folder that this data flow is in. If not specified, Data flow will appear at the root level.
- Script string
- DataFlow script.
- Script
Lines []string - Data flow script lines.
- Sinks
[]Data
Flow Sink Response - List of sinks in data flow.
- Sources
[]Data
Flow Source Response - List of sources in data flow.
- Transformations
[]Transformation
Response - List of transformations in data flow.
- annotations List<Object>
- List of tags that can be used for describing the data flow.
- description String
- The description of the data flow.
- folder
Data
Flow Response Folder - The folder that this data flow is in. If not specified, Data flow will appear at the root level.
- script String
- DataFlow script.
- script
Lines List<String> - Data flow script lines.
- sinks
List<Data
Flow Sink Response> - List of sinks in data flow.
- sources
List<Data
Flow Source Response> - List of sources in data flow.
- transformations
List<Transformation
Response> - List of transformations in data flow.
- annotations any[]
- List of tags that can be used for describing the data flow.
- description string
- The description of the data flow.
- folder
Data
Flow Response Folder - The folder that this data flow is in. If not specified, Data flow will appear at the root level.
- script string
- DataFlow script.
- script
Lines string[] - Data flow script lines.
- sinks
Data
Flow Sink Response[] - List of sinks in data flow.
- sources
Data
Flow Source Response[] - List of sources in data flow.
- transformations
Transformation
Response[] - List of transformations in data flow.
- annotations Sequence[Any]
- List of tags that can be used for describing the data flow.
- description str
- The description of the data flow.
- folder
Data
Flow Response Folder - The folder that this data flow is in. If not specified, Data flow will appear at the root level.
- script str
- DataFlow script.
- script_
lines Sequence[str] - Data flow script lines.
- sinks
Sequence[Data
Flow Sink Response] - List of sinks in data flow.
- sources
Sequence[Data
Flow Source Response] - List of sources in data flow.
- transformations
Sequence[Transformation
Response] - List of transformations in data flow.
- annotations List<Any>
- List of tags that can be used for describing the data flow.
- description String
- The description of the data flow.
- folder Property Map
- The folder that this data flow is in. If not specified, Data flow will appear at the root level.
- script String
- DataFlow script.
- script
Lines List<String> - Data flow script lines.
- sinks List<Property Map>
- List of sinks in data flow.
- sources List<Property Map>
- List of sources in data flow.
- transformations List<Property Map>
- List of transformations in data flow.
PowerQuerySourceResponse
- Name string
- Transformation name.
- Dataset
Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference Response - Dataset reference.
- Description string
- Transformation description.
- Flowlet
Pulumi.
Azure Native. Data Factory. Inputs. Data Flow Reference Response - Flowlet Reference
- Linked
Service Pulumi.Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Schema
Linked Pulumi.Service Azure Native. Data Factory. Inputs. Linked Service Reference Response - Schema linked service reference.
- Script string
- source script.
- Name string
- Transformation name.
- Dataset
Dataset
Reference Response - Dataset reference.
- Description string
- Transformation description.
- Flowlet
Data
Flow Reference Response - Flowlet Reference
- Linked
Service LinkedService Reference Response - Linked service reference.
- Schema
Linked LinkedService Service Reference Response - Schema linked service reference.
- Script string
- source script.
- name String
- Transformation name.
- dataset
Dataset
Reference Response - Dataset reference.
- description String
- Transformation description.
- flowlet
Data
Flow Reference Response - Flowlet Reference
- linked
Service LinkedService Reference Response - Linked service reference.
- schema
Linked LinkedService Service Reference Response - Schema linked service reference.
- script String
- source script.
- name string
- Transformation name.
- dataset
Dataset
Reference Response - Dataset reference.
- description string
- Transformation description.
- flowlet
Data
Flow Reference Response - Flowlet Reference
- linked
Service LinkedService Reference Response - Linked service reference.
- schema
Linked LinkedService Service Reference Response - Schema linked service reference.
- script string
- source script.
- name str
- Transformation name.
- dataset
Dataset
Reference Response - Dataset reference.
- description str
- Transformation description.
- flowlet
Data
Flow Reference Response - Flowlet Reference
- linked_
service LinkedService Reference Response - Linked service reference.
- schema_
linked_ Linkedservice Service Reference Response - Schema linked service reference.
- script str
- source script.
- name String
- Transformation name.
- dataset Property Map
- Dataset reference.
- description String
- Transformation description.
- flowlet Property Map
- Flowlet Reference
- linked
Service Property Map - Linked service reference.
- schema
Linked Property MapService - Schema linked service reference.
- script String
- source script.
TransformationResponse
- Name string
- Transformation name.
- Dataset
Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference Response - Dataset reference.
- Description string
- Transformation description.
- Flowlet
Pulumi.
Azure Native. Data Factory. Inputs. Data Flow Reference Response - Flowlet Reference
- Linked
Service Pulumi.Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Name string
- Transformation name.
- Dataset
Dataset
Reference Response - Dataset reference.
- Description string
- Transformation description.
- Flowlet
Data
Flow Reference Response - Flowlet Reference
- Linked
Service LinkedService Reference Response - Linked service reference.
- name String
- Transformation name.
- dataset
Dataset
Reference Response - Dataset reference.
- description String
- Transformation description.
- flowlet
Data
Flow Reference Response - Flowlet Reference
- linked
Service LinkedService Reference Response - Linked service reference.
- name string
- Transformation name.
- dataset
Dataset
Reference Response - Dataset reference.
- description string
- Transformation description.
- flowlet
Data
Flow Reference Response - Flowlet Reference
- linked
Service LinkedService Reference Response - Linked service reference.
- name str
- Transformation name.
- dataset
Dataset
Reference Response - Dataset reference.
- description str
- Transformation description.
- flowlet
Data
Flow Reference Response - Flowlet Reference
- linked_
service LinkedService Reference Response - Linked service reference.
- name String
- Transformation name.
- dataset Property Map
- Dataset reference.
- description String
- Transformation description.
- flowlet Property Map
- Flowlet Reference
- linked
Service Property Map - Linked service reference.
WranglingDataFlowResponse
- Annotations List<object>
- List of tags that can be used for describing the data flow.
- Description string
- The description of the data flow.
- Document
Locale string - Locale of the Power query mashup document.
- Folder
Pulumi.
Azure Native. Data Factory. Inputs. Data Flow Response Folder - The folder that this data flow is in. If not specified, Data flow will appear at the root level.
- Script string
- Power query mashup script.
- Sources
List<Pulumi.
Azure Native. Data Factory. Inputs. Power Query Source Response> - List of sources in Power Query.
- Annotations []interface{}
- List of tags that can be used for describing the data flow.
- Description string
- The description of the data flow.
- Document
Locale string - Locale of the Power query mashup document.
- Folder
Data
Flow Response Folder - The folder that this data flow is in. If not specified, Data flow will appear at the root level.
- Script string
- Power query mashup script.
- Sources
[]Power
Query Source Response - List of sources in Power Query.
- annotations List<Object>
- List of tags that can be used for describing the data flow.
- description String
- The description of the data flow.
- document
Locale String - Locale of the Power query mashup document.
- folder
Data
Flow Response Folder - The folder that this data flow is in. If not specified, Data flow will appear at the root level.
- script String
- Power query mashup script.
- sources
List<Power
Query Source Response> - List of sources in Power Query.
- annotations any[]
- List of tags that can be used for describing the data flow.
- description string
- The description of the data flow.
- document
Locale string - Locale of the Power query mashup document.
- folder
Data
Flow Response Folder - The folder that this data flow is in. If not specified, Data flow will appear at the root level.
- script string
- Power query mashup script.
- sources
Power
Query Source Response[] - List of sources in Power Query.
- annotations Sequence[Any]
- List of tags that can be used for describing the data flow.
- description str
- The description of the data flow.
- document_
locale str - Locale of the Power query mashup document.
- folder
Data
Flow Response Folder - The folder that this data flow is in. If not specified, Data flow will appear at the root level.
- script str
- Power query mashup script.
- sources
Sequence[Power
Query Source Response] - List of sources in Power Query.
- annotations List<Any>
- List of tags that can be used for describing the data flow.
- description String
- The description of the data flow.
- document
Locale String - Locale of the Power query mashup document.
- folder Property Map
- The folder that this data flow is in. If not specified, Data flow will appear at the root level.
- script String
- Power query mashup script.
- sources List<Property Map>
- List of sources in Power Query.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi