Interface IntegrationRuntimeConnectionInfo
-
public interface IntegrationRuntimeConnectionInfo
An immutable client-side representation of IntegrationRuntimeConnectionInfo.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Gets the additionalProperties property: Connection information for encrypting the on-premises data source credentials.String
hostServiceUri()
Gets the hostServiceUri property: The on-premises integration runtime host URL.String
identityCertThumbprint()
Gets the identityCertThumbprint property: The integration runtime SSL certificate thumbprint.IntegrationRuntimeConnectionInfoInner
innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeConnectionInfoInner object.Boolean
isIdentityCertExprired()
Gets the isIdentityCertExprired property: Whether the identity certificate is expired.String
publicKey()
Gets the publicKey property: The public key for encrypting a credential when transferring the credential to the integration runtime.String
serviceToken()
Gets the serviceToken property: The token generated in service.String
version()
Gets the version property: The integration runtime version.
-
-
-
Method Detail
-
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
IntegrationRuntimeConnectionInfoInner innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeConnectionInfoInner object.- Returns:
- the inner object.
-
-