Interface IntegrationRuntimeNodeIpAddress
-
public interface IntegrationRuntimeNodeIpAddress
An immutable client-side representation of IntegrationRuntimeNodeIpAddress.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegrationRuntimeNodeIpAddressInner
innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeNodeIpAddressInner object.String
ipAddress()
Gets the ipAddress property: The IP address of self-hosted integration runtime node.
-
-
-
Method Detail
-
ipAddress
String ipAddress()
Gets the ipAddress property: The IP address of self-hosted integration runtime node.- Returns:
- the ipAddress value.
-
innerModel
IntegrationRuntimeNodeIpAddressInner innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeNodeIpAddressInner object.- Returns:
- the inner object.
-
-