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.getFlowStreamConnectionString
Explore with Pulumi AI
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 connection string for the specified flow. Azure REST API version: 2024-09-27.
Using getFlowStreamConnectionString
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 getFlowStreamConnectionString(args: GetFlowStreamConnectionStringArgs, opts?: InvokeOptions): Promise<GetFlowStreamConnectionStringResult>
function getFlowStreamConnectionStringOutput(args: GetFlowStreamConnectionStringOutputArgs, opts?: InvokeOptions): Output<GetFlowStreamConnectionStringResult>
def get_flow_stream_connection_string(connection_name: Optional[str] = None,
flow_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFlowStreamConnectionStringResult
def get_flow_stream_connection_string_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[GetFlowStreamConnectionStringResult]
func GetFlowStreamConnectionString(ctx *Context, args *GetFlowStreamConnectionStringArgs, opts ...InvokeOption) (*GetFlowStreamConnectionStringResult, error)
func GetFlowStreamConnectionStringOutput(ctx *Context, args *GetFlowStreamConnectionStringOutputArgs, opts ...InvokeOption) GetFlowStreamConnectionStringResultOutput
> Note: This function is named GetFlowStreamConnectionString
in the Go SDK.
public static class GetFlowStreamConnectionString
{
public static Task<GetFlowStreamConnectionStringResult> InvokeAsync(GetFlowStreamConnectionStringArgs args, InvokeOptions? opts = null)
public static Output<GetFlowStreamConnectionStringResult> Invoke(GetFlowStreamConnectionStringInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFlowStreamConnectionStringResult> getFlowStreamConnectionString(GetFlowStreamConnectionStringArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:azuredatatransfer:getFlowStreamConnectionString
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.
getFlowStreamConnectionString Result
The following output properties are available:
- Connection
String string - The connection string for the specified streaming flow
- Connection
String string - The connection string for the specified streaming flow
- connection
String String - The connection string for the specified streaming flow
- connection
String string - The connection string for the specified streaming flow
- connection_
string str - The connection string for the specified streaming flow
- connection
String String - The connection string for the specified streaming flow
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
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