1. Packages
  2. Azure Native v2
  3. API Docs
  4. azuredatatransfer
  5. getFlowDestinationEndpoints
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi

azure-native-v2.azuredatatransfer.getFlowDestinationEndpoints

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi

Get the destination endpoints for the specified flow and stream ID. Azure REST API version: 2024-09-27.

Using getFlowDestinationEndpoints

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 getFlowDestinationEndpoints(args: GetFlowDestinationEndpointsArgs, opts?: InvokeOptions): Promise<GetFlowDestinationEndpointsResult>
function getFlowDestinationEndpointsOutput(args: GetFlowDestinationEndpointsOutputArgs, opts?: InvokeOptions): Output<GetFlowDestinationEndpointsResult>
Copy
def get_flow_destination_endpoints(connection_name: Optional[str] = None,
                                   flow_name: Optional[str] = None,
                                   resource_group_name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetFlowDestinationEndpointsResult
def get_flow_destination_endpoints_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[GetFlowDestinationEndpointsResult]
Copy
func GetFlowDestinationEndpoints(ctx *Context, args *GetFlowDestinationEndpointsArgs, opts ...InvokeOption) (*GetFlowDestinationEndpointsResult, error)
func GetFlowDestinationEndpointsOutput(ctx *Context, args *GetFlowDestinationEndpointsOutputArgs, opts ...InvokeOption) GetFlowDestinationEndpointsResultOutput
Copy

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

public static class GetFlowDestinationEndpoints 
{
    public static Task<GetFlowDestinationEndpointsResult> InvokeAsync(GetFlowDestinationEndpointsArgs args, InvokeOptions? opts = null)
    public static Output<GetFlowDestinationEndpointsResult> Invoke(GetFlowDestinationEndpointsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetFlowDestinationEndpointsResult> getFlowDestinationEndpoints(GetFlowDestinationEndpointsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Copy
fn::invoke:
  function: azure-native:azuredatatransfer:getFlowDestinationEndpoints
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ConnectionName
This property is required.
Changes to this property will trigger replacement.
string
The name for the connection that is to be requested.
FlowName
This property is required.
Changes to this property will trigger replacement.
string
The name for the flow that is to be onboarded.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ConnectionName
This property is required.
Changes to this property will trigger replacement.
string
The name for the connection that is to be requested.
FlowName
This property is required.
Changes to this property will trigger replacement.
string
The name for the flow that is to be onboarded.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
connectionName
This property is required.
Changes to this property will trigger replacement.
String
The name for the connection that is to be requested.
flowName
This property is required.
Changes to this property will trigger replacement.
String
The name for the flow that is to be onboarded.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
connectionName
This property is required.
Changes to this property will trigger replacement.
string
The name for the connection that is to be requested.
flowName
This property is required.
Changes to this property will trigger replacement.
string
The name for the flow that is to be onboarded.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
connection_name
This property is required.
Changes to this property will trigger replacement.
str
The name for the connection that is to be requested.
flow_name
This property is required.
Changes to this property will trigger replacement.
str
The name for the flow that is to be onboarded.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
connectionName
This property is required.
Changes to this property will trigger replacement.
String
The name for the connection that is to be requested.
flowName
This property is required.
Changes to this property will trigger replacement.
String
The name for the flow that is to be onboarded.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

getFlowDestinationEndpoints Result

The following output properties are available:

Endpoints List<string>
The destination endpoints for the flow stream
Endpoints []string
The destination endpoints for the flow stream
endpoints List<String>
The destination endpoints for the flow stream
endpoints string[]
The destination endpoints for the flow stream
endpoints Sequence[str]
The destination endpoints for the flow stream
endpoints List<String>
The destination endpoints for the flow stream

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi