Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeConnectionInfoInner
-
Packages that use IntegrationRuntimeConnectionInfoInner Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of IntegrationRuntimeConnectionInfoInner in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent that return IntegrationRuntimeConnectionInfoInner Modifier and Type Method Description IntegrationRuntimeConnectionInfoInner
IntegrationRuntimesClient. 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.fluent that return types with arguments of type IntegrationRuntimeConnectionInfoInner Modifier and Type Method Description com.azure.core.http.rest.Response<IntegrationRuntimeConnectionInfoInner>
IntegrationRuntimesClient. 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. -
Uses of IntegrationRuntimeConnectionInfoInner in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return IntegrationRuntimeConnectionInfoInner Modifier and Type Method Description IntegrationRuntimeConnectionInfoInner
IntegrationRuntimeConnectionInfoInner. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Connection information for encrypting the on-premises data source credentials. -
Uses of IntegrationRuntimeConnectionInfoInner in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return IntegrationRuntimeConnectionInfoInner Modifier and Type Method Description IntegrationRuntimeConnectionInfoInner
IntegrationRuntimeConnectionInfo. innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeConnectionInfoInner object.
-