Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeNodeIpAddressInner
-
Packages that use IntegrationRuntimeNodeIpAddressInner Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of IntegrationRuntimeNodeIpAddressInner in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent that return IntegrationRuntimeNodeIpAddressInner Modifier and Type Method Description IntegrationRuntimeNodeIpAddressInner
IntegrationRuntimeNodesClient. 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.fluent that return types with arguments of type IntegrationRuntimeNodeIpAddressInner Modifier and Type Method Description com.azure.core.http.rest.Response<IntegrationRuntimeNodeIpAddressInner>
IntegrationRuntimeNodesClient. 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. -
Uses of IntegrationRuntimeNodeIpAddressInner in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return IntegrationRuntimeNodeIpAddressInner Modifier and Type Method Description IntegrationRuntimeNodeIpAddressInner
IntegrationRuntimeNodeIpAddress. innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeNodeIpAddressInner object.
-