1. Packages
  2. Azure Native
  3. API Docs
  4. azuredatatransfer
  5. getFlowSourceAddresses
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.73.0 published on Wednesday, Nov 20, 2024 by Pulumi

azure-native.azuredatatransfer.getFlowSourceAddresses

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.73.0 published on Wednesday, Nov 20, 2024 by Pulumi

    Get the source addresses for the specified flow. Azure REST API version: 2024-09-27.

    Using getFlowSourceAddresses

    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 getFlowSourceAddresses(args: GetFlowSourceAddressesArgs, opts?: InvokeOptions): Promise<GetFlowSourceAddressesResult>
    function getFlowSourceAddressesOutput(args: GetFlowSourceAddressesOutputArgs, opts?: InvokeOptions): Output<GetFlowSourceAddressesResult>
    def get_flow_source_addresses(connection_name: Optional[str] = None,
                                  flow_name: Optional[str] = None,
                                  resource_group_name: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetFlowSourceAddressesResult
    def get_flow_source_addresses_output(connection_name: Optional[pulumi.Input[str]] = None,
                                  flow_name: Optional[pulumi.Input[str]] = None,
                                  resource_group_name: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetFlowSourceAddressesResult]
    func GetFlowSourceAddresses(ctx *Context, args *GetFlowSourceAddressesArgs, opts ...InvokeOption) (*GetFlowSourceAddressesResult, error)
    func GetFlowSourceAddressesOutput(ctx *Context, args *GetFlowSourceAddressesOutputArgs, opts ...InvokeOption) GetFlowSourceAddressesResultOutput

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

    public static class GetFlowSourceAddresses 
    {
        public static Task<GetFlowSourceAddressesResult> InvokeAsync(GetFlowSourceAddressesArgs args, InvokeOptions? opts = null)
        public static Output<GetFlowSourceAddressesResult> Invoke(GetFlowSourceAddressesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFlowSourceAddressesResult> getFlowSourceAddresses(GetFlowSourceAddressesArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:azuredatatransfer:getFlowSourceAddresses
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ConnectionName string
    The name for the connection that is to be requested.
    FlowName string
    The name for the flow that is to be onboarded.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ConnectionName string
    The name for the connection that is to be requested.
    FlowName string
    The name for the flow that is to be onboarded.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    connectionName String
    The name for the connection that is to be requested.
    flowName String
    The name for the flow that is to be onboarded.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    connectionName string
    The name for the connection that is to be requested.
    flowName string
    The name for the flow that is to be onboarded.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    connection_name str
    The name for the connection that is to be requested.
    flow_name str
    The name for the flow that is to be onboarded.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    connectionName String
    The name for the connection that is to be requested.
    flowName String
    The name for the flow that is to be onboarded.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getFlowSourceAddresses Result

    The following output properties are available:

    SourceAddresses List<string>
    A source IP address or CIDR range
    SourceAddresses []string
    A source IP address or CIDR range
    sourceAddresses List<String>
    A source IP address or CIDR range
    sourceAddresses string[]
    A source IP address or CIDR range
    source_addresses Sequence[str]
    A source IP address or CIDR range
    sourceAddresses List<String>
    A source IP address or CIDR range

    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.73.0 published on Wednesday, Nov 20, 2024 by Pulumi