This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
azure-native.datafactory.getIntegrationRuntimeConnectionInfo
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
Gets the on-premises integration runtime connection information for encrypting the on-premises data source credentials.
Uses Azure REST API version 2018-06-01.
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>def get_integration_runtime_connection_info(factory_name: Optional[str] = None,
                                            integration_runtime_name: Optional[str] = None,
                                            resource_group_name: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetIntegrationRuntimeConnectionInfoResult
def get_integration_runtime_connection_info_output(factory_name: Optional[pulumi.Input[str]] = None,
                                            integration_runtime_name: Optional[pulumi.Input[str]] = None,
                                            resource_group_name: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationRuntimeConnectionInfoResult]func GetIntegrationRuntimeConnectionInfo(ctx *Context, args *GetIntegrationRuntimeConnectionInfoArgs, opts ...InvokeOption) (*GetIntegrationRuntimeConnectionInfoResult, error)
func GetIntegrationRuntimeConnectionInfoOutput(ctx *Context, args *GetIntegrationRuntimeConnectionInfoOutputArgs, opts ...InvokeOption) GetIntegrationRuntimeConnectionInfoResultOutput> 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)
}public static CompletableFuture<GetIntegrationRuntimeConnectionInfoResult> getIntegrationRuntimeConnectionInfo(GetIntegrationRuntimeConnectionInfoArgs args, InvokeOptions options)
public static Output<GetIntegrationRuntimeConnectionInfoResult> getIntegrationRuntimeConnectionInfo(GetIntegrationRuntimeConnectionInfoArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:datafactory:getIntegrationRuntimeConnectionInfo
  arguments:
    # arguments dictionaryThe following arguments are supported:
- FactoryName string
- The factory name.
- IntegrationRuntime stringName 
- The integration runtime name.
- ResourceGroup stringName 
- The resource group name.
- FactoryName string
- The factory name.
- IntegrationRuntime stringName 
- The integration runtime name.
- ResourceGroup stringName 
- The resource group name.
- factoryName String
- The factory name.
- integrationRuntime StringName 
- The integration runtime name.
- resourceGroup StringName 
- The resource group name.
- factoryName string
- The factory name.
- integrationRuntime stringName 
- The integration runtime name.
- resourceGroup stringName 
- The resource group name.
- factory_name str
- The factory name.
- integration_runtime_ strname 
- The integration runtime name.
- resource_group_ strname 
- The resource group name.
- factoryName String
- The factory name.
- integrationRuntime StringName 
- The integration runtime name.
- resourceGroup StringName 
- The resource group name.
getIntegrationRuntimeConnectionInfo Result
The following output properties are available:
- HostService stringUri 
- The on-premises integration runtime host URL.
- IdentityCert stringThumbprint 
- The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
- IsIdentity boolCert Exprired 
- 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.
- HostService stringUri 
- The on-premises integration runtime host URL.
- IdentityCert stringThumbprint 
- The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
- IsIdentity boolCert Exprired 
- 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.
- hostService StringUri 
- The on-premises integration runtime host URL.
- identityCert StringThumbprint 
- The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
- isIdentity BooleanCert Exprired 
- 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.
- hostService stringUri 
- The on-premises integration runtime host URL.
- identityCert stringThumbprint 
- The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
- isIdentity booleanCert Exprired 
- 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_ struri 
- The on-premises integration runtime host URL.
- identity_cert_ strthumbprint 
- The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
- is_identity_ boolcert_ exprired 
- 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.
- hostService StringUri 
- The on-premises integration runtime host URL.
- identityCert StringThumbprint 
- The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
- isIdentity BooleanCert Exprired 
- 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 pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi