These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
azure-native-v2.azuredatatransfer.getFlowDestinationEndpointPorts
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.90.0 published on Thursday, Mar 27, 2025 by Pulumi
Get the destination endpoint ports for the specified flow and stream ID. Azure REST API version: 2024-09-27.
Using getFlowDestinationEndpointPorts
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 getFlowDestinationEndpointPorts(args: GetFlowDestinationEndpointPortsArgs, opts?: InvokeOptions): Promise<GetFlowDestinationEndpointPortsResult>
function getFlowDestinationEndpointPortsOutput(args: GetFlowDestinationEndpointPortsOutputArgs, opts?: InvokeOptions): Output<GetFlowDestinationEndpointPortsResult>
def get_flow_destination_endpoint_ports(connection_name: Optional[str] = None,
flow_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFlowDestinationEndpointPortsResult
def get_flow_destination_endpoint_ports_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[GetFlowDestinationEndpointPortsResult]
func GetFlowDestinationEndpointPorts(ctx *Context, args *GetFlowDestinationEndpointPortsArgs, opts ...InvokeOption) (*GetFlowDestinationEndpointPortsResult, error)
func GetFlowDestinationEndpointPortsOutput(ctx *Context, args *GetFlowDestinationEndpointPortsOutputArgs, opts ...InvokeOption) GetFlowDestinationEndpointPortsResultOutput
> Note: This function is named GetFlowDestinationEndpointPorts
in the Go SDK.
public static class GetFlowDestinationEndpointPorts
{
public static Task<GetFlowDestinationEndpointPortsResult> InvokeAsync(GetFlowDestinationEndpointPortsArgs args, InvokeOptions? opts = null)
public static Output<GetFlowDestinationEndpointPortsResult> Invoke(GetFlowDestinationEndpointPortsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFlowDestinationEndpointPortsResult> getFlowDestinationEndpointPorts(GetFlowDestinationEndpointPortsArgs args, InvokeOptions options)
public static Output<GetFlowDestinationEndpointPortsResult> getFlowDestinationEndpointPorts(GetFlowDestinationEndpointPortsArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:azuredatatransfer:getFlowDestinationEndpointPorts
arguments:
# arguments dictionary
The following arguments are supported:
- Connection
Name string - The name for the connection that is to be requested.
- Flow
Name string - The name for the flow that is to be onboarded.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Connection
Name string - The name for the connection that is to be requested.
- Flow
Name string - The name for the flow that is to be onboarded.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- connection
Name String - The name for the connection that is to be requested.
- flow
Name String - The name for the flow that is to be onboarded.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- connection
Name string - The name for the connection that is to be requested.
- flow
Name string - The name for the flow that is to be onboarded.
- resource
Group stringName - 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_ strname - The name of the resource group. The name is case insensitive.
- connection
Name String - The name for the connection that is to be requested.
- flow
Name String - The name for the flow that is to be onboarded.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getFlowDestinationEndpointPorts Result
The following output properties are available:
- Ports List<double>
- The destination endpoint port for the flow stream
- Ports []float64
- The destination endpoint port for the flow stream
- ports List<Double>
- The destination endpoint port for the flow stream
- ports number[]
- The destination endpoint port for the flow stream
- ports Sequence[float]
- The destination endpoint port for the flow stream
- ports List<Number>
- The destination endpoint port 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.90.0 published on Thursday, Mar 27, 2025 by Pulumi