Uses of Interface
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeConnectionInfo
-
Packages that use IntegrationRuntimeConnectionInfo Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of IntegrationRuntimeConnectionInfo in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return IntegrationRuntimeConnectionInfo Modifier and Type Method Description IntegrationRuntimeConnectionInfo
IntegrationRuntimeResource. getConnectionInfo()
Gets the on-premises integration runtime connection information for encrypting the on-premises data source credentials.IntegrationRuntimeConnectionInfo
IntegrationRuntimes. getConnectionInfo(String resourceGroupName, String factoryName, String integrationRuntimeName)
Gets the on-premises integration runtime connection information for encrypting the on-premises data source credentials.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type IntegrationRuntimeConnectionInfo Modifier and Type Method Description com.azure.core.http.rest.Response<IntegrationRuntimeConnectionInfo>
IntegrationRuntimeResource. getConnectionInfoWithResponse(com.azure.core.util.Context context)
Gets the on-premises integration runtime connection information for encrypting the on-premises data source credentials.com.azure.core.http.rest.Response<IntegrationRuntimeConnectionInfo>
IntegrationRuntimes. getConnectionInfoWithResponse(String resourceGroupName, String factoryName, String integrationRuntimeName, com.azure.core.util.Context context)
Gets the on-premises integration runtime connection information for encrypting the on-premises data source credentials.
-