get Flow Destination Endpoint Ports
suspend fun getFlowDestinationEndpointPorts(argument: GetFlowDestinationEndpointPortsPlainArgs): GetFlowDestinationEndpointPortsResult
Get the destination endpoint ports for the specified flow and stream ID. Uses Azure REST API version 2024-09-27. Other available API versions: 2025-03-01-preview.
Return
List of destination endpoint ports for the flow stream
Parameters
argument
null
suspend fun getFlowDestinationEndpointPorts(connectionName: String, flowName: String, resourceGroupName: String): GetFlowDestinationEndpointPortsResult
Return
List of destination endpoint ports for the flow stream
Parameters
connection Name
The name for the connection that is to be requested.
flow Name
The name for the flow that is to be onboarded.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getFlowDestinationEndpointPorts(argument: suspend GetFlowDestinationEndpointPortsPlainArgsBuilder.() -> Unit): GetFlowDestinationEndpointPortsResult
Return
List of destination endpoint ports for the flow stream
Parameters
argument
Builder for com.pulumi.azurenative.azuredatatransfer.kotlin.inputs.GetFlowDestinationEndpointPortsPlainArgs.