IntegrationRuntimeNodeIpAddress Interface

public interface IntegrationRuntimeNodeIpAddress

An immutable client-side representation of IntegrationRuntimeNodeIpAddress.

Method Summary

Modifier and Type Method and Description
abstract IntegrationRuntimeNodeIpAddressInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.IntegrationRuntimeNodeIpAddressInner object.

abstract String ipAddress()

Gets the ipAddress property: The IP address of self-hosted integration runtime node.

Method Details

innerModel

public abstract IntegrationRuntimeNodeIpAddressInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.IntegrationRuntimeNodeIpAddressInner object.

Returns:

the inner object.

ipAddress

public abstract String ipAddress()

Gets the ipAddress property: The IP address of self-hosted integration runtime node.

Returns:

the ipAddress value.

Applies to