Uses of Interface
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeNodeIpAddress
-
Packages that use IntegrationRuntimeNodeIpAddress Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of IntegrationRuntimeNodeIpAddress in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return IntegrationRuntimeNodeIpAddress Modifier and Type Method Description IntegrationRuntimeNodeIpAddress
IntegrationRuntimeNodes. getIpAddress(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName)
Get the IP address of self-hosted integration runtime node.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type IntegrationRuntimeNodeIpAddress Modifier and Type Method Description com.azure.core.http.rest.Response<IntegrationRuntimeNodeIpAddress>
IntegrationRuntimeNodes. getIpAddressWithResponse(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, com.azure.core.util.Context context)
Get the IP address of self-hosted integration runtime node.
-