Private IPAddress Response
    data class PrivateIPAddressResponse(val ipAddress: String? = null, val subnetResourceId: String? = null)
A private IP address bound to the availability group listener.
A private IP address bound to the availability group listener.