1. Packages
  2. Azure Native v2
  3. API Docs
  4. synapse
  5. getIntegrationRuntimeConnectionInfo
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.synapse.getIntegrationRuntimeConnectionInfo

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 connection info for an integration runtime Azure REST API version: 2021-06-01.

Other available API versions: 2021-06-01-preview.

Using getIntegrationRuntimeConnectionInfo

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 getIntegrationRuntimeConnectionInfo(args: GetIntegrationRuntimeConnectionInfoArgs, opts?: InvokeOptions): Promise<GetIntegrationRuntimeConnectionInfoResult>
function getIntegrationRuntimeConnectionInfoOutput(args: GetIntegrationRuntimeConnectionInfoOutputArgs, opts?: InvokeOptions): Output<GetIntegrationRuntimeConnectionInfoResult>
Copy
def get_integration_runtime_connection_info(integration_runtime_name: Optional[str] = None,
                                            resource_group_name: Optional[str] = None,
                                            workspace_name: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetIntegrationRuntimeConnectionInfoResult
def get_integration_runtime_connection_info_output(integration_runtime_name: Optional[pulumi.Input[str]] = None,
                                            resource_group_name: Optional[pulumi.Input[str]] = None,
                                            workspace_name: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationRuntimeConnectionInfoResult]
Copy
func GetIntegrationRuntimeConnectionInfo(ctx *Context, args *GetIntegrationRuntimeConnectionInfoArgs, opts ...InvokeOption) (*GetIntegrationRuntimeConnectionInfoResult, error)
func GetIntegrationRuntimeConnectionInfoOutput(ctx *Context, args *GetIntegrationRuntimeConnectionInfoOutputArgs, opts ...InvokeOption) GetIntegrationRuntimeConnectionInfoResultOutput
Copy

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

public static class GetIntegrationRuntimeConnectionInfo 
{
    public static Task<GetIntegrationRuntimeConnectionInfoResult> InvokeAsync(GetIntegrationRuntimeConnectionInfoArgs args, InvokeOptions? opts = null)
    public static Output<GetIntegrationRuntimeConnectionInfoResult> Invoke(GetIntegrationRuntimeConnectionInfoInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetIntegrationRuntimeConnectionInfoResult> getIntegrationRuntimeConnectionInfo(GetIntegrationRuntimeConnectionInfoArgs args, InvokeOptions options)
public static Output<GetIntegrationRuntimeConnectionInfoResult> getIntegrationRuntimeConnectionInfo(GetIntegrationRuntimeConnectionInfoArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:synapse:getIntegrationRuntimeConnectionInfo
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

IntegrationRuntimeName
This property is required.
Changes to this property will trigger replacement.
string
Integration runtime name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the workspace.
IntegrationRuntimeName
This property is required.
Changes to this property will trigger replacement.
string
Integration runtime name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the workspace.
integrationRuntimeName
This property is required.
Changes to this property will trigger replacement.
String
Integration runtime name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the workspace.
integrationRuntimeName
This property is required.
Changes to this property will trigger replacement.
string
Integration runtime name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the workspace.
integration_runtime_name
This property is required.
Changes to this property will trigger replacement.
str
Integration runtime name
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.
workspace_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the workspace.
integrationRuntimeName
This property is required.
Changes to this property will trigger replacement.
String
Integration runtime name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the workspace.

getIntegrationRuntimeConnectionInfo Result

The following output properties are available:

HostServiceUri string
The on-premises integration runtime host URL.
IdentityCertThumbprint string
The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
IsIdentityCertExprired bool
Whether the identity certificate is expired.
PublicKey string
The public key for encrypting a credential when transferring the credential to the integration runtime.
ServiceToken string
The token generated in service. Callers use this token to authenticate to integration runtime.
Version string
The integration runtime version.
HostServiceUri string
The on-premises integration runtime host URL.
IdentityCertThumbprint string
The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
IsIdentityCertExprired bool
Whether the identity certificate is expired.
PublicKey string
The public key for encrypting a credential when transferring the credential to the integration runtime.
ServiceToken string
The token generated in service. Callers use this token to authenticate to integration runtime.
Version string
The integration runtime version.
hostServiceUri String
The on-premises integration runtime host URL.
identityCertThumbprint String
The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
isIdentityCertExprired Boolean
Whether the identity certificate is expired.
publicKey String
The public key for encrypting a credential when transferring the credential to the integration runtime.
serviceToken String
The token generated in service. Callers use this token to authenticate to integration runtime.
version String
The integration runtime version.
hostServiceUri string
The on-premises integration runtime host URL.
identityCertThumbprint string
The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
isIdentityCertExprired boolean
Whether the identity certificate is expired.
publicKey string
The public key for encrypting a credential when transferring the credential to the integration runtime.
serviceToken string
The token generated in service. Callers use this token to authenticate to integration runtime.
version string
The integration runtime version.
host_service_uri str
The on-premises integration runtime host URL.
identity_cert_thumbprint str
The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
is_identity_cert_exprired bool
Whether the identity certificate is expired.
public_key str
The public key for encrypting a credential when transferring the credential to the integration runtime.
service_token str
The token generated in service. Callers use this token to authenticate to integration runtime.
version str
The integration runtime version.
hostServiceUri String
The on-premises integration runtime host URL.
identityCertThumbprint String
The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
isIdentityCertExprired Boolean
Whether the identity certificate is expired.
publicKey String
The public key for encrypting a credential when transferring the credential to the integration runtime.
serviceToken String
The token generated in service. Callers use this token to authenticate to integration runtime.
version String
The integration runtime version.

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