IntegrationRuntimeConnectionInfo Interface

public interface IntegrationRuntimeConnectionInfo

An immutable client-side representation of IntegrationRuntimeConnectionInfo.

Method Summary

Modifier and Type Method and Description
abstract Map<String,Object> additionalProperties()

Gets the additionalProperties property: Connection information for encrypting the on-premises data source credentials.

abstract String hostServiceUri()

Gets the hostServiceUri property: The on-premises integration runtime host URL.

abstract String identityCertThumbprint()

Gets the identityCertThumbprint property: The integration runtime SSL certificate thumbprint.

abstract IntegrationRuntimeConnectionInfoInner innerModel()

Gets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeConnectionInfoInner object.

abstract Boolean isIdentityCertExprired()

Gets the isIdentityCertExprired property: Whether the identity certificate is expired.

abstract String publicKey()

Gets the publicKey property: The public key for encrypting a credential when transferring the credential to the integration runtime.

abstract String serviceToken()

Gets the serviceToken property: The token generated in service.

abstract String version()

Gets the version property: The integration runtime version.

Method Details

additionalProperties

public abstract Map additionalProperties()

Gets the additionalProperties property: Connection information for encrypting the on-premises data source credentials.

Returns:

the additionalProperties value.

hostServiceUri

public abstract String hostServiceUri()

Gets the hostServiceUri property: The on-premises integration runtime host URL.

Returns:

the hostServiceUri value.

identityCertThumbprint

public abstract String identityCertThumbprint()

Gets the identityCertThumbprint property: The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.

Returns:

the identityCertThumbprint value.

innerModel

public abstract IntegrationRuntimeConnectionInfoInner innerModel()

Gets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeConnectionInfoInner object.

Returns:

the inner object.

isIdentityCertExprired

public abstract Boolean isIdentityCertExprired()

Gets the isIdentityCertExprired property: Whether the identity certificate is expired.

Returns:

the isIdentityCertExprired value.

publicKey

public abstract String publicKey()

Gets the publicKey property: The public key for encrypting a credential when transferring the credential to the integration runtime.

Returns:

the publicKey value.

serviceToken

public abstract String serviceToken()

Gets the serviceToken property: The token generated in service. Callers use this token to authenticate to integration runtime.

Returns:

the serviceToken value.

version

public abstract String version()

Gets the version property: The integration runtime version.

Returns:

the version value.

Applies to