Retrieves a list of FlowProfile resources associated with a specified pipeline.
Uses Azure REST API version 2025-05-30-preview.
Other available API versions: 2025-10-10-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azuredatatransfer [ApiVersion]. See the version guide for details.
Using listAzureDataTransferFlowProfiles
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 listAzureDataTransferFlowProfiles(args: ListAzureDataTransferFlowProfilesArgs, opts?: InvokeOptions): Promise<ListAzureDataTransferFlowProfilesResult>
function listAzureDataTransferFlowProfilesOutput(args: ListAzureDataTransferFlowProfilesOutputArgs, opts?: InvokeOptions): Output<ListAzureDataTransferFlowProfilesResult>def list_azure_data_transfer_flow_profiles(pipeline: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListAzureDataTransferFlowProfilesResult
def list_azure_data_transfer_flow_profiles_output(pipeline: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListAzureDataTransferFlowProfilesResult]func ListAzureDataTransferFlowProfiles(ctx *Context, args *ListAzureDataTransferFlowProfilesArgs, opts ...InvokeOption) (*ListAzureDataTransferFlowProfilesResult, error)
func ListAzureDataTransferFlowProfilesOutput(ctx *Context, args *ListAzureDataTransferFlowProfilesOutputArgs, opts ...InvokeOption) ListAzureDataTransferFlowProfilesResultOutput> Note: This function is named ListAzureDataTransferFlowProfiles in the Go SDK.
public static class ListAzureDataTransferFlowProfiles
{
public static Task<ListAzureDataTransferFlowProfilesResult> InvokeAsync(ListAzureDataTransferFlowProfilesArgs args, InvokeOptions? opts = null)
public static Output<ListAzureDataTransferFlowProfilesResult> Invoke(ListAzureDataTransferFlowProfilesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListAzureDataTransferFlowProfilesResult> listAzureDataTransferFlowProfiles(ListAzureDataTransferFlowProfilesArgs args, InvokeOptions options)
public static Output<ListAzureDataTransferFlowProfilesResult> listAzureDataTransferFlowProfiles(ListAzureDataTransferFlowProfilesArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:azuredatatransfer:listAzureDataTransferFlowProfiles
arguments:
# arguments dictionaryThe following arguments are supported:
- Pipeline string
- The name of the pipeline for which to retrieve associated FlowProfiles.
- Pipeline string
- The name of the pipeline for which to retrieve associated FlowProfiles.
- pipeline String
- The name of the pipeline for which to retrieve associated FlowProfiles.
- pipeline string
- The name of the pipeline for which to retrieve associated FlowProfiles.
- pipeline str
- The name of the pipeline for which to retrieve associated FlowProfiles.
- pipeline String
- The name of the pipeline for which to retrieve associated FlowProfiles.
listAzureDataTransferFlowProfiles Result
The following output properties are available:
- Value
List<Pulumi.
Azure Native. Azure Data Transfer. Outputs. Flow Profile Metadata Response> - FlowProfileMetadata array.
- Value
[]Flow
Profile Metadata Response - FlowProfileMetadata array.
- value
List<Flow
Profile Metadata Response> - FlowProfileMetadata array.
- value
Flow
Profile Metadata Response[] - FlowProfileMetadata array.
- value
Sequence[Flow
Profile Metadata Response] - FlowProfileMetadata array.
- value List<Property Map>
- FlowProfileMetadata array.
Supporting Types
FlowProfileMetadataResponse
- Description string
- A description of the FlowProfile and its rulesets. The description should describe the flowprofile's purpose and rulesets applied.
- Flow
Profile stringId - A guid represented as a string for the FlowProfile resource, assigned by the system.
- Name string
- The name of the FlowProfile.
- Pipeline string
- The name of the parent Pipeline Azure resource associated with this FlowProfile.
- Replication
Scenario string - The data replication scenario handled by this FlowProfile. Please note, that this value cannot be updated after creation. See the FlowProfilePatchProperties to see updateable properties.
- Status string
- The operational status of the FlowProfile.
- Description string
- A description of the FlowProfile and its rulesets. The description should describe the flowprofile's purpose and rulesets applied.
- Flow
Profile stringId - A guid represented as a string for the FlowProfile resource, assigned by the system.
- Name string
- The name of the FlowProfile.
- Pipeline string
- The name of the parent Pipeline Azure resource associated with this FlowProfile.
- Replication
Scenario string - The data replication scenario handled by this FlowProfile. Please note, that this value cannot be updated after creation. See the FlowProfilePatchProperties to see updateable properties.
- Status string
- The operational status of the FlowProfile.
- description String
- A description of the FlowProfile and its rulesets. The description should describe the flowprofile's purpose and rulesets applied.
- flow
Profile StringId - A guid represented as a string for the FlowProfile resource, assigned by the system.
- name String
- The name of the FlowProfile.
- pipeline String
- The name of the parent Pipeline Azure resource associated with this FlowProfile.
- replication
Scenario String - The data replication scenario handled by this FlowProfile. Please note, that this value cannot be updated after creation. See the FlowProfilePatchProperties to see updateable properties.
- status String
- The operational status of the FlowProfile.
- description string
- A description of the FlowProfile and its rulesets. The description should describe the flowprofile's purpose and rulesets applied.
- flow
Profile stringId - A guid represented as a string for the FlowProfile resource, assigned by the system.
- name string
- The name of the FlowProfile.
- pipeline string
- The name of the parent Pipeline Azure resource associated with this FlowProfile.
- replication
Scenario string - The data replication scenario handled by this FlowProfile. Please note, that this value cannot be updated after creation. See the FlowProfilePatchProperties to see updateable properties.
- status string
- The operational status of the FlowProfile.
- description str
- A description of the FlowProfile and its rulesets. The description should describe the flowprofile's purpose and rulesets applied.
- flow_
profile_ strid - A guid represented as a string for the FlowProfile resource, assigned by the system.
- name str
- The name of the FlowProfile.
- pipeline str
- The name of the parent Pipeline Azure resource associated with this FlowProfile.
- replication_
scenario str - The data replication scenario handled by this FlowProfile. Please note, that this value cannot be updated after creation. See the FlowProfilePatchProperties to see updateable properties.
- status str
- The operational status of the FlowProfile.
- description String
- A description of the FlowProfile and its rulesets. The description should describe the flowprofile's purpose and rulesets applied.
- flow
Profile StringId - A guid represented as a string for the FlowProfile resource, assigned by the system.
- name String
- The name of the FlowProfile.
- pipeline String
- The name of the parent Pipeline Azure resource associated with this FlowProfile.
- replication
Scenario String - The data replication scenario handled by this FlowProfile. Please note, that this value cannot be updated after creation. See the FlowProfilePatchProperties to see updateable properties.
- status String
- The operational status of the FlowProfile.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
