Interface IntegrationRuntimeConnectionInfo


public interface IntegrationRuntimeConnectionInfo
An immutable client-side representation of IntegrationRuntimeConnectionInfo.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the additionalProperties property: Connection information for encrypting the on-premises data source credentials.
    Gets the hostServiceUri property: The on-premises integration runtime host URL.
    Gets the identityCertThumbprint property: The integration runtime SSL certificate thumbprint.
    Gets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeConnectionInfoInner object.
    Gets the isIdentityCertExprired property: Whether the identity certificate is expired.
    Gets the publicKey property: The public key for encrypting a credential when transferring the credential to the integration runtime.
    Gets the serviceToken property: The token generated in service.
    Gets the version property: The integration runtime version.
  • Method Details

    • serviceToken

      String serviceToken()
      Gets the serviceToken property: The token generated in service. Callers use this token to authenticate to integration runtime.
      Returns:
      the serviceToken value.
    • identityCertThumbprint

      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.
    • hostServiceUri

      String hostServiceUri()
      Gets the hostServiceUri property: The on-premises integration runtime host URL.
      Returns:
      the hostServiceUri value.
    • version

      String version()
      Gets the version property: The integration runtime version.
      Returns:
      the version value.
    • publicKey

      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.
    • isIdentityCertExprired

      Boolean isIdentityCertExprired()
      Gets the isIdentityCertExprired property: Whether the identity certificate is expired.
      Returns:
      the isIdentityCertExprired value.
    • additionalProperties

      Map<String,Object> additionalProperties()
      Gets the additionalProperties property: Connection information for encrypting the on-premises data source credentials.
      Returns:
      the additionalProperties value.
    • innerModel

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