IntegrationRuntimeConnectionInfoInner Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. fluent. models. IntegrationRuntimeConnectionInfoInner
- com.
Implements
public final class IntegrationRuntimeConnectionInfoInner
implements JsonSerializable<IntegrationRuntimeConnectionInfoInner>
Connection information for encrypting the on-premises data source credentials.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntimeConnectionInfoInner() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
| String |
hostServiceUri()
Get the host |
| String |
identityCertThumbprint()
Get the identity |
| Boolean |
isIdentityCertExprired()
Get the is |
| String |
publicKey()
Get the public |
| String |
serviceToken()
Get the service |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
version()
Get the version property: The integration runtime version. |
|
Integration |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Methods inherited from java.lang.Object
Constructor Details
IntegrationRuntimeConnectionInfoInner
public IntegrationRuntimeConnectionInfoInner()
Creates an instance of IntegrationRuntimeConnectionInfoInner class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Connection information for encrypting the on-premises data source credentials.
Returns:
fromJson
public static IntegrationRuntimeConnectionInfoInner fromJson(JsonReader jsonReader)
Reads an instance of IntegrationRuntimeConnectionInfoInner from the JsonReader.
Parameters:
Returns:
Throws:
hostServiceUri
public String hostServiceUri()
Get the hostServiceUri property: The on-premises integration runtime host URL.
Returns:
identityCertThumbprint
public String identityCertThumbprint()
Get the identityCertThumbprint property: The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
Returns:
isIdentityCertExprired
public Boolean isIdentityCertExprired()
Get the isIdentityCertExprired property: Whether the identity certificate is expired.
Returns:
publicKey
public String publicKey()
Get the publicKey property: The public key for encrypting a credential when transferring the credential to the integration runtime.
Returns:
serviceToken
public String serviceToken()
Get the serviceToken property: The token generated in service. Callers use this token to authenticate to integration runtime.
Returns:
toJson
validate
public void validate()
Validates the instance.
version
public String version()
Get the version property: The integration runtime version.
Returns:
withAdditionalProperties
public IntegrationRuntimeConnectionInfoInner withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Connection information for encrypting the on-premises data source credentials.
Parameters:
Returns: